igniteui-webcomponents-maps 6.2.2-alpha.3 → 6.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-webcomponents-maps.umd.js +1580 -1583
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +542 -542
- 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-imagery.js +0 -3
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- 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 +8 -8
- 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 +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +534 -534
- 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-imagery.js +0 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- 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 +8 -8
- 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 +1595 -1598
- package/fesm5/igniteui-webcomponents-maps.js +1580 -1583
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- 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 +26 -26
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +132 -132
- package/package.json +3 -3
|
@@ -16,59 +16,59 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
16
16
|
bk() {
|
|
17
17
|
return new GeographicTileSeries();
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
get_f6() {
|
|
20
20
|
return true;
|
|
21
21
|
}
|
|
22
22
|
constructor() {
|
|
23
23
|
super();
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
24
|
+
this.y0 = null;
|
|
25
|
+
this.yz = null;
|
|
26
26
|
this.imageTilesReady = null;
|
|
27
27
|
this.ab = GeographicTileSeries.$;
|
|
28
28
|
}
|
|
29
|
-
get
|
|
30
|
-
return this.
|
|
29
|
+
get y1() {
|
|
30
|
+
return this.y0;
|
|
31
31
|
}
|
|
32
|
-
set
|
|
33
|
-
let b = a != this.
|
|
32
|
+
set y1(a) {
|
|
33
|
+
let b = a != this.y1;
|
|
34
34
|
if (b) {
|
|
35
|
-
let c = this.
|
|
36
|
-
this.
|
|
35
|
+
let c = this.y1;
|
|
36
|
+
this.y0 = a;
|
|
37
37
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
if (this.
|
|
42
|
-
this.
|
|
40
|
+
y5() {
|
|
41
|
+
if (this.y1 != null) {
|
|
42
|
+
this.y1.clearTileCache();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
super.
|
|
45
|
+
rp(a, b, c, d) {
|
|
46
|
+
super.rp(a, b, c, d);
|
|
47
47
|
switch (b) {
|
|
48
48
|
case "TileImagery":
|
|
49
|
-
if (this.
|
|
50
|
-
this.
|
|
49
|
+
if (this.xk != null) {
|
|
50
|
+
this.xk.aav = this.y1;
|
|
51
51
|
}
|
|
52
52
|
break;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
|
|
56
|
-
super.
|
|
57
|
-
this.
|
|
58
|
-
if (this.
|
|
59
|
-
let c = this.
|
|
60
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
55
|
+
xp(a, b) {
|
|
56
|
+
super.xp(a, b);
|
|
57
|
+
this.xk.aav = this.y1;
|
|
58
|
+
if (this.yz != null) {
|
|
59
|
+
let c = this.yz;
|
|
60
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y4));
|
|
61
61
|
}
|
|
62
|
-
this.
|
|
63
|
-
if (this.
|
|
64
|
-
let d = this.
|
|
65
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
62
|
+
this.yz = this.xk;
|
|
63
|
+
if (this.yz != null) {
|
|
64
|
+
let d = this.yz;
|
|
65
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y4));
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
xj() {
|
|
69
69
|
return new TileSeries();
|
|
70
70
|
}
|
|
71
|
-
|
|
71
|
+
y4(a, b) {
|
|
72
72
|
if (this.imageTilesReady != null) {
|
|
73
73
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
74
74
|
}
|
|
@@ -22,49 +22,49 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
22
22
|
bk() {
|
|
23
23
|
return new TileSeries();
|
|
24
24
|
}
|
|
25
|
-
|
|
25
|
+
get_f6() {
|
|
26
26
|
return true;
|
|
27
27
|
}
|
|
28
28
|
constructor() {
|
|
29
29
|
super();
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
30
|
+
this.aat = null;
|
|
31
|
+
this.aas = null;
|
|
32
32
|
this.imageTilesReady = null;
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
33
|
+
this.aaw = null;
|
|
34
|
+
this.aax = false;
|
|
35
35
|
this.ab = TileSeries.$;
|
|
36
36
|
}
|
|
37
37
|
ct() {
|
|
38
38
|
return new TileSeriesView(this);
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
42
|
-
this.
|
|
40
|
+
rg(a) {
|
|
41
|
+
super.rg(a);
|
|
42
|
+
this.aar = a;
|
|
43
43
|
}
|
|
44
|
-
|
|
44
|
+
get_yu() {
|
|
45
45
|
return false;
|
|
46
46
|
}
|
|
47
|
-
get
|
|
48
|
-
return this.
|
|
47
|
+
get aav() {
|
|
48
|
+
return this.aat;
|
|
49
49
|
}
|
|
50
|
-
set
|
|
51
|
-
let b = a != this.
|
|
50
|
+
set aav(a) {
|
|
51
|
+
let b = a != this.aav;
|
|
52
52
|
if (b) {
|
|
53
|
-
let c = this.
|
|
54
|
-
this.
|
|
53
|
+
let c = this.aav;
|
|
54
|
+
this.aat = a;
|
|
55
55
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
get
|
|
59
|
-
return this.
|
|
58
|
+
get aau() {
|
|
59
|
+
return this.aas;
|
|
60
60
|
}
|
|
61
|
-
set
|
|
62
|
-
let b = this.
|
|
63
|
-
this.
|
|
64
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
61
|
+
set aau(a) {
|
|
62
|
+
let b = this.aas;
|
|
63
|
+
this.aas = a;
|
|
64
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.aas);
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
super.
|
|
66
|
+
rp(a, b, c, d) {
|
|
67
|
+
super.rp(a, b, c, d);
|
|
68
68
|
let e;
|
|
69
69
|
let f;
|
|
70
70
|
switch (b) {
|
|
@@ -72,141 +72,141 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
72
72
|
e = c;
|
|
73
73
|
f = d;
|
|
74
74
|
if (e != null) {
|
|
75
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
75
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa0));
|
|
76
76
|
}
|
|
77
77
|
if (f != null) {
|
|
78
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
78
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa0));
|
|
79
79
|
}
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
80
|
+
this.aar.dv(e, f);
|
|
81
|
+
this.r7(false);
|
|
82
|
+
this.qz();
|
|
83
83
|
break;
|
|
84
84
|
case "ActualTileImagery":
|
|
85
85
|
e = c;
|
|
86
86
|
f = d;
|
|
87
87
|
if (e != null) {
|
|
88
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
88
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa1));
|
|
89
89
|
e.deferralHandler = null;
|
|
90
90
|
}
|
|
91
91
|
if (f != null) {
|
|
92
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
92
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa1));
|
|
93
93
|
f.deferralHandler = this;
|
|
94
94
|
}
|
|
95
|
-
this.
|
|
95
|
+
this.aar.du(e, f);
|
|
96
96
|
if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
97
97
|
f.geographicMap = this.dc;
|
|
98
|
-
this.
|
|
99
|
-
this.
|
|
98
|
+
this.aa3(this.cw);
|
|
99
|
+
this.aar.dr(this.dc.yr);
|
|
100
100
|
}
|
|
101
|
-
this.
|
|
101
|
+
this.qz();
|
|
102
102
|
break;
|
|
103
103
|
case "ActualWindowRect":
|
|
104
|
-
this.
|
|
104
|
+
this.aar.dr(d);
|
|
105
105
|
break;
|
|
106
106
|
case "WorldRect":
|
|
107
|
-
this.
|
|
107
|
+
this.aar.dy(d);
|
|
108
108
|
break;
|
|
109
109
|
case "SeriesViewer":
|
|
110
110
|
let g = c;
|
|
111
111
|
let h = d;
|
|
112
|
-
if (g != null && this.
|
|
113
|
-
this.
|
|
112
|
+
if (g != null && this.aau != null) {
|
|
113
|
+
this.aau.be(null);
|
|
114
114
|
}
|
|
115
|
-
if (h != null && this.
|
|
116
|
-
this.
|
|
115
|
+
if (h != null && this.aau != null) {
|
|
116
|
+
this.aau.be(this.cw.ae);
|
|
117
117
|
}
|
|
118
118
|
break;
|
|
119
119
|
case "ActualBrush":
|
|
120
120
|
case "ActualOutline":
|
|
121
121
|
case "ActualThickness":
|
|
122
|
-
this.
|
|
122
|
+
this.q1();
|
|
123
123
|
break;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
|
|
126
|
+
aa0(a, b) {
|
|
127
127
|
if (b.propertyName == "MultiScaleImage") {
|
|
128
|
-
this.
|
|
128
|
+
this.aa3(this.cw);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
|
|
131
|
+
aa1(a, b) {
|
|
132
132
|
if (this.imageTilesReady != null) {
|
|
133
133
|
this.imageTilesReady(this, new EventArgs());
|
|
134
134
|
}
|
|
135
|
-
if (!this.
|
|
136
|
-
this.
|
|
135
|
+
if (!this.aax) {
|
|
136
|
+
this.aar.dw();
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
register(a, b) {
|
|
140
|
-
this.
|
|
140
|
+
this.aaw = b;
|
|
141
141
|
}
|
|
142
142
|
unRegister(a) {
|
|
143
|
-
this.
|
|
143
|
+
this.aaw = null;
|
|
144
144
|
}
|
|
145
145
|
deferredRefresh() {
|
|
146
|
-
this.
|
|
146
|
+
this.r7(false);
|
|
147
147
|
}
|
|
148
148
|
deferAction(a) {
|
|
149
|
-
if (this.
|
|
150
|
-
this.
|
|
149
|
+
if (this.j8 != null) {
|
|
150
|
+
this.j8.setTimeout(a, 0);
|
|
151
151
|
}
|
|
152
152
|
else {
|
|
153
153
|
window.setTimeout(a, 0);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
|
|
157
|
-
this.
|
|
158
|
-
super.
|
|
156
|
+
s7(a, b) {
|
|
157
|
+
this.aar.dx();
|
|
158
|
+
super.s7(a, b);
|
|
159
159
|
}
|
|
160
|
-
|
|
161
|
-
super.
|
|
162
|
-
this.
|
|
160
|
+
r8(a) {
|
|
161
|
+
super.r8(a);
|
|
162
|
+
this.aa2(a, this.cw);
|
|
163
163
|
}
|
|
164
|
-
|
|
164
|
+
aa2(a, b) {
|
|
165
165
|
let c;
|
|
166
166
|
let d;
|
|
167
167
|
let e = b;
|
|
168
168
|
let f = b.getViewInfo(c, d);
|
|
169
169
|
c = f.p0;
|
|
170
170
|
d = f.p1;
|
|
171
|
-
this.
|
|
172
|
-
if (this.
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
171
|
+
this.aa3(b);
|
|
172
|
+
if (this.aaw != null) {
|
|
173
|
+
this.aax = true;
|
|
174
|
+
this.aaw(a);
|
|
175
|
+
this.aax = false;
|
|
176
176
|
}
|
|
177
177
|
e.dw();
|
|
178
178
|
}
|
|
179
|
-
|
|
180
|
-
super.
|
|
181
|
-
let f = this.
|
|
179
|
+
r6(a, b, c, d, e) {
|
|
180
|
+
super.r6(a, b, c, d, e);
|
|
181
|
+
let f = this.ht.item(d);
|
|
182
182
|
f.bd(c);
|
|
183
183
|
if (this.d7(f)) {
|
|
184
184
|
return;
|
|
185
185
|
}
|
|
186
|
-
this.
|
|
186
|
+
this.z7(f);
|
|
187
187
|
}
|
|
188
|
-
|
|
188
|
+
aa3(a) {
|
|
189
189
|
let b;
|
|
190
190
|
let c;
|
|
191
191
|
let d = a.getViewInfo(b, c);
|
|
192
192
|
b = d.p0;
|
|
193
193
|
c = d.p1;
|
|
194
|
-
if (this.
|
|
195
|
-
if (this.
|
|
196
|
-
this.
|
|
194
|
+
if (this.aav != null && this.aav.ao != null) {
|
|
195
|
+
if (this.aav != this.aau) {
|
|
196
|
+
this.aau = this.aav;
|
|
197
197
|
}
|
|
198
|
-
if (this.
|
|
199
|
-
if (this.
|
|
200
|
-
this.
|
|
198
|
+
if (this.aau != null && !b.isEmpty) {
|
|
199
|
+
if (this.aau.width != b.width) {
|
|
200
|
+
this.aau.width = b.width;
|
|
201
201
|
}
|
|
202
|
-
if (this.
|
|
203
|
-
this.
|
|
202
|
+
if (this.aau.height != b.height) {
|
|
203
|
+
this.aau.height = b.height;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
|
|
209
|
-
super.
|
|
208
|
+
ph(a, b) {
|
|
209
|
+
super.ph(a, b);
|
|
210
210
|
b.ds();
|
|
211
211
|
}
|
|
212
212
|
}
|
|
@@ -229,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
229
229
|
a4() {
|
|
230
230
|
super.a4();
|
|
231
231
|
if (!this.t) {
|
|
232
|
-
this.dn.
|
|
233
|
-
this.dn.
|
|
232
|
+
this.dn.we = Defaults.tileSeries_Outline;
|
|
233
|
+
this.dn.vy = Defaults.tileSeries_Brush;
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
cx(a, b) {
|
|
@@ -257,14 +257,14 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
257
257
|
this.a2();
|
|
258
258
|
}
|
|
259
259
|
dr(a) {
|
|
260
|
-
if (this.dn.
|
|
261
|
-
this.dn.
|
|
260
|
+
if (this.dn.aav != null) {
|
|
261
|
+
this.dn.aav.windowRect = a;
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
du(a, b) {
|
|
265
265
|
if (this.dq == null) {
|
|
266
|
-
this.dq = this.f.
|
|
267
|
-
let c = this.f.
|
|
266
|
+
this.dq = this.f.j8.createElement("canvas");
|
|
267
|
+
let c = this.f.j8.get2DCanvasContext(this.dq);
|
|
268
268
|
this.dp = new RenderingContext(new CanvasViewRenderer(), c);
|
|
269
269
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
270
270
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
@@ -293,8 +293,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
293
293
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
294
294
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
295
295
|
}
|
|
296
|
-
if (this.dn.
|
|
297
|
-
this.dn.
|
|
296
|
+
if (this.dn.aav != null) {
|
|
297
|
+
this.dn.aav.bf(this.b9);
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
bj(a, b) {
|
|
@@ -328,8 +328,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
328
328
|
ds() {
|
|
329
329
|
}
|
|
330
330
|
dy(a) {
|
|
331
|
-
if (this.dn.
|
|
332
|
-
this.dn.
|
|
331
|
+
if (this.dn.aav != null) {
|
|
332
|
+
this.dn.aav.a6();
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
}
|