igniteui-webcomponents-maps 3.2.4 → 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 (63) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +361 -66
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/igc-custom-map-imagery.js +1 -0
  4. package/esm2015/lib/igc-geographic-contour-line-series-component.js +36 -18
  5. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +15 -0
  6. package/esm2015/lib/igc-geographic-map-component.js +15 -12
  7. package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
  8. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -0
  9. package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
  10. package/esm2015/lib/igc-geographic-marker-series-component.js +14 -0
  11. package/esm2015/lib/igc-geographic-polyline-series-component.js +15 -0
  12. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  13. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +30 -12
  14. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +29 -12
  15. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  16. package/esm2015/lib/igc-geographic-shape-series-base-component.js +27 -5
  17. package/esm2015/lib/igc-geographic-shape-series-component.js +15 -0
  18. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
  19. package/esm2015/lib/igc-geographic-symbol-series-component.js +16 -0
  20. package/esm2015/lib/igc-geographic-tile-series-component.js +18 -2
  21. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  22. package/esm2015/lib/igc-tile-series-component.js +17 -2
  23. package/esm5/lib/igc-custom-map-imagery.js +1 -0
  24. package/esm5/lib/igc-geographic-contour-line-series-component.js +36 -18
  25. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +15 -0
  26. package/esm5/lib/igc-geographic-map-component.js +15 -12
  27. package/esm5/lib/igc-geographic-map-imagery.js +30 -3
  28. package/esm5/lib/igc-geographic-map-series-host-component.js +14 -0
  29. package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
  30. package/esm5/lib/igc-geographic-marker-series-component.js +14 -0
  31. package/esm5/lib/igc-geographic-polyline-series-component.js +15 -0
  32. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  33. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +30 -12
  34. package/esm5/lib/igc-geographic-scatter-area-series-component.js +29 -12
  35. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  36. package/esm5/lib/igc-geographic-shape-series-base-component.js +27 -5
  37. package/esm5/lib/igc-geographic-shape-series-component.js +15 -0
  38. package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
  39. package/esm5/lib/igc-geographic-symbol-series-component.js +16 -0
  40. package/esm5/lib/igc-geographic-tile-series-component.js +18 -2
  41. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  42. package/esm5/lib/igc-tile-series-component.js +17 -2
  43. package/fesm2015/igniteui-webcomponents-maps.js +360 -65
  44. package/fesm5/igniteui-webcomponents-maps.js +361 -66
  45. package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
  46. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
  47. package/lib/igc-geographic-map-imagery.d.ts +4 -1
  48. package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
  49. package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
  50. package/lib/igc-geographic-marker-series-component.d.ts +1 -0
  51. package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
  52. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
  53. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
  54. package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
  55. package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
  56. package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
  57. package/lib/igc-geographic-shape-series-component.d.ts +1 -0
  58. package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
  59. package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
  60. package/lib/igc-geographic-tile-series-component.d.ts +1 -0
  61. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
  62. package/lib/igc-tile-series-component.d.ts +1 -0
  63. package/package.json +3 -3
