igniteui-angular-maps 17.2.0 → 17.3.0-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 +1465 -1438
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +184 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm2015/lib/GeographicTileSeries.js +31 -28
- package/esm2015/lib/TileSeries_combined.js +95 -92
- package/esm2015/lib/XamGeographicMap_combined.js +464 -461
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- 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 +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm5/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm5/lib/GeographicTileSeries.js +30 -27
- package/esm5/lib/TileSeries_combined.js +93 -90
- package/esm5/lib/XamGeographicMap_combined.js +457 -454
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- 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 +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1483 -1456
- package/fesm5/igniteui-angular-maps.js +1465 -1438
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -26
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -20
- package/lib/GeographicTileSeries.d.ts +11 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +24 -22
- package/lib/XamGeographicMap_combined.d.ts +109 -108
- package/package.json +2 -2
|
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { HostSeriesView } from "./HostSeriesView";
|
|
9
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
10
9
|
import { HighDensityScatterSeries } from "igniteui-angular-charts";
|
|
10
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
11
11
|
import { Color } from "igniteui-angular-core";
|
|
12
12
|
import { Defaults } from "igniteui-angular-charts";
|
|
13
13
|
import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-angular-core";
|
|
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
27
27
|
}
|
|
28
28
|
GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
|
|
29
29
|
_super.prototype.b5.call(this);
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t5);
|
|
31
|
+
a.wd = this.ch.uu;
|
|
32
|
+
a.wl = this.ch.us;
|
|
33
|
+
a.uq = this.ch.uh;
|
|
34
|
+
a.up = this.ch.ug;
|
|
35
|
+
a.fl = this.ch.uf;
|
|
36
|
+
a.vl = this.ch.uj;
|
|
37
|
+
a.vk = this.ch.ui;
|
|
38
|
+
a.xj = this.ch.vd;
|
|
39
|
+
a.xi = this.ch.vc;
|
|
40
|
+
a.vx = this.ch.um;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
43
|
-
this.ch.
|
|
43
|
+
this.ch.t5.wd = this.ch.uu;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
46
|
-
this.ch.
|
|
46
|
+
this.ch.t5.wl = this.ch.us;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
49
|
-
this.ch.
|
|
49
|
+
this.ch.t5.uq = this.ch.uh;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
52
|
-
this.ch.
|
|
52
|
+
this.ch.t5.up = this.ch.ug;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
55
|
-
this.ch.
|
|
55
|
+
this.ch.t5.fl = this.ch.uf;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
58
|
-
this.ch.
|
|
58
|
+
this.ch.t5.vl = this.ch.uj;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
61
|
-
this.ch.
|
|
61
|
+
this.ch.t5.vk = this.ch.ui;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
65
|
-
if (this.ch.
|
|
66
|
-
a.t8 = null;
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t5);
|
|
65
|
+
if (this.ch.cv == null) {
|
|
67
66
|
a.ua = null;
|
|
67
|
+
a.uc = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.ua = this.ch.cv.ue;
|
|
71
|
+
a.uc = this.ch.cv.ug;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
74
|
-
this.ch.
|
|
74
|
+
this.ch.t5.ua = this.ch.cv.ue;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
77
|
-
this.ch.
|
|
77
|
+
this.ch.t5.uc = this.ch.cv.ug;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
80
|
-
this.ch.
|
|
80
|
+
this.ch.t5.xj = this.ch.vd;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
83
|
-
this.ch.
|
|
83
|
+
this.ch.t5.xi = this.ch.vc;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
86
|
-
this.ch.
|
|
86
|
+
this.ch.t5.vx = this.ch.um;
|
|
87
87
|
};
|
|
88
88
|
GeographicHighDensityScatterSeriesView.prototype.au = function () {
|
|
89
89
|
_super.prototype.au.call(this);
|
|
90
90
|
if (!this.q) {
|
|
91
|
-
this.ch.
|
|
92
|
-
this.ch.
|
|
93
|
-
this.ch.
|
|
94
|
-
this.ch.
|
|
91
|
+
this.ch.vd = Defaults.aq;
|
|
92
|
+
this.ch.vc = Defaults.ap;
|
|
93
|
+
this.ch.sy = Defaults.al;
|
|
94
|
+
this.ch.s4 = Defaults.ak;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,114 +105,117 @@ 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.ud = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.ul = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
115
|
-
|
|
116
|
-
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.bc = function () {
|
|
115
|
+
return new GeographicHighDensityScatterSeries();
|
|
116
|
+
};
|
|
117
|
+
GeographicHighDensityScatterSeries.prototype.iq = function () {
|
|
118
|
+
if (!isNaN_(this.ip)) {
|
|
119
|
+
return _super.prototype.iq.call(this);
|
|
117
120
|
}
|
|
118
121
|
return Defaults.q;
|
|
119
122
|
};
|
|
120
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
123
|
+
GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
|
|
121
124
|
return true;
|
|
122
125
|
};
|
|
123
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.cd = function () {
|
|
124
127
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
125
128
|
};
|
|
126
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
127
|
-
_super.prototype.
|
|
128
|
-
this.
|
|
129
|
+
GeographicHighDensityScatterSeries.prototype.o2 = function (a) {
|
|
130
|
+
_super.prototype.o2.call(this, a);
|
|
131
|
+
this.ue = a;
|
|
129
132
|
};
|
|
130
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
131
|
-
this.
|
|
132
|
-
return this.
|
|
133
|
+
GeographicHighDensityScatterSeries.prototype.t4 = function () {
|
|
134
|
+
this.ud = new HighDensityScatterSeries();
|
|
135
|
+
return this.ud;
|
|
133
136
|
};
|
|
134
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
137
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "un", {
|
|
135
138
|
get: function () {
|
|
136
|
-
return this.
|
|
139
|
+
return this.ul;
|
|
137
140
|
},
|
|
138
141
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
142
|
+
var b = this.ul;
|
|
143
|
+
this.ul = a;
|
|
144
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.ul);
|
|
142
145
|
},
|
|
143
146
|
enumerable: false,
|
|
144
147
|
configurable: true
|
|
145
148
|
});
|
|
146
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
147
|
-
_super.prototype.
|
|
148
|
-
var a = this.
|
|
149
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
150
|
-
var b = this.
|
|
151
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
152
|
-
};
|
|
153
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
154
|
-
this.
|
|
149
|
+
GeographicHighDensityScatterSeries.prototype.ua = function () {
|
|
150
|
+
_super.prototype.ua.call(this);
|
|
151
|
+
var a = this.t5;
|
|
152
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u1));
|
|
153
|
+
var b = this.t5;
|
|
154
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u0));
|
|
155
|
+
};
|
|
156
|
+
GeographicHighDensityScatterSeries.prototype.u1 = function (a, b) {
|
|
157
|
+
this.un = b.currentStatus;
|
|
155
158
|
if (this.progressiveLoadStatusChanged != null) {
|
|
156
159
|
this.progressiveLoadStatusChanged(this, b);
|
|
157
160
|
}
|
|
158
161
|
};
|
|
159
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
160
|
-
if (this.
|
|
162
|
+
GeographicHighDensityScatterSeries.prototype.u0 = function (a, b) {
|
|
163
|
+
if (this.ud == null) {
|
|
161
164
|
return;
|
|
162
165
|
}
|
|
163
166
|
};
|
|
164
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
165
|
-
_super.prototype.
|
|
167
|
+
GeographicHighDensityScatterSeries.prototype.pa = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
166
169
|
switch (b) {
|
|
167
170
|
case "SeriesViewer":
|
|
168
|
-
this.
|
|
171
|
+
this.ue.cr();
|
|
169
172
|
break;
|
|
170
173
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
171
|
-
this.
|
|
174
|
+
this.ue.cn();
|
|
172
175
|
break;
|
|
173
176
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
174
|
-
this.
|
|
177
|
+
this.ue.cm();
|
|
175
178
|
break;
|
|
176
179
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
177
|
-
this.
|
|
180
|
+
this.ue.cs();
|
|
178
181
|
break;
|
|
179
182
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
180
|
-
this.
|
|
183
|
+
this.ue.cq();
|
|
181
184
|
break;
|
|
182
185
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
183
|
-
this.
|
|
186
|
+
this.ue.co();
|
|
184
187
|
break;
|
|
185
188
|
case "XAxis":
|
|
186
|
-
this.
|
|
189
|
+
this.ue.ct();
|
|
187
190
|
break;
|
|
188
191
|
case "YAxis":
|
|
189
|
-
this.
|
|
192
|
+
this.ue.cu();
|
|
190
193
|
break;
|
|
191
194
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
192
|
-
this.
|
|
195
|
+
this.ue.cl();
|
|
193
196
|
break;
|
|
194
197
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
195
|
-
this.
|
|
198
|
+
this.ue.cj();
|
|
196
199
|
break;
|
|
197
200
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
198
|
-
this.
|
|
201
|
+
this.ue.ck();
|
|
199
202
|
break;
|
|
200
203
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
201
|
-
this.
|
|
204
|
+
this.ue.ci();
|
|
202
205
|
break;
|
|
203
206
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
204
|
-
this.
|
|
207
|
+
this.ue.cp();
|
|
205
208
|
break;
|
|
206
209
|
}
|
|
207
210
|
};
|
|
208
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.get_gg = function () {
|
|
209
212
|
return true;
|
|
210
213
|
};
|
|
211
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
212
|
-
_super.prototype.
|
|
214
|
+
GeographicHighDensityScatterSeries.prototype.set_gg = function (a) {
|
|
215
|
+
_super.prototype.set_gg.call(this, a);
|
|
213
216
|
};
|
|
214
217
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
215
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
218
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vc:u2', [Color.$, Defaults.ap], 'HeatMaximum:ui:u3', [1, 50], 'HeatMinimumColor:vd:u4', [Color.$, Defaults.aq], 'HeatMinimum:uj:u5', [1, 0], 'LatitudeMemberPath:us:u6', [2, null], 'LongitudeMemberPath:uu:u7', [2, null], 'MouseOverEnabled:uf:u8', [0, false], 'PointExtent:um:u9', [1, 1], 'ProgressiveLoad:ug:va', [0, true], 'UseBruteForce:uh:vb', [0, false]]);
|
|
216
219
|
return GeographicHighDensityScatterSeries;
|
|
217
220
|
}(GeographicMapSeriesHost));
|
|
218
221
|
export { GeographicHighDensityScatterSeries };
|