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.
Files changed (106) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1829 -1522
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igc-custom-map-imagery.js +1 -0
  16. package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
  17. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
  18. package/esm2015/lib/igc-geographic-map-component.js +63 -60
  19. package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
  21. package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
  22. package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
  23. package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
  24. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  25. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
  26. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
  27. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  28. package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
  29. package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
  30. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
  31. package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
  32. package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
  33. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  34. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igc-tile-series-component.js +19 -4
  36. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  37. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  38. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  39. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  40. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  41. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  42. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  43. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/TileSeries_combined.js +86 -86
  47. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  48. package/esm5/lib/igc-custom-map-imagery.js +1 -0
  49. package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
  50. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
  51. package/esm5/lib/igc-geographic-map-component.js +63 -60
  52. package/esm5/lib/igc-geographic-map-imagery.js +30 -3
  53. package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
  54. package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
  55. package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
  56. package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
  57. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  58. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
  59. package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
  60. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  61. package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
  62. package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
  63. package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
  64. package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
  65. package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
  66. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  67. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  68. package/esm5/lib/igc-tile-series-component.js +19 -4
  69. package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
  70. package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
  71. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
  73. package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
  74. package/lib/GeographicMarkerSeries.d.ts +18 -18
  75. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  76. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  77. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  78. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  79. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  80. package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
  81. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  82. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  83. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  84. package/lib/GeographicTileSeries.d.ts +9 -9
  85. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  86. package/lib/TileSeries_combined.d.ts +19 -19
  87. package/lib/XamGeographicMap_combined.d.ts +105 -105
  88. package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
  89. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
  90. package/lib/igc-geographic-map-imagery.d.ts +4 -1
  91. package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
  92. package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
  93. package/lib/igc-geographic-marker-series-component.d.ts +1 -0
  94. package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
  95. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
  96. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
  97. package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
  98. package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
  99. package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
  100. package/lib/igc-geographic-shape-series-component.d.ts +1 -0
  101. package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
  102. package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
  103. package/lib/igc-geographic-tile-series-component.d.ts +1 -0
  104. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
  105. package/lib/igc-tile-series-component.d.ts +1 -0
  106. package/package.json +3 -3
@@ -40,5 +40,6 @@ export class IgcCustomMapImagery extends IgcGeographicMapImagery {
40
40
  }
41
41
  };
42
42
  this.i.getTileImageUri = delegateCombine(this.i.getTileImageUri, this._getTileImageUri_wrapped);
43
+ ;
43
44
  }
44
45
  }
@@ -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.d0;
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.q5;
77
+ return this.i.q9;
64
78
  }
65
79
  set valueMemberPath(v) {
66
- this.i.q5 = v;
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
- if (this.i.q1 == null) {
86
+ const r = this.i.q5;
87
+ if (r == null) {
73
88
  return null;
74
89
  }
75
- if (!this.i.q1.externalObject) {
76
- let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q1);
90
+ if (!r.externalObject) {
91
+ let e = IgcValueBrushScaleComponent._createFromInternal(r);
77
92
  if (e) {
78
- e._implementation = this.i.q1;
93
+ e._implementation = r;
79
94
  }
80
- this.i.q1.externalObject = e;
95
+ r.externalObject = e;
81
96
  }
82
- return this.i.q1.externalObject;
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.q1 = null : this.i.q1 = v.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
- if (this.i.q0 == null) {
108
+ const r = this.i.q4;
109
+ if (r == null) {
94
110
  return null;
95
111
  }
96
- if (!this.i.q0.externalObject) {
97
- let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
112
+ if (!r.externalObject) {
113
+ let e = IgcValueBrushScaleComponent._createFromInternal(r);
98
114
  if (e) {
99
- e._implementation = this.i.q0;
115
+ e._implementation = r;
100
116
  }
101
- this.i.q0.externalObject = e;
117
+ r.externalObject = e;
102
118
  }
103
- return this.i.q0.externalObject;
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.q0 = null : this.i.q0 = v.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
- if (this.i.qx == null) {
130
+ const r = this.i.q1;
131
+ if (r == null) {
115
132
  return null;
116
133
  }
117
- if (!this.i.qx.externalObject) {
118
- let e = IgcContourValueResolverComponent._createFromInternal(this.i.qx);
134
+ if (!r.externalObject) {
135
+ let e = IgcContourValueResolverComponent._createFromInternal(r);
119
136
  if (e) {
120
- e._implementation = this.i.qx;
137
+ e._implementation = r;
121
138
  }
122
- this.i.qx.externalObject = e;
139
+ r.externalObject = e;
123
140
  }
124
- return this.i.qx.externalObject;
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.qx = null : this.i.qx = v.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.d5;
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.qt;
76
+ return this.i.qx;
63
77
  }
64
78
  set latitudeMemberPath(v) {
65
- this.i.qt = v;
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.qv;
85
+ return this.i.qz;
72
86
  }
73
87
  set longitudeMemberPath(v) {
74
- this.i.qv = v;
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.qi;
94
+ return this.i.qm;
81
95
  }
82
96
  set useBruteForce(v) {
83
- this.i.qi = ensureBool(v);
84
- this._a("useBruteForce", this.i.qi);
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.qh;
104
+ return this.i.ql;
91
105
  }
92
106
  set progressiveLoad(v) {
93
- this.i.qh = ensureBool(v);
94
- this._a("progressiveLoad", this.i.qh);
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.qg;
114
+ return this.i.qk;
101
115
  }
102
116
  set mouseOverEnabled(v) {
103
- this.i.qg = ensureBool(v);
104
- this._a("mouseOverEnabled", this.i.qg);
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.qk;
124
+ return this.i.qo;
111
125
  }
112
126
  set heatMinimum(v) {
113
- this.i.qk = +v;
114
- this._a("heatMinimum", this.i.qk);
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.qj;
134
+ return this.i.qn;
121
135
  }
122
136
  set heatMaximum(v) {
123
- this.i.qj = +v;
124
- this._a("heatMaximum", this.i.qj);
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.re);
144
+ return colorToString(this.i.ri);
131
145
  }
132
146
  set heatMinimumColor(v) {
133
- this.i.re = stringToColor(v);
134
- this._a("heatMinimumColor", colorToString(this.i.re));
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.rd);
154
+ return colorToString(this.i.rh);
141
155
  }
142
156
  set heatMaximumColor(v) {
143
- this.i.rd = stringToColor(v);
144
- this._a("heatMaximumColor", colorToString(this.i.rd));
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.qn;
164
+ return this.i.qr;
151
165
  }
152
166
  set pointExtent(v) {
153
- this.i.qn = +v;
154
- this._a("pointExtent", this.i.qn);
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.qo;
174
+ return this.i.qs;
161
175
  }
162
176
  set progressiveStatus(v) {
163
- this.i.qo = +v;
164
- this._a("progressiveStatus", this.i.qo);
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.tk;
336
+ return this.i.ue;
337
337
  }
338
338
  set zoomable(v) {
339
- this.i.tk = ensureBool(v);
340
- this._a("zoomable", this.i.tk);
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.td;
346
+ return this.i.t7;
347
347
  }
348
348
  set resizeBehavior(v) {
349
- this.i.td = ensureEnum(MapResizeBehavior_$type, v);
350
- this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.td));
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.th;
356
+ return this.i.ub;
357
357
  }
358
358
  set isHorizontalWrappingEnabled(v) {
359
- this.i.th = ensureBool(v);
360
- this._a("isHorizontalWrappingEnabled", this.i.th);
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.s9;
366
+ return this.i.t3;
367
367
  }
368
368
  set backgroundTilingMode(v) {
369
- this.i.s9 = ensureEnum(MapBackgroundTilingMode_$type, v);
370
- this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.s9));
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.tj;
376
+ return this.i.ud;
377
377
  }
