igniteui-angular-maps 14.0.0 → 14.1.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 +946 -946
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- 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 +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- 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 +954 -954
- package/fesm5/igniteui-angular-maps.js +946 -946
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- 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 +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +18 -18
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -33,14 +33,14 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
33
33
|
};
|
|
34
34
|
GeographicPolylineSeriesView.prototype.b2 = function () {
|
|
35
35
|
_super.prototype.b2.call(this);
|
|
36
|
-
this.ci.
|
|
37
|
-
this.ci.
|
|
36
|
+
this.ci.p6.ss = this.ci.rc;
|
|
37
|
+
this.ci.p6.sx = this.ci.rk;
|
|
38
38
|
};
|
|
39
39
|
GeographicPolylineSeriesView.prototype.cj = function () {
|
|
40
|
-
this.ci.
|
|
40
|
+
this.ci.p6.ss = this.ci.rc;
|
|
41
41
|
};
|
|
42
42
|
GeographicPolylineSeriesView.prototype.ck = function () {
|
|
43
|
-
this.ci.
|
|
43
|
+
this.ci.p6.sx = this.ci.rk;
|
|
44
44
|
};
|
|
45
45
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
46
46
|
return GeographicPolylineSeriesView;
|
|
@@ -63,33 +63,33 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
63
|
GeographicPolylineSeries.prototype.bx = function () {
|
|
64
64
|
return new GeographicPolylineSeriesView(this);
|
|
65
65
|
};
|
|
66
|
-
GeographicPolylineSeries.prototype.
|
|
67
|
-
_super.prototype.
|
|
68
|
-
this.
|
|
66
|
+
GeographicPolylineSeries.prototype.lz = function (a) {
|
|
67
|
+
_super.prototype.lz.call(this, a);
|
|
68
|
+
this.rd = a;
|
|
69
69
|
};
|
|
70
|
-
GeographicPolylineSeries.prototype.
|
|
70
|
+
GeographicPolylineSeries.prototype.p5 = function () {
|
|
71
71
|
var a = new ScatterPolylineSeries();
|
|
72
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
72
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rh));
|
|
73
73
|
return a;
|
|
74
74
|
};
|
|
75
|
-
GeographicPolylineSeries.prototype.
|
|
75
|
+
GeographicPolylineSeries.prototype.rh = function (a, b) {
|
|
76
76
|
if (this.styleShape != null) {
|
|
77
77
|
this.styleShape(this, b);
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
|
-
GeographicPolylineSeries.prototype.
|
|
81
|
-
_super.prototype.
|
|
80
|
+
GeographicPolylineSeries.prototype.l4 = function (a, b, c, d) {
|
|
81
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
82
82
|
switch (b) {
|
|
83
83
|
case GeographicPolylineSeries.$$p[1]:
|
|
84
|
-
this.
|
|
84
|
+
this.rd.cj();
|
|
85
85
|
break;
|
|
86
86
|
case GeographicPolylineSeries.$$p[0]:
|
|
87
|
-
this.
|
|
87
|
+
this.rd.ck();
|
|
88
88
|
break;
|
|
89
89
|
}
|
|
90
90
|
};
|
|
91
91
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
92
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
92
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rk:ri', [Style.$, null], 'ShapeStyleSelector:rc:rj', [StyleSelector.$, null]]);
|
|
93
93
|
return GeographicPolylineSeries;
|
|
94
94
|
}(GeographicShapeSeriesBase));
|
|
95
95
|
export { GeographicPolylineSeries };
|
|
@@ -32,49 +32,49 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
32
32
|
};
|
|
33
33
|
GeographicProportionalSymbolSeriesView.prototype.b2 = function () {
|
|
34
34
|
_super.prototype.b2.call(this);
|
|
35
|
-
var a = this.ce.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
35
|
+
var a = this.ce.p6;
|
|
36
|
+
a.te = this.ce.r5;
|
|
37
|
+
a.tm = this.ce.r3;
|
|
38
|
+
a.qd = this.ce.qg;
|
|
39
|
+
a.qz = this.ce.qw;
|
|
40
|
+
a.qi = this.ce.qh;
|
|
41
|
+
a.vh = this.ce.rp;
|
|
42
|
+
a.v7 = this.ce.sa;
|
|
43
|
+
a.u7 = this.ce.rh;
|
|
44
|
+
a.vx = this.ce.r1;
|
|
45
|
+
a.vs = this.ce.rt;
|
|
46
|
+
a.u4 = this.ce.re;
|
|
47
|
+
a.vf = this.ce.rl;
|
|
41
48
|
a.vg = this.ce.ro;
|
|
42
|
-
a.
|
|
43
|
-
a.u6 = this.ce.rg;
|
|
44
|
-
a.vw = this.ce.r0;
|
|
45
|
-
a.vr = this.ce.rs;
|
|
46
|
-
a.u3 = this.ce.rd;
|
|
47
|
-
a.ve = this.ce.rk;
|
|
48
|
-
a.vf = this.ce.rn;
|
|
49
|
+
a.vm = this.ce.rr;
|
|
49
50
|
a.vl = this.ce.rq;
|
|
50
|
-
a.vk = this.ce.rp;
|
|
51
51
|
};
|
|
52
52
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
53
|
-
this.ce.
|
|
53
|
+
this.ce.p6.te = this.ce.r5;
|
|
54
54
|
};
|
|
55
55
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
56
|
-
this.ce.
|
|
56
|
+
this.ce.p6.tm = this.ce.r3;
|
|
57
57
|
};
|
|
58
58
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
59
|
-
this.ce.
|
|
59
|
+
this.ce.p6.qd = this.ce.qg;
|
|
60
60
|
};
|
|
61
61
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
62
|
-
this.ce.
|
|
62
|
+
this.ce.p6.qz = this.ce.qw;
|
|
63
63
|
};
|
|
64
64
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
65
|
-
this.ce.
|
|
65
|
+
this.ce.p6.qi = this.ce.qh;
|
|
66
66
|
};
|
|
67
67
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
68
|
-
this.ce.
|
|
68
|
+
this.ce.p6.sy = this.ce.qi;
|
|
69
69
|
};
|
|
70
70
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
71
|
-
this.ce.
|
|
71
|
+
this.ce.p6.xAxis = this.ce.cd.s2;
|
|
72
72
|
};
|
|
73
73
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
74
|
-
this.ce.
|
|
74
|
+
this.ce.p6.yAxis = this.ce.cd.s4;
|
|
75
75
|
};
|
|
76
76
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
77
|
-
var a = this.ce.
|
|
77
|
+
var a = this.ce.p6;
|
|
78
78
|
if (this.ce.cd == null) {
|
|
79
79
|
a.xAxis = null;
|
|
80
80
|
a.yAxis = null;
|
|
@@ -84,45 +84,45 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
84
84
|
a.yAxis = this.ce.cd.s4;
|
|
85
85
|
};
|
|
86
86
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
87
|
-
this.ce.
|
|
87
|
+
this.ce.p6.rf = this.ce.ra;
|
|
88
88
|
};
|
|
89
89
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
90
|
-
this.ce.
|
|
90
|
+
this.ce.p6.rg = this.ce.rb;
|
|
91
91
|
};
|
|
92
92
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
93
|
-
this.ce.
|
|
93
|
+
this.ce.p6.v7 = this.ce.sa;
|
|
94
94
|
};
|
|
95
95
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
96
|
-
this.ce.
|
|
97
|
-
this.ce.
|
|
96
|
+
this.ce.p6.u7 = this.ce.rh;
|
|
97
|
+
this.ce.p6.vh = this.ce.rp;
|
|
98
98
|
};
|
|
99
99
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
100
|
-
this.ce.
|
|
100
|
+
this.ce.p6.vx = this.ce.r1;
|
|
101
101
|
};
|
|
102
102
|
GeographicProportionalSymbolSeriesView.prototype.cg = function () {
|
|
103
|
-
this.ce.
|
|
104
|
-
this.ce.
|
|
105
|
-
this.ce.
|
|
106
|
-
this.ce.
|
|
107
|
-
this.ce.
|
|
103
|
+
this.ce.p6.u4 = this.ce.re;
|
|
104
|
+
this.ce.p6.vf = this.ce.rl;
|
|
105
|
+
this.ce.p6.vg = this.ce.ro;
|
|
106
|
+
this.ce.p6.vm = this.ce.rr;
|
|
107
|
+
this.ce.p6.vl = this.ce.rq;
|
|
108
108
|
};
|
|
109
109
|
GeographicProportionalSymbolSeriesView.prototype.cf = function () {
|
|
110
|
-
this.ce.
|
|
110
|
+
this.ce.p6.vs = this.ce.rt;
|
|
111
111
|
};
|
|
112
112
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
113
|
-
this.ce.
|
|
113
|
+
this.ce.p6.vh = this.ce.rp;
|
|
114
114
|
};
|
|
115
115
|
GeographicProportionalSymbolSeriesView.prototype.ch = function () {
|
|
116
|
-
this.ce.
|
|
116
|
+
this.ce.p6.vf = this.ce.rl;
|
|
117
117
|
};
|
|
118
118
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
119
|
-
this.ce.
|
|
119
|
+
this.ce.p6.vg = this.ce.ro;
|
|
120
120
|
};
|
|
121
121
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
122
|
-
this.ce.
|
|
122
|
+
this.ce.p6.vm = this.ce.rr;
|
|
123
123
|
};
|
|
124
124
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
125
|
-
this.ce.
|
|
125
|
+
this.ce.p6.vl = this.ce.rq;
|
|
126
126
|
};
|
|
127
127
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
128
128
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -135,9 +135,9 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
135
135
|
__extends(GeographicProportionalSymbolSeries, _super);
|
|
136
136
|
function GeographicProportionalSymbolSeries() {
|
|
137
137
|
var _this = _super.call(this) || this;
|
|
138
|
-
_this.
|
|
138
|
+
_this.rf = null;
|
|
139
|
+
_this.rk = false;
|
|
139
140
|
_this.rj = false;
|
|
140
|
-
_this.ri = false;
|
|
141
141
|
_this.assigningScatterStyle = null;
|
|
142
142
|
_this.assigningScatterMarkerStyle = null;
|
|
143
143
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -149,111 +149,111 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
149
149
|
GeographicProportionalSymbolSeries.prototype.bx = function () {
|
|
150
150
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
151
151
|
};
|
|
152
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
153
|
-
_super.prototype.
|
|
154
|
-
this.
|
|
152
|
+
GeographicProportionalSymbolSeries.prototype.lz = function (a) {
|
|
153
|
+
_super.prototype.lz.call(this, a);
|
|
154
|
+
this.ri = a;
|
|
155
155
|
};
|
|
156
156
|
GeographicProportionalSymbolSeries.prototype.gv = function () {
|
|
157
157
|
return 0.7;
|
|
158
158
|
};
|
|
159
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
159
|
+
GeographicProportionalSymbolSeries.prototype.p5 = function () {
|
|
160
160
|
return new BubbleSeries();
|
|
161
161
|
};
|
|
162
162
|
GeographicProportionalSymbolSeries.prototype.get_dx = function () {
|
|
163
163
|
return true;
|
|
164
164
|
};
|
|
165
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
166
|
-
_super.prototype.
|
|
165
|
+
GeographicProportionalSymbolSeries.prototype.l4 = function (a, b, c, d) {
|
|
166
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
167
167
|
switch (b) {
|
|
168
168
|
case "SeriesViewer":
|
|
169
|
-
this.
|
|
169
|
+
this.ri.cu();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
172
|
-
this.
|
|
172
|
+
this.ri.cn();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.ri.cm();
|
|
176
176
|
break;
|
|
177
177
|
case "XAxis":
|
|
178
|
-
this.
|
|
178
|
+
this.ri.cv();
|
|
179
179
|
break;
|
|
180
180
|
case "YAxis":
|
|
181
|
-
this.
|
|
181
|
+
this.ri.cw();
|
|
182
182
|
break;
|
|
183
183
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
184
|
-
this.
|
|
184
|
+
this.ri.cx();
|
|
185
185
|
break;
|
|
186
186
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
187
|
-
this.
|
|
187
|
+
this.ri.cy();
|
|
188
188
|
break;
|
|
189
189
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
190
|
-
this.
|
|
190
|
+
this.ri.cz();
|
|
191
191
|
break;
|
|
192
192
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
193
|
-
this.
|
|
193
|
+
this.ri.ci();
|
|
194
194
|
break;
|
|
195
195
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
196
|
-
this.
|
|
196
|
+
this.ri.cf();
|
|
197
197
|
break;
|
|
198
198
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
199
|
-
this.
|
|
199
|
+
this.ri.cg();
|
|
200
200
|
break;
|
|
201
201
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
202
|
-
this.
|
|
202
|
+
this.ri.ch();
|
|
203
203
|
break;
|
|
204
204
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
205
|
-
this.
|
|
205
|
+
this.ri.cl();
|
|
206
206
|
break;
|
|
207
207
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
208
|
-
this.
|
|
208
|
+
this.ri.ck();
|
|
209
209
|
break;
|
|
210
210
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
211
|
-
this.
|
|
211
|
+
this.ri.cj();
|
|
212
212
|
break;
|
|
213
213
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
if (this.
|
|
217
|
-
var e = this.
|
|
218
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
214
|
+
this.p6.sk = this.rn;
|
|
215
|
+
this.rk = this.rn;
|
|
216
|
+
if (this.rn) {
|
|
217
|
+
var e = this.p6;
|
|
218
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sf));
|
|
219
219
|
}
|
|
220
220
|
else {
|
|
221
|
-
var f = this.
|
|
222
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
221
|
+
var f = this.p6;
|
|
222
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sf));
|
|
223
223
|
}
|
|
224
224
|
break;
|
|
225
225
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
if (this.
|
|
229
|
-
var g = this.
|
|
230
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
226
|
+
this.p6.sj = this.rm;
|
|
227
|
+
this.rj = this.rm;
|
|
228
|
+
if (this.rn) {
|
|
229
|
+
var g = this.p6;
|
|
230
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.se));
|
|
231
231
|
}
|
|
232
232
|
else {
|
|
233
|
-
var h = this.
|
|
234
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
233
|
+
var h = this.p6;
|
|
234
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.se));
|
|
235
235
|
}
|
|
236
236
|
break;
|
|
237
237
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
238
|
-
this.
|
|
238
|
+
this.p6.r9 = this.rg;
|
|
239
239
|
break;
|
|
240
240
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
241
|
-
this.
|
|
241
|
+
this.p6.sx = this.rs;
|
|
242
242
|
break;
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
245
|
+
GeographicProportionalSymbolSeries.prototype.sf = function (a, b) {
|
|
246
246
|
if (this.assigningScatterStyle != null) {
|
|
247
247
|
this.assigningScatterStyle(this, b);
|
|
248
248
|
}
|
|
249
249
|
};
|
|
250
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
250
|
+
GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
|
|
251
251
|
if (this.assigningScatterMarkerStyle != null) {
|
|
252
252
|
this.assigningScatterMarkerStyle(this, b);
|
|
253
253
|
}
|
|
254
254
|
};
|
|
255
255
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
256
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
256
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rt:sg', [2], 'FillScale:re:sh', [BrushScale.$], 'FillScaleUseGlobalValues:rl:si', [0, false], 'IsCustomScatterMarkerStyleAllowed:rm:sj', [0, false], 'IsCustomScatterStyleAllowed:rn:sk', [0, false], 'ItemSearchMode:rg:sl', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rs:sm', [1, 10000], 'LabelMemberPath:r1:sn', [2], 'LatitudeMemberPath:r3:so', [2, null], 'LongitudeMemberPath:r5:sp', [2, null], 'MarkerBrushBrightness:rq:sq', [1, NaN], 'MarkerOutlineBrightness:rr:sr', [1, NaN], 'MarkerOutlineUsesFillScale:ro:ss', [0, false], 'RadiusMemberPath:sa:st', [2, null], 'RadiusScale:rh:su', [SizeScale.$], 'RadiusScaleUseGlobalValues:rp:sv', [0, false]]);
|
|
257
257
|
return GeographicProportionalSymbolSeries;
|
|
258
258
|
}(GeographicMarkerSeries));
|
|
259
259
|
export { GeographicProportionalSymbolSeries };
|
|
@@ -18,20 +18,20 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
__extends(GeographicShapeSeriesBase, _super);
|
|
19
19
|
function GeographicShapeSeriesBase() {
|
|
20
20
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
21
|
+
_this.qm = false;
|
|
21
22
|
_this.ql = false;
|
|
22
|
-
_this.qk = false;
|
|
23
23
|
_this.assigningShapeStyle = null;
|
|
24
24
|
_this.assigningShapeMarkerStyle = null;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
25
|
+
_this.qi = null;
|
|
26
|
+
_this.qk = false;
|
|
27
27
|
return _this;
|
|
28
28
|
}
|
|
29
29
|
GeographicShapeSeriesBase.prototype.bx = function () {
|
|
30
30
|
return new GeographicShapeSeriesBaseView(this);
|
|
31
31
|
};
|
|
32
|
-
GeographicShapeSeriesBase.prototype.
|
|
33
|
-
_super.prototype.
|
|
34
|
-
this.
|
|
32
|
+
GeographicShapeSeriesBase.prototype.lz = function (a) {
|
|
33
|
+
_super.prototype.lz.call(this, a);
|
|
34
|
+
this.qh = a;
|
|
35
35
|
};
|
|
36
36
|
GeographicShapeSeriesBase.prototype.get_dx = function () {
|
|
37
37
|
return true;
|
|
@@ -39,97 +39,97 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39
39
|
GeographicShapeSeriesBase.prototype.get_c2 = function () {
|
|
40
40
|
return true;
|
|
41
41
|
};
|
|
42
|
-
GeographicShapeSeriesBase.prototype.
|
|
43
|
-
_super.prototype.
|
|
42
|
+
GeographicShapeSeriesBase.prototype.l4 = function (a, b, c, d) {
|
|
43
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
44
44
|
switch (b) {
|
|
45
45
|
case "SeriesViewer":
|
|
46
|
-
this.
|
|
46
|
+
this.qh.cf();
|
|
47
47
|
break;
|
|
48
48
|
case "ShapeMemberPath":
|
|
49
|
-
this.
|
|
49
|
+
this.qh.ch();
|
|
50
50
|
break;
|
|
51
51
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
52
|
-
this.
|
|
52
|
+
this.qh.cg();
|
|
53
53
|
break;
|
|
54
54
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
if (this.
|
|
58
|
-
var e = this.
|
|
59
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
55
|
+
this.p6.q5 = this.qo;
|
|
56
|
+
this.qm = this.qo;
|
|
57
|
+
if (this.qo) {
|
|
58
|
+
var e = this.p6;
|
|
59
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q2));
|
|
60
60
|
}
|
|
61
61
|
else {
|
|
62
|
-
var f = this.
|
|
63
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
62
|
+
var f = this.p6;
|
|
63
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q2));
|
|
64
64
|
}
|
|
65
65
|
break;
|
|
66
66
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
if (this.
|
|
70
|
-
var g = this.
|
|
71
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
67
|
+
this.p6.q4 = this.qn;
|
|
68
|
+
this.ql = this.qn;
|
|
69
|
+
if (this.qo) {
|
|
70
|
+
var g = this.p6;
|
|
71
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q1));
|
|
72
72
|
}
|
|
73
73
|
else {
|
|
74
|
-
var h = this.
|
|
75
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
74
|
+
var h = this.p6;
|
|
75
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q1));
|
|
76
76
|
}
|
|
77
77
|
break;
|
|
78
78
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
79
|
-
this.
|
|
79
|
+
this.p6.qr = this.qg;
|
|
80
80
|
break;
|
|
81
81
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
82
|
-
this.
|
|
82
|
+
this.p6.rm = this.qq;
|
|
83
83
|
break;
|
|
84
84
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
85
|
-
this.
|
|
85
|
+
this.p6.rn = this.qr;
|
|
86
86
|
break;
|
|
87
87
|
case "ShapefileDataSource":
|
|
88
88
|
if (c != null) {
|
|
89
89
|
var i = c;
|
|
90
|
-
if (this.
|
|
91
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
90
|
+
if (this.qk) {
|
|
91
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q3));
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
if (d != null) {
|
|
95
95
|
var j = d;
|
|
96
96
|
if (j.count > 0) {
|
|
97
|
-
this.
|
|
97
|
+
this.q4();
|
|
98
98
|
break;
|
|
99
99
|
}
|
|
100
|
-
this.
|
|
101
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
100
|
+
this.qk = true;
|
|
101
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q3));
|
|
102
102
|
}
|
|
103
103
|
break;
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
|
-
GeographicShapeSeriesBase.prototype.
|
|
106
|
+
GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
|
|
107
107
|
if (this.assigningShapeStyle != null) {
|
|
108
108
|
this.assigningShapeStyle(this, b);
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
-
GeographicShapeSeriesBase.prototype.
|
|
111
|
+
GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
|
|
112
112
|
if (this.assigningShapeMarkerStyle != null) {
|
|
113
113
|
this.assigningShapeMarkerStyle(this, b);
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
GeographicShapeSeriesBase.prototype.
|
|
117
|
-
this.
|
|
116
|
+
GeographicShapeSeriesBase.prototype.q3 = function (a, b) {
|
|
117
|
+
this.q4();
|
|
118
118
|
};
|
|
119
|
-
GeographicShapeSeriesBase.prototype.
|
|
120
|
-
var sds_ = this.
|
|
119
|
+
GeographicShapeSeriesBase.prototype.q4 = function () {
|
|
120
|
+
var sds_ = this.qj;
|
|
121
121
|
var ext_ = sds_.externalObject;
|
|
122
122
|
this.itemsSource = (ext_.getPointData());
|
|
123
123
|
};
|
|
124
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
124
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "qj", {
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.
|
|
126
|
+
return this.qi;
|
|
127
127
|
},
|
|
128
128
|
set: function (a) {
|
|
129
|
-
var b = this.
|
|
130
|
-
this.
|
|
131
|
-
if (b != this.
|
|
132
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
129
|
+
var b = this.qi;
|
|
130
|
+
this.qi = a;
|
|
131
|
+
if (b != this.qi) {
|
|
132
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.qi);
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
enumerable: false,
|
|
@@ -142,7 +142,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
142
142
|
_super.prototype.set_e3.call(this, a);
|
|
143
143
|
};
|
|
144
144
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
145
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
145
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qn:q5', [0, false], 'IsCustomShapeStyleAllowed:qo:q6', [0, false], 'ItemSearchMode:qg:q7', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qq:q8', [1, 10000], 'ItemSearchThreshold:qr:q9', [1, 10000], 'ShapeFilterResolution:qp:ra', [1, 2], 'ShapeMemberPath:qz:rb', [2, "points"]]);
|
|
146
146
|
return GeographicShapeSeriesBase;
|
|
147
147
|
}(GeographicMapSeriesHost));
|
|
148
148
|
export { GeographicShapeSeriesBase };
|
|
@@ -159,23 +159,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
159
159
|
}
|
|
160
160
|
GeographicShapeSeriesBaseView.prototype.b2 = function () {
|
|
161
161
|
_super.prototype.b2.call(this);
|
|
162
|
-
this.ce.
|
|
162
|
+
this.ce.p6.rx = this.ce.qz;
|
|
163
163
|
};
|
|
164
164
|
GeographicShapeSeriesBaseView.prototype.cf = function () {
|
|
165
|
-
var a = this.ce.
|
|
165
|
+
var a = this.ce.p6;
|
|
166
166
|
if (this.ce.cd == null) {
|
|
167
|
-
a.
|
|
168
|
-
a.
|
|
167
|
+
a.ql = null;
|
|
168
|
+
a.qn = null;
|
|
169
169
|
return;
|
|
170
170
|
}
|
|
171
|
-
a.
|
|
172
|
-
a.
|
|
171
|
+
a.ql = this.ce.cd.s2;
|
|
172
|
+
a.qn = this.ce.cd.s4;
|
|
173
173
|
};
|
|
174
174
|
GeographicShapeSeriesBaseView.prototype.ch = function () {
|
|
175
|
-
this.ce.
|
|
175
|
+
this.ce.p6.rx = this.ce.qz;
|
|
176
176
|
};
|
|
177
177
|
GeographicShapeSeriesBaseView.prototype.cg = function () {
|
|
178
|
-
this.ce.
|
|
178
|
+
this.ce.p6.rj = this.ce.qp;
|
|
179
179
|
};
|
|
180
180
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
181
181
|
return GeographicShapeSeriesBaseView;
|