@@ -29,11 +29,25 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__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 (IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent == null) {
39
53
  let names = getAllPropertyNames(IgcGeographicShapeSeriesBaseComponent);
@@ -164,15 +178,21 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
164
178
  * Set a shapefile datasource to use with the series.
165
179
  */
166
180
  get shapefileDataSource() {
167
- if (this.i.qn == null) {
181
+ const r = this.i.qn;
182
+ if (r == null) {
168
183
  return null;
169
184
  }
170
- if (!this.i.qn.externalObject) {
185
+ if (!r.externalObject) {
171
186
  let e = new IgcShapeDataSource();
172
- e._implementation = this.i.qn;
173
- this.i.qn.externalObject = e;
187
+ if (e.i.setNativeElement) {
188
+ e.i.setNativeElement(r);
189
+ }
190
+ else {
191
+ e._implementation = r;
192
+ }
193
+ r.externalObject = e;
174
194
  }
175
- return this.i.qn.externalObject;
195
+ return r.externalObject;
176
196
  }
177
197
  set shapefileDataSource(v) {
178
198
  v == null ? this.i.qn = null : this.i.qn = v.i;
@@ -222,6 +242,7 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
222
242
  }
223
243
  };
224
244
  this.i.assigningShapeStyle = delegateCombine(this.i.assigningShapeStyle, this._assigningShapeStyle_wrapped);
245
+ ;
225
246
  }
226
247
  /**
227
248
  * Event raised when Assigning Shape Marker Style
@@ -247,6 +268,7 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
247
268
  }
248
269
  };
249
270
  this.i.assigningShapeMarkerStyle = delegateCombine(this.i.assigningShapeMarkerStyle, this._assigningShapeMarkerStyle_wrapped);
271
+ ;
250
272
  }
251
273
  }
252
274
  IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent = null;
@@ -32,11 +32,25 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
32
32
  if (super["connectedCallback"]) {
33
33
  super["connectedCallback"]();
34
34
  }
35
+ if (this.i.connectedCallback) {
36
+ this.i.connectedCallback();
37
+ }
35
38
  if (!this._attached) {
36
39
  this._attached = true;
37
40
  this._flushQueuedAttributes();
38
41
  }
39
42
  }
43
+ disconnectedCallback() {
44
+ if (super["disconnectedCallback"]) {
45
+ super["disconnectedCallback"]();
46
+ }
47
+ if (this.i.disconnectedCallback) {
48
+ this.i.disconnectedCallback();
49
+ }
50
+ if (this._attached) {
51
+ this._attached = false;
52
+ }
53
+ }
40
54
  static get observedAttributes() {
41
55
  if (IgcGeographicShapeSeriesComponent._observedAttributesIgcGeographicShapeSeriesComponent == null) {
42
56
  let names = getAllPropertyNames(IgcGeographicShapeSeriesComponent);
@@ -237,6 +251,7 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
237
251
  }
238
252
  };
239
253
  this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
254
+ ;
240
255
  }
241
256
  }
242
257
  IgcGeographicShapeSeriesComponent._observedAttributesIgcGeographicShapeSeriesComponent = null;
@@ -15,11 +15,25 @@ export let IgcGeographicSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
15
15
  if (super["connectedCallback"]) {
16
16
  super["connectedCallback"]();
17
17
  }
18
+ if (this.i.connectedCallback) {
19
+ this.i.connectedCallback();
20
+ }
18
21
  if (!this._attached) {
19
22
  this._attached = true;
20
23
  this._flushQueuedAttributes();
21
24
  }
22
25
  }
26
+ disconnectedCallback() {
27
+ if (super["disconnectedCallback"]) {
28
+ super["disconnectedCallback"]();
29
+ }
30
+ if (this.i.disconnectedCallback) {
31
+ this.i.disconnectedCallback();
32
+ }
33
+ if (this._attached) {
34
+ this._attached = false;
35
+ }
36
+ }
23
37
  static get observedAttributes() {
24
38
  if (IgcGeographicSymbolSeriesBaseComponent._observedAttributesIgcGeographicSymbolSeriesBaseComponent == null) {
25
39
  let names = getAllPropertyNames(IgcGeographicSymbolSeriesBaseComponent);
@@ -33,11 +33,25 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
33
33
  if (super["connectedCallback"]) {
34
34
  super["connectedCallback"]();
35
35
  }
36
+ if (this.i.connectedCallback) {
37
+ this.i.connectedCallback();
38
+ }
36
39
  if (!this._attached) {
37
40
  this._attached = true;
38
41
  this._flushQueuedAttributes();
39
42
  }
40
43
  }
44
+ disconnectedCallback() {
45
+ if (super["disconnectedCallback"]) {
46
+ super["disconnectedCallback"]();
47
+ }
48
+ if (this.i.disconnectedCallback) {
49
+ this.i.disconnectedCallback();
50
+ }
51
+ if (this._attached) {
52
+ this._attached = false;
53
+ }
54
+ }
41
55
  static get observedAttributes() {
42
56
  if (IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent == null) {
43
57
  let names = getAllPropertyNames(IgcGeographicSymbolSeriesComponent);
@@ -152,6 +166,7 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
152
166
  }
153
167
  };
154
168
  this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
169
+ ;
155
170
  }
156
171
  /**
157
172
  * Event raised when Assigning Scatter Marker Style
@@ -177,6 +192,7 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
177
192
  }
178
193
  };
179
194
  this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
195
+ ;
180
196
  }
181
197
  }
182
198
  IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent = null;
@@ -27,11 +27,25 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
27
27
  if (super["connectedCallback"]) {
28
28
  super["connectedCallback"]();
29
29
  }
30
+ if (this.i.connectedCallback) {
31
+ this.i.connectedCallback();
32
+ }
30
33
  if (!this._attached) {
31
34
  this._attached = true;
32
35
  this._flushQueuedAttributes();
33
36
  }
34
37
  }
38
+ disconnectedCallback() {
39
+ if (super["disconnectedCallback"]) {
40
+ super["disconnectedCallback"]();
41
+ }
42
+ if (this.i.disconnectedCallback) {
43
+ this.i.disconnectedCallback();
44
+ }
45
+ if (this._attached) {
46
+ this._attached = false;
47
+ }
48
+ }
35
49
  static get observedAttributes() {
36
50
  if (IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent == null) {
37
51
  let names = getAllPropertyNames(IgcGeographicTileSeriesComponent);
@@ -58,10 +72,11 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
58
72
  * The MapImagery which is used to provide the tiles for display.
59
73
  */
60
74
  get tileImagery() {
61
- if (this.i.ri == null) {
75
+ const r = this.i.ri;
76
+ if (r == null) {
62
77
  return null;
63
78
  }
64
- return this.i.ri.externalObject;
79
+ return r.externalObject;
65
80
  }
66
81
  set tileImagery(v) {
67
82
  v == null ? this.i.ri = null : this.i.ri = v.i;
@@ -107,6 +122,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
107
122
  }
108
123
  };
109
124
  this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
125
+ ;
110
126
  }
