igniteui-webcomponents-maps 4.7.0 → 4.7.2-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 +1100 -1073
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm2015/lib/GeographicTileSeries.js +30 -27
- package/esm2015/lib/TileSeries_combined.js +94 -91
- package/esm2015/lib/XamGeographicMap_combined.js +95 -92
- 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-series-host-component.js +22 -22
- 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 +22 -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 +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm5/lib/GeographicTileSeries.js +29 -26
- package/esm5/lib/TileSeries_combined.js +92 -89
- package/esm5/lib/XamGeographicMap_combined.js +94 -91
- 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-series-host-component.js +22 -22
- 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 +22 -22
- 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 +1109 -1082
- package/fesm5/igniteui-webcomponents-maps.js +1100 -1073
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
- package/lib/GeographicTileSeries.d.ts +10 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -21
- package/lib/XamGeographicMap_combined.d.ts +28 -27
- package/package.json +3 -3
|
@@ -72,75 +72,75 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
72
72
|
* Gets whether the series has only marker as visuals
|
|
73
73
|
*/
|
|
74
74
|
get hasOnlyMarkers() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.dy;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
79
79
|
*/
|
|
80
80
|
get latitudeMemberPath() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.vq;
|
|
82
82
|
}
|
|
83
83
|
set latitudeMemberPath(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.vq = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
88
88
|
*/
|
|
89
89
|
get longitudeMemberPath() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.vs;
|
|
91
91
|
}
|
|
92
92
|
set longitudeMemberPath(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.vs = v;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
97
97
|
*/
|
|
98
98
|
get markerCollisionAvoidance() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.vc;
|
|
100
100
|
}
|
|
101
101
|
set markerCollisionAvoidance(v) {
|
|
102
|
-
this.i.
|
|
103
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
102
|
+
this.i.vc = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
103
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.vc));
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
106
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
107
107
|
*/
|
|
108
108
|
get isCustomScatterStyleAllowed() {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.vj;
|
|
110
110
|
}
|
|
111
111
|
set isCustomScatterStyleAllowed(v) {
|
|
112
|
-
this.i.
|
|
113
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
112
|
+
this.i.vj = ensureBool(v);
|
|
113
|
+
this._a("isCustomScatterStyleAllowed", this.i.vj);
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
117
117
|
*/
|
|
118
118
|
get isCustomScatterMarkerStyleAllowed() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.vi;
|
|
120
120
|
}
|
|
121
121
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
122
|
+
this.i.vi = ensureBool(v);
|
|
123
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.vi);
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
126
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
127
127
|
*/
|
|
128
128
|
get itemSearchMode() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.vd;
|
|
130
130
|
}
|
|
131
131
|
set itemSearchMode(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
132
|
+
this.i.vd = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
133
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.vd));
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
137
137
|
*/
|
|
138
138
|
get itemSearchThreshold() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.vl;
|
|
140
140
|
}
|
|
141
141
|
set itemSearchThreshold(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("itemSearchThreshold", this.i.
|
|
142
|
+
this.i.vl = +v;
|
|
143
|
+
this._a("itemSearchThreshold", this.i.vl);
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Event raised when Assigning Category Style
|
|
@@ -66,20 +66,20 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets whether the current series shows a tile imagery.
|
|
67
67
|
*/
|
|
68
68
|
get isTile() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.fh;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* The MapImagery which is used to provide the tiles for display.
|
|
73
73
|
*/
|
|
74
74
|
get tileImagery() {
|
|
75
|
-
const r = this.i.
|
|
75
|
+
const r = this.i.vc;
|
|
76
76
|
if (r == null) {
|
|
77
77
|
return null;
|
|
78
78
|
}
|
|
79
79
|
return r.externalObject;
|
|
80
80
|
}
|
|
81
81
|
set tileImagery(v) {
|
|
82
|
-
v == null ? this.i.
|
|
82
|
+
v == null ? this.i.vc = null : this.i.vc = v.i;
|
|
83
83
|
}
|
|
84
84
|
findByName(name) {
|
|
85
85
|
var baseResult = super.findByName(name);
|
|
@@ -96,7 +96,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
96
96
|
|
|
97
97
|
*/
|
|
98
98
|
clearTileCache() {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.vg();
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -48,56 +48,56 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
48
48
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
49
49
|
*/
|
|
50
50
|
get longitudeMemberPath() {
|
|
51
|
-
return this.i.
|
|
51
|
+
return this.i.ug;
|
|
52
52
|
}
|
|
53
53
|
set longitudeMemberPath(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.ug = v;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
58
58
|
*/
|
|
59
59
|
get latitudeMemberPath() {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.ue;
|
|
61
61
|
}
|
|
62
62
|
set latitudeMemberPath(v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.ue = v;
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
66
|
* The source of triangulation data.
|
|
67
67
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
68
68
|
*/
|
|
69
69
|
get trianglesSource() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.ud;
|
|
71
71
|
}
|
|
72
72
|
set trianglesSource(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.ud = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
77
77
|
*/
|
|
78
78
|
get triangleVertexMemberPath1() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.uj;
|
|
80
80
|
}
|
|
81
81
|
set triangleVertexMemberPath1(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.uj = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
86
86
|
*/
|
|
87
87
|
get triangleVertexMemberPath2() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.ul;
|
|
89
89
|
}
|
|
90
90
|
set triangleVertexMemberPath2(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.ul = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
95
95
|
*/
|
|
96
96
|
get triangleVertexMemberPath3() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.un;
|
|
98
98
|
}
|
|
99
99
|
set triangleVertexMemberPath3(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.un = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
@@ -62,20 +62,20 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
62
62
|
* Gets whether the current series shows a tile imagery.
|
|
63
63
|
*/
|
|
64
64
|
get isTile() {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.fh;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* The MapImagery which is used to provide the tiles for display.
|
|
69
69
|
*/
|
|
70
70
|
get tileImagery() {
|
|
71
|
-
const r = this.i.
|
|
71
|
+
const r = this.i.wx;
|
|
72
72
|
if (r == null) {
|
|
73
73
|
return null;
|
|
74
74
|
}
|
|
75
75
|
return r.externalObject;
|
|
76
76
|
}
|
|
77
77
|
set tileImagery(v) {
|
|
78
|
-
v == null ? this.i.
|
|
78
|
+
v == null ? this.i.wx = null : this.i.wx = v.i;
|
|
79
79
|
}
|
|
80
80
|
findByName(name) {
|
|
81
81
|
var baseResult = super.findByName(name);
|
|
@@ -28,24 +28,24 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
28
28
|
GeographicContourLineSeriesView.prototype.au = function () {
|
|
29
29
|
_super.prototype.au.call(this);
|
|
30
30
|
if (!this.q) {
|
|
31
|
-
this.cp.
|
|
31
|
+
this.cp.iv = Defaults.m;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
34
|
GeographicContourLineSeriesView.prototype.b5 = function () {
|
|
35
35
|
_super.prototype.b5.call(this);
|
|
36
|
-
if (this.cp.
|
|
37
|
-
this.cp.
|
|
38
|
-
this.cp.
|
|
36
|
+
if (this.cp.t4 != null) {
|
|
37
|
+
this.cp.uw.vz = this.cp.uz;
|
|
38
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
GeographicContourLineSeriesView.prototype.cq = function () {
|
|
42
|
-
if (this.cp.
|
|
43
|
-
this.cp.
|
|
42
|
+
if (this.cp.uw != null) {
|
|
43
|
+
this.cp.uw.vz = this.cp.uz;
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
GeographicContourLineSeriesView.prototype.cr = function () {
|
|
47
|
-
if (this.cp.
|
|
48
|
-
this.cp.
|
|
47
|
+
if (this.cp.uw != null) {
|
|
48
|
+
this.cp.uw.v9 = this.cp.u3;
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -63,72 +63,75 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
63
63
|
_this.ab = GeographicContourLineSeries.$;
|
|
64
64
|
return _this;
|
|
65
65
|
}
|
|
66
|
-
GeographicContourLineSeries.prototype.
|
|
66
|
+
GeographicContourLineSeries.prototype.bg = function () {
|
|
67
|
+
return new GeographicContourLineSeries();
|
|
68
|
+
};
|
|
69
|
+
GeographicContourLineSeries.prototype.get_ex = function () {
|
|
67
70
|
return true;
|
|
68
71
|
};
|
|
69
|
-
GeographicContourLineSeries.prototype.
|
|
70
|
-
_super.prototype.
|
|
72
|
+
GeographicContourLineSeries.prototype.t9 = function () {
|
|
73
|
+
_super.prototype.t9.call(this);
|
|
71
74
|
};
|
|
72
|
-
GeographicContourLineSeries.prototype.
|
|
73
|
-
this.
|
|
74
|
-
var a = this.
|
|
75
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
76
|
-
var b = this.
|
|
77
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
78
|
-
return this.
|
|
75
|
+
GeographicContourLineSeries.prototype.t3 = function () {
|
|
76
|
+
this.uw = new ScatterContourSeries();
|
|
77
|
+
var a = this.uw;
|
|
78
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
|
|
79
|
+
var b = this.uw;
|
|
80
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u7));
|
|
81
|
+
return this.uw;
|
|
79
82
|
};
|
|
80
|
-
GeographicContourLineSeries.prototype.
|
|
83
|
+
GeographicContourLineSeries.prototype.u6 = function (a, b) {
|
|
81
84
|
if (this.triangulationStatusChanged != null) {
|
|
82
85
|
this.triangulationStatusChanged(this, b);
|
|
83
86
|
}
|
|
84
87
|
};
|
|
85
|
-
GeographicContourLineSeries.prototype.
|
|
86
|
-
var c = typeCast(ScatterContourSeries.$, this.
|
|
88
|
+
GeographicContourLineSeries.prototype.u7 = function (a, b) {
|
|
89
|
+
var c = typeCast(ScatterContourSeries.$, this.t4);
|
|
87
90
|
if (c == null) {
|
|
88
91
|
return;
|
|
89
92
|
}
|
|
90
93
|
if (b.propertyName == "ActualFillScale") {
|
|
91
|
-
this.
|
|
94
|
+
this.uy = c.vy;
|
|
92
95
|
}
|
|
93
96
|
};
|
|
94
|
-
GeographicContourLineSeries.prototype.
|
|
95
|
-
_super.prototype.
|
|
97
|
+
GeographicContourLineSeries.prototype.qe = function () {
|
|
98
|
+
_super.prototype.qe.call(this);
|
|
96
99
|
};
|
|
97
|
-
GeographicContourLineSeries.prototype.
|
|
100
|
+
GeographicContourLineSeries.prototype.ch = function () {
|
|
98
101
|
return new GeographicContourLineSeriesView(this);
|
|
99
102
|
};
|
|
100
|
-
GeographicContourLineSeries.prototype.
|
|
101
|
-
_super.prototype.
|
|
102
|
-
this.
|
|
103
|
+
GeographicContourLineSeries.prototype.o1 = function (a) {
|
|
104
|
+
_super.prototype.o1.call(this, a);
|
|
105
|
+
this.u0 = a;
|
|
103
106
|
};
|
|
104
|
-
GeographicContourLineSeries.prototype.
|
|
105
|
-
_super.prototype.
|
|
107
|
+
GeographicContourLineSeries.prototype.o9 = function (a, b, c, d) {
|
|
108
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
106
109
|
switch (b) {
|
|
107
110
|
case GeographicContourLineSeries.$$p[1]:
|
|
108
|
-
this.
|
|
111
|
+
this.u0.cq();
|
|
109
112
|
break;
|
|
110
113
|
case GeographicContourLineSeries.$$p[2]:
|
|
111
|
-
this.
|
|
114
|
+
this.u0.cr();
|
|
112
115
|
break;
|
|
113
116
|
case GeographicContourLineSeries.$$p[3]:
|
|
114
|
-
this.
|
|
117
|
+
this.uw.vw = this.uv;
|
|
115
118
|
break;
|
|
116
119
|
case "DashArray":
|
|
117
|
-
this.
|
|
120
|
+
this.uw.s8 = this.s8;
|
|
118
121
|
break;
|
|
119
122
|
case "DashCap":
|
|
120
|
-
this.
|
|
123
|
+
this.uw.s9 = this.s9;
|
|
121
124
|
break;
|
|
122
125
|
case "MiterLimit":
|
|
123
|
-
this.
|
|
126
|
+
this.uw.im = this.im;
|
|
124
127
|
break;
|
|
125
128
|
case "LineJoin":
|
|
126
|
-
this.
|
|
129
|
+
this.uw.tb = this.tb;
|
|
127
130
|
break;
|
|
128
131
|
}
|
|
129
132
|
};
|
|
130
133
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
131
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
134
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uy:u8', [ValueBrushScale.$, null], 'FillScale:uz:u9', [ValueBrushScale.$, null], 'ValueMemberPath:u3:va', [2, "value"], 'ValueResolver:uv:vb', [ContourValueResolver.$, null]]);
|
|
132
135
|
return GeographicContourLineSeries;
|
|
133
136
|
}(GeographicXYTriangulatingSeries));
|
|
134
137
|
export { GeographicContourLineSeries };
|
|
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { HostSeriesView } from "./HostSeriesView";
|
|
9
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
10
9
|
import { HighDensityScatterSeries } from "igniteui-webcomponents-charts";
|
|
10
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
11
11
|
import { Color } from "igniteui-webcomponents-core";
|
|
12
12
|
import { Defaults } from "igniteui-webcomponents-charts";
|
|
13
13
|
import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-webcomponents-core";
|
|
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
27
27
|
}
|
|
28
28
|
GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
|
|
29
29
|
_super.prototype.b5.call(this);
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
31
|
+
a.wc = this.ch.ut;
|
|
32
|
+
a.wk = this.ch.ur;
|
|
33
|
+
a.up = this.ch.ug;
|
|
33
34
|
a.uo = this.ch.uf;
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
35
|
+
a.fl = this.ch.ue;
|
|
36
|
+
a.vk = this.ch.ui;
|
|
36
37
|
a.vj = this.ch.uh;
|
|
37
|
-
a.
|
|
38
|
+
a.xi = this.ch.vc;
|
|
38
39
|
a.xh = this.ch.vb;
|
|
39
|
-
a.
|
|
40
|
-
a.vv = this.ch.uk;
|
|
40
|
+
a.vw = this.ch.ul;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
43
|
-
this.ch.
|
|
43
|
+
this.ch.t4.wc = this.ch.ut;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
46
|
-
this.ch.
|
|
46
|
+
this.ch.t4.wk = this.ch.ur;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
49
|
-
this.ch.
|
|
49
|
+
this.ch.t4.up = this.ch.ug;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
52
|
-
this.ch.
|
|
52
|
+
this.ch.t4.uo = this.ch.uf;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
55
|
-
this.ch.
|
|
55
|
+
this.ch.t4.fl = this.ch.ue;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
58
|
-
this.ch.
|
|
58
|
+
this.ch.t4.vk = this.ch.ui;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
61
|
-
this.ch.
|
|
61
|
+
this.ch.t4.vj = this.ch.uh;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ch.
|
|
65
|
-
if (this.ch.
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
|
|
65
|
+
if (this.ch.cz == null) {
|
|
66
|
+
a.t9 = null;
|
|
67
|
+
a.ub = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.t9 = this.ch.cz.ua;
|
|
71
|
+
a.ub = this.ch.cz.uc;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
74
|
-
this.ch.
|
|
74
|
+
this.ch.t4.t9 = this.ch.cz.ua;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
77
|
-
this.ch.
|
|
77
|
+
this.ch.t4.ub = this.ch.cz.uc;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
80
|
-
this.ch.
|
|
80
|
+
this.ch.t4.xi = this.ch.vc;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
83
|
-
this.ch.
|
|
83
|
+
this.ch.t4.xh = this.ch.vb;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
86
|
-
this.ch.
|
|
86
|
+
this.ch.t4.vw = this.ch.ul;
|
|
87
87
|
};
|
|
88
88
|
GeographicHighDensityScatterSeriesView.prototype.au = function () {
|
|
89
89
|
_super.prototype.au.call(this);
|
|
90
90
|
if (!this.q) {
|
|
91
|
-
this.ch.
|
|
92
|
-
this.ch.
|
|
93
|
-
this.ch.
|
|
94
|
-
this.ch.
|
|
91
|
+
this.ch.vc = Defaults.aq;
|
|
92
|
+
this.ch.vb = Defaults.ap;
|
|
93
|
+
this.ch.sx = Defaults.al;
|
|
94
|
+
this.ch.s3 = Defaults.ak;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,114 +105,117 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
105
105
|
__extends(GeographicHighDensityScatterSeries, _super);
|
|
106
106
|
function GeographicHighDensityScatterSeries() {
|
|
107
107
|
var _this = _super.call(this) || this;
|
|
108
|
-
_this.
|
|
108
|
+
_this.uc = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.uk = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
115
|
-
|
|
116
|
-
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.bg = function () {
|
|
115
|
+
return new GeographicHighDensityScatterSeries();
|
|
116
|
+
};
|
|
117
|
+
GeographicHighDensityScatterSeries.prototype.iq = function () {
|
|
118
|
+
if (!isNaN_(this.ip)) {
|
|
119
|
+
return _super.prototype.iq.call(this);
|
|
117
120
|
}
|
|
118
121
|
return Defaults.q;
|
|
119
122
|
};
|
|
120
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
123
|
+
GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
|
|
121
124
|
return true;
|
|
122
125
|
};
|
|
123
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.ch = function () {
|
|
124
127
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
125
128
|
};
|
|
126
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
127
|
-
_super.prototype.
|
|
128
|
-
this.
|
|
129
|
+
GeographicHighDensityScatterSeries.prototype.o1 = function (a) {
|
|
130
|
+
_super.prototype.o1.call(this, a);
|
|
131
|
+
this.ud = a;
|
|
129
132
|
};
|
|
130
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
131
|
-
this.
|
|
132
|
-
return this.
|
|
133
|
+
GeographicHighDensityScatterSeries.prototype.t3 = function () {
|
|
134
|
+
this.uc = new HighDensityScatterSeries();
|
|
135
|
+
return this.uc;
|
|
133
136
|
};
|
|
134
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
137
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "um", {
|
|
135
138
|
get: function () {
|
|
136
|
-
return this.
|
|
139
|
+
return this.uk;
|
|
137
140
|
},
|
|
138
141
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
142
|
+
var b = this.uk;
|
|
143
|
+
this.uk = a;
|
|
144
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
|
|
142
145
|
},
|
|
143
146
|
enumerable: false,
|
|
144
147
|
configurable: true
|
|
145
148
|
});
|
|
146
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
147
|
-
_super.prototype.
|
|
148
|
-
var a = this.
|
|
149
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
150
|
-
var b = this.
|
|
151
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
152
|
-
};
|
|
153
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
154
|
-
this.
|
|
149
|
+
GeographicHighDensityScatterSeries.prototype.t9 = function () {
|
|
150
|
+
_super.prototype.t9.call(this);
|
|
151
|
+
var a = this.t4;
|
|
152
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u0));
|
|
153
|
+
var b = this.t4;
|
|
154
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uz));
|
|
155
|
+
};
|
|
156
|
+
GeographicHighDensityScatterSeries.prototype.u0 = function (a, b) {
|
|
157
|
+
this.um = b.currentStatus;
|
|
155
158
|
if (this.progressiveLoadStatusChanged != null) {
|
|
156
159
|
this.progressiveLoadStatusChanged(this, b);
|
|
157
160
|
}
|
|
158
161
|
};
|
|
159
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
160
|
-
if (this.
|
|
162
|
+
GeographicHighDensityScatterSeries.prototype.uz = function (a, b) {
|
|
163
|
+
if (this.uc == null) {
|
|
161
164
|
return;
|
|
162
165
|
}
|
|
163
166
|
};
|
|
164
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
165
|
-
_super.prototype.
|
|
167
|
+
GeographicHighDensityScatterSeries.prototype.o9 = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.o9.call(this, a, b, c, d);
|
|
166
169
|
switch (b) {
|
|
167
170
|
case "SeriesViewer":
|
|
168
|
-
this.
|
|
171
|
+
this.ud.cr();
|
|
169
172
|
break;
|
|
170
173
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
171
|
-
this.
|
|
174
|
+
this.ud.cn();
|
|
172
175
|
break;
|
|
173
176
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
174
|
-
this.
|
|
177
|
+
this.ud.cm();
|
|
175
178
|
break;
|
|
176
179
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
177
|
-
this.
|
|
180
|
+
this.ud.cs();
|
|
178
181
|
break;
|
|
179
182
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
180
|
-
this.
|
|
183
|
+
this.ud.cq();
|
|
181
184
|
break;
|
|
182
185
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
183
|
-
this.
|
|
186
|
+
this.ud.co();
|
|
184
187
|
break;
|
|
185
188
|
case "XAxis":
|
|
186
|
-
this.
|
|
189
|
+
this.ud.ct();
|
|
187
190
|
break;
|
|
188
191
|
case "YAxis":
|
|
189
|
-
this.
|
|
192
|
+
this.ud.cu();
|
|
190
193
|
break;
|
|
191
194
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
192
|
-
this.
|
|
195
|
+
this.ud.cl();
|
|
193
196
|
break;
|
|
194
197
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
195
|
-
this.
|
|
198
|
+
this.ud.cj();
|
|
196
199
|
break;
|
|
197
200
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
198
|
-
this.
|
|
201
|
+
this.ud.ck();
|
|
199
202
|
break;
|
|
200
203
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
201
|
-
this.
|
|
204
|
+
this.ud.ci();
|
|
202
205
|
break;
|
|
203
206
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
204
|
-
this.
|
|
207
|
+
this.ud.cp();
|
|
205
208
|
break;
|
|
206
209
|
}
|
|
207
210
|
};
|
|
208
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.get_gg = function () {
|
|
209
212
|
return true;
|
|
210
213
|
};
|
|
211
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
212
|
-
_super.prototype.
|
|
214
|
+
GeographicHighDensityScatterSeries.prototype.set_gg = function (a) {
|
|
215
|
+
_super.prototype.set_gg.call(this, a);
|
|
213
216
|
};
|
|
214
217
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
215
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
218
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vb:u1', [Color.$, Defaults.ap], 'HeatMaximum:uh:u2', [1, 50], 'HeatMinimumColor:vc:u3', [Color.$, Defaults.aq], 'HeatMinimum:ui:u4', [1, 0], 'LatitudeMemberPath:ur:u5', [2, null], 'LongitudeMemberPath:ut:u6', [2, null], 'MouseOverEnabled:ue:u7', [0, false], 'PointExtent:ul:u8', [1, 1], 'ProgressiveLoad:uf:u9', [0, true], 'UseBruteForce:ug:va', [0, false]]);
|
|
216
219
|
return GeographicHighDensityScatterSeries;
|
|
217
220
|
}(GeographicMapSeriesHost));
|
|
218
221
|
export { GeographicHighDensityScatterSeries };
|