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
@@ -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) {
@@ -51,11 +65,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
51
65
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
52
66
  */
53
67
  get: function () {
54
- return this.i.qg;
68
+ return this.i.qk;
55
69
  },
56
70
  set: function (v) {
57
- this.i.qg = ensureEnum(MarkerType_$type, v);
58
- this._a("markerType", enumToString(MarkerType_$type, this.i.qg));
71
+ this.i.qk = ensureEnum(MarkerType_$type, v);
72
+ this._a("markerType", enumToString(MarkerType_$type, this.i.qk));
59
73
  },
60
74
  enumerable: true,
61
75
  configurable: true
@@ -65,11 +79,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
65
79
  * Gets or sets thickness of the marker outline
66
80
  */
67
81
  get: function () {
68
- return this.i.qh;
82
+ return this.i.ql;
69
83
  },
70
84
  set: function (v) {
71
- this.i.qh = +v;
72
- this._a("markerThickness", this.i.qh);
85
+ this.i.ql = +v;
86
+ this._a("markerThickness", this.i.ql);
73
87
  },
74
88
  enumerable: true,
75
89
  configurable: true
@@ -79,11 +93,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
79
93
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
80
94
  */
81
95
  get: function () {
82
- return this.i.qf;
96
+ return this.i.qj;
83
97
  },
84
98
  set: function (v) {
85
- this.i.qf = ensureEnum(MarkerOutlineMode_$type, v);
86
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qf));
99
+ this.i.qj = ensureEnum(MarkerOutlineMode_$type, v);
100
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qj));
87
101
  },
88
102
  enumerable: true,
89
103
  configurable: true
@@ -93,11 +107,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
93
107
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
94
108
  */
95
109
  get: function () {
96
- return this.i.qe;
110
+ return this.i.qi;
97
111
  },
98
112
  set: function (v) {
99
- this.i.qe = ensureEnum(MarkerFillMode_$type, v);
100
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qe));
113
+ this.i.qi = ensureEnum(MarkerFillMode_$type, v);
114
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qi));
101
115
  },
102
116
  enumerable: true,
103
117
  configurable: true
@@ -107,10 +121,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
107
121
  * Gets or sets the MarkerTemplate for the current series object.
108
122
  */
109
123
  get: function () {
110
- return this.i.qw;
124
+ return this.i.q0;
111
125
  },
112
126
  set: function (v) {
113
- this.i.qw = v;
127
+ this.i.q0 = v;
114
128
  },
115
129
  enumerable: true,
116
130
  configurable: true
@@ -120,11 +134,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
120
134
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
121
135
  */
122
136
  get: function () {
123
- return brushToString(this.i.ra);
137
+ return brushToString(this.i.re);
124
138
  },
125
139
  set: function (v) {
126
- this.i.ra = stringToBrush(v);
127
- this._a("markerBrush", brushToString(this.i.ra));
140
+ this.i.re = stringToBrush(v);
141
+ this._a("markerBrush", brushToString(this.i.re));
128
142
  },
129
143
  enumerable: true,
130
144
  configurable: true
@@ -134,11 +148,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
134
148
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
135
149
  */
136
150
  get: function () {
137
- return brushToString(this.i.rb);
151
+ return brushToString(this.i.rf);
138
152
  },
139
153
  set: function (v) {
140
- this.i.rb = stringToBrush(v);
141
- this._a("markerOutline", brushToString(this.i.rb));
154
+ this.i.rf = stringToBrush(v);
155
+ this._a("markerOutline", brushToString(this.i.rf));
142
156
  },
143
157
  enumerable: true,
144
158
  configurable: true
@@ -150,11 +164,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
150
164
  * choose a representative set.
151
165
  */
152
166
  get: function () {
153
- return this.i.qi;
167
+ return this.i.qm;
154
168
  },
155
169
  set: function (v) {
156
- this.i.qi = +v;
157
- this._a("maximumMarkers", this.i.qi);
170
+ this.i.qm = +v;
171
+ this._a("maximumMarkers", this.i.qm);
158
172
  },
159
173
  enumerable: true,