111
127
  }
112
128
  IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent = null;
@@ -15,11 +15,25 @@ export let IgcGeographicXYTriangulatingSeriesBaseComponent = /*@__PURE__*/ (() =
15
15
  if (super["connectedCallback"]) {
16
16
  super["connectedCallback"]();
17
17
  }
18
+ if (this.i.connectedCallback) {
19
+ this.i.connectedCallback();
20
+ }
18
21
  if (!this._attached) {
19
22
  this._attached = true;
20
23
  this._flushQueuedAttributes();
21
24
  }
22
25
  }
26
+ disconnectedCallback() {
27
+ if (super["disconnectedCallback"]) {
28
+ super["disconnectedCallback"]();
29
+ }
30
+ if (this.i.disconnectedCallback) {
31
+ this.i.disconnectedCallback();
32
+ }
33
+ if (this._attached) {
34
+ this._attached = false;
35
+ }
36
+ }
23
37
  static get observedAttributes() {
24
38
  if (IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent == null) {
25
39
  let names = getAllPropertyNames(IgcGeographicXYTriangulatingSeriesBaseComponent);
@@ -23,11 +23,25 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
23
23
  if (super["connectedCallback"]) {
24
24
  super["connectedCallback"]();
25
25
  }
26
+ if (this.i.connectedCallback) {
27
+ this.i.connectedCallback();
28
+ }
26
29
  if (!this._attached) {
27
30
  this._attached = true;
28
31
  this._flushQueuedAttributes();
29
32
  }
30
33
  }
34
+ disconnectedCallback() {
35
+ if (super["disconnectedCallback"]) {
36
+ super["disconnectedCallback"]();
37
+ }
38
+ if (this.i.disconnectedCallback) {
39
+ this.i.disconnectedCallback();
40
+ }
41
+ if (this._attached) {
42
+ this._attached = false;
43
+ }
44
+ }
31
45
  static get observedAttributes() {
32
46
  if (IgcTileSeriesComponent._observedAttributesIgcTileSeriesComponent == null) {
33
47
  let names = getAllPropertyNames(IgcTileSeriesComponent);
@@ -54,10 +68,11 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
54
68
  * The MapImagery which is used to provide the tiles for display.
55
69
  */
56
70
  get tileImagery() {
57
- if (this.i.sz == null) {
71
+ const r = this.i.sz;
72
+ if (r == null) {
58
73
  return null;
59
74
  }
60
- return this.i.sz.externalObject;
75
+ return r.externalObject;
61
76
  }
62
77
  set tileImagery(v) {
63
78
  v == null ? this.i.sz = null : this.i.sz = v.i;
@@ -49,6 +49,7 @@ var IgcCustomMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
49
49
  }
50
50
  };
51
51
  this.i.getTileImageUri = delegateCombine(this.i.getTileImageUri, this._getTileImageUri_wrapped);
52
+ ;
52
53
  },
53
54
  enumerable: true,
54
55
  configurable: true
@@ -35,11 +35,25 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
35
35
  if (_super.prototype["connectedCallback"]) {
36
36
  _super.prototype["connectedCallback"].call(this);
37
37
  }
38
+ if (this.i.connectedCallback) {
39
+ this.i.connectedCallback();
40
+ }
38
41
  if (!this._attached) {
39
42
  this._attached = true;
40
43
  this._flushQueuedAttributes();
41
44
  }
42
45
  };
46
+ IgcGeographicContourLineSeriesComponent.prototype.disconnectedCallback = function () {
47
+ if (_super.prototype["disconnectedCallback"]) {
48
+ _super.prototype["disconnectedCallback"].call(this);
49
+ }
50
+ if (this.i.disconnectedCallback) {
51
+ this.i.disconnectedCallback();
52
+ }
53
+ if (this._attached) {
54
+ this._attached = false;
55
+ }
56
+ };
43
57
  Object.defineProperty(IgcGeographicContourLineSeriesComponent, "observedAttributes", {
44
58
  get: function () {
45
59
  if (IgcGeographicContourLineSeriesComponent._observedAttributesIgcGeographicContourLineSeriesComponent == null) {
@@ -88,17 +102,18 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
88
102
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
89
103
  */
90
104
  get: function () {
91
- if (this.i.q5 == null) {
105
+ var r = this.i.q5;
106
+ if (r == null) {
92
107
  return null;
93
108
  }
94
- if (!this.i.q5.externalObject) {
95
- var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q5);
109
+ if (!r.externalObject) {
110
+ var e = IgcValueBrushScaleComponent._createFromInternal(r);
96
111
  if (e) {
97
- e._implementation = this.i.q5;
112
+ e._implementation = r;
98
113
  }
99
- this.i.q5.externalObject = e;
114
+ r.externalObject = e;
100
115
  }
101
- return this.i.q5.externalObject;
116
+ return r.externalObject;
102
117
  },
103
118
  set: function (v) {
104
119
  if (v != null && this._stylingContainer && v._styling)
@@ -113,17 +128,18 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
113
128
  * Gets actual fill scale that is set on the FillScale property or default FillScale
114
129
  */
115
130
  get: function () {
116
- if (this.i.q4 == null) {
131
+ var r = this.i.q4;
132
+ if (r == null) {
117
133
  return null;
118
134
  }
119
- if (!this.i.q4.externalObject) {
120
- var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q4);
135
+ if (!r.externalObject) {
136
+ var e = IgcValueBrushScaleComponent._createFromInternal(r);
121
137
  if (e) {
122
- e._implementation = this.i.q4;
138
+ e._implementation = r;
123
139
  }
124
- this.i.q4.externalObject = e;
140
+ r.externalObject = e;
125
141
  }
126
- return this.i.q4.externalObject;
142
+ return r.externalObject;
127
143
  },
128
144
  set: function (v) {
129
145
  if (v != null && this._stylingContainer && v._styling)
@@ -138,17 +154,18 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
138
154
  * The ContourValueResolver used to determine the numeric values of contours.
139
155
  */
140
156
  get: function () {
141
- if (this.i.q1 == null) {
157
+ var r = this.i.q1;
158
+ if (r == null) {
142
159
  return null;
143
160
  }
144
- if (!this.i.q1.externalObject) {
145
- var e = IgcContourValueResolverComponent._createFromInternal(this.i.q1);
161
+ if (!r.externalObject) {
162
+ var e = IgcContourValueResolverComponent._createFromInternal(r);
146
163
  if (e) {
147
- e._implementation = this.i.q1;
164
+ e._implementation = r;
148
165
  }
149
- this.i.q1.externalObject = e;
166
+ r.externalObject = e;
150
167
  }
151
- return this.i.q1.externalObject;
168
+ return r.externalObject;
152
169
  },
153
170
  set: function (v) {
154
171
  if (v != null && this._stylingContainer && v._styling)
@@ -214,6 +231,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
214
231
  }
215
232
  };
216
233
  this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
234
+ ;
217
235
  },
218
236
  enumerable: true,
219
237
  configurable: true
@@ -34,11 +34,25 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
34
34
  if (_super.prototype["connectedCallback"]) {
35
35
  _super.prototype["connectedCallback"].call(this);
36
36
  }
37
+ if (this.i.connectedCallback) {
38
+ this.i.connectedCallback();
39
+ }
37
40
  if (!this._attached) {
38
41
  this._attached = true;
39
42
  this._flushQueuedAttributes();
40
43
  }
41
44
  };
45
+ IgcGeographicHighDensityScatterSeriesComponent.prototype.disconnectedCallback = function () {
46
+ if (_super.prototype["disconnectedCallback"]) {
47
+ _super.prototype["disconnectedCallback"].call(this);
48
+ }
49
+ if (this.i.disconnectedCallback) {
50
+ this.i.disconnectedCallback();
51
+ }
52
+ if (this._attached) {
53
+ this._attached = false;
54
+ }
55
+ };
42
56
  Object.defineProperty(IgcGeographicHighDensityScatterSeriesComponent, "observedAttributes", {
43
57
  get: function () {
44
58
  if (IgcGeographicHighDensityScatterSeriesComponent._observedAttributesIgcGeographicHighDensityScatterSeriesComponent == null) {
@@ -247,6 +261,7 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
247
261
  }
248
262
  };
249
263
  this.i.progressiveLoadStatusChanged = delegateCombine(this.i.progressiveLoadStatusChanged, this._progressiveLoadStatusChanged_wrapped);
264
+ ;
250
265
  },
251
266
  enumerable: true,
252
267
  configurable: true
@@ -501,17 +501,18 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
501
501
  * 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.
502
502
  */
503
503
  get: function () {
504
- if (this.i.tw == null) {
504
+ var r = this.i.tw;
505
+ if (r == null) {
505
506
  return null;
506
507
  }
507
- if (!this.i.tw.externalObject) {
508
- var e = IgcNumericXAxisComponent._createFromInternal(this.i.tw);
508
+ if (!r.externalObject) {
509
+ var e = IgcNumericXAxisComponent._createFromInternal(r);
509
510
  if (e) {
510
- e._implementation = this.i.tw;
511
+ e._implementation = r;
511
512
  }
512
- this.i.tw.externalObject = e;
513
+ r.externalObject = e;
513
514
  }
514
- return this.i.tw.externalObject;
515
+ return r.externalObject;
515
516
  },
516
517
  set: function (v) {
517
518
  if (v != null && this._stylingContainer && v._styling)
@@ -527,17 +528,18 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
527
528
  * 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.
528
529
  */
529
530
  get: function () {
530
- if (this.i.ty == null) {
531
+ var r = this.i.ty;
532
+ if (r == null) {
531
533
  return null;
532
534
  }
533
- if (!this.i.ty.externalObject) {
534
- var e = IgcNumericYAxisComponent._createFromInternal(this.i.ty);
535
+ if (!r.externalObject) {
536
+ var e = IgcNumericYAxisComponent._createFromInternal(r);
535
537
  if (e) {
536
- e._implementation = this.i.ty;
538
+ e._implementation = r;
537
539
  }
538
- this.i.ty.externalObject = e;
540
+ r.externalObject = e;
539
541
  }
540
- return this.i.ty.externalObject;
542
+ return r.externalObject;
541
543
  },
542
544
  set: function (v) {
543
545
  if (v != null && this._stylingContainer && v._styling)
@@ -781,6 +783,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
781
783
  }
782
784
  };
783
785
  this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
786
+ ;
784
787
  },
785
788
  enumerable: true,
786
789
  configurable: true
@@ -3,6 +3,7 @@ import { IgcImageTilesReadyEventArgs } from "./igc-image-tiles-ready-event-args"
3
3
  import { IgcImagesChangedEventArgs } from "./igc-images-changed-event-args";
4
4
  import { IgcCancellingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
5
5
  import { IgcDownloadingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
6
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
6
7
  import { fromRect, toRect, ensureBool } from "igniteui-webcomponents-core";
7
8
  /**
8
9
  * Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgxGeographicMap.Component
@@ -30,10 +31,26 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
30
31
  */
31
32
  get: function () {
32
33
  return this._implementation;
33
- },
34
+ } /**
35
+ * @hidden
36
+ */,
34
37
  enumerable: true,
35
38
  configurable: true
36
39
  });
40
+ IgcGeographicMapImagery._createFromInternal = function (internal) {
41
+ if (!internal) {
42
+ return null;
43
+ }
44
+ if (!internal.$type) {
45
+ return null;
46
+ }
47
+ var name = internal.$type.name;
48
+ var externalName = "Igc" + name + "Component";
49
+ if (!TypeRegistrar.isRegistered(externalName)) {
50
+ return null;
51
+ }
52
+ return TypeRegistrar.create(externalName);
53
+ };
37
54
  IgcGeographicMapImagery.prototype.onImplementationCreated = function () {
38
55
  };
39
56
  IgcGeographicMapImagery.prototype._provideImplementation = function (i) {
@@ -73,10 +90,11 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
73
90
  * The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
74
91
  */
75
92
  get: function () {
76
- if (this.i.geographicMap == null) {
93
+ var r = this.i.geographicMap;
94
+ if (r == null) {
77
95
  return null;
78
96
  }
79
- return this.i.geographicMap.externalObject;
97
+ return r.externalObject;
80
98
  },
81
99
  set: function (v) {
82
100
  v == null ? this.i.geographicMap = null : this.i.geographicMap = v.i;
@@ -134,6 +152,11 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
134
152
  configurable: true
135
153
  });
136
154
  IgcGeographicMapImagery.prototype.findByName = function (name) {
155
+ if (this.findEphemera) {
156
+ if (name && name.indexOf("@@e:") == 0) {
157
+ return this.findEphemera(name);
158
+ }
159
+ }
137
160
  if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
138
161
  return this.geographicMap;
139
162
  }
@@ -172,6 +195,7 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
172
195
  }
173
196
  };
174
197
  this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
198
+ ;
175
199
  },
176
200
  enumerable: true,
177
201
  configurable: true
@@ -202,6 +226,7 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
202
226
  }
203
227
  };
204
228
  this.i.imagesChanged = delegateCombine(this.i.imagesChanged, this._imagesChanged_wrapped);
229
+ ;
205
230
  },
206
231
  enumerable: true,
207
232
  configurable: true
@@ -232,6 +257,7 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
232
257
  }
233
258
  };
234
259
  this.i.cancellingImage = delegateCombine(this.i.cancellingImage, this._cancellingImage_wrapped);
260
+ ;
235
261
  },
236
262
  enumerable: true,
237
263
  configurable: true
@@ -262,6 +288,7 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
262
288
  }
263
289
  };
264
290
  this.i.downloadingImage = delegateCombine(this.i.downloadingImage, this._downloadingImage_wrapped);
291
+ ;
265
292
  },
