igniteui-webcomponents-maps 4.7.0-beta.0 → 4.7.1
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 +1098 -1071
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm2015/lib/GeographicTileSeries.js +30 -27
- package/esm2015/lib/TileSeries_combined.js +94 -91
- package/esm2015/lib/XamGeographicMap_combined.js +93 -90
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm5/lib/GeographicTileSeries.js +29 -26
- package/esm5/lib/TileSeries_combined.js +92 -89
- package/esm5/lib/XamGeographicMap_combined.js +92 -89
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1107 -1080
- package/fesm5/igniteui-webcomponents-maps.js +1098 -1071
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
- package/lib/GeographicTileSeries.d.ts +10 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -21
- package/lib/XamGeographicMap_combined.d.ts +28 -27
- package/package.json +3 -3
|
@@ -68,22 +68,22 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
68
68
|
* Gets whether the current series shows a line contour shape.
|
|
69
69
|
*/
|
|
70
70
|
get isLineContour() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.ex;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
75
75
|
*/
|
|
76
76
|
get valueMemberPath() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.u3;
|
|
78
78
|
}
|
|
79
79
|
set valueMemberPath(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.u3 = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
84
84
|
*/
|
|
85
85
|
get fillScale() {
|
|
86
|
-
const r = this.i.
|
|
86
|
+
const r = this.i.uz;
|
|
87
87
|
if (r == null) {
|
|
88
88
|
return null;
|
|
89
89
|
}
|
|
@@ -99,13 +99,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
99
99
|
set fillScale(v) {
|
|
100
100
|
if (v != null && this._stylingContainer && v._styling)
|
|
101
101
|
v._styling(this._stylingContainer, this, this);
|
|
102
|
-
v == null ? this.i.
|
|
102
|
+
v == null ? this.i.uz = null : this.i.uz = v.i;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
106
106
|
*/
|
|
107
107
|
get actualFillScale() {
|
|
108
|
-
const r = this.i.
|
|
108
|
+
const r = this.i.uy;
|
|
109
109
|
if (r == null) {
|
|
110
110
|
return null;
|
|
111
111
|
}
|
|
@@ -121,13 +121,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
121
121
|
set actualFillScale(v) {
|
|
122
122
|
if (v != null && this._stylingContainer && v._styling)
|
|
123
123
|
v._styling(this._stylingContainer, this, this);
|
|
124
|
-
v == null ? this.i.
|
|
124
|
+
v == null ? this.i.uy = null : this.i.uy = v.i;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
128
128
|
*/
|
|
129
129
|
get valueResolver() {
|
|
130
|
-
const r = this.i.
|
|
130
|
+
const r = this.i.uv;
|
|
131
131
|
if (r == null) {
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
@@ -143,7 +143,7 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
143
143
|
set valueResolver(v) {
|
|
144
144
|
if (v != null && this._stylingContainer && v._styling)
|
|
145
145
|
v._styling(this._stylingContainer, this, this);
|
|
146
|
-
v == null ? this.i.
|
|
146
|
+
v == null ? this.i.uv = null : this.i.uv = v.i;
|
|
147
147
|
}
|
|
148
148
|
findByName(name) {
|
|
149
149
|
var baseResult = super.findByName(name);
|
|
@@ -67,115 +67,115 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
67
67
|
* Gets whether the current series shows pixels.
|
|
68
68
|
*/
|
|
69
69
|
get isPixel() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.e2;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
74
74
|
*/
|
|
75
75
|
get latitudeMemberPath() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.ur;
|
|
77
77
|
}
|
|
78
78
|
set latitudeMemberPath(v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.ur = v;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
83
83
|
*/
|
|
84
84
|
get longitudeMemberPath() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.ut;
|
|
86
86
|
}
|
|
87
87
|
set longitudeMemberPath(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.ut = v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* Gets or sets the whether to use use brute force mode.
|
|
92
92
|
*/
|
|
93
93
|
get useBruteForce() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.ug;
|
|
95
95
|
}
|
|
96
96
|
set useBruteForce(v) {
|
|
97
|
-
this.i.
|
|
98
|
-
this._a("useBruteForce", this.i.
|
|
97
|
+
this.i.ug = ensureBool(v);
|
|
98
|
+
this._a("useBruteForce", this.i.ug);
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
102
102
|
*/
|
|
103
103
|
get progressiveLoad() {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.uf;
|
|
105
105
|
}
|
|
106
106
|
set progressiveLoad(v) {
|
|
107
|
-
this.i.
|
|
108
|
-
this._a("progressiveLoad", this.i.
|
|
107
|
+
this.i.uf = ensureBool(v);
|
|
108
|
+
this._a("progressiveLoad", this.i.uf);
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
112
112
|
*/
|
|
113
113
|
get mouseOverEnabled() {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.ue;
|
|
115
115
|
}
|
|
116
116
|
set mouseOverEnabled(v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("mouseOverEnabled", this.i.
|
|
117
|
+
this.i.ue = ensureBool(v);
|
|
118
|
+
this._a("mouseOverEnabled", this.i.ue);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
122
122
|
*/
|
|
123
123
|
get heatMinimum() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.ui;
|
|
125
125
|
}
|
|
126
126
|
set heatMinimum(v) {
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("heatMinimum", this.i.
|
|
127
|
+
this.i.ui = +v;
|
|
128
|
+
this._a("heatMinimum", this.i.ui);
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
* Gets or sets the value that maps to the maximum heat color.
|
|
132
132
|
*/
|
|
133
133
|
get heatMaximum() {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.uh;
|
|
135
135
|
}
|
|
136
136
|
set heatMaximum(v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("heatMaximum", this.i.
|
|
137
|
+
this.i.uh = +v;
|
|
138
|
+
this._a("heatMaximum", this.i.uh);
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
142
142
|
*/
|
|
143
143
|
get heatMinimumColor() {
|
|
144
|
-
return colorToString(this.i.
|
|
144
|
+
return colorToString(this.i.vc);
|
|
145
145
|
}
|
|
146
146
|
set heatMinimumColor(v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
147
|
+
this.i.vc = stringToColor(v);
|
|
148
|
+
this._a("heatMinimumColor", colorToString(this.i.vc));
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
151
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
152
152
|
*/
|
|
153
153
|
get heatMaximumColor() {
|
|
154
|
-
return colorToString(this.i.
|
|
154
|
+
return colorToString(this.i.vb);
|
|
155
155
|
}
|
|
156
156
|
set heatMaximumColor(v) {
|
|
157
|
-
this.i.
|
|
158
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
157
|
+
this.i.vb = stringToColor(v);
|
|
158
|
+
this._a("heatMaximumColor", colorToString(this.i.vb));
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
162
162
|
*/
|
|
163
163
|
get pointExtent() {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.ul;
|
|
165
165
|
}
|
|
166
166
|
set pointExtent(v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("pointExtent", this.i.
|
|
167
|
+
this.i.ul = +v;
|
|
168
|
+
this._a("pointExtent", this.i.ul);
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
172
172
|
*/
|
|
173
173
|
get progressiveStatus() {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.um;
|
|
175
175
|
}
|
|
176
176
|
set progressiveStatus(v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("progressiveStatus", this.i.
|
|
177
|
+
this.i.um = +v;
|
|
178
|
+
this._a("progressiveStatus", this.i.um);
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -51,7 +51,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
51
51
|
* Checks if this control is geographic coordinate system
|
|
52
52
|
*/
|
|
53
53
|
get isGeographic() {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.er;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* Gets whether this series supports markers
|
|
@@ -64,11 +64,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
64
64
|
* 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%.
|
|
65
65
|
*/
|
|
66
66
|
get visibleFromScale() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.t6;
|
|
68
68
|
}
|
|
69
69
|
set visibleFromScale(v) {
|
|
70
|
-
this.i.
|
|
71
|
-
this._a("visibleFromScale", this.i.
|
|
70
|
+
this.i.t6 = +v;
|
|
71
|
+
this._a("visibleFromScale", this.i.t6);
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -86,10 +86,10 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
86
86
|
|
|
87
87
|
*/
|
|
88
88
|
notifyIndexedPropertiesChanged() {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.oh();
|
|
90
90
|
}
|
|
91
91
|
getItemValue(item, memberPathName) {
|
|
92
|
-
let iv = this.i.
|
|
92
|
+
let iv = this.i.jv(item, memberPathName);
|
|
93
93
|
return (iv);
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
@@ -98,23 +98,23 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
98
98
|
* @param world * The world coordinates to use.
|
|
99
99
|
*/
|
|
100
100
|
getItem(world) {
|
|
101
|
-
let iv = this.i.
|
|
101
|
+
let iv = this.i.js(toPoint(world));
|
|
102
102
|
return (iv);
|
|
103
103
|
}
|
|
104
104
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
105
|
-
let iv = this.i.
|
|
105
|
+
let iv = this.i.jg(toPoint(world), skipUnknowns);
|
|
106
106
|
return (iv);
|
|
107
107
|
}
|
|
108
108
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
109
|
-
let iv = this.i.
|
|
109
|
+
let iv = this.i.je(toPoint(world), skipUnknowns);
|
|
110
110
|
return (iv);
|
|
111
111
|
}
|
|
112
112
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
113
|
-
let iv = this.i.
|
|
113
|
+
let iv = this.i.ia(toPoint(world), useInterpolation, skipUnknowns);
|
|
114
114
|
return (iv);
|
|
115
115
|
}
|
|
116
116
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
117
|
-
let iv = this.i.
|
|
117
|
+
let iv = this.i.ti(toPoint(world), useInterpolation, skipUnknowns);
|
|
118
118
|
return fromPoint(iv);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
123
123
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
124
124
|
*/
|
|
125
125
|
getSeriesValueBoundingBox(world) {
|
|
126
|
-
let iv = this.i.
|
|
126
|
+
let iv = this.i.tt(toPoint(world));
|
|
127
127
|
return fromRect(iv);
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
@@ -132,31 +132,31 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
132
132
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
133
133
|
*/
|
|
134
134
|
getSeriesValueMarkerBoundingBox(world) {
|
|
135
|
-
let iv = this.i.
|
|
135
|
+
let iv = this.i.tv(toPoint(world));
|
|
136
136
|
return fromRect(iv);
|
|
137
137
|
}
|
|
138
138
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
139
|
-
let iv = this.i.
|
|
139
|
+
let iv = this.i.h6(toPoint(world), useInterpolation, skipUnknowns);
|
|
140
140
|
return (iv);
|
|
141
141
|
}
|
|
142
142
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
143
|
-
let iv = this.i.
|
|
143
|
+
let iv = this.i.te(toPoint(world), useInterpolation, skipUnknowns);
|
|
144
144
|
return fromPoint(iv);
|
|
145
145
|
}
|
|
146
146
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
147
|
-
let iv = this.i.
|
|
147
|
+
let iv = this.i.h8(toPoint(world), useInterpolation, skipUnknowns);
|
|
148
148
|
return (iv);
|
|
149
149
|
}
|
|
150
150
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
151
|
-
let iv = this.i.
|
|
151
|
+
let iv = this.i.tg(toPoint(world), useInterpolation, skipUnknowns);
|
|
152
152
|
return fromPoint(iv);
|
|
153
153
|
}
|
|
154
154
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
155
|
-
let iv = this.i.
|
|
155
|
+
let iv = this.i.tj(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
156
156
|
return fromPoint(iv);
|
|
157
157
|
}
|
|
158
158
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
159
|
-
let iv = this.i.
|
|
159
|
+
let iv = this.i.ib(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
160
160
|
return (iv);
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
@@ -164,7 +164,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
164
164
|
|
|
165
165
|
*/
|
|
166
166
|
getItemSpan() {
|
|
167
|
-
let iv = this.i.
|
|
167
|
+
let iv = this.i.h1();
|
|
168
168
|
return (iv);
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
@@ -173,14 +173,14 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
173
173
|
* @param animate * True if the change should be animated.
|
|
174
174
|
*/
|
|
175
175
|
renderSeries(animate) {
|
|
176
|
-
this.i.
|
|
176
|
+
this.i.pq(animate);
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
179
|
* Called when this series' Style is updated.
|
|
180
180
|
|
|
181
181
|
*/
|
|
182
182
|
styleUpdated() {
|
|
183
|
-
this.i.
|
|
183
|
+
this.i.p9();
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
@@ -55,70 +55,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
55
55
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
56
56
|
*/
|
|
57
57
|
get markerType() {
|
|
58
|
-
return this.i.
|
|
58
|
+
return this.i.ue;
|
|
59
59
|
}
|
|
60
60
|
set markerType(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
61
|
+
this.i.ue = ensureEnum(MarkerType_$type, v);
|
|
62
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.ue));
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets thickness of the marker outline
|
|
66
66
|
*/
|
|
67
67
|
get markerThickness() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.uf;
|
|
69
69
|
}
|
|
70
70
|
set markerThickness(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("markerThickness", this.i.
|
|
71
|
+
this.i.uf = +v;
|
|
72
|
+
this._a("markerThickness", this.i.uf);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
76
76
|
*/
|
|
77
77
|
get markerOutlineMode() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.ud;
|
|
79
79
|
}
|
|
80
80
|
set markerOutlineMode(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
81
|
+
this.i.ud = ensureEnum(MarkerOutlineMode_$type, v);
|
|
82
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ud));
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
86
86
|
*/
|
|
87
87
|
get markerFillMode() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.uc;
|
|
89
89
|
}
|
|
90
90
|
set markerFillMode(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
91
|
+
this.i.uc = ensureEnum(MarkerFillMode_$type, v);
|
|
92
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.uc));
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
96
96
|
*/
|
|
97
97
|
get markerTemplate() {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.uu;
|
|
99
99
|
}
|
|
100
100
|
set markerTemplate(v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.uu = v;
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
105
105
|
*/
|
|
106
106
|
get markerBrush() {
|
|
107
|
-
return brushToString(this.i.
|
|
107
|
+
return brushToString(this.i.u8);
|
|
108
108
|
}
|
|
109
109
|
set markerBrush(v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("markerBrush", brushToString(this.i.
|
|
110
|
+
this.i.u8 = stringToBrush(v);
|
|
111
|
+
this._a("markerBrush", brushToString(this.i.u8));
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
115
115
|
*/
|
|
116
116
|
get markerOutline() {
|
|
117
|
-
return brushToString(this.i.
|
|
117
|
+
return brushToString(this.i.u9);
|
|
118
118
|
}
|
|
119
119
|
set markerOutline(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("markerOutline", brushToString(this.i.
|
|
120
|
+
this.i.u9 = stringToBrush(v);
|
|
121
|
+
this._a("markerOutline", brushToString(this.i.u9));
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -126,40 +126,40 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
126
126
|
* choose a representative set.
|
|
127
127
|
*/
|
|
128
128
|
get maximumMarkers() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.ug;
|
|
130
130
|
}
|
|
131
131
|
set maximumMarkers(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("maximumMarkers", this.i.
|
|
132
|
+
this.i.ug = +v;
|
|
133
|
+
this._a("maximumMarkers", this.i.ug);
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets the effective marker template for the current series object.
|
|
137
137
|
*/
|
|
138
138
|
get actualMarkerTemplate() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.ut;
|
|
140
140
|
}
|
|
141
141
|
set actualMarkerTemplate(v) {
|
|
142
|
-
this.i.
|
|
142
|
+
this.i.ut = v;
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
145
|
* Gets the effective marker brush for the current series object.
|
|
146
146
|
*/
|
|
147
147
|
get actualMarkerBrush() {
|
|
148
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.u6);
|
|
149
149
|
}
|
|
150
150
|
set actualMarkerBrush(v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
151
|
+
this.i.u6 = stringToBrush(v);
|
|
152
|
+
this._a("actualMarkerBrush", brushToString(this.i.u6));
|
|
153
153
|
}
|
|
154
154
|
/**
|
|
155
155
|
* Gets the effective marker outline for the current series object.
|
|
156
156
|
*/
|
|
157
157
|
get actualMarkerOutline() {
|
|
158
|
-
return brushToString(this.i.
|
|
158
|
+
return brushToString(this.i.u7);
|
|
159
159
|
}
|
|
160
160
|
set actualMarkerOutline(v) {
|
|
161
|
-
this.i.
|
|
162
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
161
|
+
this.i.u7 = stringToBrush(v);
|
|
162
|
+
this._a("actualMarkerOutline", brushToString(this.i.u7));
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -67,55 +67,55 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
67
67
|
* Gets whether the current series shows a polyline shape.
|
|
68
68
|
*/
|
|
69
69
|
get isPolyline() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.e5;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* Gets or sets the fill brush.
|
|
74
74
|
*/
|
|
75
75
|
get shapeFill() {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.vi ? this.i.vi.fill : null;
|
|
77
77
|
}
|
|
78
78
|
set shapeFill(v) {
|
|
79
79
|
this.ensureShapeStyle();
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.vi.fill = v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets or sets the stroke brush.
|
|
84
84
|
*/
|
|
85
85
|
get shapeStroke() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.vi ? this.i.vi.stroke : null;
|
|
87
87
|
}
|
|
88
88
|
set shapeStroke(v) {
|
|
89
89
|
this.ensureShapeStyle();
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.vi.stroke = v;
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets or sets the stroke thickness.
|
|
94
94
|
*/
|
|
95
95
|
get shapeStrokeThickness() {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.vi ? this.i.vi.strokeThickness : NaN;
|
|
97
97
|
}
|
|
98
98
|
set shapeStrokeThickness(v) {
|
|
99
99
|
this.ensureShapeStyle();
|
|
100
|
-
this.i.
|
|
101
|
-
this._a("shapeStrokeThickness", this.i.
|
|
100
|
+
this.i.vi.strokeThickness = +v;
|
|
101
|
+
this._a("shapeStrokeThickness", this.i.vi.strokeThickness);
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* Gets or sets the opacity.
|
|
105
105
|
*/
|
|
106
106
|
get shapeOpacity() {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.vi ? this.i.vi.opacity : NaN;
|
|
108
108
|
}
|
|
109
109
|
set shapeOpacity(v) {
|
|
110
110
|
this.ensureShapeStyle();
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("shapeOpacity", this.i.
|
|
111
|
+
this.i.vi.opacity = +v;
|
|
112
|
+
this._a("shapeOpacity", this.i.vi.opacity);
|
|
113
113
|
}
|
|
114
114
|
ensureShapeStyle() {
|
|
115
|
-
if (this.i.
|
|
115
|
+
if (this.i.vi) {
|
|
116
116
|
return;
|
|
117
117
|
}
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.vi = new Style();
|
|
119
119
|
}
|
|
120
120
|
get styleShape() {
|
|
121
121
|
return this._styleShape;
|