igniteui-webcomponents-maps 4.7.2-beta.1 → 4.7.2-beta.2
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 +1361 -1361
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +76 -76
- package/esm2015/lib/XamGeographicMap_combined.js +444 -444
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- 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 +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +150 -150
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +74 -74
- package/esm5/lib/XamGeographicMap_combined.js +437 -437
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- 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 +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1376 -1376
- package/fesm5/igniteui-webcomponents-maps.js +1361 -1361
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +25 -25
- 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 +103 -103
- package/package.json +3 -3
|
@@ -31,54 +31,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
_this.cl = null;
|
|
32
32
|
_this.cl = a;
|
|
33
33
|
if (!_this.q) {
|
|
34
|
-
_this.cl.
|
|
34
|
+
_this.cl.uy = "points";
|
|
35
35
|
}
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
38
|
GeographicShapeSeriesView.prototype.au = function () {
|
|
39
39
|
_super.prototype.au.call(this);
|
|
40
40
|
if (!this.q) {
|
|
41
|
-
this.cl.
|
|
41
|
+
this.cl.wi = Defaults.aj;
|
|
42
42
|
this.cl.iv = Defaults.p;
|
|
43
|
-
this.cl.
|
|
44
|
-
this.cl.
|
|
45
|
-
this.cl.
|
|
43
|
+
this.cl.vh = Defaults.o;
|
|
44
|
+
this.cl.ve = Defaults.d;
|
|
45
|
+
this.cl.vc = Defaults.a;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
GeographicShapeSeriesView.prototype.b5 = function () {
|
|
49
49
|
_super.prototype.b5.call(this);
|
|
50
|
-
this.cl.
|
|
51
|
-
this.cl.
|
|
52
|
-
this.cl.
|
|
53
|
-
this.cl.
|
|
54
|
-
this.cl.
|
|
50
|
+
this.cl.t5.yg = this.cl.wk;
|
|
51
|
+
this.cl.t5.w9 = this.cl.vf;
|
|
52
|
+
this.cl.t5.xv = this.cl.v0;
|
|
53
|
+
this.cl.t5.xc = this.cl.vh;
|
|
54
|
+
this.cl.t5.wv = this.cl.vb;
|
|
55
55
|
};
|
|
56
56
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
57
|
-
this.cl.
|
|
57
|
+
this.cl.t5.xv = this.cl.v0;
|
|
58
58
|
};
|
|
59
59
|
GeographicShapeSeriesView.prototype.cs = function () {
|
|
60
|
-
this.cl.
|
|
60
|
+
this.cl.t5.xc = this.cl.vh;
|
|
61
61
|
};
|
|
62
62
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
63
|
-
this.cl.
|
|
63
|
+
this.cl.t5.wv = this.cl.vb;
|
|
64
64
|
};
|
|
65
65
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
66
|
-
this.cl.
|
|
66
|
+
this.cl.t5.w4 = this.cl.ve;
|
|
67
67
|
};
|
|
68
68
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
69
|
-
this.cl.
|
|
69
|
+
this.cl.t5.yc = this.cl.wh;
|
|
70
70
|
};
|
|
71
71
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
72
|
-
this.cl.
|
|
72
|
+
this.cl.t5.yd = this.cl.wi;
|
|
73
73
|
};
|
|
74
74
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
75
|
-
this.cl.
|
|
75
|
+
this.cl.t5.yf = this.cl.wj;
|
|
76
76
|
};
|
|
77
77
|
GeographicShapeSeriesView.prototype.ct = function () {
|
|
78
|
-
this.cl.
|
|
78
|
+
this.cl.t5.w9 = this.cl.vf;
|
|
79
79
|
};
|
|
80
80
|
GeographicShapeSeriesView.prototype.cu = function () {
|
|
81
|
-
this.cl.
|
|
81
|
+
this.cl.t5.yg = this.cl.wk;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
@@ -104,81 +104,81 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104
104
|
GeographicShapeSeries.prototype.cd = function () {
|
|
105
105
|
return new GeographicShapeSeriesView(this);
|
|
106
106
|
};
|
|
107
|
-
GeographicShapeSeries.prototype.
|
|
108
|
-
_super.prototype.
|
|
109
|
-
this.
|
|
107
|
+
GeographicShapeSeries.prototype.o2 = function (a) {
|
|
108
|
+
_super.prototype.o2.call(this, a);
|
|
109
|
+
this.vg = a;
|
|
110
110
|
};
|
|
111
|
-
GeographicShapeSeries.prototype.
|
|
111
|
+
GeographicShapeSeries.prototype.t4 = function () {
|
|
112
112
|
var a = new ScatterPolygonSeries();
|
|
113
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
114
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
113
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vx));
|
|
114
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vy));
|
|
115
115
|
return a;
|
|
116
116
|
};
|
|
117
|
-
GeographicShapeSeries.prototype.
|
|
117
|
+
GeographicShapeSeries.prototype.vx = function (a, b) {
|
|
118
118
|
if (this.styleShape != null) {
|
|
119
119
|
this.styleShape(this, b);
|
|
120
120
|
}
|
|
121
121
|
};
|
|
122
|
-
GeographicShapeSeries.prototype.
|
|
123
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
122
|
+
GeographicShapeSeries.prototype.vy = function (a, b) {
|
|
123
|
+
var c = typeCast(ScatterPolygonSeries.$, this.t5);
|
|
124
124
|
if (c == null) {
|
|
125
125
|
return;
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
128
|
GeographicShapeSeries.prototype.ht = function () {
|
|
129
|
-
return this.
|
|
130
|
-
};
|
|
131
|
-
GeographicShapeSeries.prototype.s0 = function () {
|
|
132
|
-
return this.we;
|
|
129
|
+
return this.vh;
|
|
133
130
|
};
|
|
134
131
|
GeographicShapeSeries.prototype.s1 = function () {
|
|
135
132
|
return this.wf;
|
|
136
133
|
};
|
|
137
|
-
GeographicShapeSeries.prototype.
|
|
138
|
-
return this.
|
|
134
|
+
GeographicShapeSeries.prototype.s2 = function () {
|
|
135
|
+
return this.wg;
|
|
136
|
+
};
|
|
137
|
+
GeographicShapeSeries.prototype.qx = function () {
|
|
138
|
+
return this.vz;
|
|
139
139
|
};
|
|
140
140
|
GeographicShapeSeries.prototype.ky = function () {
|
|
141
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
141
|
+
var a = typeCast(ScatterPolygonSeries.$, this.t5);
|
|
142
142
|
if (a == null) {
|
|
143
143
|
return "Unknown";
|
|
144
144
|
}
|
|
145
145
|
return a.ky();
|
|
146
146
|
};
|
|
147
|
-
GeographicShapeSeries.prototype.
|
|
148
|
-
_super.prototype.
|
|
147
|
+
GeographicShapeSeries.prototype.pa = function (a, b, c, d) {
|
|
148
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
149
149
|
switch (b) {
|
|
150
150
|
case GeographicShapeSeries.$$p[6]:
|
|
151
|
-
this.
|
|
151
|
+
this.t5.w2 = this.vd;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[5]:
|
|
154
|
-
this.
|
|
154
|
+
this.t5.wy = this.vc;
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[9]:
|
|
157
|
-
this.
|
|
157
|
+
this.vg.cq();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[10]:
|
|
160
|
-
this.
|
|
160
|
+
this.vg.cs();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[4]:
|
|
163
|
-
this.
|
|
163
|
+
this.vg.cn();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[11]:
|
|
166
|
-
this.
|
|
166
|
+
this.vg.cr();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[3]:
|
|
169
|
-
this.
|
|
169
|
+
this.vg.cm();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[7]:
|
|
172
|
-
this.
|
|
172
|
+
this.vg.co();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.vg.cp();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[13]:
|
|
178
|
-
this.
|
|
178
|
+
this.vg.ct();
|
|
179
179
|
break;
|
|
180
180
|
case GeographicShapeSeries.$$p[12]:
|
|
181
|
-
this.
|
|
181
|
+
this.vg.cu();
|
|
182
182
|
break;
|
|
183
183
|
}
|
|
184
184
|
};
|
|
@@ -186,7 +186,7 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
186
186
|
return 0.7;
|
|
187
187
|
};
|
|
188
188
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
189
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
189
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:wf:v1', [Brush.$], 'ActualMarkerOutline:wg:v2', [Brush.$], 'ActualMarkerTemplate:vz:v3', [DataTemplate.$, null], 'MarkerBrush:wh:v4', [Brush.$], 'MarkerCollisionAvoidance:vb:v5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vc:v6', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vd:v7', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wi:v8', [Brush.$], 'MarkerStyle:wj:v9', [Style.$], 'MarkerTemplate:v0:wa', [DataTemplate.$, null], 'MarkerThickness:vh:wb', [1, DeviceUtils.g(2)], 'MarkerType:ve:wc', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wk:wd', [Style.$, null], 'ShapeStyleSelector:vf:we', [StyleSelector.$, null]]);
|
|
190
190
|
return GeographicShapeSeries;
|
|
191
191
|
}(GeographicShapeSeriesBase));
|
|
192
192
|
export { GeographicShapeSeries };
|
|
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
GeographicSymbolSeriesView.prototype.b5 = function () {
|
|
33
|
-
var a = this.ch.
|
|
33
|
+
var a = this.ch.t5;
|
|
34
34
|
_super.prototype.b5.call(this);
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
35
|
+
a.xn = this.ch.vt;
|
|
36
|
+
a.xv = this.ch.vr;
|
|
37
|
+
a.uc = this.ch.uf;
|
|
38
|
+
a.uy = this.ch.uv;
|
|
39
|
+
a.uh = this.ch.ug;
|
|
40
40
|
};
|
|
41
41
|
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
42
|
-
this.ch.
|
|
42
|
+
this.ch.t5.xn = this.ch.vt;
|
|
43
43
|
};
|
|
44
44
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
45
|
-
this.ch.
|
|
45
|
+
this.ch.t5.xv = this.ch.vr;
|
|
46
46
|
};
|
|
47
47
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
48
|
-
this.ch.
|
|
48
|
+
this.ch.t5.uc = this.ch.uf;
|
|
49
49
|
};
|
|
50
50
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
51
|
-
this.ch.
|
|
51
|
+
this.ch.t5.uy = this.ch.uv;
|
|
52
52
|
};
|
|
53
53
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
54
|
-
this.ch.
|
|
54
|
+
this.ch.t5.uh = this.ch.ug;
|
|
55
55
|
};
|
|
56
56
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
57
|
-
this.ch.
|
|
57
|
+
this.ch.t5.w3 = this.ch.uh;
|
|
58
58
|
};
|
|
59
59
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
60
|
-
this.ch.
|
|
60
|
+
this.ch.t5.xAxis = this.ch.cv.ue;
|
|
61
61
|
};
|
|
62
62
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
63
|
-
this.ch.
|
|
63
|
+
this.ch.t5.yAxis = this.ch.cv.ug;
|
|
64
64
|
};
|
|
65
65
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
66
|
-
var a = this.ch.
|
|
66
|
+
var a = this.ch.t5;
|
|
67
67
|
if (this.ch.cv == null) {
|
|
68
68
|
a.xAxis = null;
|
|
69
69
|
a.yAxis = null;
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
a.xAxis = this.ch.cv.
|
|
73
|
-
a.yAxis = this.ch.cv.
|
|
72
|
+
a.xAxis = this.ch.cv.ue;
|
|
73
|
+
a.yAxis = this.ch.cv.ug;
|
|
74
74
|
};
|
|
75
75
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
76
|
-
this.ch.
|
|
76
|
+
this.ch.t5.vo = this.ch.vd;
|
|
77
77
|
};
|
|
78
78
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
79
|
-
this.ch.
|
|
79
|
+
this.ch.t5.ve = this.ch.u9;
|
|
80
80
|
};
|
|
81
81
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
82
|
-
this.ch.
|
|
82
|
+
this.ch.t5.vf = this.ch.va;
|
|
83
83
|
};
|
|
84
84
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
85
85
|
return GeographicSymbolSeriesView;
|
|
@@ -92,9 +92,9 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
__extends(GeographicSymbolSeries, _super);
|
|
93
93
|
function GeographicSymbolSeries() {
|
|
94
94
|
var _this = _super.call(this) || this;
|
|
95
|
-
_this.
|
|
95
|
+
_this.vf = null;
|
|
96
|
+
_this.vi = false;
|
|
96
97
|
_this.vh = false;
|
|
97
|
-
_this.vg = false;
|
|
98
98
|
_this.assigningScatterStyle = null;
|
|
99
99
|
_this.assigningScatterMarkerStyle = null;
|
|
100
100
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -109,84 +109,84 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109
109
|
GeographicSymbolSeries.prototype.cd = function () {
|
|
110
110
|
return new GeographicSymbolSeriesView(this);
|
|
111
111
|
};
|
|
112
|
-
GeographicSymbolSeries.prototype.
|
|
113
|
-
_super.prototype.
|
|
114
|
-
this.
|
|
112
|
+
GeographicSymbolSeries.prototype.o2 = function (a) {
|
|
113
|
+
_super.prototype.o2.call(this, a);
|
|
114
|
+
this.vg = a;
|
|
115
115
|
};
|
|
116
116
|
GeographicSymbolSeries.prototype.ir = function () {
|
|
117
117
|
return 0.7;
|
|
118
118
|
};
|
|
119
|
-
GeographicSymbolSeries.prototype.
|
|
119
|
+
GeographicSymbolSeries.prototype.t4 = function () {
|
|
120
120
|
return new ScatterSeries();
|
|
121
121
|
};
|
|
122
122
|
GeographicSymbolSeries.prototype.get_et = function () {
|
|
123
123
|
return true;
|
|
124
124
|
};
|
|
125
|
-
GeographicSymbolSeries.prototype.
|
|
126
|
-
_super.prototype.
|
|
125
|
+
GeographicSymbolSeries.prototype.pa = function (a, b, c, d) {
|
|
126
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
127
127
|
switch (b) {
|
|
128
128
|
case "SeriesViewer":
|
|
129
|
-
this.
|
|
129
|
+
this.vg.cr();
|
|
130
130
|
break;
|
|
131
131
|
case GeographicSymbolSeries.$$p[5]:
|
|
132
|
-
this.
|
|
132
|
+
this.vg.cj();
|
|
133
133
|
break;
|
|
134
134
|
case GeographicSymbolSeries.$$p[4]:
|
|
135
|
-
this.
|
|
135
|
+
this.vg.ci();
|
|
136
136
|
break;
|
|
137
137
|
case GeographicSymbolSeries.$$p[6]:
|
|
138
|
-
this.
|
|
138
|
+
this.vg.cl();
|
|
139
139
|
break;
|
|
140
140
|
case "XAxis":
|
|
141
|
-
this.
|
|
141
|
+
this.vg.cs();
|
|
142
142
|
break;
|
|
143
143
|
case "YAxis":
|
|
144
|
-
this.
|
|
144
|
+
this.vg.ct();
|
|
145
145
|
break;
|
|
146
146
|
case GeographicSymbolSeries.$$p[1]:
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
149
|
-
if (this.
|
|
150
|
-
var e = this.
|
|
151
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
147
|
+
this.t5.wk = this.vk;
|
|
148
|
+
this.vi = this.vk;
|
|
149
|
+
if (this.vk) {
|
|
150
|
+
var e = this.t5;
|
|
151
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vy));
|
|
152
152
|
}
|
|
153
153
|
else {
|
|
154
|
-
var f = this.
|
|
155
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
154
|
+
var f = this.t5;
|
|
155
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vy));
|
|
156
156
|
}
|
|
157
157
|
break;
|
|
158
158
|
case GeographicSymbolSeries.$$p[0]:
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
if (this.
|
|
162
|
-
var g = this.
|
|
163
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
159
|
+
this.t5.wj = this.vj;
|
|
160
|
+
this.vh = this.vj;
|
|
161
|
+
if (this.vk) {
|
|
162
|
+
var g = this.t5;
|
|
163
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vx));
|
|
164
164
|
}
|
|
165
165
|
else {
|
|
166
|
-
var h = this.
|
|
167
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
166
|
+
var h = this.t5;
|
|
167
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vx));
|
|
168
168
|
}
|
|
169
169
|
break;
|
|
170
170
|
case GeographicSymbolSeries.$$p[2]:
|
|
171
|
-
this.
|
|
171
|
+
this.t5.v3 = this.ve;
|
|
172
172
|
break;
|
|
173
173
|
case GeographicSymbolSeries.$$p[3]:
|
|
174
|
-
this.
|
|
174
|
+
this.t5.w2 = this.vm;
|
|
175
175
|
break;
|
|
176
176
|
}
|
|
177
177
|
};
|
|
178
|
-
GeographicSymbolSeries.prototype.
|
|
178
|
+
GeographicSymbolSeries.prototype.vy = function (a, b) {
|
|
179
179
|
if (this.assigningScatterStyle != null) {
|
|
180
180
|
this.assigningScatterStyle(this, b);
|
|
181
181
|
}
|
|
182
182
|
};
|
|
183
|
-
GeographicSymbolSeries.prototype.
|
|
183
|
+
GeographicSymbolSeries.prototype.vx = function (a, b) {
|
|
184
184
|
if (this.assigningScatterMarkerStyle != null) {
|
|
185
185
|
this.assigningScatterMarkerStyle(this, b);
|
|
186
186
|
}
|
|
187
187
|
};
|
|
188
188
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
189
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
189
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vj:vz', [0, false], 'IsCustomScatterStyleAllowed:vk:v0', [0, false], 'ItemSearchMode:ve:v1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vm:v2', [1, 10000], 'LatitudeMemberPath:vr:v3', [2, null], 'LongitudeMemberPath:vt:v4', [2, null], 'MarkerCollisionAvoidance:vd:v5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vl:v6', [0, false]]);
|
|
190
190
|
return GeographicSymbolSeries;
|
|
191
191
|
}(GeographicMarkerSeries));
|
|
192
192
|
export { GeographicSymbolSeries };
|
|
@@ -16,8 +16,8 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
__extends(GeographicTileSeries, _super);
|
|
17
17
|
function GeographicTileSeries() {
|
|
18
18
|
var _this = _super.call(this) || this;
|
|
19
|
+
_this.vc = null;
|
|
19
20
|
_this.vb = null;
|
|
20
|
-
_this.va = null;
|
|
21
21
|
_this.imageTilesReady = null;
|
|
22
22
|
_this.ab = GeographicTileSeries.$;
|
|
23
23
|
return _this;
|
|
@@ -28,53 +28,53 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
GeographicTileSeries.prototype.get_fh = function () {
|
|
29
29
|
return true;
|
|
30
30
|
};
|
|
31
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
31
|
+
Object.defineProperty(GeographicTileSeries.prototype, "vd", {
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.
|
|
33
|
+
return this.vc;
|
|
34
34
|
},
|
|
35
35
|
set: function (a) {
|
|
36
|
-
var b = a != this.
|
|
36
|
+
var b = a != this.vd;
|
|
37
37
|
if (b) {
|
|
38
|
-
var c = this.
|
|
39
|
-
this.
|
|
38
|
+
var c = this.vd;
|
|
39
|
+
this.vc = a;
|
|
40
40
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
enumerable: false,
|
|
44
44
|
configurable: true
|
|
45
45
|
});
|
|
46
|
-
GeographicTileSeries.prototype.
|
|
47
|
-
if (this.
|
|
48
|
-
this.
|
|
46
|
+
GeographicTileSeries.prototype.vh = function () {
|
|
47
|
+
if (this.vd != null) {
|
|
48
|
+
this.vd.clearTileCache();
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
|
-
GeographicTileSeries.prototype.
|
|
52
|
-
_super.prototype.
|
|
51
|
+
GeographicTileSeries.prototype.pa = function (a, b, c, d) {
|
|
52
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
53
53
|
switch (b) {
|
|
54
54
|
case "TileImagery":
|
|
55
|
-
if (this.
|
|
56
|
-
this.
|
|
55
|
+
if (this.t5 != null) {
|
|
56
|
+
this.t5.wy = this.vd;
|
|
57
57
|
}
|
|
58
58
|
break;
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
|
-
GeographicTileSeries.prototype.
|
|
62
|
-
_super.prototype.
|
|
63
|
-
this.
|
|
64
|
-
if (this.
|
|
65
|
-
var a = this.
|
|
66
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
61
|
+
GeographicTileSeries.prototype.ua = function () {
|
|
62
|
+
_super.prototype.ua.call(this);
|
|
63
|
+
this.t5.wy = this.vd;
|
|
64
|
+
if (this.vb != null) {
|
|
65
|
+
var a = this.vb;
|
|
66
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vg));
|
|
67
67
|
}
|
|
68
|
-
this.
|
|
69
|
-
if (this.
|
|
70
|
-
var b = this.
|
|
71
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
68
|
+
this.vb = this.t5;
|
|
69
|
+
if (this.vb != null) {
|
|
70
|
+
var b = this.vb;
|
|
71
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vg));
|
|
72
72
|
}
|
|
73
73
|
};
|
|
74
|
-
GeographicTileSeries.prototype.
|
|
74
|
+
GeographicTileSeries.prototype.t4 = function () {
|
|
75
75
|
return new TileSeries();
|
|
76
76
|
};
|
|
77
|
-
GeographicTileSeries.prototype.
|
|
77
|
+
GeographicTileSeries.prototype.vg = function (a, b) {
|
|
78
78
|
if (this.imageTilesReady != null) {
|
|
79
79
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
80
80
|
}
|