266
293
  enumerable: true,
267
294
  configurable: true
@@ -23,11 +23,25 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
23
23
  if (_super.prototype["connectedCallback"]) {
24
24
  _super.prototype["connectedCallback"].call(this);
25
25
  }
26
+ if (this.i.connectedCallback) {
27
+ this.i.connectedCallback();
28
+ }
26
29
  if (!this._attached) {
27
30
  this._attached = true;
28
31
  this._flushQueuedAttributes();
29
32
  }
30
33
  };
34
+ IgcGeographicMapSeriesHostComponent.prototype.disconnectedCallback = function () {
35
+ if (_super.prototype["disconnectedCallback"]) {
36
+ _super.prototype["disconnectedCallback"].call(this);
37
+ }
38
+ if (this.i.disconnectedCallback) {
39
+ this.i.disconnectedCallback();
40
+ }
41
+ if (this._attached) {
42
+ this._attached = false;
43
+ }
44
+ };
31
45
  Object.defineProperty(IgcGeographicMapSeriesHostComponent, "observedAttributes", {
32
46
  get: function () {
33
47
  if (IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent == null) {
@@ -20,11 +20,25 @@ var IgcGeographicMarkerSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functi
20
20
  if (_super.prototype["connectedCallback"]) {
21
21
  _super.prototype["connectedCallback"].call(this);
22
22
  }
23
+ if (this.i.connectedCallback) {
24
+ this.i.connectedCallback();
25
+ }
23
26
  if (!this._attached) {
24
27
  this._attached = true;
25
28
  this._flushQueuedAttributes();
26
29
  }
27
30
  };
31
+ IgcGeographicMarkerSeriesBaseComponent.prototype.disconnectedCallback = function () {
32
+ if (_super.prototype["disconnectedCallback"]) {
33
+ _super.prototype["disconnectedCallback"].call(this);
34
+ }
35
+ if (this.i.disconnectedCallback) {
36
+ this.i.disconnectedCallback();
37
+ }
38
+ if (this._attached) {
39
+ this._attached = false;
40
+ }
41
+ };
28
42
  Object.defineProperty(IgcGeographicMarkerSeriesBaseComponent, "observedAttributes", {
29
43
  get: function () {
30
44
  if (IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent == null) {
@@ -26,11 +26,25 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
26
26
  if (_super.prototype["connectedCallback"]) {
27
27
  _super.prototype["connectedCallback"].call(this);
28
28
  }
29
+ if (this.i.connectedCallback) {
30
+ this.i.connectedCallback();
31
+ }
29
32
  if (!this._attached) {
30
33
  this._attached = true;
31
34
  this._flushQueuedAttributes();
32
35
  }
33
36
  };
37
+ IgcGeographicMarkerSeriesComponent.prototype.disconnectedCallback = function () {
38
+ if (_super.prototype["disconnectedCallback"]) {
39
+ _super.prototype["disconnectedCallback"].call(this);
40
+ }
41
+ if (this.i.disconnectedCallback) {
42
+ this.i.disconnectedCallback();
43
+ }
44
+ if (this._attached) {
45
+ this._attached = false;
46
+ }
47
+ };
34
48
  Object.defineProperty(IgcGeographicMarkerSeriesComponent, "observedAttributes", {
35
49
  get: function () {
36
50
  if (IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent == null) {