igniteui-webcomponents-maps 6.3.1-beta.0 → 7.0.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 +1097 -1097
- 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 +83 -83
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
- 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 +124 -124
- 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-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 +83 -83
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
- 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 +123 -123
- 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-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 +1106 -1106
- package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
- 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 +24 -24
- package/package.json +3 -3
|
@@ -13,59 +13,59 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
13
13
|
bk() {
|
|
14
14
|
return new GeographicTileSeries();
|
|
15
15
|
}
|
|
16
|
-
|
|
16
|
+
get_f7() {
|
|
17
17
|
return true;
|
|
18
18
|
}
|
|
19
19
|
constructor() {
|
|
20
20
|
super();
|
|
21
|
+
this.y2 = null;
|
|
21
22
|
this.y1 = null;
|
|
22
|
-
this.y0 = null;
|
|
23
23
|
this.imageTilesReady = null;
|
|
24
24
|
this.ab = GeographicTileSeries.$;
|
|
25
25
|
}
|
|
26
|
-
get
|
|
27
|
-
return this.
|
|
26
|
+
get y3() {
|
|
27
|
+
return this.y2;
|
|
28
28
|
}
|
|
29
|
-
set
|
|
30
|
-
let b = a != this.
|
|
29
|
+
set y3(a) {
|
|
30
|
+
let b = a != this.y3;
|
|
31
31
|
if (b) {
|
|
32
|
-
let c = this.
|
|
33
|
-
this.
|
|
32
|
+
let c = this.y3;
|
|
33
|
+
this.y2 = a;
|
|
34
34
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
if (this.
|
|
39
|
-
this.
|
|
37
|
+
y7() {
|
|
38
|
+
if (this.y3 != null) {
|
|
39
|
+
this.y3.clearTileCache();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
super.
|
|
42
|
+
rr(a, b, c, d) {
|
|
43
|
+
super.rr(a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "TileImagery":
|
|
46
|
-
if (this.
|
|
47
|
-
this.
|
|
46
|
+
if (this.xm != null) {
|
|
47
|
+
this.xm.aax = this.y3;
|
|
48
48
|
}
|
|
49
49
|
break;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
super.
|
|
54
|
-
this.
|
|
55
|
-
if (this.
|
|
56
|
-
let c = this.
|
|
57
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
52
|
+
xr(a, b) {
|
|
53
|
+
super.xr(a, b);
|
|
54
|
+
this.xm.aax = this.y3;
|
|
55
|
+
if (this.y1 != null) {
|
|
56
|
+
let c = this.y1;
|
|
57
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y6));
|
|
58
58
|
}
|
|
59
|
-
this.
|
|
60
|
-
if (this.
|
|
61
|
-
let d = this.
|
|
62
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
59
|
+
this.y1 = this.xm;
|
|
60
|
+
if (this.y1 != null) {
|
|
61
|
+
let d = this.y1;
|
|
62
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y6));
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
xl() {
|
|
66
66
|
return new TileSeries();
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
y6(a, b) {
|
|
69
69
|
if (this.imageTilesReady != null) {
|
|
70
70
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
71
71
|
}
|
|
@@ -19,49 +19,49 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
19
19
|
bk() {
|
|
20
20
|
return new TileSeries();
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
get_f7() {
|
|
23
23
|
return true;
|
|
24
24
|
}
|
|
25
25
|
constructor() {
|
|
26
26
|
super();
|
|
27
|
+
this.aav = null;
|
|
27
28
|
this.aau = null;
|
|
28
|
-
this.aat = null;
|
|
29
29
|
this.imageTilesReady = null;
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
30
|
+
this.aay = null;
|
|
31
|
+
this.aaz = false;
|
|
32
32
|
this.ab = TileSeries.$;
|
|
33
33
|
}
|
|
34
34
|
ct() {
|
|
35
35
|
return new TileSeriesView(this);
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
super.
|
|
39
|
-
this.
|
|
37
|
+
ri(a) {
|
|
38
|
+
super.ri(a);
|
|
39
|
+
this.aat = a;
|
|
40
40
|
}
|
|
41
|
-
|
|
41
|
+
get_yw() {
|
|
42
42
|
return false;
|
|
43
43
|
}
|
|
44
|
-
get
|
|
45
|
-
return this.
|
|
44
|
+
get aax() {
|
|
45
|
+
return this.aav;
|
|
46
46
|
}
|
|
47
|
-
set
|
|
48
|
-
let b = a != this.
|
|
47
|
+
set aax(a) {
|
|
48
|
+
let b = a != this.aax;
|
|
49
49
|
if (b) {
|
|
50
|
-
let c = this.
|
|
51
|
-
this.
|
|
50
|
+
let c = this.aax;
|
|
51
|
+
this.aav = a;
|
|
52
52
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
get
|
|
56
|
-
return this.
|
|
55
|
+
get aaw() {
|
|
56
|
+
return this.aau;
|
|
57
57
|
}
|
|
58
|
-
set
|
|
59
|
-
let b = this.
|
|
60
|
-
this.
|
|
61
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
58
|
+
set aaw(a) {
|
|
59
|
+
let b = this.aau;
|
|
60
|
+
this.aau = a;
|
|
61
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.aau);
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
63
|
+
rr(a, b, c, d) {
|
|
64
|
+
super.rr(a, b, c, d);
|
|
65
65
|
let e;
|
|
66
66
|
let f;
|
|
67
67
|
switch (b) {
|
|
@@ -69,141 +69,141 @@ let TileSeries = /*@__PURE__*/ (() => {
|
|
|
69
69
|
e = c;
|
|
70
70
|
f = d;
|
|
71
71
|
if (e != null) {
|
|
72
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
72
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa2));
|
|
73
73
|
}
|
|
74
74
|
if (f != null) {
|
|
75
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
75
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa2));
|
|
76
76
|
}
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
77
|
+
this.aat.dv(e, f);
|
|
78
|
+
this.r9(false);
|
|
79
|
+
this.q1();
|
|
80
80
|
break;
|
|
81
81
|
case "ActualTileImagery":
|
|
82
82
|
e = c;
|
|
83
83
|
f = d;
|
|
84
84
|
if (e != null) {
|
|
85
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
85
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa3));
|
|
86
86
|
e.deferralHandler = null;
|
|
87
87
|
}
|
|
88
88
|
if (f != null) {
|
|
89
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
89
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa3));
|
|
90
90
|
f.deferralHandler = this;
|
|
91
91
|
}
|
|
92
|
-
this.
|
|
92
|
+
this.aat.du(e, f);
|
|
93
93
|
if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
94
94
|
f.geographicMap = this.dc;
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
95
|
+
this.aa5(this.cw);
|
|
96
|
+
this.aat.dr(this.dc.yr);
|
|
97
97
|
}
|
|
98
|
-
this.
|
|
98
|
+
this.q1();
|
|
99
99
|
break;
|
|
100
100
|
case "ActualWindowRect":
|
|
101
|
-
this.
|
|
101
|
+
this.aat.dr(d);
|
|
102
102
|
break;
|
|
103
103
|
case "WorldRect":
|
|
104
|
-
this.
|
|
104
|
+
this.aat.dy(d);
|
|
105
105
|
break;
|
|
106
106
|
case "SeriesViewer":
|
|
107
107
|
let g = c;
|
|
108
108
|
let h = d;
|
|
109
|
-
if (g != null && this.
|
|
110
|
-
this.
|
|
109
|
+
if (g != null && this.aaw != null) {
|
|
110
|
+
this.aaw.be(null);
|
|
111
111
|
}
|
|
112
|
-
if (h != null && this.
|
|
113
|
-
this.
|
|
112
|
+
if (h != null && this.aaw != null) {
|
|
113
|
+
this.aaw.be(this.cw.ae);
|
|
114
114
|
}
|
|
115
115
|
break;
|
|
116
116
|
case "ActualBrush":
|
|
117
117
|
case "ActualOutline":
|
|
118
118
|
case "ActualThickness":
|
|
119
|
-
this.
|
|
119
|
+
this.q3();
|
|
120
120
|
break;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
-
|
|
123
|
+
aa2(a, b) {
|
|
124
124
|
if (b.propertyName == "MultiScaleImage") {
|
|
125
|
-
this.
|
|
125
|
+
this.aa5(this.cw);
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
|
|
128
|
+
aa3(a, b) {
|
|
129
129
|
if (this.imageTilesReady != null) {
|
|
130
130
|
this.imageTilesReady(this, new EventArgs());
|
|
131
131
|
}
|
|
132
|
-
if (!this.
|
|
133
|
-
this.
|
|
132
|
+
if (!this.aaz) {
|
|
133
|
+
this.aat.dw();
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
register(a, b) {
|
|
137
|
-
this.
|
|
137
|
+
this.aay = b;
|
|
138
138
|
}
|
|
139
139
|
unRegister(a) {
|
|
140
|
-
this.
|
|
140
|
+
this.aay = null;
|
|
141
141
|
}
|
|
142
142
|
deferredRefresh() {
|
|
143
|
-
this.
|
|
143
|
+
this.r9(false);
|
|
144
144
|
}
|
|
145
145
|
deferAction(a) {
|
|
146
|
-
if (this.
|
|
147
|
-
this.
|
|
146
|
+
if (this.j9 != null) {
|
|
147
|
+
this.j9.setTimeout(a, 0);
|
|
148
148
|
}
|
|
149
149
|
else {
|
|
150
150
|
window.setTimeout(a, 0);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
|
|
154
|
-
this.
|
|
155
|
-
super.
|
|
153
|
+
s9(a, b) {
|
|
154
|
+
this.aat.dx();
|
|
155
|
+
super.s9(a, b);
|
|
156
156
|
}
|
|
157
|
-
|
|
158
|
-
super.
|
|
159
|
-
this.
|
|
157
|
+
sa(a) {
|
|
158
|
+
super.sa(a);
|
|
159
|
+
this.aa4(a, this.cw);
|
|
160
160
|
}
|
|
161
|
-
|
|
161
|
+
aa4(a, b) {
|
|
162
162
|
let c;
|
|
163
163
|
let d;
|
|
164
164
|
let e = b;
|
|
165
165
|
let f = b.getViewInfo(c, d);
|
|
166
166
|
c = f.p0;
|
|
167
167
|
d = f.p1;
|
|
168
|
-
this.
|
|
169
|
-
if (this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
168
|
+
this.aa5(b);
|
|
169
|
+
if (this.aay != null) {
|
|
170
|
+
this.aaz = true;
|
|
171
|
+
this.aay(a);
|
|
172
|
+
this.aaz = false;
|
|
173
173
|
}
|
|
174
174
|
e.dw();
|
|
175
175
|
}
|
|
176
|
-
|
|
177
|
-
super.
|
|
178
|
-
let f = this.
|
|
176
|
+
r8(a, b, c, d, e) {
|
|
177
|
+
super.r8(a, b, c, d, e);
|
|
178
|
+
let f = this.hu.item(d);
|
|
179
179
|
f.bd(c);
|
|
180
180
|
if (this.d7(f)) {
|
|
181
181
|
return;
|
|
182
182
|
}
|
|
183
|
-
this.
|
|
183
|
+
this.z9(f);
|
|
184
184
|
}
|
|
185
|
-
|
|
185
|
+
aa5(a) {
|
|
186
186
|
let b;
|
|
187
187
|
let c;
|
|
188
188
|
let d = a.getViewInfo(b, c);
|
|
189
189
|
b = d.p0;
|
|
190
190
|
c = d.p1;
|
|
191
|
-
if (this.
|
|
192
|
-
if (this.
|
|
193
|
-
this.
|
|
191
|
+
if (this.aax != null && this.aax.ao != null) {
|
|
192
|
+
if (this.aax != this.aaw) {
|
|
193
|
+
this.aaw = this.aax;
|
|
194
194
|
}
|
|
195
|
-
if (this.
|
|
196
|
-
if (this.
|
|
197
|
-
this.
|
|
195
|
+
if (this.aaw != null && !b.isEmpty) {
|
|
196
|
+
if (this.aaw.width != b.width) {
|
|
197
|
+
this.aaw.width = b.width;
|
|
198
198
|
}
|
|
199
|
-
if (this.
|
|
200
|
-
this.
|
|
199
|
+
if (this.aaw.height != b.height) {
|
|
200
|
+
this.aaw.height = b.height;
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
|
|
206
|
-
super.
|
|
205
|
+
pj(a, b) {
|
|
206
|
+
super.pj(a, b);
|
|
207
207
|
b.ds();
|
|
208
208
|
}
|
|
209
209
|
}
|
|
@@ -224,8 +224,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
224
224
|
a4() {
|
|
225
225
|
super.a4();
|
|
226
226
|
if (!this.t) {
|
|
227
|
-
this.dn.
|
|
228
|
-
this.dn.
|
|
227
|
+
this.dn.wg = Defaults.tileSeries_Outline;
|
|
228
|
+
this.dn.v0 = Defaults.tileSeries_Brush;
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
cx(a, b) {
|
|
@@ -252,14 +252,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
252
252
|
this.a2();
|
|
253
253
|
}
|
|
254
254
|
dr(a) {
|
|
255
|
-
if (this.dn.
|
|
256
|
-
this.dn.
|
|
255
|
+
if (this.dn.aax != null) {
|
|
256
|
+
this.dn.aax.windowRect = a;
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
259
|
du(a, b) {
|
|
260
260
|
if (this.dq == null) {
|
|
261
|
-
this.dq = this.f.
|
|
262
|
-
let c = this.f.
|
|
261
|
+
this.dq = this.f.j9.createElement("canvas");
|
|
262
|
+
let c = this.f.j9.get2DCanvasContext(this.dq);
|
|
263
263
|
this.dp = new RenderingContext(new CanvasViewRenderer(), c);
|
|
264
264
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
265
265
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
@@ -288,8 +288,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
288
288
|
this.dq.setAttribute("width", this.b9.width.toString());
|
|
289
289
|
this.dq.setAttribute("height", this.b9.height.toString());
|
|
290
290
|
}
|
|
291
|
-
if (this.dn.
|
|
292
|
-
this.dn.
|
|
291
|
+
if (this.dn.aax != null) {
|
|
292
|
+
this.dn.aax.bf(this.b9);
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
295
|
bj(a, b) {
|
|
@@ -323,8 +323,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
323
323
|
ds() {
|
|
324
324
|
}
|
|
325
325
|
dy(a) {
|
|
326
|
-
if (this.dn.
|
|
327
|
-
this.dn.
|
|
326
|
+
if (this.dn.aax != null) {
|
|
327
|
+
this.dn.aax.a6();
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
}
|