160
174
  configurable: true
@@ -164,10 +178,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
164
178
  * Gets the effective marker template for the current series object.
165
179
  */
166
180
  get: function () {
167
- return this.i.qv;
181
+ return this.i.qz;
168
182
  },
169
183
  set: function (v) {
170
- this.i.qv = v;
184
+ this.i.qz = v;
171
185
  },
172
186
  enumerable: true,
173
187
  configurable: true
@@ -177,11 +191,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
177
191
  * Gets the effective marker brush for the current series object.
178
192
  */
179
193
  get: function () {
180
- return brushToString(this.i.q8);
194
+ return brushToString(this.i.rc);
181
195
  },
182
196
  set: function (v) {
183
- this.i.q8 = stringToBrush(v);
184
- this._a("actualMarkerBrush", brushToString(this.i.q8));
197
+ this.i.rc = stringToBrush(v);
198
+ this._a("actualMarkerBrush", brushToString(this.i.rc));
185
199
  },
186
200
  enumerable: true,
187
201
  configurable: true
@@ -191,11 +205,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
191
205
  * Gets the effective marker outline for the current series object.
192
206
  */
193
207
  get: function () {
194
- return brushToString(this.i.q9);
208
+ return brushToString(this.i.rd);
195
209
  },
196
210
  set: function (v) {
197
- this.i.q9 = stringToBrush(v);
198
- this._a("actualMarkerOutline", brushToString(this.i.q9));
211
+ this.i.rd = stringToBrush(v);
212
+ this._a("actualMarkerOutline", brushToString(this.i.rd));
199
213
  },
200
214
  enumerable: true,
201
215
  configurable: true
@@ -34,11 +34,25 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
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
+ IgcGeographicPolylineSeriesComponent.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(IgcGeographicPolylineSeriesComponent, "observedAttributes", {
43
57
  get: function () {
44
58
  if (IgcGeographicPolylineSeriesComponent._observedAttributesIgcGeographicPolylineSeriesComponent == null) {
@@ -64,7 +78,7 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
64
78
  * Gets whether the current series shows a polyline shape.
65
79
  */
66
80
  get: function () {
67
- return this.i.d8;
81
+ return this.i.d9;
68
82
  },
69
83
  enumerable: true,
70
84
  configurable: true
@@ -74,11 +88,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
74
88
  * Gets or sets the fill brush.
75
89
  */
76
90
  get: function () {
77
- return this.i.rk ? this.i.rk.fill : null;
91
+ return this.i.ro ? this.i.ro.fill : null;
78
92
  },
79
93
  set: function (v) {
80
94
  this.ensureShapeStyle();
81
- this.i.rk.fill = v;
95
+ this.i.ro.fill = v;
82
96
  },
83
97
  enumerable: true,
84
98
  configurable: true
@@ -88,11 +102,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
88
102
  * Gets or sets the stroke brush.
89
103
  */
90
104
  get: function () {
91
- return this.i.rk ? this.i.rk.stroke : null;
105
+ return this.i.ro ? this.i.ro.stroke : null;
92
106
  },
93
107
  set: function (v) {
94
108
  this.ensureShapeStyle();
95
- this.i.rk.stroke = v;
109
+ this.i.ro.stroke = v;
96
110
  },
97
111
  enumerable: true,
98
112
  configurable: true
@@ -102,12 +116,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
102
116
  * Gets or sets the stroke thickness.
103
117
  */
104
118
  get: function () {
105
- return this.i.rk ? this.i.rk.strokeThickness : NaN;
119
+ return this.i.ro ? this.i.ro.strokeThickness : NaN;
106
120
  },
107
121
  set: function (v) {
108
122
  this.ensureShapeStyle();
109
- this.i.rk.strokeThickness = +v;
110
- this._a("shapeStrokeThickness", this.i.rk.strokeThickness);
123
+ this.i.ro.strokeThickness = +v;
124
+ this._a("shapeStrokeThickness", this.i.ro.strokeThickness);
111
125
  },
112
126
  enumerable: true,
113
127
  configurable: true
@@ -117,21 +131,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
117
131
  * Gets or sets the opacity.
118
132
  */
119
133
  get: function () {
120
- return this.i.rk ? this.i.rk.opacity : NaN;
134
+ return this.i.ro ? this.i.ro.opacity : NaN;
121
135
  },
122
136
  set: function (v) {
123
137
  this.ensureShapeStyle();
124
- this.i.rk.opacity = +v;
125
- this._a("shapeOpacity", this.i.rk.opacity);
138
+ this.i.ro.opacity = +v;
139
+ this._a("shapeOpacity", this.i.ro.opacity);
126
140
  },
127
141
  enumerable: true,
128
142
  configurable: true
129
143
  });
130
144
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
131
- if (this.i.rk) {
145
+ if (this.i.ro) {
132
146
  return;
133
147
  }
134
- this.i.rk = new Style();
148
+ this.i.ro = new Style();
135
149
  };
136
150
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
137
151
  get: function () {
@@ -156,6 +170,7 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
156
170
  }
157
171
  };
158
172
  this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
173
+ ;
159
174
  },
