igniteui-angular-maps 19.0.1 → 19.1.0-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-angular-maps.umd.js +1704 -1704
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
- 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 +123 -123
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
- 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 +477 -477
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +39 -39
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- 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 +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
- package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
- 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 +123 -123
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
- 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 +469 -469
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +39 -39
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- 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 +1709 -1709
- package/fesm5/igniteui-angular-maps.js +1704 -1704
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
- package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- 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 +51 -51
- 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 +41 -41
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
- 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 +43 -43
- package/lib/XamGeographicMap_combined.d.ts +122 -122
- package/package.json +2 -2
|
@@ -19,140 +19,140 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
19
19
|
__extends(GeographicShapeSeriesBase, _super);
|
|
20
20
|
function GeographicShapeSeriesBase() {
|
|
21
21
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
22
|
+
_this.xm = false;
|
|
23
|
+
_this.xl = false;
|
|
24
24
|
_this.assigningShapeStyle = null;
|
|
25
25
|
_this.assigningShapeMarkerStyle = null;
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
26
|
+
_this.xi = null;
|
|
27
|
+
_this.xk = false;
|
|
28
28
|
return _this;
|
|
29
29
|
}
|
|
30
|
-
GeographicShapeSeriesBase.prototype.
|
|
30
|
+
GeographicShapeSeriesBase.prototype.ct = function () {
|
|
31
31
|
return new GeographicShapeSeriesBaseView(this);
|
|
32
32
|
};
|
|
33
|
-
GeographicShapeSeriesBase.prototype.
|
|
34
|
-
_super.prototype.
|
|
35
|
-
this.
|
|
33
|
+
GeographicShapeSeriesBase.prototype.q3 = function (a) {
|
|
34
|
+
_super.prototype.q3.call(this, a);
|
|
35
|
+
this.xh = a;
|
|
36
36
|
};
|
|
37
|
-
GeographicShapeSeriesBase.prototype.
|
|
37
|
+
GeographicShapeSeriesBase.prototype.get_ff = function () {
|
|
38
38
|
return true;
|
|
39
39
|
};
|
|
40
|
-
GeographicShapeSeriesBase.prototype.
|
|
40
|
+
GeographicShapeSeriesBase.prototype.get_ef = function () {
|
|
41
41
|
return true;
|
|
42
42
|
};
|
|
43
|
-
GeographicShapeSeriesBase.prototype.
|
|
44
|
-
_super.prototype.
|
|
43
|
+
GeographicShapeSeriesBase.prototype.rc = function (a, b, c, d) {
|
|
44
|
+
_super.prototype.rc.call(this, a, b, c, d);
|
|
45
45
|
switch (b) {
|
|
46
46
|
case "SeriesViewer":
|
|
47
|
-
this.
|
|
47
|
+
this.xh.cv();
|
|
48
48
|
break;
|
|
49
49
|
case "ShapeMemberPath":
|
|
50
|
-
this.
|
|
50
|
+
this.xh.cx();
|
|
51
51
|
break;
|
|
52
52
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
53
|
-
this.
|
|
53
|
+
this.xh.cw();
|
|
54
54
|
break;
|
|
55
55
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
if (this.
|
|
59
|
-
var e = this.
|
|
60
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
56
|
+
this.w5.yd = this.xp;
|
|
57
|
+
this.xm = this.xp;
|
|
58
|
+
if (this.xp) {
|
|
59
|
+
var e = this.w5;
|
|
60
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x7));
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
|
-
var f = this.
|
|
64
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
63
|
+
var f = this.w5;
|
|
64
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x7));
|
|
65
65
|
}
|
|
66
66
|
break;
|
|
67
67
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
if (this.
|
|
71
|
-
var g = this.
|
|
72
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
68
|
+
this.w5.yc = this.xo;
|
|
69
|
+
this.xl = this.xo;
|
|
70
|
+
if (this.xp) {
|
|
71
|
+
var g = this.w5;
|
|
72
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.x6));
|
|
73
73
|
}
|
|
74
74
|
else {
|
|
75
|
-
var h = this.
|
|
76
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
75
|
+
var h = this.w5;
|
|
76
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.x6));
|
|
77
77
|
}
|
|
78
78
|
break;
|
|
79
79
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
80
|
-
this.
|
|
80
|
+
this.w5.xp = this.xg;
|
|
81
81
|
break;
|
|
82
82
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
83
|
-
this.
|
|
83
|
+
this.w5.yu = this.xr;
|
|
84
84
|
break;
|
|
85
85
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
86
|
-
this.
|
|
86
|
+
this.w5.yv = this.xs;
|
|
87
87
|
break;
|
|
88
88
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
89
|
-
this.
|
|
89
|
+
this.w5.yz = this.xt;
|
|
90
90
|
break;
|
|
91
91
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
92
|
-
this.
|
|
92
|
+
this.w5.xf = this.xf;
|
|
93
93
|
break;
|
|
94
94
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
95
|
-
this.
|
|
95
|
+
this.w5.x8 = this.xn;
|
|
96
96
|
break;
|
|
97
97
|
case "ShapefileDataSource":
|
|
98
98
|
if (c != null) {
|
|
99
99
|
var i = c;
|
|
100
|
-
if (this.
|
|
101
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
100
|
+
if (this.xk) {
|
|
101
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x8));
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
if (d != null) {
|
|
105
105
|
var j = d;
|
|
106
106
|
if (j.count > 0) {
|
|
107
|
-
this.
|
|
107
|
+
this.x9();
|
|
108
108
|
break;
|
|
109
109
|
}
|
|
110
|
-
this.
|
|
111
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
110
|
+
this.xk = true;
|
|
111
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x8));
|
|
112
112
|
}
|
|
113
113
|
break;
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
GeographicShapeSeriesBase.prototype.
|
|
116
|
+
GeographicShapeSeriesBase.prototype.x7 = function (a, b) {
|
|
117
117
|
if (this.assigningShapeStyle != null) {
|
|
118
118
|
this.assigningShapeStyle(this, b);
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
|
-
GeographicShapeSeriesBase.prototype.
|
|
121
|
+
GeographicShapeSeriesBase.prototype.x6 = function (a, b) {
|
|
122
122
|
if (this.assigningShapeMarkerStyle != null) {
|
|
123
123
|
this.assigningShapeMarkerStyle(this, b);
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
GeographicShapeSeriesBase.prototype.
|
|
127
|
-
this.
|
|
126
|
+
GeographicShapeSeriesBase.prototype.x8 = function (a, b) {
|
|
127
|
+
this.x9();
|
|
128
128
|
};
|
|
129
|
-
GeographicShapeSeriesBase.prototype.
|
|
130
|
-
var sds_ = this.
|
|
129
|
+
GeographicShapeSeriesBase.prototype.x9 = function () {
|
|
130
|
+
var sds_ = this.xj;
|
|
131
131
|
var ext_ = sds_.externalObject;
|
|
132
132
|
this.itemsSource = (ext_.getPointData());
|
|
133
133
|
};
|
|
134
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "xj", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.xi;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
if (b != this.
|
|
142
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
139
|
+
var b = this.xi;
|
|
140
|
+
this.xi = a;
|
|
141
|
+
if (b != this.xi) {
|
|
142
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xi);
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
147
147
|
});
|
|
148
|
-
GeographicShapeSeriesBase.prototype.
|
|
148
|
+
GeographicShapeSeriesBase.prototype.get_g8 = function () {
|
|
149
149
|
return true;
|
|
150
150
|
};
|
|
151
|
-
GeographicShapeSeriesBase.prototype.
|
|
152
|
-
_super.prototype.
|
|
151
|
+
GeographicShapeSeriesBase.prototype.set_g8 = function (a) {
|
|
152
|
+
_super.prototype.set_g8.call(this, a);
|
|
153
153
|
};
|
|
154
154
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
155
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:
|
|
155
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xt:ya', [2], 'FillScale:xf:yb', [BrushScale.$], 'FillScaleUseGlobalValues:xn:yc', [0, false], 'IsCustomShapeMarkerStyleAllowed:xo:yd', [0, false], 'IsCustomShapeStyleAllowed:xp:ye', [0, false], 'ItemSearchMode:xg:yf', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xr:yg', [1, 10000], 'ItemSearchThreshold:xs:yh', [1, 10000], 'ShapeFilterResolution:xq:yi', [1, 2], 'ShapeMemberPath:x4:yj', [2, "points"]]);
|
|
156
156
|
return GeographicShapeSeriesBase;
|
|
157
157
|
}(GeographicMapSeriesHost));
|
|
158
158
|
export { GeographicShapeSeriesBase };
|
|
@@ -163,29 +163,29 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
163
163
|
__extends(GeographicShapeSeriesBaseView, _super);
|
|
164
164
|
function GeographicShapeSeriesBaseView(a) {
|
|
165
165
|
var _this = _super.call(this, a) || this;
|
|
166
|
-
_this.
|
|
167
|
-
_this.
|
|
166
|
+
_this.cu = null;
|
|
167
|
+
_this.cu = a;
|
|
168
168
|
return _this;
|
|
169
169
|
}
|
|
170
|
-
GeographicShapeSeriesBaseView.prototype.b5 = function () {
|
|
171
|
-
_super.prototype.b5.call(this);
|
|
172
|
-
this.ch.wz.y6 = this.ch.xy;
|
|
173
|
-
};
|
|
174
170
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
171
|
+
_super.prototype.ci.call(this);
|
|
172
|
+
this.cu.w5.zc = this.cu.x4;
|
|
173
|
+
};
|
|
174
|
+
GeographicShapeSeriesBaseView.prototype.cv = function () {
|
|
175
|
+
var a = this.cu.w5;
|
|
176
|
+
if (this.cu.dc == null) {
|
|
177
|
+
a.xj = null;
|
|
178
|
+
a.xl = null;
|
|
179
179
|
return;
|
|
180
180
|
}
|
|
181
|
-
a.
|
|
182
|
-
a.
|
|
181
|
+
a.xj = this.cu.dc.w7;
|
|
182
|
+
a.xl = this.cu.dc.w9;
|
|
183
183
|
};
|
|
184
|
-
GeographicShapeSeriesBaseView.prototype.
|
|
185
|
-
this.
|
|
184
|
+
GeographicShapeSeriesBaseView.prototype.cx = function () {
|
|
185
|
+
this.cu.w5.zc = this.cu.x4;
|
|
186
186
|
};
|
|
187
|
-
GeographicShapeSeriesBaseView.prototype.
|
|
188
|
-
this.
|
|
187
|
+
GeographicShapeSeriesBaseView.prototype.cw = function () {
|
|
188
|
+
this.cu.w5.yr = this.cu.xq;
|
|
189
189
|
};
|
|
190
190
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
191
191
|
return GeographicShapeSeriesBaseView;
|
|
@@ -28,57 +28,57 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
__extends(GeographicShapeSeriesView, _super);
|
|
29
29
|
function GeographicShapeSeriesView(a) {
|
|
30
30
|
var _this = _super.call(this, a) || this;
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
33
|
-
if (!_this.
|
|
34
|
-
_this.
|
|
31
|
+
_this.cy = null;
|
|
32
|
+
_this.cy = a;
|
|
33
|
+
if (!_this.t) {
|
|
34
|
+
_this.cy.x4 = "points";
|
|
35
35
|
}
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
|
-
GeographicShapeSeriesView.prototype.
|
|
39
|
-
_super.prototype.
|
|
40
|
-
if (!this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
38
|
+
GeographicShapeSeriesView.prototype.a4 = function () {
|
|
39
|
+
_super.prototype.a4.call(this);
|
|
40
|
+
if (!this.t) {
|
|
41
|
+
this.cy.zr = Defaults.a8;
|
|
42
|
+
this.cy.jq = Defaults.ac;
|
|
43
|
+
this.cy.yq = Defaults.ab;
|
|
44
|
+
this.cy.yn = Defaults.d;
|
|
45
|
+
this.cy.yl = Defaults.a;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
GeographicShapeSeriesView.prototype.
|
|
49
|
-
_super.prototype.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
48
|
+
GeographicShapeSeriesView.prototype.ci = function () {
|
|
49
|
+
_super.prototype.ci.call(this);
|
|
50
|
+
this.cy.w5.aby = this.cy.zt;
|
|
51
|
+
this.cy.w5.aar = this.cy.yo;
|
|
52
|
+
this.cy.w5.abd = this.cy.y9;
|
|
53
|
+
this.cy.w5.aau = this.cy.yq;
|
|
54
|
+
this.cy.w5.aad = this.cy.yk;
|
|
55
55
|
};
|
|
56
|
-
GeographicShapeSeriesView.prototype.
|
|
57
|
-
this.
|
|
56
|
+
GeographicShapeSeriesView.prototype.c3 = function () {
|
|
57
|
+
this.cy.w5.abd = this.cy.y9;
|
|
58
58
|
};
|
|
59
|
-
GeographicShapeSeriesView.prototype.
|
|
60
|
-
this.
|
|
59
|
+
GeographicShapeSeriesView.prototype.c5 = function () {
|
|
60
|
+
this.cy.w5.aau = this.cy.yq;
|
|
61
61
|
};
|
|
62
|
-
GeographicShapeSeriesView.prototype.
|
|
63
|
-
this.
|
|
62
|
+
GeographicShapeSeriesView.prototype.c0 = function () {
|
|
63
|
+
this.cy.w5.aad = this.cy.yk;
|
|
64
64
|
};
|
|
65
|
-
GeographicShapeSeriesView.prototype.
|
|
66
|
-
this.
|
|
65
|
+
GeographicShapeSeriesView.prototype.c4 = function () {
|
|
66
|
+
this.cy.w5.aam = this.cy.yn;
|
|
67
67
|
};
|
|
68
|
-
GeographicShapeSeriesView.prototype.
|
|
69
|
-
this.
|
|
68
|
+
GeographicShapeSeriesView.prototype.cz = function () {
|
|
69
|
+
this.cy.w5.abu = this.cy.zq;
|
|
70
70
|
};
|
|
71
|
-
GeographicShapeSeriesView.prototype.
|
|
72
|
-
this.
|
|
71
|
+
GeographicShapeSeriesView.prototype.c1 = function () {
|
|
72
|
+
this.cy.w5.abv = this.cy.zr;
|
|
73
73
|
};
|
|
74
|
-
GeographicShapeSeriesView.prototype.
|
|
75
|
-
this.
|
|
74
|
+
GeographicShapeSeriesView.prototype.c2 = function () {
|
|
75
|
+
this.cy.w5.abx = this.cy.zs;
|
|
76
76
|
};
|
|
77
|
-
GeographicShapeSeriesView.prototype.
|
|
78
|
-
this.
|
|
77
|
+
GeographicShapeSeriesView.prototype.c6 = function () {
|
|
78
|
+
this.cy.w5.aar = this.cy.yo;
|
|
79
79
|
};
|
|
80
|
-
GeographicShapeSeriesView.prototype.
|
|
81
|
-
this.
|
|
80
|
+
GeographicShapeSeriesView.prototype.c7 = function () {
|
|
81
|
+
this.cy.w5.aby = this.cy.zt;
|
|
82
82
|
};
|
|
83
83
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
84
84
|
return GeographicShapeSeriesView;
|
|
@@ -95,98 +95,98 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
_this.ab = GeographicShapeSeries.$;
|
|
96
96
|
return _this;
|
|
97
97
|
}
|
|
98
|
-
GeographicShapeSeries.prototype.
|
|
98
|
+
GeographicShapeSeries.prototype.bk = function () {
|
|
99
99
|
return new GeographicShapeSeries();
|
|
100
100
|
};
|
|
101
|
-
GeographicShapeSeries.prototype.
|
|
101
|
+
GeographicShapeSeries.prototype.get_fr = function () {
|
|
102
102
|
return true;
|
|
103
103
|
};
|
|
104
|
-
GeographicShapeSeries.prototype.
|
|
104
|
+
GeographicShapeSeries.prototype.ct = function () {
|
|
105
105
|
return new GeographicShapeSeriesView(this);
|
|
106
106
|
};
|
|
107
|
-
GeographicShapeSeries.prototype.
|
|
108
|
-
_super.prototype.
|
|
109
|
-
this.
|
|
107
|
+
GeographicShapeSeries.prototype.q3 = function (a) {
|
|
108
|
+
_super.prototype.q3.call(this, a);
|
|
109
|
+
this.yp = a;
|
|
110
110
|
};
|
|
111
|
-
GeographicShapeSeries.prototype.
|
|
111
|
+
GeographicShapeSeries.prototype.w4 = 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.y6));
|
|
114
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y7));
|
|
115
115
|
return a;
|
|
116
116
|
};
|
|
117
|
-
GeographicShapeSeries.prototype.
|
|
117
|
+
GeographicShapeSeries.prototype.y6 = 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.y7 = function (a, b) {
|
|
123
|
+
var c = typeCast(ScatterPolygonSeries.$, this.w5);
|
|
124
124
|
if (c == null) {
|
|
125
125
|
return;
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
GeographicShapeSeries.prototype.
|
|
129
|
-
return this.
|
|
128
|
+
GeographicShapeSeries.prototype.ip = function () {
|
|
129
|
+
return this.yq;
|
|
130
130
|
};
|
|
131
|
-
GeographicShapeSeries.prototype.
|
|
132
|
-
return this.
|
|
131
|
+
GeographicShapeSeries.prototype.vq = function () {
|
|
132
|
+
return this.zo;
|
|
133
133
|
};
|
|
134
|
-
GeographicShapeSeries.prototype.
|
|
135
|
-
return this.
|
|
134
|
+
GeographicShapeSeries.prototype.vr = function () {
|
|
135
|
+
return this.zp;
|
|
136
136
|
};
|
|
137
|
-
GeographicShapeSeries.prototype.
|
|
138
|
-
return this.
|
|
137
|
+
GeographicShapeSeries.prototype.s3 = function () {
|
|
138
|
+
return this.y8;
|
|
139
139
|
};
|
|
140
|
-
GeographicShapeSeries.prototype.
|
|
141
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
140
|
+
GeographicShapeSeries.prototype.mc = function () {
|
|
141
|
+
var a = typeCast(ScatterPolygonSeries.$, this.w5);
|
|
142
142
|
if (a == null) {
|
|
143
143
|
return "Unknown";
|
|
144
144
|
}
|
|
145
|
-
return a.
|
|
145
|
+
return a.mc();
|
|
146
146
|
};
|
|
147
|
-
GeographicShapeSeries.prototype.
|
|
148
|
-
_super.prototype.
|
|
147
|
+
GeographicShapeSeries.prototype.rc = function (a, b, c, d) {
|
|
148
|
+
_super.prototype.rc.call(this, a, b, c, d);
|
|
149
149
|
switch (b) {
|
|
150
150
|
case GeographicShapeSeries.$$p[6]:
|
|
151
|
-
this.
|
|
151
|
+
this.w5.aak = this.ym;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[5]:
|
|
154
|
-
this.
|
|
154
|
+
this.w5.aag = this.yl;
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[9]:
|
|
157
|
-
this.
|
|
157
|
+
this.yp.c3();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[10]:
|
|
160
|
-
this.
|
|
160
|
+
this.yp.c5();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[4]:
|
|
163
|
-
this.
|
|
163
|
+
this.yp.c0();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[11]:
|
|
166
|
-
this.
|
|
166
|
+
this.yp.c4();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[3]:
|
|
169
|
-
this.
|
|
169
|
+
this.yp.cz();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[7]:
|
|
172
|
-
this.
|
|
172
|
+
this.yp.c1();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[8]:
|
|
175
|
-
this.
|
|
175
|
+
this.yp.c2();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[13]:
|
|
178
|
-
this.
|
|
178
|
+
this.yp.c6();
|
|
179
179
|
break;
|
|
180
180
|
case GeographicShapeSeries.$$p[12]:
|
|
181
|
-
this.
|
|
181
|
+
this.yp.c7();
|
|
182
182
|
break;
|
|
183
183
|
}
|
|
184
184
|
};
|
|
185
|
-
GeographicShapeSeries.prototype.
|
|
185
|
+
GeographicShapeSeries.prototype.jm = function () {
|
|
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:zo:za', [Brush.$], 'ActualMarkerOutline:zp:zb', [Brush.$], 'ActualMarkerTemplate:y8:zc', [DataTemplate.$, null], 'MarkerBrush:zq:zd', [Brush.$], 'MarkerCollisionAvoidance:yk:ze', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yl:zf', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ym:zg', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zr:zh', [Brush.$], 'MarkerStyle:zs:zi', [Style.$], 'MarkerTemplate:y9:zj', [DataTemplate.$, null], 'MarkerThickness:yq:zk', [1, DeviceUtils.g(2)], 'MarkerType:yn:zl', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zt:zm', [Style.$, null], 'ShapeStyleSelector:yo:zn', [StyleSelector.$, null]]);
|
|
190
190
|
return GeographicShapeSeries;
|
|
191
191
|
}(GeographicShapeSeriesBase));
|
|
192
192
|
export { GeographicShapeSeries };
|
|
@@ -14,8 +14,8 @@ var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
14
14
|
__extends(GeographicSymbolSeriesBaseView, _super);
|
|
15
15
|
function GeographicSymbolSeriesBaseView(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.cu = null;
|
|
18
|
+
_this.cu = a;
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
GeographicSymbolSeriesBaseView.$t = markType(GeographicSymbolSeriesBaseView, 'GeographicSymbolSeriesBaseView', HostSeriesView.$);
|