378
378
  set useWorldRectForZoomBounds(v) {
379
- this.i.tj = ensureBool(v);
380
- this._a("useWorldRectForZoomBounds", this.i.tj);
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.ti;
386
+ return this.i.uc;
387
387
  }
388
388
  set suppressZoomResetOnWorldRectChange(v) {
389
- this.i.ti = ensureBool(v);
390
- this._a("suppressZoomResetOnWorldRectChange", this.i.ti);
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.vf);
396
+ return fromRect(this.i.v9);
397
397
  }
398
398
  set worldRect(v) {
399
- this.i.vf = toRect(v);
400
- this._a("worldRect", rectToString(this.i.vf));
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.u3);
406
+ return fromRect(this.i.vx);
407
407
  }
408
408
  set actualWorldRect(v) {
409
- this.i.u3 = toRect(v);
410
- this._a("actualWorldRect", rectToString(this.i.u3));
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
- if (this.i.s2 == null) {
417
+ const r = this.i.tw;
418
+ if (r == null) {
418
419
  return null;
419
420
  }
420
- if (!this.i.s2.externalObject) {
421
- let e = IgcNumericXAxisComponent._createFromInternal(this.i.s2);
421
+ if (!r.externalObject) {
422
+ let e = IgcNumericXAxisComponent._createFromInternal(r);
422
423
  if (e) {
423
- e._implementation = this.i.s2;
424
+ e._implementation = r;
424
425
  }
425
- this.i.s2.externalObject = e;
426
+ r.externalObject = e;
426
427
  }
427
- return this.i.s2.externalObject;
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.s2 = null : this.i.s2 = v.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
- if (this.i.s4 == null) {
440
+ const r = this.i.ty;
441
+ if (r == null) {
440
442
  return null;
441
443
  }
442
- if (!this.i.s4.externalObject) {
443
- let e = IgcNumericYAxisComponent._createFromInternal(this.i.s4);
444
+ if (!r.externalObject) {
445
+ let e = IgcNumericYAxisComponent._createFromInternal(r);
444
446
  if (e) {
445
- e._implementation = this.i.s4;
447
+ e._implementation = r;
446
448
  }
447
- this.i.s4.externalObject = e;
449
+ r.externalObject = e;
448
450
  }
449
- return this.i.s4.externalObject;
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.s4 = null : this.i.s4 = v.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.ef;
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.tp;
469
+ return this.i.uj;
468
470
  }
469
471
  set windowScale(v) {
470
- this.i.tp = +v;
471
- this._a("windowScale", this.i.tp);
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.to;
480
+ return this.i.ui;
479
481
  }
480
482
  set actualWindowScale(v) {
481
- this.i.to = +v;
482
- this._a("actualWindowScale", this.i.to);
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.tl;
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.u7();
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.uj(toRect(zoomWindow));
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.ui(toRect(worldRect));
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.u4(toRect(geographic), extraPixelPadding);
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.u9(toRect(windowRect));
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.uv(toPoint(pixelCoordinate));
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.uw(toPoint(geographicCoordinate));
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.ux(toPoint(geographicCoordinate));
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.t6();
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.ue();
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.ga();
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.gb();
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.ts();
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.ul(toRect(geographic));
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;