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
@@ -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);
@@ -69,17 +83,18 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
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.q5 == null) {
86
+ const r = this.i.q5;
87
+ if (r == null) {
73
88
  return null;
74
89
  }
75
- if (!this.i.q5.externalObject) {
76
- let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q5);
90
+ if (!r.externalObject) {
91
+ let e = IgcValueBrushScaleComponent._createFromInternal(r);
77
92
  if (e) {
78
- e._implementation = this.i.q5;
93
+ e._implementation = r;
79
94
  }
80
- this.i.q5.externalObject = e;
95
+ r.externalObject = e;
81
96
  }
82
- return this.i.q5.externalObject;
97
+ return r.externalObject;
83
98
  }
84
99
  set fillScale(v) {
85
100
  if (v != null && this._stylingContainer && v._styling)
@@ -90,17 +105,18 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
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.q4 == null) {
108
+ const r = this.i.q4;
109
+ if (r == null) {
94
110
  return null;
95
111
  }
96
- if (!this.i.q4.externalObject) {
97
- let e = IgcValueBrushScaleComponent._createFromInternal(this.i.q4);
112
+ if (!r.externalObject) {
113
+ let e = IgcValueBrushScaleComponent._createFromInternal(r);
98
114
  if (e) {
99
- e._implementation = this.i.q4;
115
+ e._implementation = r;
100
116
  }
101
- this.i.q4.externalObject = e;
117
+ r.externalObject = e;
102
118
  }
103
- return this.i.q4.externalObject;
119
+ return r.externalObject;
104
120
  }
105
121
  set actualFillScale(v) {
106
122
  if (v != null && this._stylingContainer && v._styling)
@@ -111,17 +127,18 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
111
127
  * The ContourValueResolver used to determine the numeric values of contours.
112
128
  */
113
129
  get valueResolver() {
114
- if (this.i.q1 == null) {
130
+ const r = this.i.q1;
131
+ if (r == null) {
115
132
  return null;
116
133
  }
117
- if (!this.i.q1.externalObject) {
118
- let e = IgcContourValueResolverComponent._createFromInternal(this.i.q1);
134
+ if (!r.externalObject) {
135
+ let e = IgcContourValueResolverComponent._createFromInternal(r);
119
136
  if (e) {
120
- e._implementation = this.i.q1;
137
+ e._implementation = r;
121
138
  }
122
- this.i.q1.externalObject = e;
139
+ r.externalObject = e;
123
140
  }
124
- return this.i.q1.externalObject;
141
+ return r.externalObject;
125
142
  }
126
143
  set valueResolver(v) {
127
144
  if (v != null && this._stylingContainer && v._styling)
@@ -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);
@@ -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;
@@ -414,17 +414,18 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
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.tw == null) {
417
+ const r = this.i.tw;
418
+ if (r == null) {
418
419
  return null;
419
420
  }
420
- if (!this.i.tw.externalObject) {
421
- let e = IgcNumericXAxisComponent._createFromInternal(this.i.tw);
421
+ if (!r.externalObject) {
422
+ let e = IgcNumericXAxisComponent._createFromInternal(r);
422
423
  if (e) {
423
- e._implementation = this.i.tw;
424
+ e._implementation = r;
424
425
  }
425
- this.i.tw.externalObject = e;
426
+ r.externalObject = e;
426
427
  }
427
- return this.i.tw.externalObject;
428
+ return r.externalObject;
428
429
  }
429
430
  set xAxis(v) {
430
431
  if (v != null && this._stylingContainer && v._styling)
@@ -436,17 +437,18 @@ export let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
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.ty == null) {
440
+ const r = this.i.ty;
441
+ if (r == null) {
440
442
  return null;
441
443
  }
442
- if (!this.i.ty.externalObject) {
443
- let e = IgcNumericYAxisComponent._createFromInternal(this.i.ty);
444
+ if (!r.externalObject) {
445
+ let e = IgcNumericYAxisComponent._createFromInternal(r);
444
446
  if (e) {
445
- e._implementation = this.i.ty;
447
+ e._implementation = r;
446
448
  }
447
- this.i.ty.externalObject = e;
449
+ r.externalObject = e;
448
450
  }
449
- return this.i.ty.externalObject;
451
+ return r.externalObject;
450
452
  }
451
453
  set yAxis(v) {
452
454
  if (v != null && this._stylingContainer && v._styling)
@@ -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;
@@ -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
@@ -29,6 +30,22 @@ export class IgcGeographicMapImagery {
29
30
  */
30
31
  get i() {
31
32
  return this._implementation;
33
+ } /**
34
+ * @hidden
35
+ */
36
+ static _createFromInternal(internal) {
37
+ if (!internal) {
38
+ return null;
39
+ }
40
+ if (!internal.$type) {
41
+ return null;
42
+ }
43
+ let name = internal.$type.name;
44
+ let externalName = "Igc" + name + "Component";
45
+ if (!TypeRegistrar.isRegistered(externalName)) {
46
+ return null;
47
+ }
48
+ return TypeRegistrar.create(externalName);
32
49
  }
33
50
  onImplementationCreated() {
34
51
  }
@@ -60,10 +77,11 @@ export class IgcGeographicMapImagery {
60
77
  * The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
61
78
  */
62
79
  get geographicMap() {
63
- if (this.i.geographicMap == null) {
80
+ const r = this.i.geographicMap;
81
+ if (r == null) {
64
82
  return null;
65
83
  }
66
- return this.i.geographicMap.externalObject;
84
+ return r.externalObject;
67
85
  }
68
86
  set geographicMap(v) {
69
87
  v == null ? this.i.geographicMap = null : this.i.geographicMap = v.i;
@@ -102,6 +120,11 @@ export class IgcGeographicMapImagery {
102
120
  this.i.opacity = +v;
103
121
  }
104
122
  findByName(name) {
123
+ if (this.findEphemera) {
124
+ if (name && name.indexOf("@@e:") == 0) {
125
+ return this.findEphemera(name);
126
+ }
127
+ }
105
128
  if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
106
129
  return this.geographicMap;
107
130
  }
@@ -138,6 +161,7 @@ export class IgcGeographicMapImagery {
138
161
  }
139
162
  };
140
163
  this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
164
+ ;
141
165
  }
142
166
  /**
143
167
  * Event raised when tile images have changed.
@@ -163,6 +187,7 @@ export class IgcGeographicMapImagery {
163
187
  }
164
188
  };
165
189
  this.i.imagesChanged = delegateCombine(this.i.imagesChanged, this._imagesChanged_wrapped);
190
+ ;
166
191
  }
167
192
  /**
168
193
  * Event raised when an image is being downloaded.
@@ -188,6 +213,7 @@ export class IgcGeographicMapImagery {
188
213
  }
189
214
  };
190
215
  this.i.cancellingImage = delegateCombine(this.i.cancellingImage, this._cancellingImage_wrapped);
216
+ ;
191
217
  }
192
218
  /**
193
219
  * Event raised when an image is being downloaded.
@@ -213,5 +239,6 @@ export class IgcGeographicMapImagery {
213
239
  }
214
240
  };
215
241
  this.i.downloadingImage = delegateCombine(this.i.downloadingImage, this._downloadingImage_wrapped);
242
+ ;
216
243
  }
217
244
  }
@@ -18,11 +18,25 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
18
18
  if (super["connectedCallback"]) {
19
19
  super["connectedCallback"]();
20
20
  }
21
+ if (this.i.connectedCallback) {
22
+ this.i.connectedCallback();
23
+ }
21
24
  if (!this._attached) {
22
25
  this._attached = true;
23
26
  this._flushQueuedAttributes();
24
27
  }
25
28
  }
29
+ disconnectedCallback() {
30
+ if (super["disconnectedCallback"]) {
31
+ super["disconnectedCallback"]();
32
+ }
33
+ if (this.i.disconnectedCallback) {
34
+ this.i.disconnectedCallback();
35
+ }
36
+ if (this._attached) {
37
+ this._attached = false;
38
+ }
39
+ }
26
40
  static get observedAttributes() {
27
41
  if (IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent == null) {
28
42
  let names = getAllPropertyNames(IgcGeographicMapSeriesHostComponent);
@@ -15,11 +15,25 @@ export let IgcGeographicMarkerSeriesBaseComponent = /*@__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 (IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent == null) {
25
39
  let names = getAllPropertyNames(IgcGeographicMarkerSeriesBaseComponent);
@@ -21,11 +21,25 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
21
21
  if (super["connectedCallback"]) {
22
22
  super["connectedCallback"]();
23
23
  }
24
+ if (this.i.connectedCallback) {
25
+ this.i.connectedCallback();
26
+ }
24
27
  if (!this._attached) {
25
28
  this._attached = true;
26
29
  this._flushQueuedAttributes();
27
30
  }
28
31
  }
32
+ disconnectedCallback() {
33
+ if (super["disconnectedCallback"]) {
34
+ super["disconnectedCallback"]();
35
+ }
36
+ if (this.i.disconnectedCallback) {
37
+ this.i.disconnectedCallback();
38
+ }
39
+ if (this._attached) {
40
+ this._attached = false;
41
+ }
42
+ }
29
43
  static get observedAttributes() {
30
44
  if (IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent == null) {
31
45
  let names = getAllPropertyNames(IgcGeographicMarkerSeriesComponent);
@@ -28,11 +28,25 @@ export let IgcGeographicPolylineSeriesComponent = /*@__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 (IgcGeographicPolylineSeriesComponent._observedAttributesIgcGeographicPolylineSeriesComponent == null) {
38
52
  let names = getAllPropertyNames(IgcGeographicPolylineSeriesComponent);
@@ -124,6 +138,7 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
124
138
  }
125
139
  };
126
140
  this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
141
+ ;
127
142
  }
128
143
  }
129
144
  IgcGeographicPolylineSeriesComponent._observedAttributesIgcGeographicPolylineSeriesComponent = null;
@@ -15,11 +15,25 @@ export let IgcGeographicProportionalSymbolSeriesBaseComponent = /*@__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 (IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent == null) {
25
39
  let names = getAllPropertyNames(IgcGeographicProportionalSymbolSeriesBaseComponent);
@@ -34,11 +34,25 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
34
34
  if (super["connectedCallback"]) {
35
35
  super["connectedCallback"]();
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
+ disconnectedCallback() {
46
+ if (super["disconnectedCallback"]) {
47
+ super["disconnectedCallback"]();
48
+ }
49
+ if (this.i.disconnectedCallback) {
50
+ this.i.disconnectedCallback();
51
+ }
52
+ if (this._attached) {
53
+ this._attached = false;
54
+ }
55
+ }
42
56
  static get observedAttributes() {
43
57
  if (IgcGeographicProportionalSymbolSeriesComponent._observedAttributesIgcGeographicProportionalSymbolSeriesComponent == null) {
44
58
  let names = getAllPropertyNames(IgcGeographicProportionalSymbolSeriesComponent);
@@ -92,17 +106,18 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
92
106
  * Gets or sets the radius size scale for the bubbles.
93
107
  */
94
108
  get radiusScale() {
95
- if (this.i.rl == null) {
109
+ const r = this.i.rl;
110
+ if (r == null) {
96
111
  return null;
97
112
  }
98
- if (!this.i.rl.externalObject) {
99
- let e = IgcSizeScaleComponent._createFromInternal(this.i.rl);
113
+ if (!r.externalObject) {
114
+ let e = IgcSizeScaleComponent._createFromInternal(r);
100
115
  if (e) {
101
- e._implementation = this.i.rl;
116
+ e._implementation = r;
102
117
  }
103
- this.i.rl.externalObject = e;
118
+ r.externalObject = e;
104
119
  }
105
- return this.i.rl.externalObject;
120
+ return r.externalObject;
106
121
  }
107
122
  set radiusScale(v) {
108
123
  if (v != null && this._stylingContainer && v._styling)
@@ -131,17 +146,18 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
131
146
  * Gets or sets the brush scale for the marker brush.
132
147
  */
133
148
  get fillScale() {
134
- if (this.i.ri == null) {
149
+ const r = this.i.ri;
150
+ if (r == null) {
135
151
  return null;
136
152
  }
137
- if (!this.i.ri.externalObject) {
138
- let e = IgcBrushScaleComponent._createFromInternal(this.i.ri);
153
+ if (!r.externalObject) {
154
+ let e = IgcBrushScaleComponent._createFromInternal(r);
139
155
  if (e) {
140
- e._implementation = this.i.ri;
156
+ e._implementation = r;
141
157
  }
142
- this.i.ri.externalObject = e;
158
+ r.externalObject = e;
143
159
  }
144
- return this.i.ri.externalObject;
160
+ return r.externalObject;
145
161
  }
146
162
  set fillScale(v) {
147
163
  if (v != null && this._stylingContainer && v._styling)
@@ -291,6 +307,7 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
291
307
  }
292
308
  };
293
309
  this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
310
+ ;
294
311
  }
295
312
  /**
296
313
  * Event raised when Assigning Scatter Marker Style
@@ -316,6 +333,7 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
316
333
  }
317
334
  };
318
335
  this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
336
+ ;
319
337
  }
320
338
  }
321
339
  IgcGeographicProportionalSymbolSeriesComponent._observedAttributesIgcGeographicProportionalSymbolSeriesComponent = null;
@@ -28,11 +28,25 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__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 (IgcGeographicScatterAreaSeriesComponent._observedAttributesIgcGeographicScatterAreaSeriesComponent == null) {
38
52
  let names = getAllPropertyNames(IgcGeographicScatterAreaSeriesComponent);
@@ -68,17 +82,18 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
68
82
  * The ColorScale used to resolve the color values of points in the series.
69
83
  */
70
84
  get colorScale() {
71
- if (this.i.q3 == null) {
85
+ const r = this.i.q3;
86
+ if (r == null) {
72
87
  return null;
73
88
  }
74
- if (!this.i.q3.externalObject) {
75
- let e = IgcColorScaleComponent._createFromInternal(this.i.q3);
89
+ if (!r.externalObject) {
90
+ let e = IgcColorScaleComponent._createFromInternal(r);
76
91
  if (e) {
77
- e._implementation = this.i.q3;
92
+ e._implementation = r;
78
93
  }
79
- this.i.q3.externalObject = e;
94
+ r.externalObject = e;
80
95
  }
81
- return this.i.q3.externalObject;
96
+ return r.externalObject;
82
97
  }
83
98
  set colorScale(v) {
84
99
  if (v != null && this._stylingContainer && v._styling)
@@ -89,17 +104,18 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
89
104
  * Gets actual color scale that is set on ColorScale property or default ColorScale
90
105
  */
91
106
  get actualColorScale() {
92
- if (this.i.q2 == null) {
107
+ const r = this.i.q2;
108
+ if (r == null) {
93
109
  return null;
94
110
  }
95
- if (!this.i.q2.externalObject) {
96
- let e = IgcColorScaleComponent._createFromInternal(this.i.q2);
111
+ if (!r.externalObject) {
112
+ let e = IgcColorScaleComponent._createFromInternal(r);
97
113
  if (e) {
98
- e._implementation = this.i.q2;
114
+ e._implementation = r;
99
115
  }
100
- this.i.q2.externalObject = e;
116
+ r.externalObject = e;
101
117
  }
102
- return this.i.q2.externalObject;
118
+ return r.externalObject;
103
119
  }
104
120
  set actualColorScale(v) {
105
121
  if (v != null && this._stylingContainer && v._styling)
@@ -161,6 +177,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
161
177
  }
162
178
  };
163
179
  this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
180
+ ;
164
181
  }
165
182
  }
166
183
  IgcGeographicScatterAreaSeriesComponent._observedAttributesIgcGeographicScatterAreaSeriesComponent = null;
@@ -15,11 +15,25 @@ export let IgcGeographicShapeSeriesBaseBaseComponent = /*@__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 (IgcGeographicShapeSeriesBaseBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent == null) {
25
39
  let names = getAllPropertyNames(IgcGeographicShapeSeriesBaseBaseComponent);