igniteui-webcomponents-maps 3.2.3 → 3.5.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 +1829 -1522
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igc-custom-map-imagery.js +1 -0
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm2015/lib/igc-geographic-map-component.js +63 -60
- package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
- package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +19 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igc-custom-map-imagery.js +1 -0
- package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm5/lib/igc-geographic-map-component.js +63 -60
- package/esm5/lib/igc-geographic-map-imagery.js +30 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +19 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
- package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +105 -105
- package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-geographic-map-imagery.d.ts +4 -1
- package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-component.d.ts +1 -0
- package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-tile-series-component.d.ts +1 -0
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
- package/lib/igc-tile-series-component.d.ts +1 -0
- package/package.json +3 -3
|
@@ -29,11 +29,25 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
29
29
|
if (super["connectedCallback"]) {
|
|
30
30
|
super["connectedCallback"]();
|
|
31
31
|
}
|
|
32
|
+
if (this.i.connectedCallback) {
|
|
33
|
+
this.i.connectedCallback();
|
|
34
|
+
}
|
|
32
35
|
if (!this._attached) {
|
|
33
36
|
this._attached = true;
|
|
34
37
|
this._flushQueuedAttributes();
|
|
35
38
|
}
|
|
36
39
|
}
|
|
40
|
+
disconnectedCallback() {
|
|
41
|
+
if (super["disconnectedCallback"]) {
|
|
42
|
+
super["disconnectedCallback"]();
|
|
43
|
+
}
|
|
44
|
+
if (this.i.disconnectedCallback) {
|
|
45
|
+
this.i.disconnectedCallback();
|
|
46
|
+
}
|
|
47
|
+
if (this._attached) {
|
|
48
|
+
this._attached = false;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
37
51
|
static get observedAttributes() {
|
|
38
52
|
if (IgcGeographicContourLineSeriesComponent._observedAttributesIgcGeographicContourLineSeriesComponent == null) {
|
|
39
53
|
let names = getAllPropertyNames(IgcGeographicContourLineSeriesComponent);
|
|
@@ -54,79 +68,82 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
54
68
|
* Gets whether the current series shows a line contour shape.
|
|
55
69
|
*/
|
|
56
70
|
get isLineContour() {
|
|
57
|
-
return this.i.
|
|
71
|
+
return this.i.d1;
|
|
58
72
|
}
|
|
59
73
|
/**
|
|
60
74
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
61
75
|
*/
|
|
62
76
|
get valueMemberPath() {
|
|
63
|
-
return this.i.
|
|
77
|
+
return this.i.q9;
|
|
64
78
|
}
|
|
65
79
|
set valueMemberPath(v) {
|
|
66
|
-
this.i.
|
|
80
|
+
this.i.q9 = v;
|
|
67
81
|
}
|
|
68
82
|
/**
|
|
69
83
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
70
84
|
*/
|
|
71
85
|
get fillScale() {
|
|
72
|
-
|
|
86
|
+
const r = this.i.q5;
|
|
87
|
+
if (r == null) {
|
|
73
88
|
return null;
|
|
74
89
|
}
|
|
75
|
-
if (!
|
|
76
|
-
let e = IgcValueBrushScaleComponent._createFromInternal(
|
|
90
|
+
if (!r.externalObject) {
|
|
91
|
+
let e = IgcValueBrushScaleComponent._createFromInternal(r);
|
|
77
92
|
if (e) {
|
|
78
|
-
e._implementation =
|
|
93
|
+
e._implementation = r;
|
|
79
94
|
}
|
|
80
|
-
|
|
95
|
+
r.externalObject = e;
|
|
81
96
|
}
|
|
82
|
-
return
|
|
97
|
+
return r.externalObject;
|
|
83
98
|
}
|
|
84
99
|
set fillScale(v) {
|
|
85
100
|
if (v != null && this._stylingContainer && v._styling)
|
|
86
101
|
v._styling(this._stylingContainer, this, this);
|
|
87
|
-
v == null ? this.i.
|
|
102
|
+
v == null ? this.i.q5 = null : this.i.q5 = v.i;
|
|
88
103
|
}
|
|
89
104
|
/**
|
|
90
105
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
91
106
|
*/
|
|
92
107
|
get actualFillScale() {
|
|
93
|
-
|
|
108
|
+
const r = this.i.q4;
|
|
109
|
+
if (r == null) {
|
|
94
110
|
return null;
|
|
95
111
|
}
|
|
96
|
-
if (!
|
|
97
|
-
let e = IgcValueBrushScaleComponent._createFromInternal(
|
|
112
|
+
if (!r.externalObject) {
|
|
113
|
+
let e = IgcValueBrushScaleComponent._createFromInternal(r);
|
|
98
114
|
if (e) {
|
|
99
|
-
e._implementation =
|
|
115
|
+
e._implementation = r;
|
|
100
116
|
}
|
|
101
|
-
|
|
117
|
+
r.externalObject = e;
|
|
102
118
|
}
|
|
103
|
-
return
|
|
119
|
+
return r.externalObject;
|
|
104
120
|
}
|
|
105
121
|
set actualFillScale(v) {
|
|
106
122
|
if (v != null && this._stylingContainer && v._styling)
|
|
107
123
|
v._styling(this._stylingContainer, this, this);
|
|
108
|
-
v == null ? this.i.
|
|
124
|
+
v == null ? this.i.q4 = null : this.i.q4 = v.i;
|
|
109
125
|
}
|
|
110
126
|
/**
|
|
111
127
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
112
128
|
*/
|
|
113
129
|
get valueResolver() {
|
|
114
|
-
|
|
130
|
+
const r = this.i.q1;
|
|
131
|
+
if (r == null) {
|
|
115
132
|
return null;
|
|
116
133
|
}
|
|
117
|
-
if (!
|
|
118
|
-
let e = IgcContourValueResolverComponent._createFromInternal(
|
|
134
|
+
if (!r.externalObject) {
|
|
135
|
+
let e = IgcContourValueResolverComponent._createFromInternal(r);
|
|
119
136
|
if (e) {
|
|
120
|
-
e._implementation =
|
|
137
|
+
e._implementation = r;
|
|
121
138
|
}
|
|
122
|
-
|
|
139
|
+
r.externalObject = e;
|
|
123
140
|
}
|
|
124
|
-
return
|
|
141
|
+
return r.externalObject;
|
|
125
142
|
}
|
|
126
143
|
set valueResolver(v) {
|
|
127
144
|
if (v != null && this._stylingContainer && v._styling)
|
|
128
145
|
v._styling(this._stylingContainer, this, this);
|
|
129
|
-
v == null ? this.i.
|
|
146
|
+
v == null ? this.i.q1 = null : this.i.q1 = v.i;
|
|
130
147
|
}
|
|
131
148
|
findByName(name) {
|
|
132
149
|
var baseResult = super.findByName(name);
|
|
@@ -182,6 +199,7 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
182
199
|
}
|
|
183
200
|
};
|
|
184
201
|
this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
|
|
202
|
+
;
|
|
185
203
|
}
|
|
186
204
|
}
|
|
187
205
|
IgcGeographicContourLineSeriesComponent._observedAttributesIgcGeographicContourLineSeriesComponent = null;
|
|
@@ -28,11 +28,25 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
28
28
|
if (super["connectedCallback"]) {
|
|
29
29
|
super["connectedCallback"]();
|
|
30
30
|
}
|
|
31
|
+
if (this.i.connectedCallback) {
|
|
32
|
+
this.i.connectedCallback();
|
|
33
|
+
}
|
|
31
34
|
if (!this._attached) {
|
|
32
35
|
this._attached = true;
|
|
33
36
|
this._flushQueuedAttributes();
|
|
34
37
|
}
|
|
35
38
|
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
if (super["disconnectedCallback"]) {
|
|
41
|
+
super["disconnectedCallback"]();
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
36
50
|
static get observedAttributes() {
|
|
37
51
|
if (IgcGeographicHighDensityScatterSeriesComponent._observedAttributesIgcGeographicHighDensityScatterSeriesComponent == null) {
|
|
38
52
|
let names = getAllPropertyNames(IgcGeographicHighDensityScatterSeriesComponent);
|
|
@@ -53,115 +67,115 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
53
67
|
* Gets whether the current series shows pixels.
|
|
54
68
|
*/
|
|
55
69
|
get isPixel() {
|
|
56
|
-
return this.i.
|
|
70
|
+
return this.i.d6;
|
|
57
71
|
}
|
|
58
72
|
/**
|
|
59
73
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
60
74
|
*/
|
|
61
75
|
get latitudeMemberPath() {
|
|
62
|
-
return this.i.
|
|
76
|
+
return this.i.qx;
|
|
63
77
|
}
|
|
64
78
|
set latitudeMemberPath(v) {
|
|
65
|
-
this.i.
|
|
79
|
+
this.i.qx = v;
|
|
66
80
|
}
|
|
67
81
|
/**
|
|
68
82
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
69
83
|
*/
|
|
70
84
|
get longitudeMemberPath() {
|
|
71
|
-
return this.i.
|
|
85
|
+
return this.i.qz;
|
|
72
86
|
}
|
|
73
87
|
set longitudeMemberPath(v) {
|
|
74
|
-
this.i.
|
|
88
|
+
this.i.qz = v;
|
|
75
89
|
}
|
|
76
90
|
/**
|
|
77
91
|
* Gets or sets the whether to use use brute force mode.
|
|
78
92
|
*/
|
|
79
93
|
get useBruteForce() {
|
|
80
|
-
return this.i.
|
|
94
|
+
return this.i.qm;
|
|
81
95
|
}
|
|
82
96
|
set useBruteForce(v) {
|
|
83
|
-
this.i.
|
|
84
|
-
this._a("useBruteForce", this.i.
|
|
97
|
+
this.i.qm = ensureBool(v);
|
|
98
|
+
this._a("useBruteForce", this.i.qm);
|
|
85
99
|
}
|
|
86
100
|
/**
|
|
87
101
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
88
102
|
*/
|
|
89
103
|
get progressiveLoad() {
|
|
90
|
-
return this.i.
|
|
104
|
+
return this.i.ql;
|
|
91
105
|
}
|
|
92
106
|
set progressiveLoad(v) {
|
|
93
|
-
this.i.
|
|
94
|
-
this._a("progressiveLoad", this.i.
|
|
107
|
+
this.i.ql = ensureBool(v);
|
|
108
|
+
this._a("progressiveLoad", this.i.ql);
|
|
95
109
|
}
|
|
96
110
|
/**
|
|
97
111
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
98
112
|
*/
|
|
99
113
|
get mouseOverEnabled() {
|
|
100
|
-
return this.i.
|
|
114
|
+
return this.i.qk;
|
|
101
115
|
}
|
|
102
116
|
set mouseOverEnabled(v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("mouseOverEnabled", this.i.
|
|
117
|
+
this.i.qk = ensureBool(v);
|
|
118
|
+
this._a("mouseOverEnabled", this.i.qk);
|
|
105
119
|
}
|
|
106
120
|
/**
|
|
107
121
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
108
122
|
*/
|
|
109
123
|
get heatMinimum() {
|
|
110
|
-
return this.i.
|
|
124
|
+
return this.i.qo;
|
|
111
125
|
}
|
|
112
126
|
set heatMinimum(v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("heatMinimum", this.i.
|
|
127
|
+
this.i.qo = +v;
|
|
128
|
+
this._a("heatMinimum", this.i.qo);
|
|
115
129
|
}
|
|
116
130
|
/**
|
|
117
131
|
* Gets or sets the value that maps to the maximum heat color.
|
|
118
132
|
*/
|
|
119
133
|
get heatMaximum() {
|
|
120
|
-
return this.i.
|
|
134
|
+
return this.i.qn;
|
|
121
135
|
}
|
|
122
136
|
set heatMaximum(v) {
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("heatMaximum", this.i.
|
|
137
|
+
this.i.qn = +v;
|
|
138
|
+
this._a("heatMaximum", this.i.qn);
|
|
125
139
|
}
|
|
126
140
|
/**
|
|
127
141
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
128
142
|
*/
|
|
129
143
|
get heatMinimumColor() {
|
|
130
|
-
return colorToString(this.i.
|
|
144
|
+
return colorToString(this.i.ri);
|
|
131
145
|
}
|
|
132
146
|
set heatMinimumColor(v) {
|
|
133
|
-
this.i.
|
|
134
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
147
|
+
this.i.ri = stringToColor(v);
|
|
148
|
+
this._a("heatMinimumColor", colorToString(this.i.ri));
|
|
135
149
|
}
|
|
136
150
|
/**
|
|
137
151
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
138
152
|
*/
|
|
139
153
|
get heatMaximumColor() {
|
|
140
|
-
return colorToString(this.i.
|
|
154
|
+
return colorToString(this.i.rh);
|
|
141
155
|
}
|
|
142
156
|
set heatMaximumColor(v) {
|
|
143
|
-
this.i.
|
|
144
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
157
|
+
this.i.rh = stringToColor(v);
|
|
158
|
+
this._a("heatMaximumColor", colorToString(this.i.rh));
|
|
145
159
|
}
|
|
146
160
|
/**
|
|
147
161
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
148
162
|
*/
|
|
149
163
|
get pointExtent() {
|
|
150
|
-
return this.i.
|
|
164
|
+
return this.i.qr;
|
|
151
165
|
}
|
|
152
166
|
set pointExtent(v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("pointExtent", this.i.
|
|
167
|
+
this.i.qr = +v;
|
|
168
|
+
this._a("pointExtent", this.i.qr);
|
|
155
169
|
}
|
|
156
170
|
/**
|
|
157
171
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
158
172
|
*/
|
|
159
173
|
get progressiveStatus() {
|
|
160
|
-
return this.i.
|
|
174
|
+
return this.i.qs;
|
|
161
175
|
}
|
|
162
176
|
set progressiveStatus(v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("progressiveStatus", this.i.
|
|
177
|
+
this.i.qs = +v;
|
|
178
|
+
this._a("progressiveStatus", this.i.qs);
|
|
165
179
|
}
|
|
166
180
|
/**
|
|
167
181
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -187,6 +201,7 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
187
201
|
}
|
|
188
202
|
};
|
|
189
203
|
this.i.progressiveLoadStatusChanged = delegateCombine(this.i.progressiveLoadStatusChanged, this._progressiveLoadStatusChanged_wrapped);
|
|
204
|
+
;
|
|
190
205
|
}
|
|
191
206
|
}
|
|
192
207
|
IgcGeographicHighDensityScatterSeriesComponent._observedAttributesIgcGeographicHighDensityScatterSeriesComponent = null;
|
|
@@ -333,159 +333,161 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
333
333
|
* Gets or sets zoomability of the current control
|
|
334
334
|
*/
|
|
335
335
|
get zoomable() {
|
|
336
|
-
return this.i.
|
|
336
|
+
return this.i.ue;
|
|
337
337
|
}
|
|
338
338
|
set zoomable(v) {
|
|
339
|
-
this.i.
|
|
340
|
-
this._a("zoomable", this.i.
|
|
339
|
+
this.i.ue = ensureBool(v);
|
|
340
|
+
this._a("zoomable", this.i.ue);
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
343
|
* Gets or sets the behavior to use during resize.
|
|
344
344
|
*/
|
|
345
345
|
get resizeBehavior() {
|
|
346
|
-
return this.i.
|
|
346
|
+
return this.i.t7;
|
|
347
347
|
}
|
|
348
348
|
set resizeBehavior(v) {
|
|
349
|
-
this.i.
|
|
350
|
-
this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.
|
|
349
|
+
this.i.t7 = ensureEnum(MapResizeBehavior_$type, v);
|
|
350
|
+
this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.t7));
|
|
351
351
|
}
|
|
352
352
|
/**
|
|
353
353
|
* Gets or sets if the map should horizontally wrap.
|
|
354
354
|
*/
|
|
355
355
|
get isHorizontalWrappingEnabled() {
|
|
356
|
-
return this.i.
|
|
356
|
+
return this.i.ub;
|
|
357
357
|
}
|
|
358
358
|
set isHorizontalWrappingEnabled(v) {
|
|
359
|
-
this.i.
|
|
360
|
-
this._a("isHorizontalWrappingEnabled", this.i.
|
|
359
|
+
this.i.ub = ensureBool(v);
|
|
360
|
+
this._a("isHorizontalWrappingEnabled", this.i.ub);
|
|
361
361
|
}
|
|
362
362
|
/**
|
|
363
363
|
* Gets or sets if the map should horizontally wrap.
|
|
364
364
|
*/
|
|
365
365
|
get backgroundTilingMode() {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.t3;
|
|
367
367
|
}
|
|
368
368
|
set backgroundTilingMode(v) {
|
|
369
|
-
this.i.
|
|
370
|
-
this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.
|
|
369
|
+
this.i.t3 = ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
370
|
+
this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.t3));
|
|
371
371
|
}
|
|
372
372
|
/**
|
|
373
373
|
* Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
|
|
374
374
|
*/
|
|
375
375
|
get useWorldRectForZoomBounds() {
|
|
376
|
-
return this.i.
|
|
376
|
+
return this.i.ud;
|
|
377
377
|
}
|
|
378
378
|
set useWorldRectForZoomBounds(v) {
|
|
379
|
-
this.i.
|
|
380
|
-
this._a("useWorldRectForZoomBounds", this.i.
|
|
379
|
+
this.i.ud = ensureBool(v);
|
|
380
|
+
this._a("useWorldRectForZoomBounds", this.i.ud);
|
|
381
381
|
}
|
|
382
382
|
/**
|
|
383
383
|
* Gets or sets whether skip resetting the zoom when the world rect changes.
|
|
384
384
|
*/
|
|
385
385
|
get suppressZoomResetOnWorldRectChange() {
|
|
386
|
-
return this.i.
|
|
386
|
+
return this.i.uc;
|
|
387
387
|
}
|
|
388
388
|
set suppressZoomResetOnWorldRectChange(v) {
|
|
389
|
-
this.i.
|
|
390
|
-
this._a("suppressZoomResetOnWorldRectChange", this.i.
|
|
389
|
+
this.i.uc = ensureBool(v);
|
|
390
|
+
this._a("suppressZoomResetOnWorldRectChange", this.i.uc);
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
393
|
* Gets or sets the world bounding rectangle.
|
|
394
394
|
*/
|
|
395
395
|
get worldRect() {
|
|
396
|
-
return fromRect(this.i.
|
|
396
|
+
return fromRect(this.i.v9);
|
|
397
397
|
}
|
|
398
398
|
set worldRect(v) {
|
|
399
|
-
this.i.
|
|
400
|
-
this._a("worldRect", rectToString(this.i.
|
|
399
|
+
this.i.v9 = toRect(v);
|
|
400
|
+
this._a("worldRect", rectToString(this.i.v9));
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
403
|
* Gets the actual value of the WorldRect.
|
|
404
404
|
*/
|
|
405
405
|
get actualWorldRect() {
|
|
406
|
-
return fromRect(this.i.
|
|
406
|
+
return fromRect(this.i.vx);
|
|
407
407
|
}
|
|
408
408
|
set actualWorldRect(v) {
|
|
409
|
-
this.i.
|
|
410
|
-
this._a("actualWorldRect", rectToString(this.i.
|
|
409
|
+
this.i.vx = toRect(v);
|
|
410
|
+
this._a("actualWorldRect", rectToString(this.i.vx));
|
|
411
411
|
}
|
|
412
412
|
/**
|
|
413
413
|
* The X-axis for this IgxGeographicMap.Component
|
|
414
414
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
415
415
|
*/
|
|
416
416
|
get xAxis() {
|
|
417
|
-
|
|
417
|
+
const r = this.i.tw;
|
|
418
|
+
if (r == null) {
|
|
418
419
|
return null;
|
|
419
420
|
}
|
|
420
|
-
if (!
|
|
421
|
-
let e = IgcNumericXAxisComponent._createFromInternal(
|
|
421
|
+
if (!r.externalObject) {
|
|
422
|
+
let e = IgcNumericXAxisComponent._createFromInternal(r);
|
|
422
423
|
if (e) {
|
|
423
|
-
e._implementation =
|
|
424
|
+
e._implementation = r;
|
|
424
425
|
}
|
|
425
|
-
|
|
426
|
+
r.externalObject = e;
|
|
426
427
|
}
|
|
427
|
-
return
|
|
428
|
+
return r.externalObject;
|
|
428
429
|
}
|
|
429
430
|
set xAxis(v) {
|
|
430
431
|
if (v != null && this._stylingContainer && v._styling)
|
|
431
432
|
v._styling(this._stylingContainer, this, this);
|
|
432
|
-
v == null ? this.i.
|
|
433
|
+
v == null ? this.i.tw = null : this.i.tw = v.i;
|
|
433
434
|
}
|
|
434
435
|
/**
|
|
435
436
|
* The Y-axis for this IgxGeographicMap.Component
|
|
436
437
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
437
438
|
*/
|
|
438
439
|
get yAxis() {
|
|
439
|
-
|
|
440
|
+
const r = this.i.ty;
|
|
441
|
+
if (r == null) {
|
|
440
442
|
return null;
|
|
441
443
|
}
|
|
442
|
-
if (!
|
|
443
|
-
let e = IgcNumericYAxisComponent._createFromInternal(
|
|
444
|
+
if (!r.externalObject) {
|
|
445
|
+
let e = IgcNumericYAxisComponent._createFromInternal(r);
|
|
444
446
|
if (e) {
|
|
445
|
-
e._implementation =
|
|
447
|
+
e._implementation = r;
|
|
446
448
|
}
|
|
447
|
-
|
|
449
|
+
r.externalObject = e;
|
|
448
450
|
}
|
|
449
|
-
return
|
|
451
|
+
return r.externalObject;
|
|
450
452
|
}
|
|
451
453
|
set yAxis(v) {
|
|
452
454
|
if (v != null && this._stylingContainer && v._styling)
|
|
453
455
|
v._styling(this._stylingContainer, this, this);
|
|
454
|
-
v == null ? this.i.
|
|
456
|
+
v == null ? this.i.ty = null : this.i.ty = v.i;
|
|
455
457
|
}
|
|
456
458
|
/**
|
|
457
459
|
* Indicates if this SeriesViewer is a map.
|
|
458
460
|
*/
|
|
459
461
|
get isMap() {
|
|
460
|
-
return this.i.
|
|
462
|
+
return this.i.ej;
|
|
461
463
|
}
|
|
462
464
|
/**
|
|
463
465
|
* A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
|
|
464
466
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
465
467
|
*/
|
|
466
468
|
get windowScale() {
|
|
467
|
-
return this.i.
|
|
469
|
+
return this.i.uj;
|
|
468
470
|
}
|
|
469
471
|
set windowScale(v) {
|
|
470
|
-
this.i.
|
|
471
|
-
this._a("windowScale", this.i.
|
|
472
|
+
this.i.uj = +v;
|
|
473
|
+
this._a("windowScale", this.i.uj);
|
|
472
474
|
}
|
|
473
475
|
/**
|
|
474
476
|
* A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
|
|
475
477
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
476
478
|
*/
|
|
477
479
|
get actualWindowScale() {
|
|
478
|
-
return this.i.
|
|
480
|
+
return this.i.ui;
|
|
479
481
|
}
|
|
480
482
|
set actualWindowScale(v) {
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("actualWindowScale", this.i.
|
|
483
|
+
this.i.ui = +v;
|
|
484
|
+
this._a("actualWindowScale", this.i.ui);
|
|
483
485
|
}
|
|
484
486
|
/**
|
|
485
487
|
* Gets whether or not the control is ready for zooming
|
|
486
488
|
*/
|
|
487
489
|
get zoomIsReady() {
|
|
488
|
-
return this.i.
|
|
490
|
+
return this.i.uf;
|
|
489
491
|
}
|
|
490
492
|
findByName(name) {
|
|
491
493
|
var baseResult = super.findByName(name);
|
|
@@ -513,7 +515,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
513
515
|
|
|
514
516
|
*/
|
|
515
517
|
getCurrentActualWorldRect() {
|
|
516
|
-
let iv = this.i.
|
|
518
|
+
let iv = this.i.v1();
|
|
517
519
|
return fromRect(iv);
|
|
518
520
|
}
|
|
519
521
|
/**
|
|
@@ -530,14 +532,14 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
530
532
|
|
|
531
533
|
*/
|
|
532
534
|
updateZoomWindow(zoomWindow) {
|
|
533
|
-
this.i.
|
|
535
|
+
this.i.vd(toRect(zoomWindow));
|
|
534
536
|
}
|
|
535
537
|
/**
|
|
536
538
|
* Updates world rect in geographic coordinates
|
|
537
539
|
|
|
538
540
|
*/
|
|
539
541
|
updateWorldRect(worldRect) {
|
|
540
|
-
this.i.
|
|
542
|
+
this.i.vc(toRect(worldRect));
|
|
541
543
|
}
|
|
542
544
|
/**
|
|
543
545
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -549,7 +551,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
549
551
|
return fromRect(iv);
|
|
550
552
|
}
|
|
551
553
|
convertGeographicToZoom(geographic, extraPixelPadding) {
|
|
552
|
-
let iv = this.i.
|
|
554
|
+
let iv = this.i.vy(toRect(geographic), extraPixelPadding);
|
|
553
555
|
return fromRect(iv);
|
|
554
556
|
}
|
|
555
557
|
getZoomFromGeographicPoints(northWest, southEast) {
|
|
@@ -562,7 +564,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
562
564
|
* @param windowRect * The zoom area.
|
|
563
565
|
*/
|
|
564
566
|
getGeographicFromZoom(windowRect) {
|
|
565
|
-
let iv = this.i.
|
|
567
|
+
let iv = this.i.v3(toRect(windowRect));
|
|
566
568
|
return fromRect(iv);
|
|
567
569
|
}
|
|
568
570
|
/**
|
|
@@ -571,7 +573,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
571
573
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
572
574
|
*/
|
|
573
575
|
getGeographicPoint(pixelCoordinate) {
|
|
574
|
-
let iv = this.i.
|
|
576
|
+
let iv = this.i.vp(toPoint(pixelCoordinate));
|
|
575
577
|
return fromPoint(iv);
|
|
576
578
|
}
|
|
577
579
|
/**
|
|
@@ -580,7 +582,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
580
582
|
* @param geographicCoordinate * A geographic coordinate
|
|
581
583
|
*/
|
|
582
584
|
getPixelPoint(geographicCoordinate) {
|
|
583
|
-
let iv = this.i.
|
|
585
|
+
let iv = this.i.vq(toPoint(geographicCoordinate));
|
|
584
586
|
return fromPoint(iv);
|
|
585
587
|
}
|
|
586
588
|
/**
|
|
@@ -589,7 +591,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
589
591
|
* @param geographicCoordinate * A geographic coordinate
|
|
590
592
|
*/
|
|
591
593
|
getWindowPoint(geographicCoordinate) {
|
|
592
|
-
let iv = this.i.
|
|
594
|
+
let iv = this.i.vr(toPoint(geographicCoordinate));
|
|
593
595
|
return fromPoint(iv);
|
|
594
596
|
}
|
|
595
597
|
/**
|
|
@@ -597,21 +599,21 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
597
599
|
|
|
598
600
|
*/
|
|
599
601
|
clearTileCache() {
|
|
600
|
-
this.i.
|
|
602
|
+
this.i.u0();
|
|
601
603
|
}
|
|
602
604
|
/**
|
|
603
605
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
604
606
|
|
|
605
607
|
*/
|
|
606
608
|
styleUpdated() {
|
|
607
|
-
this.i.
|
|
609
|
+
this.i.u8();
|
|
608
610
|
}
|
|
609
611
|
/**
|
|
610
612
|
* Gets actual window scale for horizontal dimension of the control
|
|
611
613
|
|
|
612
614
|
*/
|
|
613
615
|
getActualWindowScaleHorizontal() {
|
|
614
|
-
let iv = this.i.
|
|
616
|
+
let iv = this.i.gm();
|
|
615
617
|
return (iv);
|
|
616
618
|
}
|
|
617
619
|
/**
|
|
@@ -619,7 +621,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
619
621
|
|
|
620
622
|
*/
|
|
621
623
|
getActualWindowScaleVertical() {
|
|
622
|
-
let iv = this.i.
|
|
624
|
+
let iv = this.i.gn();
|
|
623
625
|
return (iv);
|
|
624
626
|
}
|
|
625
627
|
/**
|
|
@@ -634,7 +636,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
634
636
|
|
|
635
637
|
*/
|
|
636
638
|
exportVisualData() {
|
|
637
|
-
let iv = this.i.
|
|
639
|
+
let iv = this.i.um();
|
|
638
640
|
return (iv);
|
|
639
641
|
}
|
|
640
642
|
/**
|
|
@@ -643,7 +645,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
643
645
|
* @param geographic * The geographic region to zoom to.
|
|
644
646
|
*/
|
|
645
647
|
zoomToGeographic(geographic) {
|
|
646
|
-
this.i.
|
|
648
|
+
this.i.vf(toRect(geographic));
|
|
647
649
|
}
|
|
648
650
|
/**
|
|
649
651
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -669,6 +671,7 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
669
671
|
}
|
|
670
672
|
};
|
|
671
673
|
this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
|
|
674
|
+
;
|
|
672
675
|
}
|
|
673
676
|
}
|
|
674
677
|
IgcGeographicMapComponent._observedAttributesIgcGeographicMapComponent = null;
|