160
175
  enumerable: true,
161
176
  configurable: true
@@ -20,11 +20,25 @@ var IgcGeographicProportionalSymbolSeriesBaseComponent = /** @class */ /*@__PURE
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
+ IgcGeographicProportionalSymbolSeriesBaseComponent.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(IgcGeographicProportionalSymbolSeriesBaseComponent, "observedAttributes", {
29
43
  get: function () {
30
44
  if (IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent == null) {
@@ -40,11 +40,25 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
40
40
  if (_super.prototype["connectedCallback"]) {
41
41
  _super.prototype["connectedCallback"].call(this);
42
42
  }
43
+ if (this.i.connectedCallback) {
44
+ this.i.connectedCallback();
45
+ }
43
46
  if (!this._attached) {
44
47
  this._attached = true;
45
48
  this._flushQueuedAttributes();
46
49
  }
47
50
  };
51
+ IgcGeographicProportionalSymbolSeriesComponent.prototype.disconnectedCallback = function () {
52
+ if (_super.prototype["disconnectedCallback"]) {
53
+ _super.prototype["disconnectedCallback"].call(this);
54
+ }
55
+ if (this.i.disconnectedCallback) {
56
+ this.i.disconnectedCallback();
57
+ }
58
+ if (this._attached) {
59
+ this._attached = false;
60
+ }
61
+ };
48
62
  Object.defineProperty(IgcGeographicProportionalSymbolSeriesComponent, "observedAttributes", {
49
63
  get: function () {
50
64
  if (IgcGeographicProportionalSymbolSeriesComponent._observedAttributesIgcGeographicProportionalSymbolSeriesComponent == null) {
@@ -80,10 +94,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
80
94
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
81
95
  */
82
96
  get: function () {
83
- return this.i.r3;
97
+ return this.i.r7;
84
98
  },
85
99
  set: function (v) {
86
- this.i.r3 = v;
100
+ this.i.r7 = v;
87
101
  },
88
102
  enumerable: true,
89
103
  configurable: true
@@ -93,10 +107,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
93
107
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
94
108
  */
95
109
  get: function () {
96
- return this.i.r5;
110
+ return this.i.r9;
97
111
  },
98
112
  set: function (v) {
99
- this.i.r5 = v;
113
+ this.i.r9 = v;
100
114
  },
101
115
  enumerable: true,
102
116
  configurable: true
@@ -106,10 +120,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
106
120
  * Gets or sets the radius mapping property for the current series object.
107
121
  */
108
122
  get: function () {
109
- return this.i.sa;
123
+ return this.i.se;
110
124
  },
111
125
  set: function (v) {
112
- this.i.sa = v;
126
+ this.i.se = v;
113
127
  },
114
128
  enumerable: true,
115
129
  configurable: true
@@ -119,22 +133,23 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
119
133
  * Gets or sets the radius size scale for the bubbles.
120
134
  */
