igniteui-webcomponents-maps 1.4.2 → 3.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-webcomponents-maps.umd.js +1576 -1557
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +33 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +473 -473
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +60 -60
- 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 +52 -52
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +18 -18
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
- 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 +5 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +33 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +466 -466
- package/esm5/lib/igc-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +60 -60
- 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 +52 -52
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +18 -18
- package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
- 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 +5 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +4 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1590 -1571
- package/fesm5/igniteui-webcomponents-maps.js +1576 -1557
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- package/lib/GeographicMarkerSeries.d.ts +18 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +24 -24
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +108 -108
- package/package.json +4 -4
|
@@ -47,7 +47,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
47
47
|
* Checks if this control is geographic coordinate system
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.dv;
|
|
51
51
|
},
|
|
52
52
|
enumerable: true,
|
|
53
53
|
configurable: true
|
|
@@ -68,11 +68,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
68
68
|
* 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%.
|
|
69
69
|
*/
|
|
70
70
|
get: function () {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.p7;
|
|
72
72
|
},
|
|
73
73
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
75
|
-
this._a("visibleFromScale", this.i.
|
|
74
|
+
this.i.p7 = +v;
|
|
75
|
+
this._a("visibleFromScale", this.i.p7);
|
|
76
76
|
},
|
|
77
77
|
enumerable: true,
|
|
78
78
|
configurable: true
|
|
@@ -97,10 +97,10 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
97
97
|
|
|
98
98
|
*/
|
|
99
99
|
IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.lj();
|
|
101
101
|
};
|
|
102
102
|
IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
103
|
-
var iv = this.i.
|
|
103
|
+
var iv = this.i.hw(item, memberPathName);
|
|
104
104
|
return (iv);
|
|
105
105
|
};
|
|
106
106
|
/**
|
|
@@ -109,23 +109,23 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
109
109
|
* @param world * The world coordinates to use.
|
|
110
110
|
*/
|
|
111
111
|
IgcGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
|
|
112
|
-
var iv = this.i.
|
|
112
|
+
var iv = this.i.ht(toPoint(world));
|
|
113
113
|
return (iv);
|
|
114
114
|
};
|
|
115
115
|
IgcGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
|
|
116
|
-
var iv = this.i.
|
|
116
|
+
var iv = this.i.hj(toPoint(world), skipUnknowns);
|
|
117
117
|
return (iv);
|
|
118
118
|
};
|
|
119
119
|
IgcGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
|
|
120
|
-
var iv = this.i.
|
|
120
|
+
var iv = this.i.hh(toPoint(world), skipUnknowns);
|
|
121
121
|
return (iv);
|
|
122
122
|
};
|
|
123
123
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
124
|
-
var iv = this.i.
|
|
124
|
+
var iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
|
|
125
125
|
return (iv);
|
|
126
126
|
};
|
|
127
127
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
128
|
-
var iv = this.i.
|
|
128
|
+
var iv = this.i.pl(toPoint(world), useInterpolation, skipUnknowns);
|
|
129
129
|
return fromPoint(iv);
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
@@ -134,7 +134,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
134
134
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
135
135
|
*/
|
|
136
136
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
137
|
-
var iv = this.i.
|
|
137
|
+
var iv = this.i.pu(toPoint(world));
|
|
138
138
|
return fromRect(iv);
|
|
139
139
|
};
|
|
140
140
|
/**
|
|
@@ -143,31 +143,31 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
143
143
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
144
144
|
*/
|
|
145
145
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
146
|
-
var iv = this.i.
|
|
146
|
+
var iv = this.i.pw(toPoint(world));
|
|
147
147
|
return fromRect(iv);
|
|
148
148
|
};
|
|
149
149
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
150
|
-
var iv = this.i.
|
|
150
|
+
var iv = this.i.gf(toPoint(world), useInterpolation, skipUnknowns);
|
|
151
151
|
return (iv);
|
|
152
152
|
};
|
|
153
153
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
154
|
-
var iv = this.i.
|
|
154
|
+
var iv = this.i.ph(toPoint(world), useInterpolation, skipUnknowns);
|
|
155
155
|
return fromPoint(iv);
|
|
156
156
|
};
|
|
157
157
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
158
|
-
var iv = this.i.
|
|
158
|
+
var iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
|
|
159
159
|
return (iv);
|
|
160
160
|
};
|
|
161
161
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
162
|
-
var iv = this.i.
|
|
162
|
+
var iv = this.i.pj(toPoint(world), useInterpolation, skipUnknowns);
|
|
163
163
|
return fromPoint(iv);
|
|
164
164
|
};
|
|
165
165
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
166
|
-
var iv = this.i.
|
|
166
|
+
var iv = this.i.pm(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
167
167
|
return fromPoint(iv);
|
|
168
168
|
};
|
|
169
169
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
170
|
-
var iv = this.i.
|
|
170
|
+
var iv = this.i.gk(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
171
171
|
return (iv);
|
|
172
172
|
};
|
|
173
173
|
/**
|
|
@@ -175,7 +175,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
175
175
|
|
|
176
176
|
*/
|
|
177
177
|
IgcGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
|
|
178
|
-
var iv = this.i.
|
|
178
|
+
var iv = this.i.ga();
|
|
179
179
|
return (iv);
|
|
180
180
|
};
|
|
181
181
|
/**
|
|
@@ -184,14 +184,14 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
184
184
|
* @param animate * True if the change should be animated.
|
|
185
185
|
*/
|
|
186
186
|
IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
187
|
-
this.i.
|
|
187
|
+
this.i.mh(animate);
|
|
188
188
|
};
|
|
189
189
|
/**
|
|
190
190
|
* Called when this series' Style is updated.
|
|
191
191
|
|
|
192
192
|
*/
|
|
193
193
|
IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
194
|
-
this.i.
|
|
194
|
+
this.i.mr();
|
|
195
195
|
};
|
|
196
196
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
197
197
|
return IgcGeographicMapSeriesHostComponent;
|
|
@@ -51,11 +51,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
51
51
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
52
52
|
*/
|
|
53
53
|
get: function () {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.qf;
|
|
55
55
|
},
|
|
56
56
|
set: function (v) {
|
|
57
|
-
this.i.
|
|
58
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
57
|
+
this.i.qf = ensureEnum(MarkerType_$type, v);
|
|
58
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.qf));
|
|
59
59
|
},
|
|
60
60
|
enumerable: true,
|
|
61
61
|
configurable: true
|
|
@@ -65,11 +65,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
65
65
|
* Gets or sets thickness of the marker outline
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.qg;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("markerThickness", this.i.
|
|
71
|
+
this.i.qg = +v;
|
|
72
|
+
this._a("markerThickness", this.i.qg);
|
|
73
73
|
},
|
|
74
74
|
enumerable: true,
|
|
75
75
|
configurable: true
|
|
@@ -79,11 +79,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
79
79
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.qe;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
85
|
+
this.i.qe = ensureEnum(MarkerOutlineMode_$type, v);
|
|
86
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qe));
|
|
87
87
|
},
|
|
88
88
|
enumerable: true,
|
|
89
89
|
configurable: true
|
|
@@ -93,11 +93,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
93
93
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.qd;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
99
|
+
this.i.qd = ensureEnum(MarkerFillMode_$type, v);
|
|
100
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qd));
|
|
101
101
|
},
|
|
102
102
|
enumerable: true,
|
|
103
103
|
configurable: true
|
|
@@ -107,10 +107,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
107
107
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.qv;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.qv = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: true,
|
|
116
116
|
configurable: true
|
|
@@ -120,11 +120,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
120
120
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return brushToString(this.i.
|
|
123
|
+
return brushToString(this.i.q9);
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
127
|
-
this._a("markerBrush", brushToString(this.i.
|
|
126
|
+
this.i.q9 = stringToBrush(v);
|
|
127
|
+
this._a("markerBrush", brushToString(this.i.q9));
|
|
128
128
|
},
|
|
129
129
|
enumerable: true,
|
|
130
130
|
configurable: true
|
|
@@ -134,11 +134,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
134
134
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return brushToString(this.i.
|
|
137
|
+
return brushToString(this.i.ra);
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
141
|
-
this._a("markerOutline", brushToString(this.i.
|
|
140
|
+
this.i.ra = stringToBrush(v);
|
|
141
|
+
this._a("markerOutline", brushToString(this.i.ra));
|
|
142
142
|
},
|
|
143
143
|
enumerable: true,
|
|
144
144
|
configurable: true
|
|
@@ -150,11 +150,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
150
150
|
* choose a representative set.
|
|
151
151
|
*/
|
|
152
152
|
get: function () {
|
|
153
|
-
return this.i.
|
|
153
|
+
return this.i.qh;
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
157
|
-
this._a("maximumMarkers", this.i.
|
|
156
|
+
this.i.qh = +v;
|
|
157
|
+
this._a("maximumMarkers", this.i.qh);
|
|
158
158
|
},
|
|
159
159
|
enumerable: true,
|
|
160
160
|
configurable: true
|
|
@@ -164,10 +164,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
164
164
|
* Gets the effective marker template for the current series object.
|
|
165
165
|
*/
|
|
166
166
|
get: function () {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.qu;
|
|
168
168
|
},
|
|
169
169
|
set: function (v) {
|
|
170
|
-
this.i.
|
|
170
|
+
this.i.qu = v;
|
|
171
171
|
},
|
|
172
172
|
enumerable: true,
|
|
173
173
|
configurable: true
|
|
@@ -177,11 +177,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
177
177
|
* Gets the effective marker brush for the current series object.
|
|
178
178
|
*/
|
|
179
179
|
get: function () {
|
|
180
|
-
return brushToString(this.i.
|
|
180
|
+
return brushToString(this.i.q7);
|
|
181
181
|
},
|
|
182
182
|
set: function (v) {
|
|
183
|
-
this.i.
|
|
184
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
183
|
+
this.i.q7 = stringToBrush(v);
|
|
184
|
+
this._a("actualMarkerBrush", brushToString(this.i.q7));
|
|
185
185
|
},
|
|
186
186
|
enumerable: true,
|
|
187
187
|
configurable: true
|
|
@@ -191,11 +191,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
191
191
|
* Gets the effective marker outline for the current series object.
|
|
192
192
|
*/
|
|
193
193
|
get: function () {
|
|
194
|
-
return brushToString(this.i.
|
|
194
|
+
return brushToString(this.i.q8);
|
|
195
195
|
},
|
|
196
196
|
set: function (v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
197
|
+
this.i.q8 = stringToBrush(v);
|
|
198
|
+
this._a("actualMarkerOutline", brushToString(this.i.q8));
|
|
199
199
|
},
|
|
200
200
|
enumerable: true,
|
|
201
201
|
configurable: true
|
|
@@ -64,7 +64,7 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
64
64
|
* Gets whether the current series shows a polyline shape.
|
|
65
65
|
*/
|
|
66
66
|
get: function () {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.d8;
|
|
68
68
|
},
|
|
69
69
|
enumerable: true,
|
|
70
70
|
configurable: true
|
|
@@ -74,11 +74,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
74
74
|
* Gets or sets the fill brush.
|
|
75
75
|
*/
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.rj ? this.i.rj.fill : null;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
80
|
this.ensureShapeStyle();
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.rj.fill = v;
|
|
82
82
|
},
|
|
83
83
|
enumerable: true,
|
|
84
84
|
configurable: true
|
|
@@ -88,11 +88,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
88
88
|
* Gets or sets the stroke brush.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.rj ? this.i.rj.stroke : null;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
94
|
this.ensureShapeStyle();
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.rj.stroke = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: true,
|
|
98
98
|
configurable: true
|
|
@@ -102,12 +102,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
102
102
|
* Gets or sets the stroke thickness.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.rj ? this.i.rj.strokeThickness : NaN;
|
|
106
106
|
},
|
|
107
107
|
set: function (v) {
|
|
108
108
|
this.ensureShapeStyle();
|
|
109
|
-
this.i.
|
|
110
|
-
this._a("shapeStrokeThickness", this.i.
|
|
109
|
+
this.i.rj.strokeThickness = +v;
|
|
110
|
+
this._a("shapeStrokeThickness", this.i.rj.strokeThickness);
|
|
111
111
|
},
|
|
112
112
|
enumerable: true,
|
|
113
113
|
configurable: true
|
|
@@ -117,21 +117,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
117
117
|
* Gets or sets the opacity.
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.rj ? this.i.rj.opacity : NaN;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
123
|
this.ensureShapeStyle();
|
|
124
|
-
this.i.
|
|
125
|
-
this._a("shapeOpacity", this.i.
|
|
124
|
+
this.i.rj.opacity = +v;
|
|
125
|
+
this._a("shapeOpacity", this.i.rj.opacity);
|
|
126
126
|
},
|
|
127
127
|
enumerable: true,
|
|
128
128
|
configurable: true
|
|
129
129
|
});
|
|
130
130
|
IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
131
|
-
if (this.i.
|
|
131
|
+
if (this.i.rj) {
|
|
132
132
|
return;
|
|
133
133
|
}
|
|
134
|
-
this.i.
|
|
134
|
+
this.i.rj = new Style();
|
|
135
135
|
};
|
|
136
136
|
Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
137
137
|
get: function () {
|
|
@@ -70,7 +70,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
70
70
|
* Gets whether the series has only marker as visuals
|
|
71
71
|
*/
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.c4;
|
|
74
74
|
},
|
|
75
75
|
enumerable: true,
|
|
76
76
|
configurable: true
|
|
@@ -80,10 +80,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
80
80
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.r2;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.r2 = v;
|
|
87
87
|
},
|
|
88
88
|
enumerable: true,
|
|
89
89
|
configurable: true
|
|
@@ -93,10 +93,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
93
93
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.r4;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.r4 = v;
|
|
100
100
|
},
|
|
101
101
|
enumerable: true,
|
|
102
102
|
configurable: true
|
|
@@ -106,10 +106,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
106
106
|
* Gets or sets the radius mapping property for the current series object.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.r9;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.r9 = v;
|
|
113
113
|
},
|
|
114
114
|
enumerable: true,
|
|
115
115
|
configurable: true
|
|
@@ -119,22 +119,22 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
119
119
|
* Gets or sets the radius size scale for the bubbles.
|
|
120
120
|
*/
|
|
121
121
|
get: function () {
|
|
122
|
-
if (this.i.
|
|
122
|
+
if (this.i.rg == null) {
|
|
123
123
|
return null;
|
|
124
124
|
}
|
|
125
|
-
if (!this.i.
|
|
126
|
-
var e = IgcSizeScaleComponent._createFromInternal(this.i.
|
|
125
|
+
if (!this.i.rg.externalObject) {
|
|
126
|
+
var e = IgcSizeScaleComponent._createFromInternal(this.i.rg);
|
|
127
127
|
if (e) {
|
|
128
|
-
e._implementation = this.i.
|
|
128
|
+
e._implementation = this.i.rg;
|
|
129
129
|
}
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.rg.externalObject = e;
|
|
131
131
|
}
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.rg.externalObject;
|
|
133
133
|
},
|
|
134
134
|
set: function (v) {
|
|
135
135
|
if (v != null && this._stylingContainer && v._styling)
|
|
136
136
|
v._styling(this._stylingContainer, this, this);
|
|
137
|
-
v == null ? this.i.
|
|
137
|
+
v == null ? this.i.rg = null : this.i.rg = v.i;
|
|
138
138
|
},
|
|
139
139
|
enumerable: true,
|
|
140
140
|
configurable: true
|
|
@@ -144,10 +144,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
144
144
|
* Gets or sets the Label mapping property for the current series object.
|
|
145
145
|
*/
|
|
146
146
|
get: function () {
|
|
147
|
-
return this.i.
|
|
147
|
+
return this.i.r0;
|
|
148
148
|
},
|
|
149
149
|
set: function (v) {
|
|
150
|
-
this.i.
|
|
150
|
+
this.i.r0 = v;
|
|
151
151
|
},
|
|
152
152
|
enumerable: true,
|
|
153
153
|
configurable: true
|
|
@@ -157,10 +157,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
157
157
|
* Gets or sets the fill mapping property for the current series object.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.rs;
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.rs = v;
|
|
164
164
|
},
|
|
165
165
|
enumerable: true,
|
|
166
166
|
configurable: true
|
|
@@ -170,22 +170,22 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
170
170
|
* Gets or sets the brush scale for the marker brush.
|
|
171
171
|
*/
|
|
172
172
|
get: function () {
|
|
173
|
-
if (this.i.
|
|
173
|
+
if (this.i.rd == null) {
|
|
174
174
|
return null;
|
|
175
175
|
}
|
|
176
|
-
if (!this.i.
|
|
177
|
-
var e = IgcBrushScaleComponent._createFromInternal(this.i.
|
|
176
|
+
if (!this.i.rd.externalObject) {
|
|
177
|
+
var e = IgcBrushScaleComponent._createFromInternal(this.i.rd);
|
|
178
178
|
if (e) {
|
|
179
|
-
e._implementation = this.i.
|
|
179
|
+
e._implementation = this.i.rd;
|
|
180
180
|
}
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.rd.externalObject = e;
|
|
182
182
|
}
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.rd.externalObject;
|
|
184
184
|
},
|
|
185
185
|
set: function (v) {
|
|
186
186
|
if (v != null && this._stylingContainer && v._styling)
|
|
187
187
|
v._styling(this._stylingContainer, this, this);
|
|
188
|
-
v == null ? this.i.
|
|
188
|
+
v == null ? this.i.rd = null : this.i.rd = v.i;
|
|
189
189
|
},
|
|
190
190
|
enumerable: true,
|
|
191
191
|
configurable: true
|
|
@@ -196,11 +196,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
196
196
|
* This setting applies only if multiple series are using the same FillScale.
|
|
197
197
|
*/
|
|
198
198
|
get: function () {
|
|
199
|
-
return this.i.
|
|
199
|
+
return this.i.rk;
|
|
200
200
|
},
|
|
201
201
|
set: function (v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
202
|
+
this.i.rk = ensureBool(v);
|
|
203
|
+
this._a("fillScaleUseGlobalValues", this.i.rk);
|
|
204
204
|
},
|
|
205
205
|
enumerable: true,
|
|
206
206
|
configurable: true
|
|
@@ -211,11 +211,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
211
211
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
212
212
|
*/
|
|
213
213
|
get: function () {
|
|
214
|
-
return this.i.
|
|
214
|
+
return this.i.rn;
|
|
215
215
|
},
|
|
216
216
|
set: function (v) {
|
|
217
|
-
this.i.
|
|
218
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
217
|
+
this.i.rn = ensureBool(v);
|
|
218
|
+
this._a("markerOutlineUsesFillScale", this.i.rn);
|
|
219
219
|
},
|
|
220
220
|
enumerable: true,
|
|
221
221
|
configurable: true
|
|
@@ -226,11 +226,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
226
226
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return this.i.
|
|
229
|
+
return this.i.rq;
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("markerOutlineBrightness", this.i.
|
|
232
|
+
this.i.rq = +v;
|
|
233
|
+
this._a("markerOutlineBrightness", this.i.rq);
|
|
234
234
|
},
|
|
235
235
|
enumerable: true,
|
|
236
236
|
configurable: true
|
|
@@ -241,11 +241,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
241
241
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
242
242
|
*/
|
|
243
243
|
get: function () {
|
|
244
|
-
return this.i.
|
|
244
|
+
return this.i.rp;
|
|
245
245
|
},
|
|
246
246
|
set: function (v) {
|
|
247
|
-
this.i.
|
|
248
|
-
this._a("markerBrushBrightness", this.i.
|
|
247
|
+
this.i.rp = +v;
|
|
248
|
+
this._a("markerBrushBrightness", this.i.rp);
|
|
249
249
|
},
|
|
250
250
|
enumerable: true,
|
|
251
251
|
configurable: true
|
|
@@ -256,11 +256,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
256
256
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
257
257
|
*/
|
|
258
258
|
get: function () {
|
|
259
|
-
return this.i.
|
|
259
|
+
return this.i.ro;
|
|
260
260
|
},
|
|
261
261
|
set: function (v) {
|
|
262
|
-
this.i.
|
|
263
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
262
|
+
this.i.ro = ensureBool(v);
|
|
263
|
+
this._a("radiusScaleUseGlobalValues", this.i.ro);
|
|
264
264
|
},
|
|
265
265
|
enumerable: true,
|
|
266
266
|
configurable: true
|
|
@@ -270,11 +270,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
270
270
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
271
271
|
*/
|
|
272
272
|
get: function () {
|
|
273
|
-
return this.i.
|
|
273
|
+
return this.i.rm;
|
|
274
274
|
},
|
|
275
275
|
set: function (v) {
|
|
276
|
-
this.i.
|
|
277
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
276
|
+
this.i.rm = ensureBool(v);
|
|
277
|
+
this._a("isCustomScatterStyleAllowed", this.i.rm);
|
|
278
278
|
},
|
|
279
279
|
enumerable: true,
|
|
280
280
|
configurable: true
|
|
@@ -284,11 +284,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
284
284
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
285
285
|
*/
|
|
286
286
|
get: function () {
|
|
287
|
-
return this.i.
|
|
287
|
+
return this.i.rl;
|
|
288
288
|
},
|
|
289
289
|
set: function (v) {
|
|
290
|
-
this.i.
|
|
291
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
290
|
+
this.i.rl = ensureBool(v);
|
|
291
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.rl);
|
|
292
292
|
},
|
|
293
293
|
enumerable: true,
|
|
294
294
|
configurable: true
|
|
@@ -298,11 +298,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
298
298
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
299
299
|
*/
|
|
300
300
|
get: function () {
|
|
301
|
-
return this.i.
|
|
301
|
+
return this.i.rf;
|
|
302
302
|
},
|
|
303
303
|
set: function (v) {
|
|
304
|
-
this.i.
|
|
305
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
304
|
+
this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
305
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rf));
|
|
306
306
|
},
|
|
307
307
|
enumerable: true,
|
|
308
308
|
configurable: true
|
|
@@ -312,11 +312,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
312
312
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
313
313
|
*/
|
|
314
314
|
get: function () {
|
|
315
|
-
return this.i.
|
|
315
|
+
return this.i.rr;
|
|
316
316
|
},
|
|
317
317
|
set: function (v) {
|
|
318
|
-
this.i.
|
|
319
|
-
this._a("itemSearchThreshold", this.i.
|
|
318
|
+
this.i.rr = +v;
|
|
319
|
+
this._a("itemSearchThreshold", this.i.rr);
|
|
320
320
|
},
|
|
321
321
|
enumerable: true,
|
|
322
322
|
configurable: true
|