igniteui-webcomponents-maps 5.0.3-beta.0 → 5.1.1-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 +1539 -1450
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +77 -77
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +197 -182
- package/esm2015/lib/GeographicMarkerSeries.js +27 -27
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +14 -14
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -65
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -53
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +451 -451
- 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 +21 -21
- 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 +76 -22
- 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 +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +77 -77
- package/esm5/lib/GeographicMapSeriesHost_combined.js +195 -180
- package/esm5/lib/GeographicMarkerSeries.js +27 -27
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +14 -14
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +74 -64
- package/esm5/lib/GeographicShapeSeriesView_combined.js +53 -53
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +444 -444
- 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 +21 -21
- 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 +87 -21
- 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 +1545 -1468
- package/fesm5/igniteui-webcomponents-maps.js +1540 -1451
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -43
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +27 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -26
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +18 -18
- package/lib/XamGeographicMap_combined.d.ts +108 -108
- package/lib/igc-geographic-shape-series-base-component.d.ts +18 -0
- package/package.json +3 -3
|
@@ -7,6 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
8
8
|
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
9
9
|
import { ShapeItemSearchMode_$type } from "igniteui-webcomponents-charts";
|
|
10
|
+
import { BrushScale } from "igniteui-webcomponents-charts";
|
|
10
11
|
import { enumGetBox, runOn, delegateCombine, delegateRemove, markType, markDep } from "igniteui-webcomponents-core";
|
|
11
12
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
12
13
|
import { HostSeriesView } from "./HostSeriesView";
|
|
@@ -17,127 +18,136 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
17
18
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
18
19
|
constructor() {
|
|
19
20
|
super(...arguments);
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
21
|
+
this.xf = false;
|
|
22
|
+
this.xe = false;
|
|
22
23
|
this.assigningShapeStyle = null;
|
|
23
24
|
this.assigningShapeMarkerStyle = null;
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
25
|
+
this.xb = null;
|
|
26
|
+
this.xd = false;
|
|
26
27
|
}
|
|
27
|
-
|
|
28
|
+
cs() {
|
|
28
29
|
return new GeographicShapeSeriesBaseView(this);
|
|
29
30
|
}
|
|
30
31
|
qz(a) {
|
|
31
32
|
super.qz(a);
|
|
32
|
-
this.
|
|
33
|
+
this.xa = a;
|
|
33
34
|
}
|
|
34
|
-
|
|
35
|
+
get_fe() {
|
|
35
36
|
return true;
|
|
36
37
|
}
|
|
37
|
-
|
|
38
|
+
get_ed() {
|
|
38
39
|
return true;
|
|
39
40
|
}
|
|
40
41
|
q7(a, b, c, d) {
|
|
41
42
|
super.q7(a, b, c, d);
|
|
42
43
|
switch (b) {
|
|
43
44
|
case "SeriesViewer":
|
|
44
|
-
this.
|
|
45
|
+
this.xa.ci();
|
|
45
46
|
break;
|
|
46
47
|
case "ShapeMemberPath":
|
|
47
|
-
this.
|
|
48
|
+
this.xa.ck();
|
|
48
49
|
break;
|
|
49
|
-
case GeographicShapeSeriesBase.$$p[
|
|
50
|
-
this.
|
|
50
|
+
case GeographicShapeSeriesBase.$$p[8]:
|
|
51
|
+
this.xa.cj();
|
|
51
52
|
break;
|
|
52
|
-
case GeographicShapeSeriesBase.$$p[
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
if (this.
|
|
56
|
-
let e = this.
|
|
57
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
53
|
+
case GeographicShapeSeriesBase.$$p[4]:
|
|
54
|
+
this.wy.x6 = this.xi;
|
|
55
|
+
this.xf = this.xi;
|
|
56
|
+
if (this.xi) {
|
|
57
|
+
let e = this.wy;
|
|
58
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x0));
|
|
58
59
|
}
|
|
59
60
|
else {
|
|
60
|
-
let f = this.
|
|
61
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
61
|
+
let f = this.wy;
|
|
62
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x0));
|
|
62
63
|
}
|
|
63
64
|
break;
|
|
64
|
-
case GeographicShapeSeriesBase.$$p[
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
if (this.
|
|
68
|
-
let g = this.
|
|
69
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
65
|
+
case GeographicShapeSeriesBase.$$p[3]:
|
|
66
|
+
this.wy.x5 = this.xh;
|
|
67
|
+
this.xe = this.xh;
|
|
68
|
+
if (this.xi) {
|
|
69
|
+
let g = this.wy;
|
|
70
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xz));
|
|
70
71
|
}
|
|
71
72
|
else {
|
|
72
|
-
let h = this.
|
|
73
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
73
|
+
let h = this.wy;
|
|
74
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xz));
|
|
74
75
|
}
|
|
75
76
|
break;
|
|
76
|
-
case GeographicShapeSeriesBase.$$p[
|
|
77
|
-
this.
|
|
77
|
+
case GeographicShapeSeriesBase.$$p[5]:
|
|
78
|
+
this.wy.xi = this.w9;
|
|
78
79
|
break;
|
|
79
|
-
case GeographicShapeSeriesBase.$$p[
|
|
80
|
-
this.
|
|
80
|
+
case GeographicShapeSeriesBase.$$p[6]:
|
|
81
|
+
this.wy.yn = this.xk;
|
|
81
82
|
break;
|
|
82
|
-
case GeographicShapeSeriesBase.$$p[
|
|
83
|
-
this.
|
|
83
|
+
case GeographicShapeSeriesBase.$$p[7]:
|
|
84
|
+
this.wy.yo = this.xl;
|
|
85
|
+
break;
|
|
86
|
+
case GeographicShapeSeriesBase.$$p[0]:
|
|
87
|
+
this.wy.ys = this.xm;
|
|
88
|
+
break;
|
|
89
|
+
case GeographicShapeSeriesBase.$$p[1]:
|
|
90
|
+
this.wy.w8 = this.w8;
|
|
91
|
+
break;
|
|
92
|
+
case GeographicShapeSeriesBase.$$p[2]:
|
|
93
|
+
this.wy.x1 = this.xg;
|
|
84
94
|
break;
|
|
85
95
|
case "ShapefileDataSource":
|
|
86
96
|
if (c != null) {
|
|
87
97
|
let i = c;
|
|
88
|
-
if (this.
|
|
89
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
98
|
+
if (this.xd) {
|
|
99
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x1));
|
|
90
100
|
}
|
|
91
101
|
}
|
|
92
102
|
if (d != null) {
|
|
93
103
|
let j = d;
|
|
94
104
|
if (j.count > 0) {
|
|
95
|
-
this.
|
|
105
|
+
this.x2();
|
|
96
106
|
break;
|
|
97
107
|
}
|
|
98
|
-
this.
|
|
99
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
108
|
+
this.xd = true;
|
|
109
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x1));
|
|
100
110
|
}
|
|
101
111
|
break;
|
|
102
112
|
}
|
|
103
113
|
}
|
|
104
|
-
|
|
114
|
+
x0(a, b) {
|
|
105
115
|
if (this.assigningShapeStyle != null) {
|
|
106
116
|
this.assigningShapeStyle(this, b);
|
|
107
117
|
}
|
|
108
118
|
}
|
|
109
|
-
|
|
119
|
+
xz(a, b) {
|
|
110
120
|
if (this.assigningShapeMarkerStyle != null) {
|
|
111
121
|
this.assigningShapeMarkerStyle(this, b);
|
|
112
122
|
}
|
|
113
123
|
}
|
|
114
|
-
|
|
115
|
-
this.
|
|
124
|
+
x1(a, b) {
|
|
125
|
+
this.x2();
|
|
116
126
|
}
|
|
117
|
-
|
|
118
|
-
let sds_ = this.
|
|
127
|
+
x2() {
|
|
128
|
+
let sds_ = this.xc;
|
|
119
129
|
let ext_ = sds_.externalObject;
|
|
120
130
|
this.itemsSource = (ext_.getPointData());
|
|
121
131
|
}
|
|
122
|
-
get
|
|
123
|
-
return this.
|
|
132
|
+
get xc() {
|
|
133
|
+
return this.xb;
|
|
124
134
|
}
|
|
125
|
-
set
|
|
126
|
-
let b = this.
|
|
127
|
-
this.
|
|
128
|
-
if (b != this.
|
|
129
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
135
|
+
set xc(a) {
|
|
136
|
+
let b = this.xb;
|
|
137
|
+
this.xb = a;
|
|
138
|
+
if (b != this.xb) {
|
|
139
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xb);
|
|
130
140
|
}
|
|
131
141
|
}
|
|
132
|
-
|
|
142
|
+
get_g7() {
|
|
133
143
|
return true;
|
|
134
144
|
}
|
|
135
|
-
|
|
136
|
-
super.
|
|
145
|
+
set_g7(a) {
|
|
146
|
+
super.set_g7(a);
|
|
137
147
|
}
|
|
138
148
|
}
|
|
139
149
|
GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
140
|
-
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
150
|
+
GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xm:x3', [2], 'FillScale:w8:x4', [BrushScale.$], 'FillScaleUseGlobalValues:xg:x5', [0, false], 'IsCustomShapeMarkerStyleAllowed:xh:x6', [0, false], 'IsCustomShapeStyleAllowed:xi:x7', [0, false], 'ItemSearchMode:w9:x8', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xk:x9', [1, 10000], 'ItemSearchThreshold:xl:ya', [1, 10000], 'ShapeFilterResolution:xj:yb', [1, 2], 'ShapeMemberPath:xx:yc', [2, "points"]]);
|
|
141
151
|
return GeographicShapeSeriesBase;
|
|
142
152
|
})();
|
|
143
153
|
/**
|
|
@@ -152,23 +162,23 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
152
162
|
}
|
|
153
163
|
b5() {
|
|
154
164
|
super.b5();
|
|
155
|
-
this.ch.
|
|
165
|
+
this.ch.wy.y5 = this.ch.xx;
|
|
156
166
|
}
|
|
157
167
|
ci() {
|
|
158
|
-
let a = this.ch.
|
|
159
|
-
if (this.ch.
|
|
160
|
-
a.
|
|
161
|
-
a.
|
|
168
|
+
let a = this.ch.wy;
|
|
169
|
+
if (this.ch.db == null) {
|
|
170
|
+
a.xc = null;
|
|
171
|
+
a.xe = null;
|
|
162
172
|
return;
|
|
163
173
|
}
|
|
164
|
-
a.
|
|
165
|
-
a.
|
|
174
|
+
a.xc = this.ch.db.wr;
|
|
175
|
+
a.xe = this.ch.db.wt;
|
|
166
176
|
}
|
|
167
177
|
ck() {
|
|
168
|
-
this.ch.
|
|
178
|
+
this.ch.wy.y5 = this.ch.xx;
|
|
169
179
|
}
|
|
170
180
|
cj() {
|
|
171
|
-
this.ch.
|
|
181
|
+
this.ch.wy.yk = this.ch.xj;
|
|
172
182
|
}
|
|
173
183
|
}
|
|
174
184
|
GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
30
30
|
this.cl = null;
|
|
31
31
|
this.cl = a;
|
|
32
32
|
if (!this.q) {
|
|
33
|
-
this.cl.
|
|
33
|
+
this.cl.xx = "points";
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
au() {
|
|
37
37
|
super.au();
|
|
38
38
|
if (!this.q) {
|
|
39
|
-
this.cl.
|
|
40
|
-
this.cl.
|
|
41
|
-
this.cl.
|
|
42
|
-
this.cl.
|
|
43
|
-
this.cl.
|
|
39
|
+
this.cl.zk = Defaults.aj;
|
|
40
|
+
this.cl.jp = Defaults.p;
|
|
41
|
+
this.cl.yj = Defaults.o;
|
|
42
|
+
this.cl.yg = Defaults.d;
|
|
43
|
+
this.cl.ye = Defaults.a;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
b5() {
|
|
47
47
|
super.b5();
|
|
48
|
-
this.cl.
|
|
49
|
-
this.cl.
|
|
50
|
-
this.cl.
|
|
51
|
-
this.cl.
|
|
52
|
-
this.cl.
|
|
48
|
+
this.cl.wy.abr = this.cl.zm;
|
|
49
|
+
this.cl.wy.aak = this.cl.yh;
|
|
50
|
+
this.cl.wy.aa6 = this.cl.y2;
|
|
51
|
+
this.cl.wy.aan = this.cl.yj;
|
|
52
|
+
this.cl.wy.z6 = this.cl.yd;
|
|
53
53
|
}
|
|
54
54
|
cq() {
|
|
55
|
-
this.cl.
|
|
55
|
+
this.cl.wy.aa6 = this.cl.y2;
|
|
56
56
|
}
|
|
57
57
|
cs() {
|
|
58
|
-
this.cl.
|
|
58
|
+
this.cl.wy.aan = this.cl.yj;
|
|
59
59
|
}
|
|
60
60
|
cn() {
|
|
61
|
-
this.cl.
|
|
61
|
+
this.cl.wy.z6 = this.cl.yd;
|
|
62
62
|
}
|
|
63
63
|
cr() {
|
|
64
|
-
this.cl.
|
|
64
|
+
this.cl.wy.aaf = this.cl.yg;
|
|
65
65
|
}
|
|
66
66
|
cm() {
|
|
67
|
-
this.cl.
|
|
67
|
+
this.cl.wy.abn = this.cl.zj;
|
|
68
68
|
}
|
|
69
69
|
co() {
|
|
70
|
-
this.cl.
|
|
70
|
+
this.cl.wy.abo = this.cl.zk;
|
|
71
71
|
}
|
|
72
72
|
cp() {
|
|
73
|
-
this.cl.
|
|
73
|
+
this.cl.wy.abq = this.cl.zl;
|
|
74
74
|
}
|
|
75
75
|
ct() {
|
|
76
|
-
this.cl.
|
|
76
|
+
this.cl.wy.aak = this.cl.yh;
|
|
77
77
|
}
|
|
78
78
|
cu() {
|
|
79
|
-
this.cl.
|
|
79
|
+
this.cl.wy.abr = this.cl.zm;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -90,7 +90,7 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
90
90
|
bj() {
|
|
91
91
|
return new GeographicShapeSeries();
|
|
92
92
|
}
|
|
93
|
-
|
|
93
|
+
get_fq() {
|
|
94
94
|
return true;
|
|
95
95
|
}
|
|
96
96
|
constructor() {
|
|
@@ -98,92 +98,92 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
98
98
|
this.styleShape = null;
|
|
99
99
|
this.ab = GeographicShapeSeries.$;
|
|
100
100
|
}
|
|
101
|
-
|
|
101
|
+
cs() {
|
|
102
102
|
return new GeographicShapeSeriesView(this);
|
|
103
103
|
}
|
|
104
104
|
qz(a) {
|
|
105
105
|
super.qz(a);
|
|
106
|
-
this.
|
|
106
|
+
this.yi = a;
|
|
107
107
|
}
|
|
108
|
-
|
|
108
|
+
wx() {
|
|
109
109
|
let a = new ScatterPolygonSeries();
|
|
110
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
111
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
110
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yz));
|
|
111
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y0));
|
|
112
112
|
return a;
|
|
113
113
|
}
|
|
114
|
-
|
|
114
|
+
yz(a, b) {
|
|
115
115
|
if (this.styleShape != null) {
|
|
116
116
|
this.styleShape(this, b);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
119
|
+
y0(a, b) {
|
|
120
|
+
let c = typeCast(ScatterPolygonSeries.$, this.wy);
|
|
121
121
|
if (c == null) {
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
return this.
|
|
125
|
+
io() {
|
|
126
|
+
return this.yj;
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
return this.
|
|
128
|
+
vj() {
|
|
129
|
+
return this.zh;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return this.
|
|
131
|
+
vk() {
|
|
132
|
+
return this.zi;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
return this.
|
|
134
|
+
sx() {
|
|
135
|
+
return this.y1;
|
|
136
136
|
}
|
|
137
|
-
|
|
138
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
137
|
+
ma() {
|
|
138
|
+
let a = typeCast(ScatterPolygonSeries.$, this.wy);
|
|
139
139
|
if (a == null) {
|
|
140
140
|
return "Unknown";
|
|
141
141
|
}
|
|
142
|
-
return a.
|
|
142
|
+
return a.ma();
|
|
143
143
|
}
|
|
144
144
|
q7(a, b, c, d) {
|
|
145
145
|
super.q7(a, b, c, d);
|
|
146
146
|
switch (b) {
|
|
147
147
|
case GeographicShapeSeries.$$p[6]:
|
|
148
|
-
this.
|
|
148
|
+
this.wy.aad = this.yf;
|
|
149
149
|
break;
|
|
150
150
|
case GeographicShapeSeries.$$p[5]:
|
|
151
|
-
this.
|
|
151
|
+
this.wy.z9 = this.ye;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[9]:
|
|
154
|
-
this.
|
|
154
|
+
this.yi.cq();
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[10]:
|
|
157
|
-
this.
|
|
157
|
+
this.yi.cs();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[4]:
|
|
160
|
-
this.
|
|
160
|
+
this.yi.cn();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[11]:
|
|
163
|
-
this.
|
|
163
|
+
this.yi.cr();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[3]:
|
|
166
|
-
this.
|
|
166
|
+
this.yi.cm();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[7]:
|
|
169
|
-
this.
|
|
169
|
+
this.yi.co();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[8]:
|
|
172
|
-
this.
|
|
172
|
+
this.yi.cp();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[13]:
|
|
175
|
-
this.
|
|
175
|
+
this.yi.ct();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[12]:
|
|
178
|
-
this.
|
|
178
|
+
this.yi.cu();
|
|
179
179
|
break;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
|
|
182
|
+
jl() {
|
|
183
183
|
return 0.7;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
187
|
-
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
187
|
+
GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zh:y3', [Brush.$], 'ActualMarkerOutline:zi:y4', [Brush.$], 'ActualMarkerTemplate:y1:y5', [DataTemplate.$, null], 'MarkerBrush:zj:y6', [Brush.$], 'MarkerCollisionAvoidance:yd:y7', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:ye:y8', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yf:y9', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zk:za', [Brush.$], 'MarkerStyle:zl:zb', [Style.$], 'MarkerTemplate:y2:zc', [DataTemplate.$, null], 'MarkerThickness:yj:zd', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:yg:ze', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zm:zf', [Style.$, null], 'ShapeStyleSelector:yh:zg', [StyleSelector.$, null]]);
|
|
188
188
|
return GeographicShapeSeries;
|
|
189
189
|
})();
|
|
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
b5() {
|
|
31
|
-
let a = this.ch.
|
|
31
|
+
let a = this.ch.wy;
|
|
32
32
|
super.b5();
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
33
|
+
a.aar = this.ch.ym;
|
|
34
|
+
a.aaz = this.ch.yk;
|
|
35
|
+
a.w8 = this.ch.w8;
|
|
36
|
+
a.x0 = this.ch.xo;
|
|
37
|
+
a.xh = this.ch.w9;
|
|
38
38
|
}
|
|
39
39
|
cj() {
|
|
40
|
-
this.ch.
|
|
40
|
+
this.ch.wy.aar = this.ch.ym;
|
|
41
41
|
}
|
|
42
42
|
ci() {
|
|
43
|
-
this.ch.
|
|
43
|
+
this.ch.wy.aaz = this.ch.yk;
|
|
44
44
|
}
|
|
45
45
|
cp() {
|
|
46
|
-
this.ch.
|
|
46
|
+
this.ch.wy.w8 = this.ch.w8;
|
|
47
47
|
}
|
|
48
48
|
cn() {
|
|
49
|
-
this.ch.
|
|
49
|
+
this.ch.wy.x0 = this.ch.xo;
|
|
50
50
|
}
|
|
51
51
|
co() {
|
|
52
|
-
this.ch.
|
|
52
|
+
this.ch.wy.xh = this.ch.w9;
|
|
53
53
|
}
|
|
54
54
|
cq() {
|
|
55
|
-
this.ch.
|
|
55
|
+
this.ch.wy.z7 = this.ch.xa;
|
|
56
56
|
}
|
|
57
57
|
cs() {
|
|
58
|
-
this.ch.
|
|
58
|
+
this.ch.wy.xAxis = this.ch.db.wr;
|
|
59
59
|
}
|
|
60
60
|
ct() {
|
|
61
|
-
this.ch.
|
|
61
|
+
this.ch.wy.yAxis = this.ch.db.wt;
|
|
62
62
|
}
|
|
63
63
|
cr() {
|
|
64
|
-
let a = this.ch.
|
|
65
|
-
if (this.ch.
|
|
64
|
+
let a = this.ch.wy;
|
|
65
|
+
if (this.ch.db == null) {
|
|
66
66
|
a.xAxis = null;
|
|
67
67
|
a.yAxis = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.xAxis = this.ch.
|
|
71
|
-
a.yAxis = this.ch.
|
|
70
|
+
a.xAxis = this.ch.db.wr;
|
|
71
|
+
a.yAxis = this.ch.db.wt;
|
|
72
72
|
}
|
|
73
73
|
cl() {
|
|
74
|
-
this.ch.
|
|
74
|
+
this.ch.wy.yr = this.ch.x6;
|
|
75
75
|
}
|
|
76
76
|
ck() {
|
|
77
|
-
this.ch.
|
|
77
|
+
this.ch.wy.yh = this.ch.x2;
|
|
78
78
|
}
|
|
79
79
|
cm() {
|
|
80
|
-
this.ch.
|
|
80
|
+
this.ch.wy.yi = this.ch.x3;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
@@ -91,99 +91,99 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
91
91
|
bj() {
|
|
92
92
|
return new GeographicSymbolSeries();
|
|
93
93
|
}
|
|
94
|
-
|
|
94
|
+
get_ei() {
|
|
95
95
|
return true;
|
|
96
96
|
}
|
|
97
97
|
constructor() {
|
|
98
98
|
super();
|
|
99
|
-
this.
|
|
100
|
-
this.
|
|
101
|
-
this.
|
|
99
|
+
this.x8 = null;
|
|
100
|
+
this.yb = false;
|
|
101
|
+
this.ya = false;
|
|
102
102
|
this.assigningScatterStyle = null;
|
|
103
103
|
this.assigningScatterMarkerStyle = null;
|
|
104
104
|
this.ab = GeographicSymbolSeries.$;
|
|
105
105
|
}
|
|
106
|
-
|
|
106
|
+
cs() {
|
|
107
107
|
return new GeographicSymbolSeriesView(this);
|
|
108
108
|
}
|
|
109
109
|
qz(a) {
|
|
110
110
|
super.qz(a);
|
|
111
|
-
this.
|
|
111
|
+
this.x9 = a;
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
jl() {
|
|
114
114
|
return 0.7;
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
wx() {
|
|
117
117
|
return new ScatterSeries();
|
|
118
118
|
}
|
|
119
|
-
|
|
119
|
+
get_fe() {
|
|
120
120
|
return true;
|
|
121
121
|
}
|
|
122
122
|
q7(a, b, c, d) {
|
|
123
123
|
super.q7(a, b, c, d);
|
|
124
124
|
switch (b) {
|
|
125
125
|
case "SeriesViewer":
|
|
126
|
-
this.
|
|
126
|
+
this.x9.cr();
|
|
127
127
|
break;
|
|
128
128
|
case GeographicSymbolSeries.$$p[5]:
|
|
129
|
-
this.
|
|
129
|
+
this.x9.cj();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[4]:
|
|
132
|
-
this.
|
|
132
|
+
this.x9.ci();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[6]:
|
|
135
|
-
this.
|
|
135
|
+
this.x9.cl();
|
|
136
136
|
break;
|
|
137
137
|
case "XAxis":
|
|
138
|
-
this.
|
|
138
|
+
this.x9.cs();
|
|
139
139
|
break;
|
|
140
140
|
case "YAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.x9.ct();
|
|
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.wy.zn = this.yd;
|
|
145
|
+
this.yb = this.yd;
|
|
146
|
+
if (this.yd) {
|
|
147
|
+
let e = this.wy;
|
|
148
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yr));
|
|
149
149
|
}
|
|
150
150
|
else {
|
|
151
|
-
let f = this.
|
|
152
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
151
|
+
let f = this.wy;
|
|
152
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yr));
|
|
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.wy.zm = this.yc;
|
|
157
|
+
this.ya = this.yc;
|
|
158
|
+
if (this.yd) {
|
|
159
|
+
let g = this.wy;
|
|
160
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yq));
|
|
161
161
|
}
|
|
162
162
|
else {
|
|
163
|
-
let h = this.
|
|
164
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
163
|
+
let h = this.wy;
|
|
164
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yq));
|
|
165
165
|
}
|
|
166
166
|
break;
|
|
167
167
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.
|
|
168
|
+
this.wy.y6 = this.x7;
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
|
-
this.
|
|
171
|
+
this.wy.z6 = this.yf;
|
|
172
172
|
break;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
-
|
|
175
|
+
yr(a, b) {
|
|
176
176
|
if (this.assigningScatterStyle != null) {
|
|
177
177
|
this.assigningScatterStyle(this, b);
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
|
|
180
|
+
yq(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:yc:ys', [0, false], 'IsCustomScatterStyleAllowed:yd:yt', [0, false], 'ItemSearchMode:x7:yu', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yf:yv', [1, 10000], 'LatitudeMemberPath:yk:yw', [2, null], 'LongitudeMemberPath:ym:yx', [2, null], 'MarkerCollisionAvoidance:x6:yy', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:ye:yz', [0, false]]);
|
|
188
188
|
return GeographicSymbolSeries;
|
|
189
189
|
})();
|