121
135
  get: function () {
122
- if (this.i.rh == null) {
136
+ var r = this.i.rl;
137
+ if (r == null) {
123
138
  return null;
124
139
  }
125
- if (!this.i.rh.externalObject) {
126
- var e = IgcSizeScaleComponent._createFromInternal(this.i.rh);
140
+ if (!r.externalObject) {
141
+ var e = IgcSizeScaleComponent._createFromInternal(r);
127
142
  if (e) {
128
- e._implementation = this.i.rh;
143
+ e._implementation = r;
129
144
  }
130
- this.i.rh.externalObject = e;
145
+ r.externalObject = e;
131
146
  }
132
- return this.i.rh.externalObject;
147
+ return r.externalObject;
133
148
  },
134
149
  set: function (v) {
135
150
  if (v != null && this._stylingContainer && v._styling)
136
151
  v._styling(this._stylingContainer, this, this);
137
- v == null ? this.i.rh = null : this.i.rh = v.i;
152
+ v == null ? this.i.rl = null : this.i.rl = v.i;
138
153
  },
139
154
  enumerable: true,
140
155
  configurable: true
@@ -144,10 +159,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
144
159
  * Gets or sets the Label mapping property for the current series object.
145
160
  */
146
161
  get: function () {
147
- return this.i.r1;
162
+ return this.i.r5;
148
163
  },
149
164
  set: function (v) {
150
- this.i.r1 = v;
165
+ this.i.r5 = v;
151
166
  },
152
167
  enumerable: true,
153
168
  configurable: true
@@ -157,10 +172,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
157
172
  * Gets or sets the fill mapping property for the current series object.
158
173
  */
159
174
  get: function () {
160
- return this.i.rt;
175
+ return this.i.rx;
161
176
  },
162
177
  set: function (v) {
163
- this.i.rt = v;
178
+ this.i.rx = v;
164
179
  },
165
180
  enumerable: true,
166
181
  configurable: true
@@ -170,22 +185,23 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
170
185
  * Gets or sets the brush scale for the marker brush.
171
186
  */
172
187
  get: function () {
173
- if (this.i.re == null) {
188
+ var r = this.i.ri;
189
+ if (r == null) {
174
190
  return null;
175
191
  }
176
- if (!this.i.re.externalObject) {
177
- var e = IgcBrushScaleComponent._createFromInternal(this.i.re);
192
+ if (!r.externalObject) {
193
+ var e = IgcBrushScaleComponent._createFromInternal(r);
178
194
  if (e) {
179
- e._implementation = this.i.re;
195
+ e._implementation = r;
180
196
  }
181
- this.i.re.externalObject = e;
197
+ r.externalObject = e;
182
198
  }
183
- return this.i.re.externalObject;
199
+ return r.externalObject;
184
200
  },
185
201
  set: function (v) {
186
202
  if (v != null && this._stylingContainer && v._styling)
187
203
  v._styling(this._stylingContainer, this, this);
188
- v == null ? this.i.re = null : this.i.re = v.i;
204
+ v == null ? this.i.ri = null : this.i.ri = v.i;
189
205
  },
190
206
  enumerable: true,
191
207
  configurable: true
@@ -196,11 +212,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
196
212
  * This setting applies only if multiple series are using the same FillScale.
197
213
  */
198
214
  get: function () {
199
- return this.i.rl;
215
+ return this.i.rp;
200
216
  },
201
217
  set: function (v) {
202
- this.i.rl = ensureBool(v);
203
- this._a("fillScaleUseGlobalValues", this.i.rl);
218
+ this.i.rp = ensureBool(v);
219
+ this._a("fillScaleUseGlobalValues", this.i.rp);
204
220
  },
205
221
  enumerable: true,
206
222
  configurable: true
@@ -211,11 +227,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
211
227
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
212
228
  */
213
229
  get: function () {
214
- return this.i.ro;
230
+ return this.i.rs;
215
231
  },
216
232
  set: function (v) {
217
- this.i.ro = ensureBool(v);
218
- this._a("markerOutlineUsesFillScale", this.i.ro);
233
+ this.i.rs = ensureBool(v);
234
+ this._a("markerOutlineUsesFillScale", this.i.rs);
219
235
  },
220
236
  enumerable: true,
221
237
  configurable: true
@@ -226,11 +242,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
226
242
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
227
243
  */
228
244
  get: function () {
229
- return this.i.rr;
245
+ return this.i.rv;
230
246
  },
231
247
  set: function (v) {
232
- this.i.rr = +v;
233
- this._a("markerOutlineBrightness", this.i.rr);
248
+ this.i.rv = +v;
249
+ this._a("markerOutlineBrightness", this.i.rv);
234
250
  },
235
251
  enumerable: true,
236
252
  configurable: true
@@ -241,11 +257,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
241
257
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
242
258
  */
243
259
  get: function () {
244
- return this.i.rq;
260
+ return this.i.ru;
245
261
  },
246
262
  set: function (v) {
247
- this.i.rq = +v;
248
- this._a("markerBrushBrightness", this.i.rq);
263
+ this.i.ru = +v;
264
+ this._a("markerBrushBrightness", this.i.ru);
249
265
  },
250
266
  enumerable: true,
251
267
  configurable: true
@@ -256,11 +272,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
256
272
  * This setting applies only if multiple series are using the same RadiusScale.
257
273
  */
258
274
  get: function () {
259
- return this.i.rp;
275
+ return this.i.rt;
260
276
  },
261
277
  set: function (v) {
262
- this.i.rp = ensureBool(v);
263
- this._a("radiusScaleUseGlobalValues", this.i.rp);
278
+ this.i.rt = ensureBool(v);
279
+ this._a("radiusScaleUseGlobalValues", this.i.rt);
264
280
  },
265
281
  enumerable: true,
266
282
  configurable: true
@@ -270,11 +286,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
270
286
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
271
287
  */
272
288
  get: function () {
273
- return this.i.rn;
289
+ return this.i.rr;
274
290
  },
275
291
  set: function (v) {
276
- this.i.rn = ensureBool(v);
277
- this._a("isCustomScatterStyleAllowed", this.i.rn);
292
+ this.i.rr = ensureBool(v);
293
+ this._a("isCustomScatterStyleAllowed", this.i.rr);
278
294
  },
279
295
  enumerable: true,
280
296
  configurable: true
@@ -284,11 +300,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
284
300
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
285
301
  */
286
302
  get: function () {
287
- return this.i.rm;
303
+ return this.i.rq;
288
304
  },
289
305
  set: function (v) {
290
- this.i.rm = ensureBool(v);
291
- this._a("isCustomScatterMarkerStyleAllowed", this.i.rm);
306
+ this.i.rq = ensureBool(v);
307
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.rq);
292
308
  },
293
309
  enumerable: true,
294
310
  configurable: true
@@ -298,11 +314,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
298
314
  * Gets or sets the mode the series will use to find the closest point to the cursor.
299
315
  */
300
316
  get: function () {
301
- return this.i.rg;
317
+ return this.i.rk;
302
318
  },
303
319
  set: function (v) {
304
- this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
305
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rg));
320
+ this.i.rk = ensureEnum(ScatterItemSearchMode_$type, v);
321
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rk));
306
322
  },
307
323
  enumerable: true,
308
324
  configurable: true
@@ -312,11 +328,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
312
328
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
313
329
  */
314
330
  get: function () {
315
- return this.i.rs;
331
+ return this.i.rw;
316
332
  },
317
333
  set: function (v) {
318
- this.i.rs = +v;
319
- this._a("itemSearchThreshold", this.i.rs);
334
+ this.i.rw = +v;
335
+ this._a("itemSearchThreshold", this.i.rw);
320
336
  },
321
337
  enumerable: true,
322
338
  configurable: true
@@ -371,6 +387,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
371
387
  }
372
388
  };
373
389
  this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
390
+ ;
374
391
  },
375
392
  enumerable: true,
376
393
  configurable: true
@@ -401,6 +418,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
401
418
  }
402
419
  };
403
420
  this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
421
+ ;
404
422
  },
405
423
  enumerable: true,
406
424
  configurable: true