igniteui-webcomponents-maps 5.4.0-beta.0 → 5.4.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 +1752 -1752
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +104 -104
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +218 -218
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -75
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +74 -74
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +478 -478
- 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-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 +42 -42
- 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 +20 -20
- 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 +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +103 -103
- package/esm5/lib/GeographicMapSeriesHost_combined.js +216 -216
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +74 -74
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +470 -470
- 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-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 +42 -42
- 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 +20 -20
- 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 +1760 -1760
- package/fesm5/igniteui-webcomponents-maps.js +1752 -1752
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +62 -62
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +45 -45
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +37 -37
- 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 +11 -11
- 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 +119 -119
- package/package.json +3 -3
|
@@ -19,65 +19,65 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class GeographicSymbolSeriesView extends HostSeriesView {
|
|
20
20
|
constructor(a) {
|
|
21
21
|
super(a);
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.cl = null;
|
|
23
|
+
this.cl = a;
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
if (!this.
|
|
25
|
+
ax() {
|
|
26
|
+
super.ax();
|
|
27
|
+
if (!this.r) {
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
let a = this.
|
|
32
|
-
super.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
30
|
+
b9() {
|
|
31
|
+
let a = this.cl.w2;
|
|
32
|
+
super.b9();
|
|
33
|
+
a.aav = this.cl.yq;
|
|
34
|
+
a.aa3 = this.cl.yo;
|
|
35
|
+
a.xc = this.cl.xc;
|
|
36
|
+
a.x4 = this.cl.xs;
|
|
37
|
+
a.xl = this.cl.xd;
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
this.
|
|
39
|
+
cn() {
|
|
40
|
+
this.cl.w2.aav = this.cl.yq;
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
this.
|
|
42
|
+
cm() {
|
|
43
|
+
this.cl.w2.aa3 = this.cl.yo;
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
this.
|
|
45
|
+
ct() {
|
|
46
|
+
this.cl.w2.xc = this.cl.xc;
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
this.
|
|
48
|
+
cr() {
|
|
49
|
+
this.cl.w2.x4 = this.cl.xs;
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
this.
|
|
51
|
+
cs() {
|
|
52
|
+
this.cl.w2.xl = this.cl.xd;
|
|
53
53
|
}
|
|
54
|
-
|
|
55
|
-
this.
|
|
54
|
+
cu() {
|
|
55
|
+
this.cl.w2.aab = this.cl.xe;
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
this.
|
|
57
|
+
cw() {
|
|
58
|
+
this.cl.w2.xAxis = this.cl.dc.wv;
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
this.
|
|
60
|
+
cx() {
|
|
61
|
+
this.cl.w2.yAxis = this.cl.dc.wx;
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
let a = this.
|
|
65
|
-
if (this.
|
|
63
|
+
cv() {
|
|
64
|
+
let a = this.cl.w2;
|
|
65
|
+
if (this.cl.dc == null) {
|
|
66
66
|
a.xAxis = null;
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.
|
|
71
|
-
a.yAxis = this.
|
|
70
|
+
a.xAxis = this.cl.dc.wv;
|
|
71
|
+
a.yAxis = this.cl.dc.wx;
|
|
72
72
|
}
|
|
73
|
-
|
|
74
|
-
this.
|
|
73
|
+
cp() {
|
|
74
|
+
this.cl.w2.yv = this.cl.ya;
|
|
75
75
|
}
|
|
76
|
-
|
|
77
|
-
this.
|
|
76
|
+
co() {
|
|
77
|
+
this.cl.w2.yl = this.cl.x6;
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
this.
|
|
79
|
+
cq() {
|
|
80
|
+
this.cl.w2.ym = this.cl.x7;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -88,102 +88,102 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
88
88
|
*/
|
|
89
89
|
export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
90
90
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
91
|
-
|
|
91
|
+
bk() {
|
|
92
92
|
return new GeographicSymbolSeries();
|
|
93
93
|
}
|
|
94
|
-
|
|
94
|
+
get_ej() {
|
|
95
95
|
return true;
|
|
96
96
|
}
|
|
97
97
|
constructor() {
|
|
98
98
|
super();
|
|
99
|
-
this.
|
|
100
|
-
this.
|
|
101
|
-
this.
|
|
99
|
+
this.yc = null;
|
|
100
|
+
this.yf = false;
|
|
101
|
+
this.ye = false;
|
|
102
102
|
this.assigningScatterStyle = null;
|
|
103
103
|
this.assigningScatterMarkerStyle = null;
|
|
104
104
|
this.ab = GeographicSymbolSeries.$;
|
|
105
105
|
}
|
|
106
|
-
|
|
106
|
+
ct() {
|
|
107
107
|
return new GeographicSymbolSeriesView(this);
|
|
108
108
|
}
|
|
109
|
-
|
|
110
|
-
super.
|
|
111
|
-
this.
|
|
109
|
+
q1(a) {
|
|
110
|
+
super.q1(a);
|
|
111
|
+
this.yd = a;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
jl() {
|
|
114
114
|
return 0.7;
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
w1() {
|
|
117
117
|
return new ScatterSeries();
|
|
118
118
|
}
|
|
119
|
-
|
|
119
|
+
get_fe() {
|
|
120
120
|
return true;
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
super.
|
|
122
|
+
ra(a, b, c, d) {
|
|
123
|
+
super.ra(a, b, c, d);
|
|
124
124
|
switch (b) {
|
|
125
125
|
case "SeriesViewer":
|
|
126
|
-
this.
|
|
126
|
+
this.yd.cv();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[5]:
|
|
129
|
-
this.
|
|
129
|
+
this.yd.cn();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[4]:
|
|
132
|
-
this.
|
|
132
|
+
this.yd.cm();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[6]:
|
|
135
|
-
this.
|
|
135
|
+
this.yd.cp();
|
|
136
136
|
break;
|
|
137
137
|
case "XAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.yd.cw();
|
|
139
139
|
break;
|
|
140
140
|
case "YAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.yd.cx();
|
|
142
142
|
break;
|
|
143
143
|
case GeographicSymbolSeries.$$p[1]:
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
if (this.
|
|
147
|
-
let e = this.
|
|
148
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
144
|
+
this.w2.zr = this.yh;
|
|
145
|
+
this.yf = this.yh;
|
|
146
|
+
if (this.yh) {
|
|
147
|
+
let e = this.w2;
|
|
148
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yv));
|
|
149
149
|
}
|
|
150
150
|
else {
|
|
151
|
-
let f = this.
|
|
152
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
151
|
+
let f = this.w2;
|
|
152
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yv));
|
|
153
153
|
}
|
|
154
154
|
break;
|
|
155
155
|
case GeographicSymbolSeries.$$p[0]:
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
if (this.
|
|
159
|
-
let g = this.
|
|
160
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
156
|
+
this.w2.zq = this.yg;
|
|
157
|
+
this.ye = this.yg;
|
|
158
|
+
if (this.yh) {
|
|
159
|
+
let g = this.w2;
|
|
160
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yu));
|
|
161
161
|
}
|
|
162
162
|
else {
|
|
163
|
-
let h = this.
|
|
164
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
163
|
+
let h = this.w2;
|
|
164
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yu));
|
|
165
165
|
}
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.
|
|
168
|
+
this.w2.za = this.yb;
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
|
-
this.
|
|
171
|
+
this.w2.aaa = this.yj;
|
|
172
172
|
break;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
-
|
|
175
|
+
yv(a, b) {
|
|
176
176
|
if (this.assigningScatterStyle != null) {
|
|
177
177
|
this.assigningScatterStyle(this, b);
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
|
|
180
|
+
yu(a, b) {
|
|
181
181
|
if (this.assigningScatterMarkerStyle != null) {
|
|
182
182
|
this.assigningScatterMarkerStyle(this, b);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
187
|
-
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
187
|
+
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yg:yw', [0, false], 'IsCustomScatterStyleAllowed:yh:yx', [0, false], 'ItemSearchMode:yb:yy', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yj:yz', [1, 10000], 'LatitudeMemberPath:yo:y0', [2, null], 'LongitudeMemberPath:yq:y1', [2, null], 'MarkerCollisionAvoidance:ya:y2', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yi:y3', [0, false]]);
|
|
188
188
|
return GeographicSymbolSeries;
|
|
189
189
|
})();
|
|
@@ -13,62 +13,62 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
13
13
|
*/
|
|
14
14
|
export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
15
15
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
16
|
-
|
|
16
|
+
bk() {
|
|
17
17
|
return new GeographicTileSeries();
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
get_f3() {
|
|
20
20
|
return true;
|
|
21
21
|
}
|
|
22
22
|
constructor() {
|
|
23
23
|
super();
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
24
|
+
this.yi = null;
|
|
25
|
+
this.yh = null;
|
|
26
26
|
this.imageTilesReady = null;
|
|
27
27
|
this.ab = GeographicTileSeries.$;
|
|
28
28
|
}
|
|
29
|
-
get
|
|
30
|
-
return this.
|
|
29
|
+
get yj() {
|
|
30
|
+
return this.yi;
|
|
31
31
|
}
|
|
32
|
-
set
|
|
33
|
-
let b = a != this.
|
|
32
|
+
set yj(a) {
|
|
33
|
+
let b = a != this.yj;
|
|
34
34
|
if (b) {
|
|
35
|
-
let c = this.
|
|
36
|
-
this.
|
|
35
|
+
let c = this.yj;
|
|
36
|
+
this.yi = a;
|
|
37
37
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
if (this.
|
|
42
|
-
this.
|
|
40
|
+
yn() {
|
|
41
|
+
if (this.yj != null) {
|
|
42
|
+
this.yj.clearTileCache();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
super.
|
|
45
|
+
ra(a, b, c, d) {
|
|
46
|
+
super.ra(a, b, c, d);
|
|
47
47
|
switch (b) {
|
|
48
48
|
case "TileImagery":
|
|
49
|
-
if (this.
|
|
50
|
-
this.
|
|
49
|
+
if (this.w2 != null) {
|
|
50
|
+
this.w2.aad = this.yj;
|
|
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
|
+
w7(a, b) {
|
|
56
|
+
super.w7(a, b);
|
|
57
|
+
this.w2.aad = this.yj;
|
|
58
|
+
if (this.yh != null) {
|
|
59
|
+
let c = this.yh;
|
|
60
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.ym));
|
|
61
61
|
}
|
|
62
|
-
this.
|
|
63
|
-
if (this.
|
|
64
|
-
let d = this.
|
|
65
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
62
|
+
this.yh = this.w2;
|
|
63
|
+
if (this.yh != null) {
|
|
64
|
+
let d = this.yh;
|
|
65
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.ym));
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
w1() {
|
|
69
69
|
return new TileSeries();
|
|
70
70
|
}
|
|
71
|
-
|
|
71
|
+
ym(a, b) {
|
|
72
72
|
if (this.imageTilesReady != null) {
|
|
73
73
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
74
74
|
}
|
|
@@ -13,8 +13,8 @@ export let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class GeographicXYTriangulatingSeriesBaseView extends HostSeriesView {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.cl = null;
|
|
17
|
+
this.cl = a;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
GeographicXYTriangulatingSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);
|