igniteui-angular-maps 14.1.1 → 14.2.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 +1512 -1461
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +27 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +52 -50
- package/esm2015/lib/igx-geographic-map-imagery.js +25 -2
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- 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 +44 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +19 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +26 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +6 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +5 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igx-geographic-contour-line-series-component.js +27 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +52 -50
- package/esm5/lib/igx-geographic-map-imagery.js +26 -3
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- 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 +44 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +19 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +26 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +6 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +5 -4
- package/fesm2015/igniteui-angular-maps.js +1525 -1474
- package/fesm5/igniteui-angular-maps.js +1513 -1462
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/lib/igx-geographic-map-imagery.d.ts +4 -1
- package/package.json +2 -2
|
@@ -26,7 +26,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
26
26
|
* Checks if this control is geographic coordinate system
|
|
27
27
|
*/
|
|
28
28
|
get: function () {
|
|
29
|
-
return this.i.
|
|
29
|
+
return this.i.dw;
|
|
30
30
|
},
|
|
31
31
|
enumerable: false,
|
|
32
32
|
configurable: true
|
|
@@ -47,10 +47,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
47
47
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.qc;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.qc = +v;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -75,10 +75,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
75
75
|
|
|
76
76
|
*/
|
|
77
77
|
IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.ln();
|
|
79
79
|
};
|
|
80
80
|
IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
81
|
-
var iv = this.i.
|
|
81
|
+
var iv = this.i.hy(item, memberPathName);
|
|
82
82
|
return (iv);
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
@@ -87,23 +87,23 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
87
87
|
* @param world * The world coordinates to use.
|
|
88
88
|
*/
|
|
89
89
|
IgxGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
|
|
90
|
-
var iv = this.i.
|
|
90
|
+
var iv = this.i.hv(toPoint(world));
|
|
91
91
|
return (iv);
|
|
92
92
|
};
|
|
93
93
|
IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
|
|
94
|
-
var iv = this.i.
|
|
94
|
+
var iv = this.i.hl(toPoint(world), skipUnknowns);
|
|
95
95
|
return (iv);
|
|
96
96
|
};
|
|
97
97
|
IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
|
|
98
|
-
var iv = this.i.
|
|
98
|
+
var iv = this.i.hj(toPoint(world), skipUnknowns);
|
|
99
99
|
return (iv);
|
|
100
100
|
};
|
|
101
101
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
102
|
-
var iv = this.i.
|
|
102
|
+
var iv = this.i.gl(toPoint(world), useInterpolation, skipUnknowns);
|
|
103
103
|
return (iv);
|
|
104
104
|
};
|
|
105
105
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
106
|
-
var iv = this.i.
|
|
106
|
+
var iv = this.i.pq(toPoint(world), useInterpolation, skipUnknowns);
|
|
107
107
|
return fromPoint(iv);
|
|
108
108
|
};
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
112
112
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
113
113
|
*/
|
|
114
114
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
115
|
-
var iv = this.i.
|
|
115
|
+
var iv = this.i.pz(toPoint(world));
|
|
116
116
|
return fromRect(iv);
|
|
117
117
|
};
|
|
118
118
|
/**
|
|
@@ -121,31 +121,31 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
121
121
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
122
122
|
*/
|
|
123
123
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
124
|
-
var iv = this.i.
|
|
124
|
+
var iv = this.i.p1(toPoint(world));
|
|
125
125
|
return fromRect(iv);
|
|
126
126
|
};
|
|
127
127
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
128
|
-
var iv = this.i.
|
|
128
|
+
var iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
|
|
129
129
|
return (iv);
|
|
130
130
|
};
|
|
131
131
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
132
|
-
var iv = this.i.
|
|
132
|
+
var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
|
|
133
133
|
return fromPoint(iv);
|
|
134
134
|
};
|
|
135
135
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
136
|
-
var iv = this.i.
|
|
136
|
+
var iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
|
|
137
137
|
return (iv);
|
|
138
138
|
};
|
|
139
139
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
140
|
-
var iv = this.i.
|
|
140
|
+
var iv = this.i.po(toPoint(world), useInterpolation, skipUnknowns);
|
|
141
141
|
return fromPoint(iv);
|
|
142
142
|
};
|
|
143
143
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
144
|
-
var iv = this.i.
|
|
144
|
+
var iv = this.i.pr(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
145
145
|
return fromPoint(iv);
|
|
146
146
|
};
|
|
147
147
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
148
|
-
var iv = this.i.
|
|
148
|
+
var iv = this.i.gm(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
149
149
|
return (iv);
|
|
150
150
|
};
|
|
151
151
|
/**
|
|
@@ -153,7 +153,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
153
153
|
|
|
154
154
|
*/
|
|
155
155
|
IgxGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
|
|
156
|
-
var iv = this.i.
|
|
156
|
+
var iv = this.i.gc();
|
|
157
157
|
return (iv);
|
|
158
158
|
};
|
|
159
159
|
/**
|
|
@@ -162,14 +162,14 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
162
162
|
* @param animate * True if the change should be animated.
|
|
163
163
|
*/
|
|
164
164
|
IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.ml(animate);
|
|
166
166
|
};
|
|
167
167
|
/**
|
|
168
168
|
* Called when this series' Style is updated.
|
|
169
169
|
|
|
170
170
|
*/
|
|
171
171
|
IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
172
|
-
this.i.
|
|
172
|
+
this.i.mv();
|
|
173
173
|
};
|
|
174
174
|
IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
175
175
|
IgxGeographicMapSeriesHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
@@ -30,10 +30,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
30
30
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
31
31
|
*/
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.qk;
|
|
34
34
|
},
|
|
35
35
|
set: function (v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.qk = ensureEnum(MarkerType_$type, v);
|
|
37
37
|
},
|
|
38
38
|
enumerable: false,
|
|
39
39
|
configurable: true
|
|
@@ -43,10 +43,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
43
43
|
* Gets or sets thickness of the marker outline
|
|
44
44
|
*/
|
|
45
45
|
get: function () {
|
|
46
|
-
return this.i.
|
|
46
|
+
return this.i.ql;
|
|
47
47
|
},
|
|
48
48
|
set: function (v) {
|
|
49
|
-
this.i.
|
|
49
|
+
this.i.ql = +v;
|
|
50
50
|
},
|
|
51
51
|
enumerable: false,
|
|
52
52
|
configurable: true
|
|
@@ -56,10 +56,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
56
56
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
57
57
|
*/
|
|
58
58
|
get: function () {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.qj;
|
|
60
60
|
},
|
|
61
61
|
set: function (v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.qj = ensureEnum(MarkerOutlineMode_$type, v);
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -69,10 +69,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
69
69
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.qi;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.qi = ensureEnum(MarkerFillMode_$type, v);
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,10 +82,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
82
82
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.q0;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.q0 = v;
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
@@ -95,10 +95,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
95
95
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return brushToString(this.i.
|
|
98
|
+
return brushToString(this.i.re);
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.re = stringToBrush(v);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,10 +108,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
108
108
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return brushToString(this.i.
|
|
111
|
+
return brushToString(this.i.rf);
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.rf = stringToBrush(v);
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -123,10 +123,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
123
123
|
* choose a representative set.
|
|
124
124
|
*/
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.i.
|
|
126
|
+
return this.i.qm;
|
|
127
127
|
},
|
|
128
128
|
set: function (v) {
|
|
129
|
-
this.i.
|
|
129
|
+
this.i.qm = +v;
|
|
130
130
|
},
|
|
131
131
|
enumerable: false,
|
|
132
132
|
configurable: true
|
|
@@ -136,10 +136,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
136
136
|
* Gets the effective marker template for the current series object.
|
|
137
137
|
*/
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.qz;
|
|
140
140
|
},
|
|
141
141
|
set: function (v) {
|
|
142
|
-
this.i.
|
|
142
|
+
this.i.qz = v;
|
|
143
143
|
},
|
|
144
144
|
enumerable: false,
|
|
145
145
|
configurable: true
|
|
@@ -149,10 +149,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
149
149
|
* Gets the effective marker brush for the current series object.
|
|
150
150
|
*/
|
|
151
151
|
get: function () {
|
|
152
|
-
return brushToString(this.i.
|
|
152
|
+
return brushToString(this.i.rc);
|
|
153
153
|
},
|
|
154
154
|
set: function (v) {
|
|
155
|
-
this.i.
|
|
155
|
+
this.i.rc = stringToBrush(v);
|
|
156
156
|
},
|
|
157
157
|
enumerable: false,
|
|
158
158
|
configurable: true
|
|
@@ -162,10 +162,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
162
162
|
* Gets the effective marker outline for the current series object.
|
|
163
163
|
*/
|
|
164
164
|
get: function () {
|
|
165
|
-
return brushToString(this.i.
|
|
165
|
+
return brushToString(this.i.rd);
|
|
166
166
|
},
|
|
167
167
|
set: function (v) {
|
|
168
|
-
this.i.
|
|
168
|
+
this.i.rd = stringToBrush(v);
|
|
169
169
|
},
|
|
170
170
|
enumerable: false,
|
|
171
171
|
configurable: true
|
|
@@ -36,7 +36,7 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
36
36
|
* Gets whether the current series shows a polyline shape.
|
|
37
37
|
*/
|
|
38
38
|
get: function () {
|
|
39
|
-
return this.i.
|
|
39
|
+
return this.i.d9;
|
|
40
40
|
},
|
|
41
41
|
enumerable: false,
|
|
42
42
|
configurable: true
|
|
@@ -46,11 +46,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
46
46
|
* Gets or sets the fill brush.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.ro ? this.i.ro.fill : null;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
52
|
this.ensureShapeStyle();
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.ro.fill = v;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,11 +60,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
60
60
|
* Gets or sets the stroke brush.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.ro ? this.i.ro.stroke : null;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
66
|
this.ensureShapeStyle();
|
|
67
|
-
this.i.
|
|
67
|
+
this.i.ro.stroke = v;
|
|
68
68
|
},
|
|
69
69
|
enumerable: false,
|
|
70
70
|
configurable: true
|
|
@@ -74,11 +74,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
74
74
|
* Gets or sets the stroke thickness.
|
|
75
75
|
*/
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.ro ? this.i.ro.strokeThickness : NaN;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
80
|
this.ensureShapeStyle();
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.ro.strokeThickness = +v;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
@@ -88,20 +88,20 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
88
88
|
* Gets or sets the opacity.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.ro ? this.i.ro.opacity : NaN;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
94
|
this.ensureShapeStyle();
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.ro.opacity = +v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
99
99
|
});
|
|
100
100
|
IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
101
|
-
if (this.i.
|
|
101
|
+
if (this.i.ro) {
|
|
102
102
|
return;
|
|
103
103
|
}
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.ro = new Style();
|
|
105
105
|
};
|
|
106
106
|
Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
107
107
|
get: function () {
|
|
@@ -52,10 +52,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
52
52
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
53
53
|
*/
|
|
54
54
|
get: function () {
|
|
55
|
-
return this.i.
|
|
55
|
+
return this.i.r7;
|
|
56
56
|
},
|
|
57
57
|
set: function (v) {
|
|
58
|
-
this.i.
|
|
58
|
+
this.i.r7 = v;
|
|
59
59
|
},
|
|
60
60
|
enumerable: false,
|
|
61
61
|
configurable: true
|
|
@@ -65,10 +65,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
65
65
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.r9;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.r9 = v;
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
@@ -78,10 +78,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
78
78
|
* Gets or sets the radius mapping property for the current series object.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.se;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.se = v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,22 +91,23 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
91
91
|
* Gets or sets the radius size scale for the bubbles.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
|
|
94
|
+
var r = this.i.rl;
|
|
95
|
+
if (r == null) {
|
|
95
96
|
return null;
|
|
96
97
|
}
|
|
97
|
-
if (!
|
|
98
|
-
var e = IgxSizeScaleComponent._createFromInternal(
|
|
98
|
+
if (!r.externalObject) {
|
|
99
|
+
var e = IgxSizeScaleComponent._createFromInternal(r);
|
|
99
100
|
if (e) {
|
|
100
|
-
e._implementation =
|
|
101
|
+
e._implementation = r;
|
|
101
102
|
}
|
|
102
|
-
|
|
103
|
+
r.externalObject = e;
|
|
103
104
|
}
|
|
104
|
-
return
|
|
105
|
+
return r.externalObject;
|
|
105
106
|
},
|
|
106
107
|
set: function (v) {
|
|
107
108
|
if (v != null && this._stylingContainer && v._styling)
|
|
108
109
|
v._styling(this._stylingContainer, this, this);
|
|
109
|
-
v == null ? this.i.
|
|
110
|
+
v == null ? this.i.rl = null : this.i.rl = v.i;
|
|
110
111
|
},
|
|
111
112
|
enumerable: false,
|
|
112
113
|
configurable: true
|
|
@@ -116,10 +117,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
116
117
|
* Gets or sets the Label mapping property for the current series object.
|
|
117
118
|
*/
|
|
118
119
|
get: function () {
|
|
119
|
-
return this.i.
|
|
120
|
+
return this.i.r5;
|
|
120
121
|
},
|
|
121
122
|
set: function (v) {
|
|
122
|
-
this.i.
|
|
123
|
+
this.i.r5 = v;
|
|
123
124
|
},
|
|
124
125
|
enumerable: false,
|
|
125
126
|
configurable: true
|
|
@@ -129,10 +130,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
129
130
|
* Gets or sets the fill mapping property for the current series object.
|
|
130
131
|
*/
|
|
131
132
|
get: function () {
|
|
132
|
-
return this.i.
|
|
133
|
+
return this.i.rx;
|
|
133
134
|
},
|
|
134
135
|
set: function (v) {
|
|
135
|
-
this.i.
|
|
136
|
+
this.i.rx = v;
|
|
136
137
|
},
|
|
137
138
|
enumerable: false,
|
|
138
139
|
configurable: true
|
|
@@ -142,22 +143,23 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
142
143
|
* Gets or sets the brush scale for the marker brush.
|
|
143
144
|
*/
|
|
144
145
|
get: function () {
|
|
145
|
-
|
|
146
|
+
var r = this.i.ri;
|
|
147
|
+
if (r == null) {
|
|
146
148
|
return null;
|
|
147
149
|
}
|
|
148
|
-
if (!
|
|
149
|
-
var e = IgxBrushScaleComponent._createFromInternal(
|
|
150
|
+
if (!r.externalObject) {
|
|
151
|
+
var e = IgxBrushScaleComponent._createFromInternal(r);
|
|
150
152
|
if (e) {
|
|
151
|
-
e._implementation =
|
|
153
|
+
e._implementation = r;
|
|
152
154
|
}
|
|
153
|
-
|
|
155
|
+
r.externalObject = e;
|
|
154
156
|
}
|
|
155
|
-
return
|
|
157
|
+
return r.externalObject;
|
|
156
158
|
},
|
|
157
159
|
set: function (v) {
|
|
158
160
|
if (v != null && this._stylingContainer && v._styling)
|
|
159
161
|
v._styling(this._stylingContainer, this, this);
|
|
160
|
-
v == null ? this.i.
|
|
162
|
+
v == null ? this.i.ri = null : this.i.ri = v.i;
|
|
161
163
|
},
|
|
162
164
|
enumerable: false,
|
|
163
165
|
configurable: true
|
|
@@ -168,10 +170,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
168
170
|
* This setting applies only if multiple series are using the same FillScale.
|
|
169
171
|
*/
|
|
170
172
|
get: function () {
|
|
171
|
-
return this.i.
|
|
173
|
+
return this.i.rp;
|
|
172
174
|
},
|
|
173
175
|
set: function (v) {
|
|
174
|
-
this.i.
|
|
176
|
+
this.i.rp = ensureBool(v);
|
|
175
177
|
},
|
|
176
178
|
enumerable: false,
|
|
177
179
|
configurable: true
|
|
@@ -182,10 +184,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
182
184
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
183
185
|
*/
|
|
184
186
|
get: function () {
|
|
185
|
-
return this.i.
|
|
187
|
+
return this.i.rs;
|
|
186
188
|
},
|
|
187
189
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
190
|
+
this.i.rs = ensureBool(v);
|
|
189
191
|
},
|
|
190
192
|
enumerable: false,
|
|
191
193
|
configurable: true
|
|
@@ -196,10 +198,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
196
198
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
197
199
|
*/
|
|
198
200
|
get: function () {
|
|
199
|
-
return this.i.
|
|
201
|
+
return this.i.rv;
|
|
200
202
|
},
|
|
201
203
|
set: function (v) {
|
|
202
|
-
this.i.
|
|
204
|
+
this.i.rv = +v;
|
|
203
205
|
},
|
|
204
206
|
enumerable: false,
|
|
205
207
|
configurable: true
|
|
@@ -210,10 +212,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
210
212
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
211
213
|
*/
|
|
212
214
|
get: function () {
|
|
213
|
-
return this.i.
|
|
215
|
+
return this.i.ru;
|
|
214
216
|
},
|
|
215
217
|
set: function (v) {
|
|
216
|
-
this.i.
|
|
218
|
+
this.i.ru = +v;
|
|
217
219
|
},
|
|
218
220
|
enumerable: false,
|
|
219
221
|
configurable: true
|
|
@@ -224,10 +226,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
224
226
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
225
227
|
*/
|
|
226
228
|
get: function () {
|
|
227
|
-
return this.i.
|
|
229
|
+
return this.i.rt;
|
|
228
230
|
},
|
|
229
231
|
set: function (v) {
|
|
230
|
-
this.i.
|
|
232
|
+
this.i.rt = ensureBool(v);
|
|
231
233
|
},
|
|
232
234
|
enumerable: false,
|
|
233
235
|
configurable: true
|
|
@@ -237,10 +239,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
237
239
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
238
240
|
*/
|
|
239
241
|
get: function () {
|
|
240
|
-
return this.i.
|
|
242
|
+
return this.i.rr;
|
|
241
243
|
},
|
|
242
244
|
set: function (v) {
|
|
243
|
-
this.i.
|
|
245
|
+
this.i.rr = ensureBool(v);
|
|
244
246
|
},
|
|
245
247
|
enumerable: false,
|
|
246
248
|
configurable: true
|
|
@@ -250,10 +252,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
250
252
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
251
253
|
*/
|
|
252
254
|
get: function () {
|
|
253
|
-
return this.i.
|
|
255
|
+
return this.i.rq;
|
|
254
256
|
},
|
|
255
257
|
set: function (v) {
|
|
256
|
-
this.i.
|
|
258
|
+
this.i.rq = ensureBool(v);
|
|
257
259
|
},
|
|
258
260
|
enumerable: false,
|
|
259
261
|
configurable: true
|
|
@@ -263,10 +265,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
263
265
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
264
266
|
*/
|
|
265
267
|
get: function () {
|
|
266
|
-
return this.i.
|
|
268
|
+
return this.i.rk;
|
|
267
269
|
},
|
|
268
270
|
set: function (v) {
|
|
269
|
-
this.i.
|
|
271
|
+
this.i.rk = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
270
272
|
},
|
|
271
273
|
enumerable: false,
|
|
272
274
|
configurable: true
|
|
@@ -276,10 +278,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
276
278
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
277
279
|
*/
|
|
278
280
|
get: function () {
|
|
279
|
-
return this.i.
|
|
281
|
+
return this.i.rw;
|
|
280
282
|
},
|
|
281
283
|
set: function (v) {
|
|
282
|
-
this.i.
|
|
284
|
+
this.i.rw = +v;
|
|
283
285
|
},
|
|
284
286
|
enumerable: false,
|
|
285
287
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
46
46
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.q8;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.q8 = v;
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,22 +59,23 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
59
59
|
* The ColorScale used to resolve the color values of points in the series.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
|
|
62
|
+
var r = this.i.q3;
|
|
63
|
+
if (r == null) {
|
|
63
64
|
return null;
|
|
64
65
|
}
|
|
65
|
-
if (!
|
|
66
|
-
var e = IgxColorScaleComponent._createFromInternal(
|
|
66
|
+
if (!r.externalObject) {
|
|
67
|
+
var e = IgxColorScaleComponent._createFromInternal(r);
|
|
67
68
|
if (e) {
|
|
68
|
-
e._implementation =
|
|
69
|
+
e._implementation = r;
|
|
69
70
|
}
|
|
70
|
-
|
|
71
|
+
r.externalObject = e;
|
|
71
72
|
}
|
|
72
|
-
return
|
|
73
|
+
return r.externalObject;
|
|
73
74
|
},
|
|
74
75
|
set: function (v) {
|
|
75
76
|
if (v != null && this._stylingContainer && v._styling)
|
|
76
77
|
v._styling(this._stylingContainer, this, this);
|
|
77
|
-
v == null ? this.i.
|
|
78
|
+
v == null ? this.i.q3 = null : this.i.q3 = v.i;
|
|
78
79
|
},
|
|
79
80
|
enumerable: false,
|
|
80
81
|
configurable: true
|
|
@@ -84,22 +85,23 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
84
85
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
85
86
|
*/
|
|
86
87
|
get: function () {
|
|
87
|
-
|
|
88
|
+
var r = this.i.q2;
|
|
89
|
+
if (r == null) {
|
|
88
90
|
return null;
|
|
89
91
|
}
|
|
90
|
-
if (!
|
|
91
|
-
var e = IgxColorScaleComponent._createFromInternal(
|
|
92
|
+
if (!r.externalObject) {
|
|
93
|
+
var e = IgxColorScaleComponent._createFromInternal(r);
|
|
92
94
|
if (e) {
|
|
93
|
-
e._implementation =
|
|
95
|
+
e._implementation = r;
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
r.externalObject = e;
|
|
96
98
|
}
|
|
97
|
-
return
|
|
99
|
+
return r.externalObject;
|
|
98
100
|
},
|
|
99
101
|
set: function (v) {
|
|
100
102
|
if (v != null && this._stylingContainer && v._styling)
|
|
101
103
|
v._styling(this._stylingContainer, this, this);
|
|
102
|
-
v == null ? this.i.
|
|
104
|
+
v == null ? this.i.q2 = null : this.i.q2 = v.i;
|
|
103
105
|
},
|
|
104
106
|
enumerable: false,
|
|
105
107
|
configurable: true
|
|
@@ -133,7 +135,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
133
135
|
|
|
134
136
|
*/
|
|
135
137
|
IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
136
|
-
this.i.
|
|
138
|
+
this.i.rd();
|
|
137
139
|
};
|
|
138
140
|
Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
139
141
|
/**
|