igniteui-angular-maps 17.1.0 → 17.2.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 +1645 -1645
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +147 -147
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- 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 +46 -46
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
- package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
- package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +144 -144
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- 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 +1661 -1661
- package/fesm5/igniteui-angular-maps.js +1645 -1645
- package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +42 -42
- package/lib/XamGeographicMap_combined.d.ts +125 -125
- package/package.json +2 -2
|
@@ -21,77 +21,77 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
21
21
|
__extends(GeographicHighDensityScatterSeriesView, _super);
|
|
22
22
|
function GeographicHighDensityScatterSeriesView(a) {
|
|
23
23
|
var _this = _super.call(this, a) || this;
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
24
|
+
_this.ch = null;
|
|
25
|
+
_this.ch = a;
|
|
26
26
|
return _this;
|
|
27
27
|
}
|
|
28
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
29
|
-
_super.prototype.
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
28
|
+
GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
|
|
29
|
+
_super.prototype.b5.call(this);
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
|
|
31
|
+
a.wb = this.ch.us;
|
|
32
|
+
a.wj = this.ch.uq;
|
|
33
|
+
a.uo = this.ch.uf;
|
|
34
|
+
a.un = this.ch.ue;
|
|
35
|
+
a.fk = this.ch.ud;
|
|
36
|
+
a.vj = this.ch.uh;
|
|
37
|
+
a.vi = this.ch.ug;
|
|
38
|
+
a.xh = this.ch.vb;
|
|
39
|
+
a.xg = this.ch.va;
|
|
40
|
+
a.vv = this.ch.uk;
|
|
41
41
|
};
|
|
42
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
43
|
-
this.
|
|
42
|
+
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
43
|
+
this.ch.t3.wb = this.ch.us;
|
|
44
44
|
};
|
|
45
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
46
|
-
this.
|
|
45
|
+
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
46
|
+
this.ch.t3.wj = this.ch.uq;
|
|
47
47
|
};
|
|
48
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
49
|
-
this.
|
|
48
|
+
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
49
|
+
this.ch.t3.uo = this.ch.uf;
|
|
50
50
|
};
|
|
51
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
52
|
-
this.
|
|
51
|
+
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
52
|
+
this.ch.t3.un = this.ch.ue;
|
|
53
53
|
};
|
|
54
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
55
|
-
this.
|
|
54
|
+
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
55
|
+
this.ch.t3.fk = this.ch.ud;
|
|
56
56
|
};
|
|
57
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
58
|
-
this.
|
|
57
|
+
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
58
|
+
this.ch.t3.vj = this.ch.uh;
|
|
59
59
|
};
|
|
60
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
61
|
-
this.
|
|
60
|
+
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
61
|
+
this.ch.t3.vi = this.ch.ug;
|
|
62
62
|
};
|
|
63
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.
|
|
65
|
-
if (this.
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
63
|
+
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
|
|
65
|
+
if (this.ch.cy == null) {
|
|
66
|
+
a.t8 = null;
|
|
67
|
+
a.ua = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.t8 = this.ch.cy.ua;
|
|
71
|
+
a.ua = this.ch.cy.uc;
|
|
72
72
|
};
|
|
73
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
74
|
-
this.
|
|
73
|
+
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
74
|
+
this.ch.t3.t8 = this.ch.cy.ua;
|
|
75
75
|
};
|
|
76
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
77
|
-
this.
|
|
76
|
+
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
77
|
+
this.ch.t3.ua = this.ch.cy.uc;
|
|
78
78
|
};
|
|
79
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
80
|
-
this.
|
|
79
|
+
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
80
|
+
this.ch.t3.xh = this.ch.vb;
|
|
81
81
|
};
|
|
82
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
83
|
-
this.
|
|
82
|
+
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
83
|
+
this.ch.t3.xg = this.ch.va;
|
|
84
84
|
};
|
|
85
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
86
|
-
this.
|
|
85
|
+
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
86
|
+
this.ch.t3.vv = this.ch.uk;
|
|
87
87
|
};
|
|
88
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
89
|
-
_super.prototype.
|
|
88
|
+
GeographicHighDensityScatterSeriesView.prototype.au = function () {
|
|
89
|
+
_super.prototype.au.call(this);
|
|
90
90
|
if (!this.q) {
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
91
|
+
this.ch.vb = Defaults.aq;
|
|
92
|
+
this.ch.va = Defaults.ap;
|
|
93
|
+
this.ch.sw = Defaults.al;
|
|
94
|
+
this.ch.s2 = Defaults.ak;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,114 +105,114 @@ 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.ub = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.uj = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
115
|
-
if (!isNaN_(this.
|
|
116
|
-
return _super.prototype.
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.ip = function () {
|
|
115
|
+
if (!isNaN_(this.io)) {
|
|
116
|
+
return _super.prototype.ip.call(this);
|
|
117
117
|
}
|
|
118
118
|
return Defaults.q;
|
|
119
119
|
};
|
|
120
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
120
|
+
GeographicHighDensityScatterSeries.prototype.get_e1 = function () {
|
|
121
121
|
return true;
|
|
122
122
|
};
|
|
123
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
123
|
+
GeographicHighDensityScatterSeries.prototype.cg = function () {
|
|
124
124
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
125
125
|
};
|
|
126
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
127
|
-
_super.prototype.
|
|
128
|
-
this.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.o0 = function (a) {
|
|
127
|
+
_super.prototype.o0.call(this, a);
|
|
128
|
+
this.uc = a;
|
|
129
129
|
};
|
|
130
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
131
|
-
this.
|
|
132
|
-
return this.
|
|
130
|
+
GeographicHighDensityScatterSeries.prototype.t2 = function () {
|
|
131
|
+
this.ub = new HighDensityScatterSeries();
|
|
132
|
+
return this.ub;
|
|
133
133
|
};
|
|
134
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "ul", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.uj;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
139
|
+
var b = this.uj;
|
|
140
|
+
this.uj = a;
|
|
141
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.uj);
|
|
142
142
|
},
|
|
143
143
|
enumerable: false,
|
|
144
144
|
configurable: true
|
|
145
145
|
});
|
|
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.
|
|
146
|
+
GeographicHighDensityScatterSeries.prototype.t8 = function () {
|
|
147
|
+
_super.prototype.t8.call(this);
|
|
148
|
+
var a = this.t3;
|
|
149
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.uz));
|
|
150
|
+
var b = this.t3;
|
|
151
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uy));
|
|
152
|
+
};
|
|
153
|
+
GeographicHighDensityScatterSeries.prototype.uz = function (a, b) {
|
|
154
|
+
this.ul = b.currentStatus;
|
|
155
155
|
if (this.progressiveLoadStatusChanged != null) {
|
|
156
156
|
this.progressiveLoadStatusChanged(this, b);
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
160
|
-
if (this.
|
|
159
|
+
GeographicHighDensityScatterSeries.prototype.uy = function (a, b) {
|
|
160
|
+
if (this.ub == null) {
|
|
161
161
|
return;
|
|
162
162
|
}
|
|
163
163
|
};
|
|
164
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
165
|
-
_super.prototype.
|
|
164
|
+
GeographicHighDensityScatterSeries.prototype.o8 = function (a, b, c, d) {
|
|
165
|
+
_super.prototype.o8.call(this, a, b, c, d);
|
|
166
166
|
switch (b) {
|
|
167
167
|
case "SeriesViewer":
|
|
168
|
-
this.
|
|
168
|
+
this.uc.cr();
|
|
169
169
|
break;
|
|
170
170
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
171
|
-
this.
|
|
171
|
+
this.uc.cn();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
174
|
-
this.
|
|
174
|
+
this.uc.cm();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
177
|
-
this.
|
|
177
|
+
this.uc.cs();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
180
|
-
this.
|
|
180
|
+
this.uc.cq();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
183
|
-
this.
|
|
183
|
+
this.uc.co();
|
|
184
184
|
break;
|
|
185
185
|
case "XAxis":
|
|
186
|
-
this.
|
|
186
|
+
this.uc.ct();
|
|
187
187
|
break;
|
|
188
188
|
case "YAxis":
|
|
189
|
-
this.
|
|
189
|
+
this.uc.cu();
|
|
190
190
|
break;
|
|
191
191
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
192
|
-
this.
|
|
192
|
+
this.uc.cl();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
195
|
-
this.
|
|
195
|
+
this.uc.cj();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
198
|
-
this.
|
|
198
|
+
this.uc.ck();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
201
|
-
this.
|
|
201
|
+
this.uc.ci();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
204
|
-
this.
|
|
204
|
+
this.uc.cp();
|
|
205
205
|
break;
|
|
206
206
|
}
|
|
207
207
|
};
|
|
208
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
208
|
+
GeographicHighDensityScatterSeries.prototype.get_gf = function () {
|
|
209
209
|
return true;
|
|
210
210
|
};
|
|
211
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
212
|
-
_super.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.set_gf = function (a) {
|
|
212
|
+
_super.prototype.set_gf.call(this, a);
|
|
213
213
|
};
|
|
214
214
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
215
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
215
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:va:u0', [Color.$, Defaults.ap], 'HeatMaximum:ug:u1', [1, 50], 'HeatMinimumColor:vb:u2', [Color.$, Defaults.aq], 'HeatMinimum:uh:u3', [1, 0], 'LatitudeMemberPath:uq:u4', [2, null], 'LongitudeMemberPath:us:u5', [2, null], 'MouseOverEnabled:ud:u6', [0, false], 'PointExtent:uk:u7', [1, 1], 'ProgressiveLoad:ue:u8', [0, true], 'UseBruteForce:uf:u9', [0, false]]);
|
|
216
216
|
return GeographicHighDensityScatterSeries;
|
|
217
217
|
}(GeographicMapSeriesHost));
|
|
218
218
|
export { GeographicHighDensityScatterSeries };
|