igniteui-webcomponents-maps 3.2.1 → 3.2.2
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 +997 -997
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- 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 +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igc-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- 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 +1006 -1006
- package/fesm5/igniteui-webcomponents-maps.js +997 -997
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
- package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +14 -14
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +7 -7
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +16 -16
- package/lib/XamGeographicMap_combined.d.ts +21 -21
- package/package.json +3 -3
|
@@ -60,73 +60,73 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
60
60
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
61
61
|
*/
|
|
62
62
|
get valueMemberPath() {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.q5;
|
|
64
64
|
}
|
|
65
65
|
set valueMemberPath(v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.q5 = v;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
70
70
|
*/
|
|
71
71
|
get fillScale() {
|
|
72
|
-
if (this.i.
|
|
72
|
+
if (this.i.q1 == null) {
|
|
73
73
|
return null;
|
|
74
74
|
}
|
|
75
|
-
if (!this.i.
|
|
76
|
-
let e = IgcValueBrushScaleComponent._createFromInternal(this.i.
|
|
75
|
+
if (!this.i.q1.externalObject) {
|
|
76
|
+
let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q1);
|
|
77
77
|
if (e) {
|
|
78
|
-
e._implementation = this.i.
|
|
78
|
+
e._implementation = this.i.q1;
|
|
79
79
|
}
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.q1.externalObject = e;
|
|
81
81
|
}
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.q1.externalObject;
|
|
83
83
|
}
|
|
84
84
|
set fillScale(v) {
|
|
85
85
|
if (v != null && this._stylingContainer && v._styling)
|
|
86
86
|
v._styling(this._stylingContainer, this, this);
|
|
87
|
-
v == null ? this.i.
|
|
87
|
+
v == null ? this.i.q1 = null : this.i.q1 = v.i;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
91
91
|
*/
|
|
92
92
|
get actualFillScale() {
|
|
93
|
-
if (this.i.
|
|
93
|
+
if (this.i.q0 == null) {
|
|
94
94
|
return null;
|
|
95
95
|
}
|
|
96
|
-
if (!this.i.
|
|
97
|
-
let e = IgcValueBrushScaleComponent._createFromInternal(this.i.
|
|
96
|
+
if (!this.i.q0.externalObject) {
|
|
97
|
+
let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
|
|
98
98
|
if (e) {
|
|
99
|
-
e._implementation = this.i.
|
|
99
|
+
e._implementation = this.i.q0;
|
|
100
100
|
}
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.q0.externalObject = e;
|
|
102
102
|
}
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.q0.externalObject;
|
|
104
104
|
}
|
|
105
105
|
set actualFillScale(v) {
|
|
106
106
|
if (v != null && this._stylingContainer && v._styling)
|
|
107
107
|
v._styling(this._stylingContainer, this, this);
|
|
108
|
-
v == null ? this.i.
|
|
108
|
+
v == null ? this.i.q0 = null : this.i.q0 = v.i;
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
112
112
|
*/
|
|
113
113
|
get valueResolver() {
|
|
114
|
-
if (this.i.
|
|
114
|
+
if (this.i.qx == null) {
|
|
115
115
|
return null;
|
|
116
116
|
}
|
|
117
|
-
if (!this.i.
|
|
118
|
-
let e = IgcContourValueResolverComponent._createFromInternal(this.i.
|
|
117
|
+
if (!this.i.qx.externalObject) {
|
|
118
|
+
let e = IgcContourValueResolverComponent._createFromInternal(this.i.qx);
|
|
119
119
|
if (e) {
|
|
120
|
-
e._implementation = this.i.
|
|
120
|
+
e._implementation = this.i.qx;
|
|
121
121
|
}
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.qx.externalObject = e;
|
|
123
123
|
}
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.qx.externalObject;
|
|
125
125
|
}
|
|
126
126
|
set valueResolver(v) {
|
|
127
127
|
if (v != null && this._stylingContainer && v._styling)
|
|
128
128
|
v._styling(this._stylingContainer, this, this);
|
|
129
|
-
v == null ? this.i.
|
|
129
|
+
v == null ? this.i.qx = null : this.i.qx = v.i;
|
|
130
130
|
}
|
|
131
131
|
findByName(name) {
|
|
132
132
|
var baseResult = super.findByName(name);
|
|
@@ -59,109 +59,109 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
59
59
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
60
60
|
*/
|
|
61
61
|
get latitudeMemberPath() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.qt;
|
|
63
63
|
}
|
|
64
64
|
set latitudeMemberPath(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.qt = v;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
69
69
|
*/
|
|
70
70
|
get longitudeMemberPath() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.qv;
|
|
72
72
|
}
|
|
73
73
|
set longitudeMemberPath(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.qv = v;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the whether to use use brute force mode.
|
|
78
78
|
*/
|
|
79
79
|
get useBruteForce() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.qi;
|
|
81
81
|
}
|
|
82
82
|
set useBruteForce(v) {
|
|
83
|
-
this.i.
|
|
84
|
-
this._a("useBruteForce", this.i.
|
|
83
|
+
this.i.qi = ensureBool(v);
|
|
84
|
+
this._a("useBruteForce", this.i.qi);
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
88
88
|
*/
|
|
89
89
|
get progressiveLoad() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.qh;
|
|
91
91
|
}
|
|
92
92
|
set progressiveLoad(v) {
|
|
93
|
-
this.i.
|
|
94
|
-
this._a("progressiveLoad", this.i.
|
|
93
|
+
this.i.qh = ensureBool(v);
|
|
94
|
+
this._a("progressiveLoad", this.i.qh);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
98
98
|
*/
|
|
99
99
|
get mouseOverEnabled() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.qg;
|
|
101
101
|
}
|
|
102
102
|
set mouseOverEnabled(v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("mouseOverEnabled", this.i.
|
|
103
|
+
this.i.qg = ensureBool(v);
|
|
104
|
+
this._a("mouseOverEnabled", this.i.qg);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
107
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
108
108
|
*/
|
|
109
109
|
get heatMinimum() {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.qk;
|
|
111
111
|
}
|
|
112
112
|
set heatMinimum(v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("heatMinimum", this.i.
|
|
113
|
+
this.i.qk = +v;
|
|
114
|
+
this._a("heatMinimum", this.i.qk);
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
117
|
* Gets or sets the value that maps to the maximum heat color.
|
|
118
118
|
*/
|
|
119
119
|
get heatMaximum() {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.qj;
|
|
121
121
|
}
|
|
122
122
|
set heatMaximum(v) {
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("heatMaximum", this.i.
|
|
123
|
+
this.i.qj = +v;
|
|
124
|
+
this._a("heatMaximum", this.i.qj);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
128
128
|
*/
|
|
129
129
|
get heatMinimumColor() {
|
|
130
|
-
return colorToString(this.i.
|
|
130
|
+
return colorToString(this.i.re);
|
|
131
131
|
}
|
|
132
132
|
set heatMinimumColor(v) {
|
|
133
|
-
this.i.
|
|
134
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
133
|
+
this.i.re = stringToColor(v);
|
|
134
|
+
this._a("heatMinimumColor", colorToString(this.i.re));
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
137
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
138
138
|
*/
|
|
139
139
|
get heatMaximumColor() {
|
|
140
|
-
return colorToString(this.i.
|
|
140
|
+
return colorToString(this.i.rd);
|
|
141
141
|
}
|
|
142
142
|
set heatMaximumColor(v) {
|
|
143
|
-
this.i.
|
|
144
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
143
|
+
this.i.rd = stringToColor(v);
|
|
144
|
+
this._a("heatMaximumColor", colorToString(this.i.rd));
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
147
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
148
148
|
*/
|
|
149
149
|
get pointExtent() {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.qn;
|
|
151
151
|
}
|
|
152
152
|
set pointExtent(v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("pointExtent", this.i.
|
|
153
|
+
this.i.qn = +v;
|
|
154
|
+
this._a("pointExtent", this.i.qn);
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
157
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
158
158
|
*/
|
|
159
159
|
get progressiveStatus() {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.qo;
|
|
161
161
|
}
|
|
162
162
|
set progressiveStatus(v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("progressiveStatus", this.i.
|
|
163
|
+
this.i.qo = +v;
|
|
164
|
+
this._a("progressiveStatus", this.i.qo);
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -50,11 +50,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
50
50
|
* 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%.
|
|
51
51
|
*/
|
|
52
52
|
get visibleFromScale() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.p8;
|
|
54
54
|
}
|
|
55
55
|
set visibleFromScale(v) {
|
|
56
|
-
this.i.
|
|
57
|
-
this._a("visibleFromScale", this.i.
|
|
56
|
+
this.i.p8 = +v;
|
|
57
|
+
this._a("visibleFromScale", this.i.p8);
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -72,7 +72,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
72
72
|
|
|
73
73
|
*/
|
|
74
74
|
notifyIndexedPropertiesChanged() {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.lk();
|
|
76
76
|
}
|
|
77
77
|
getItemValue(item, memberPathName) {
|
|
78
78
|
let iv = this.i.hw(item, memberPathName);
|
|
@@ -100,7 +100,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
100
100
|
return (iv);
|
|
101
101
|
}
|
|
102
102
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
103
|
-
let iv = this.i.
|
|
103
|
+
let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
|
|
104
104
|
return fromPoint(iv);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
@@ -109,7 +109,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
109
109
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
110
110
|
*/
|
|
111
111
|
getSeriesValueBoundingBox(world) {
|
|
112
|
-
let iv = this.i.
|
|
112
|
+
let iv = this.i.pv(toPoint(world));
|
|
113
113
|
return fromRect(iv);
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
118
118
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
119
119
|
*/
|
|
120
120
|
getSeriesValueMarkerBoundingBox(world) {
|
|
121
|
-
let iv = this.i.
|
|
121
|
+
let iv = this.i.px(toPoint(world));
|
|
122
122
|
return fromRect(iv);
|
|
123
123
|
}
|
|
124
124
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -126,7 +126,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
126
126
|
return (iv);
|
|
127
127
|
}
|
|
128
128
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
129
|
-
let iv = this.i.
|
|
129
|
+
let iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
|
|
130
130
|
return fromPoint(iv);
|
|
131
131
|
}
|
|
132
132
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
@@ -134,11 +134,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
134
134
|
return (iv);
|
|
135
135
|
}
|
|
136
136
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
137
|
-
let iv = this.i.
|
|
137
|
+
let iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
|
|
138
138
|
return fromPoint(iv);
|
|
139
139
|
}
|
|
140
140
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
141
|
-
let iv = this.i.
|
|
141
|
+
let iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
142
142
|
return fromPoint(iv);
|
|
143
143
|
}
|
|
144
144
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
@@ -159,14 +159,14 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
159
159
|
* @param animate * True if the change should be animated.
|
|
160
160
|
*/
|
|
161
161
|
renderSeries(animate) {
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.mi(animate);
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
165
|
* Called when this series' Style is updated.
|
|
166
166
|
|
|
167
167
|
*/
|
|
168
168
|
styleUpdated() {
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.ms();
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
@@ -41,70 +41,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
41
41
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
42
42
|
*/
|
|
43
43
|
get markerType() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.qg;
|
|
45
45
|
}
|
|
46
46
|
set markerType(v) {
|
|
47
|
-
this.i.
|
|
48
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
47
|
+
this.i.qg = ensureEnum(MarkerType_$type, v);
|
|
48
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.qg));
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Gets or sets thickness of the marker outline
|
|
52
52
|
*/
|
|
53
53
|
get markerThickness() {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.qh;
|
|
55
55
|
}
|
|
56
56
|
set markerThickness(v) {
|
|
57
|
-
this.i.
|
|
58
|
-
this._a("markerThickness", this.i.
|
|
57
|
+
this.i.qh = +v;
|
|
58
|
+
this._a("markerThickness", this.i.qh);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
61
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
62
62
|
*/
|
|
63
63
|
get markerOutlineMode() {
|
|
64
|
-
return this.i.
|
|
64
|
+
return this.i.qf;
|
|
65
65
|
}
|
|
66
66
|
set markerOutlineMode(v) {
|
|
67
|
-
this.i.
|
|
68
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
67
|
+
this.i.qf = ensureEnum(MarkerOutlineMode_$type, v);
|
|
68
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qf));
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
71
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
72
72
|
*/
|
|
73
73
|
get markerFillMode() {
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.qe;
|
|
75
75
|
}
|
|
76
76
|
set markerFillMode(v) {
|
|
77
|
-
this.i.
|
|
78
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
77
|
+
this.i.qe = ensureEnum(MarkerFillMode_$type, v);
|
|
78
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qe));
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
81
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
82
82
|
*/
|
|
83
83
|
get markerTemplate() {
|
|
84
|
-
return this.i.
|
|
84
|
+
return this.i.qw;
|
|
85
85
|
}
|
|
86
86
|
set markerTemplate(v) {
|
|
87
|
-
this.i.
|
|
87
|
+
this.i.qw = v;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
91
91
|
*/
|
|
92
92
|
get markerBrush() {
|
|
93
|
-
return brushToString(this.i.
|
|
93
|
+
return brushToString(this.i.ra);
|
|
94
94
|
}
|
|
95
95
|
set markerBrush(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("markerBrush", brushToString(this.i.
|
|
96
|
+
this.i.ra = stringToBrush(v);
|
|
97
|
+
this._a("markerBrush", brushToString(this.i.ra));
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
101
101
|
*/
|
|
102
102
|
get markerOutline() {
|
|
103
|
-
return brushToString(this.i.
|
|
103
|
+
return brushToString(this.i.rb);
|
|
104
104
|
}
|
|
105
105
|
set markerOutline(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("markerOutline", brushToString(this.i.
|
|
106
|
+
this.i.rb = stringToBrush(v);
|
|
107
|
+
this._a("markerOutline", brushToString(this.i.rb));
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -112,40 +112,40 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
112
112
|
* choose a representative set.
|
|
113
113
|
*/
|
|
114
114
|
get maximumMarkers() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.qi;
|
|
116
116
|
}
|
|
117
117
|
set maximumMarkers(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("maximumMarkers", this.i.
|
|
118
|
+
this.i.qi = +v;
|
|
119
|
+
this._a("maximumMarkers", this.i.qi);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets the effective marker template for the current series object.
|
|
123
123
|
*/
|
|
124
124
|
get actualMarkerTemplate() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.qv;
|
|
126
126
|
}
|
|
127
127
|
set actualMarkerTemplate(v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.qv = v;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
* Gets the effective marker brush for the current series object.
|
|
132
132
|
*/
|
|
133
133
|
get actualMarkerBrush() {
|
|
134
|
-
return brushToString(this.i.
|
|
134
|
+
return brushToString(this.i.q8);
|
|
135
135
|
}
|
|
136
136
|
set actualMarkerBrush(v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
137
|
+
this.i.q8 = stringToBrush(v);
|
|
138
|
+
this._a("actualMarkerBrush", brushToString(this.i.q8));
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* Gets the effective marker outline for the current series object.
|
|
142
142
|
*/
|
|
143
143
|
get actualMarkerOutline() {
|
|
144
|
-
return brushToString(this.i.
|
|
144
|
+
return brushToString(this.i.q9);
|
|
145
145
|
}
|
|
146
146
|
set actualMarkerOutline(v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
147
|
+
this.i.q9 = stringToBrush(v);
|
|
148
|
+
this._a("actualMarkerOutline", brushToString(this.i.q9));
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -59,49 +59,49 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
59
59
|
* Gets or sets the fill brush.
|
|
60
60
|
*/
|
|
61
61
|
get shapeFill() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.rk ? this.i.rk.fill : null;
|
|
63
63
|
}
|
|
64
64
|
set shapeFill(v) {
|
|
65
65
|
this.ensureShapeStyle();
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.rk.fill = v;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Gets or sets the stroke brush.
|
|
70
70
|
*/
|
|
71
71
|
get shapeStroke() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.rk ? this.i.rk.stroke : null;
|
|
73
73
|
}
|
|
74
74
|
set shapeStroke(v) {
|
|
75
75
|
this.ensureShapeStyle();
|
|
76
|
-
this.i.
|
|
76
|
+
this.i.rk.stroke = v;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Gets or sets the stroke thickness.
|
|
80
80
|
*/
|
|
81
81
|
get shapeStrokeThickness() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.rk ? this.i.rk.strokeThickness : NaN;
|
|
83
83
|
}
|
|
84
84
|
set shapeStrokeThickness(v) {
|
|
85
85
|
this.ensureShapeStyle();
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("shapeStrokeThickness", this.i.
|
|
86
|
+
this.i.rk.strokeThickness = +v;
|
|
87
|
+
this._a("shapeStrokeThickness", this.i.rk.strokeThickness);
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets the opacity.
|
|
91
91
|
*/
|
|
92
92
|
get shapeOpacity() {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.rk ? this.i.rk.opacity : NaN;
|
|
94
94
|
}
|
|
95
95
|
set shapeOpacity(v) {
|
|
96
96
|
this.ensureShapeStyle();
|
|
97
|
-
this.i.
|
|
98
|
-
this._a("shapeOpacity", this.i.
|
|
97
|
+
this.i.rk.opacity = +v;
|
|
98
|
+
this._a("shapeOpacity", this.i.rk.opacity);
|
|
99
99
|
}
|
|
100
100
|
ensureShapeStyle() {
|
|
101
|
-
if (this.i.
|
|
101
|
+
if (this.i.rk) {
|
|
102
102
|
return;
|
|
103
103
|
}
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.rk = new Style();
|
|
105
105
|
}
|
|
106
106
|
get styleShape() {
|
|
107
107
|
return this._styleShape;
|