igniteui-webcomponents-maps 7.0.1-beta.0 → 7.1.0-alpha.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 +1097 -1097
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- 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 +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- 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 +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- 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 +1106 -1106
- package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- 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 +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- 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 +24 -24
- package/package.json +3 -3
|
@@ -63,115 +63,115 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
* Gets whether the current series shows pixels.
|
|
64
64
|
*/
|
|
65
65
|
get isPixel() {
|
|
66
|
-
return this.i.
|
|
66
|
+
return this.i.fr;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
70
70
|
*/
|
|
71
71
|
get latitudeMemberPath() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.x8;
|
|
73
73
|
}
|
|
74
74
|
set latitudeMemberPath(v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.x8 = v;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
79
79
|
*/
|
|
80
80
|
get longitudeMemberPath() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.ya;
|
|
82
82
|
}
|
|
83
83
|
set longitudeMemberPath(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.ya = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the whether to use use brute force mode.
|
|
88
88
|
*/
|
|
89
89
|
get useBruteForce() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.xx;
|
|
91
91
|
}
|
|
92
92
|
set useBruteForce(v) {
|
|
93
|
-
this.i.
|
|
94
|
-
this._a("useBruteForce", this.i.
|
|
93
|
+
this.i.xx = ensureBool(v);
|
|
94
|
+
this._a("useBruteForce", this.i.xx);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
98
98
|
*/
|
|
99
99
|
get progressiveLoad() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.xw;
|
|
101
101
|
}
|
|
102
102
|
set progressiveLoad(v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("progressiveLoad", this.i.
|
|
103
|
+
this.i.xw = ensureBool(v);
|
|
104
|
+
this._a("progressiveLoad", this.i.xw);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
107
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
108
108
|
*/
|
|
109
109
|
get mouseOverEnabled() {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.xv;
|
|
111
111
|
}
|
|
112
112
|
set mouseOverEnabled(v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("mouseOverEnabled", this.i.
|
|
113
|
+
this.i.xv = ensureBool(v);
|
|
114
|
+
this._a("mouseOverEnabled", this.i.xv);
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
117
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
118
118
|
*/
|
|
119
119
|
get heatMinimum() {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.xz;
|
|
121
121
|
}
|
|
122
122
|
set heatMinimum(v) {
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("heatMinimum", this.i.
|
|
123
|
+
this.i.xz = +v;
|
|
124
|
+
this._a("heatMinimum", this.i.xz);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* Gets or sets the value that maps to the maximum heat color.
|
|
128
128
|
*/
|
|
129
129
|
get heatMaximum() {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.xy;
|
|
131
131
|
}
|
|
132
132
|
set heatMaximum(v) {
|
|
133
|
-
this.i.
|
|
134
|
-
this._a("heatMaximum", this.i.
|
|
133
|
+
this.i.xy = +v;
|
|
134
|
+
this._a("heatMaximum", this.i.xy);
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
137
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
138
138
|
*/
|
|
139
139
|
get heatMinimumColor() {
|
|
140
|
-
return colorToString(this.i.
|
|
140
|
+
return colorToString(this.i.yt);
|
|
141
141
|
}
|
|
142
142
|
set heatMinimumColor(v) {
|
|
143
|
-
this.i.
|
|
144
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
143
|
+
this.i.yt = stringToColor(v);
|
|
144
|
+
this._a("heatMinimumColor", colorToString(this.i.yt));
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
147
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
148
148
|
*/
|
|
149
149
|
get heatMaximumColor() {
|
|
150
|
-
return colorToString(this.i.
|
|
150
|
+
return colorToString(this.i.ys);
|
|
151
151
|
}
|
|
152
152
|
set heatMaximumColor(v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
153
|
+
this.i.ys = stringToColor(v);
|
|
154
|
+
this._a("heatMaximumColor", colorToString(this.i.ys));
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
157
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
158
158
|
*/
|
|
159
159
|
get pointExtent() {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.x2;
|
|
161
161
|
}
|
|
162
162
|
set pointExtent(v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("pointExtent", this.i.
|
|
163
|
+
this.i.x2 = +v;
|
|
164
|
+
this._a("pointExtent", this.i.x2);
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
168
168
|
*/
|
|
169
169
|
get progressiveStatus() {
|
|
170
|
-
return this.i.
|
|
170
|
+
return this.i.x3;
|
|
171
171
|
}
|
|
172
172
|
set progressiveStatus(v) {
|
|
173
|
-
this.i.
|
|
174
|
-
this._a("progressiveStatus", this.i.
|
|
173
|
+
this.i.x3 = +v;
|
|
174
|
+
this._a("progressiveStatus", this.i.x3);
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
177
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -61,11 +61,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
61
61
|
* 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%.
|
|
62
62
|
*/
|
|
63
63
|
get visibleFromScale() {
|
|
64
|
-
return this.i.
|
|
64
|
+
return this.i.xn;
|
|
65
65
|
}
|
|
66
66
|
set visibleFromScale(v) {
|
|
67
|
-
this.i.
|
|
68
|
-
this._a("visibleFromScale", this.i.
|
|
67
|
+
this.i.xn = +v;
|
|
68
|
+
this._a("visibleFromScale", this.i.xn);
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
71
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -83,10 +83,10 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
83
83
|
|
|
84
84
|
*/
|
|
85
85
|
notifyIndexedPropertiesChanged() {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.qv();
|
|
87
87
|
}
|
|
88
88
|
getItemValue(item, memberPathName) {
|
|
89
|
-
let iv = this.i.
|
|
89
|
+
let iv = this.i.kz(item, memberPathName);
|
|
90
90
|
return (iv);
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
95
95
|
* @param memberPathName * The property name of a valid member path for the series
|
|
96
96
|
*/
|
|
97
97
|
getMemberPathValue(memberPathName) {
|
|
98
|
-
let iv = this.i.
|
|
98
|
+
let iv = this.i.mo(memberPathName);
|
|
99
99
|
return (iv);
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
@@ -104,23 +104,23 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
104
104
|
* @param world * The world coordinates to use.
|
|
105
105
|
*/
|
|
106
106
|
getItem(world) {
|
|
107
|
-
let iv = this.i.
|
|
107
|
+
let iv = this.i.kw(toPoint(world));
|
|
108
108
|
return (iv);
|
|
109
109
|
}
|
|
110
110
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
111
|
-
let iv = this.i.
|
|
111
|
+
let iv = this.i.kj(toPoint(world), skipUnknowns);
|
|
112
112
|
return (iv);
|
|
113
113
|
}
|
|
114
114
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
115
|
-
let iv = this.i.
|
|
115
|
+
let iv = this.i.kh(toPoint(world), skipUnknowns);
|
|
116
116
|
return (iv);
|
|
117
117
|
}
|
|
118
118
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
119
|
-
let iv = this.i.
|
|
119
|
+
let iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
|
|
120
120
|
return (iv);
|
|
121
121
|
}
|
|
122
122
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
123
|
-
let iv = this.i.
|
|
123
|
+
let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
|
|
124
124
|
return fromPoint(iv);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
129
129
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
130
130
|
*/
|
|
131
131
|
getSeriesValueBoundingBox(world) {
|
|
132
|
-
let iv = this.i.
|
|
132
|
+
let iv = this.i.w8(toPoint(world));
|
|
133
133
|
return fromRect(iv);
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
@@ -138,31 +138,31 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
138
138
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
139
139
|
*/
|
|
140
140
|
getSeriesValueMarkerBoundingBox(world) {
|
|
141
|
-
let iv = this.i.
|
|
141
|
+
let iv = this.i.xa(toPoint(world));
|
|
142
142
|
return fromRect(iv);
|
|
143
143
|
}
|
|
144
144
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
145
|
-
let iv = this.i.
|
|
145
|
+
let iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
|
|
146
146
|
return (iv);
|
|
147
147
|
}
|
|
148
148
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
149
|
-
let iv = this.i.
|
|
149
|
+
let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
|
|
150
150
|
return fromPoint(iv);
|
|
151
151
|
}
|
|
152
152
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
153
|
-
let iv = this.i.
|
|
153
|
+
let iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
|
|
154
154
|
return (iv);
|
|
155
155
|
}
|
|
156
156
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
157
|
-
let iv = this.i.
|
|
157
|
+
let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
|
|
158
158
|
return fromPoint(iv);
|
|
159
159
|
}
|
|
160
160
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
161
|
-
let iv = this.i.
|
|
161
|
+
let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
162
162
|
return fromPoint(iv);
|
|
163
163
|
}
|
|
164
164
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
165
|
-
let iv = this.i.
|
|
165
|
+
let iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
166
166
|
return (iv);
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
@@ -170,7 +170,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
170
170
|
|
|
171
171
|
*/
|
|
172
172
|
getItemSpan() {
|
|
173
|
-
let iv = this.i.
|
|
173
|
+
let iv = this.i.i3();
|
|
174
174
|
return (iv);
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
@@ -179,14 +179,14 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
179
179
|
* @param animate * True if the change should be animated.
|
|
180
180
|
*/
|
|
181
181
|
renderSeries(animate) {
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.r8(animate);
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* Called when this series' Style is updated.
|
|
186
186
|
|
|
187
187
|
*/
|
|
188
188
|
styleUpdated() {
|
|
189
|
-
this.i.
|
|
189
|
+
this.i.su();
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
@@ -52,70 +52,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
52
52
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
53
53
|
*/
|
|
54
54
|
get markerType() {
|
|
55
|
-
return this.i.
|
|
55
|
+
return this.i.xv;
|
|
56
56
|
}
|
|
57
57
|
set markerType(v) {
|
|
58
|
-
this.i.
|
|
59
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
58
|
+
this.i.xv = ensureEnum(MarkerType_$type, v);
|
|
59
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
62
|
* Gets or sets thickness of the marker outline
|
|
63
63
|
*/
|
|
64
64
|
get markerThickness() {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.xw;
|
|
66
66
|
}
|
|
67
67
|
set markerThickness(v) {
|
|
68
|
-
this.i.
|
|
69
|
-
this._a("markerThickness", this.i.
|
|
68
|
+
this.i.xw = +v;
|
|
69
|
+
this._a("markerThickness", this.i.xw);
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
73
73
|
*/
|
|
74
74
|
get markerOutlineMode() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.xu;
|
|
76
76
|
}
|
|
77
77
|
set markerOutlineMode(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
78
|
+
this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
|
|
79
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
83
83
|
*/
|
|
84
84
|
get markerFillMode() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.xt;
|
|
86
86
|
}
|
|
87
87
|
set markerFillMode(v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
88
|
+
this.i.xt = ensureEnum(MarkerFillMode_$type, v);
|
|
89
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
93
93
|
*/
|
|
94
94
|
get markerTemplate() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.yb;
|
|
96
96
|
}
|
|
97
97
|
set markerTemplate(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.yb = v;
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
102
102
|
*/
|
|
103
103
|
get markerBrush() {
|
|
104
|
-
return brushToString(this.i.
|
|
104
|
+
return brushToString(this.i.yp);
|
|
105
105
|
}
|
|
106
106
|
set markerBrush(v) {
|
|
107
|
-
this.i.
|
|
108
|
-
this._a("markerBrush", brushToString(this.i.
|
|
107
|
+
this.i.yp = stringToBrush(v);
|
|
108
|
+
this._a("markerBrush", brushToString(this.i.yp));
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
112
112
|
*/
|
|
113
113
|
get markerOutline() {
|
|
114
|
-
return brushToString(this.i.
|
|
114
|
+
return brushToString(this.i.yq);
|
|
115
115
|
}
|
|
116
116
|
set markerOutline(v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("markerOutline", brushToString(this.i.
|
|
117
|
+
this.i.yq = stringToBrush(v);
|
|
118
|
+
this._a("markerOutline", brushToString(this.i.yq));
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -123,40 +123,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
123
123
|
* choose a representative set.
|
|
124
124
|
*/
|
|
125
125
|
get maximumMarkers() {
|
|
126
|
-
return this.i.
|
|
126
|
+
return this.i.xx;
|
|
127
127
|
}
|
|
128
128
|
set maximumMarkers(v) {
|
|
129
|
-
this.i.
|
|
130
|
-
this._a("maximumMarkers", this.i.
|
|
129
|
+
this.i.xx = +v;
|
|
130
|
+
this._a("maximumMarkers", this.i.xx);
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
133
|
* Gets the effective marker template for the current series object.
|
|
134
134
|
*/
|
|
135
135
|
get actualMarkerTemplate() {
|
|
136
|
-
return this.i.
|
|
136
|
+
return this.i.ya;
|
|
137
137
|
}
|
|
138
138
|
set actualMarkerTemplate(v) {
|
|
139
|
-
this.i.
|
|
139
|
+
this.i.ya = v;
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Gets the effective marker brush for the current series object.
|
|
143
143
|
*/
|
|
144
144
|
get actualMarkerBrush() {
|
|
145
|
-
return brushToString(this.i.
|
|
145
|
+
return brushToString(this.i.yn);
|
|
146
146
|
}
|
|
147
147
|
set actualMarkerBrush(v) {
|
|
148
|
-
this.i.
|
|
149
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
148
|
+
this.i.yn = stringToBrush(v);
|
|
149
|
+
this._a("actualMarkerBrush", brushToString(this.i.yn));
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* Gets the effective marker outline for the current series object.
|
|
153
153
|
*/
|
|
154
154
|
get actualMarkerOutline() {
|
|
155
|
-
return brushToString(this.i.
|
|
155
|
+
return brushToString(this.i.yo);
|
|
156
156
|
}
|
|
157
157
|
set actualMarkerOutline(v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
158
|
+
this.i.yo = stringToBrush(v);
|
|
159
|
+
this._a("actualMarkerOutline", brushToString(this.i.yo));
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -64,55 +64,55 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
64
64
|
* Gets whether the current series shows a polyline shape.
|
|
65
65
|
*/
|
|
66
66
|
get isPolyline() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.fu;
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
70
|
* Gets or sets the fill brush.
|
|
71
71
|
*/
|
|
72
72
|
get shapeFill() {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.y8 ? this.i.y8.fill : null;
|
|
74
74
|
}
|
|
75
75
|
set shapeFill(v) {
|
|
76
76
|
this.ensureShapeStyle();
|
|
77
|
-
this.i.
|
|
77
|
+
this.i.y8.fill = v;
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* Gets or sets the stroke brush.
|
|
81
81
|
*/
|
|
82
82
|
get shapeStroke() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.y8 ? this.i.y8.stroke : null;
|
|
84
84
|
}
|
|
85
85
|
set shapeStroke(v) {
|
|
86
86
|
this.ensureShapeStyle();
|
|
87
|
-
this.i.
|
|
87
|
+
this.i.y8.stroke = v;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets the stroke thickness.
|
|
91
91
|
*/
|
|
92
92
|
get shapeStrokeThickness() {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.y8 ? this.i.y8.strokeThickness : NaN;
|
|
94
94
|
}
|
|
95
95
|
set shapeStrokeThickness(v) {
|
|
96
96
|
this.ensureShapeStyle();
|
|
97
|
-
this.i.
|
|
98
|
-
this._a("shapeStrokeThickness", this.i.
|
|
97
|
+
this.i.y8.strokeThickness = +v;
|
|
98
|
+
this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the opacity.
|
|
102
102
|
*/
|
|
103
103
|
get shapeOpacity() {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.y8 ? this.i.y8.opacity : NaN;
|
|
105
105
|
}
|
|
106
106
|
set shapeOpacity(v) {
|
|
107
107
|
this.ensureShapeStyle();
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("shapeOpacity", this.i.
|
|
108
|
+
this.i.y8.opacity = +v;
|
|
109
|
+
this._a("shapeOpacity", this.i.y8.opacity);
|
|
110
110
|
}
|
|
111
111
|
ensureShapeStyle() {
|
|
112
|
-
if (this.i.
|
|
112
|
+
if (this.i.y8) {
|
|
113
113
|
return;
|
|
114
114
|
}
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.y8 = new Style();
|
|
116
116
|
}
|
|
117
117
|
get styleShape() {
|
|
118
118
|
return this._styleShape;
|