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
@@ -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);
@@ -37,7 +51,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
37
51
  * Checks if this control is geographic coordinate system
38
52
  */
39
53
  get isGeographic() {
40
- return this.i.dv;
54
+ return this.i.dw;
41
55
  }
42
56
  /**
43
57
  * Gets whether this series supports markers
@@ -50,11 +64,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
50
64
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
51
65
  */
52
66
  get visibleFromScale() {
53
- return this.i.p8;
67
+ return this.i.qc;
54
68
  }
55
69
  set visibleFromScale(v) {
56
- this.i.p8 = +v;
57
- this._a("visibleFromScale", this.i.p8);
70
+ this.i.qc = +v;
71
+ this._a("visibleFromScale", this.i.qc);
58
72
  }
59
73
  /**
60
74
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -72,10 +86,10 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
72
86
 
73
87
  */
74
88
  notifyIndexedPropertiesChanged() {
75
- this.i.lk();
89
+ this.i.ln();
76
90
  }
77
91
  getItemValue(item, memberPathName) {
78
- let iv = this.i.hw(item, memberPathName);
92
+ let iv = this.i.hy(item, memberPathName);
79
93
  return (iv);
80
94
  }
81
95
  /**
@@ -84,23 +98,23 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
84
98
  * @param world * The world coordinates to use.
85
99
  */
86
100
  getItem(world) {
87
- let iv = this.i.ht(toPoint(world));
101
+ let iv = this.i.hv(toPoint(world));
88
102
  return (iv);
89
103
  }
90
104
  getPreviousOrExactIndex(world, skipUnknowns) {
91
- let iv = this.i.hj(toPoint(world), skipUnknowns);
105
+ let iv = this.i.hl(toPoint(world), skipUnknowns);
92
106
  return (iv);
93
107
  }
94
108
  getNextOrExactIndex(world, skipUnknowns) {
95
- let iv = this.i.hh(toPoint(world), skipUnknowns);
109
+ let iv = this.i.hj(toPoint(world), skipUnknowns);
96
110
  return (iv);
97
111
  }
98
112
  getSeriesValue(world, useInterpolation, skipUnknowns) {
99
- let iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
113
+ let iv = this.i.gl(toPoint(world), useInterpolation, skipUnknowns);
100
114
  return (iv);
101
115
  }
102
116
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
103
- let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
117
+ let iv = this.i.pq(toPoint(world), useInterpolation, skipUnknowns);
104
118
  return fromPoint(iv);
105
119
  }
106
120
  /**
@@ -109,7 +123,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
109
123
  * @param world * The world coordinate for which to get a value bounding box for
110
124
  */
111
125
  getSeriesValueBoundingBox(world) {
112
- let iv = this.i.pv(toPoint(world));
126
+ let iv = this.i.pz(toPoint(world));
113
127
  return fromRect(iv);
114
128
  }
115
129
  /**
@@ -118,31 +132,31 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
118
132
  * @param world * The world coordinates for which to get a value marker bounding box for
119
133
  */
120
134
  getSeriesValueMarkerBoundingBox(world) {
121
- let iv = this.i.px(toPoint(world));
135
+ let iv = this.i.p1(toPoint(world));
122
136
  return fromRect(iv);
123
137
  }
124
138
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
125
- let iv = this.i.gf(toPoint(world), useInterpolation, skipUnknowns);
139
+ let iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
126
140
  return (iv);
127
141
  }
128
142
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
129
- let iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
143
+ let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
130
144
  return fromPoint(iv);
131
145
  }
132
146
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
133
- let iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
147
+ let iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
134
148
  return (iv);
135
149
  }
136
150
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
137
- let iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
151
+ let iv = this.i.po(toPoint(world), useInterpolation, skipUnknowns);
138
152
  return fromPoint(iv);
139
153
  }
140
154
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
141
- let iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
155
+ let iv = this.i.pr(toPoint(mouse), useInterpolation, skipUnknowns);
142
156
  return fromPoint(iv);
143
157
  }
144
158
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
145
- let iv = this.i.gk(toPoint(mouse), useInterpolation, skipUnknowns);
159
+ let iv = this.i.gm(toPoint(mouse), useInterpolation, skipUnknowns);
146
160
  return (iv);
147
161
  }
148
162
  /**
@@ -150,7 +164,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
150
164
 
151
165
  */
152
166
  getItemSpan() {
153
- let iv = this.i.ga();
167
+ let iv = this.i.gc();
154
168
  return (iv);
155
169
  }
156
170
  /**
@@ -159,14 +173,14 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
159
173
  * @param animate * True if the change should be animated.
160
174
  */
161
175
  renderSeries(animate) {
162
- this.i.mi(animate);
176
+ this.i.ml(animate);
163
177
  }
164
178
  /**
165
179
  * Called when this series' Style is updated.
166
180
 
167
181
  */
168
182
  styleUpdated() {
169
- this.i.ms();
183
+ this.i.mv();
170
184
  }
171
185
  }
172
186
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
@@ -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);
@@ -41,70 +55,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
41
55
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
42
56
  */
43
57
  get markerType() {
44
- return this.i.qg;
58
+ return this.i.qk;
45
59
  }
46
60
  set markerType(v) {
47
- this.i.qg = ensureEnum(MarkerType_$type, v);
48
- this._a("markerType", enumToString(MarkerType_$type, this.i.qg));
61
+ this.i.qk = ensureEnum(MarkerType_$type, v);
62
+ this._a("markerType", enumToString(MarkerType_$type, this.i.qk));
49
63
  }
50
64
  /**
51
65
  * Gets or sets thickness of the marker outline
52
66
  */
53
67
  get markerThickness() {
54
- return this.i.qh;
68
+ return this.i.ql;
55
69
  }
56
70
  set markerThickness(v) {
57
- this.i.qh = +v;
58
- this._a("markerThickness", this.i.qh);
71
+ this.i.ql = +v;
72
+ this._a("markerThickness", this.i.ql);
59
73
  }
60
74
  /**
61
75
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
62
76
  */
63
77
  get markerOutlineMode() {
64
- return this.i.qf;
78
+ return this.i.qj;
65
79
  }
66
80
  set markerOutlineMode(v) {
67
- this.i.qf = ensureEnum(MarkerOutlineMode_$type, v);
68
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qf));
81
+ this.i.qj = ensureEnum(MarkerOutlineMode_$type, v);
82
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qj));
69
83
  }
70
84
  /**
71
85
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
72
86
  */
73
87
  get markerFillMode() {
74
- return this.i.qe;
88
+ return this.i.qi;
75
89
  }
76
90
  set markerFillMode(v) {
77
- this.i.qe = ensureEnum(MarkerFillMode_$type, v);
78
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qe));
91
+ this.i.qi = ensureEnum(MarkerFillMode_$type, v);
92
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qi));
79
93
  }
80
94
  /**
81
95
  * Gets or sets the MarkerTemplate for the current series object.
82
96
  */
83
97
  get markerTemplate() {
84
- return this.i.qw;
98
+ return this.i.q0;
85
99
  }
86
100
  set markerTemplate(v) {
87
- this.i.qw = v;
101
+ this.i.q0 = v;
88
102
  }
89
103
  /**
90
104
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
91
105
  */
92
106
  get markerBrush() {
93
- return brushToString(this.i.ra);
107
+ return brushToString(this.i.re);
94
108
  }
95
109
  set markerBrush(v) {
96
- this.i.ra = stringToBrush(v);
97
- this._a("markerBrush", brushToString(this.i.ra));
110
+ this.i.re = stringToBrush(v);
111
+ this._a("markerBrush", brushToString(this.i.re));
98
112
  }
99
113
  /**
100
114
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
101
115
  */
102
116
  get markerOutline() {
103
- return brushToString(this.i.rb);
117
+ return brushToString(this.i.rf);
104
118
  }
105
119
  set markerOutline(v) {
106
- this.i.rb = stringToBrush(v);
107
- this._a("markerOutline", brushToString(this.i.rb));
120
+ this.i.rf = stringToBrush(v);
121
+ this._a("markerOutline", brushToString(this.i.rf));
108
122
  }
109
123
  /**
110
124
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -112,40 +126,40 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
112
126
  * choose a representative set.
113
127
  */
114
128
  get maximumMarkers() {
115
- return this.i.qi;
129
+ return this.i.qm;
116
130
  }
117
131
  set maximumMarkers(v) {
118
- this.i.qi = +v;
119
- this._a("maximumMarkers", this.i.qi);
132
+ this.i.qm = +v;
133
+ this._a("maximumMarkers", this.i.qm);
120
134
  }
121
135
  /**
122
136
  * Gets the effective marker template for the current series object.
123
137
  */
124
138
  get actualMarkerTemplate() {
125
- return this.i.qv;
139
+ return this.i.qz;
126
140
  }
127
141
  set actualMarkerTemplate(v) {
128
- this.i.qv = v;
142
+ this.i.qz = v;
129
143
  }
130
144
  /**
131
145
  * Gets the effective marker brush for the current series object.
132
146
  */
133
147
  get actualMarkerBrush() {
134
- return brushToString(this.i.q8);
148
+ return brushToString(this.i.rc);
135
149
  }
136
150
  set actualMarkerBrush(v) {
137
- this.i.q8 = stringToBrush(v);
138
- this._a("actualMarkerBrush", brushToString(this.i.q8));
151
+ this.i.rc = stringToBrush(v);
152
+ this._a("actualMarkerBrush", brushToString(this.i.rc));
139
153
  }
140
154
  /**
141
155
  * Gets the effective marker outline for the current series object.
142
156
  */
143
157
  get actualMarkerOutline() {
144
- return brushToString(this.i.q9);
158
+ return brushToString(this.i.rd);
145
159
  }
146
160
  set actualMarkerOutline(v) {
147
- this.i.q9 = stringToBrush(v);
148
- this._a("actualMarkerOutline", brushToString(this.i.q9));
161
+ this.i.rd = stringToBrush(v);
162
+ this._a("actualMarkerOutline", brushToString(this.i.rd));
149
163
  }
150
164
  }
151
165
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
@@ -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);
@@ -53,55 +67,55 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
53
67
  * Gets whether the current series shows a polyline shape.
54
68
  */
55
69
  get isPolyline() {
56
- return this.i.d8;
70
+ return this.i.d9;
57
71
  }
58
72
  /**
59
73
  * Gets or sets the fill brush.
60
74
  */
61
75
  get shapeFill() {
62
- return this.i.rk ? this.i.rk.fill : null;
76
+ return this.i.ro ? this.i.ro.fill : null;
63
77
  }
64
78
  set shapeFill(v) {
65
79
  this.ensureShapeStyle();
66
- this.i.rk.fill = v;
80
+ this.i.ro.fill = v;
67
81
  }
68
82
  /**
69
83
  * Gets or sets the stroke brush.
70
84
  */
71
85
  get shapeStroke() {
72
- return this.i.rk ? this.i.rk.stroke : null;
86
+ return this.i.ro ? this.i.ro.stroke : null;
73
87
  }
74
88
  set shapeStroke(v) {
75
89
  this.ensureShapeStyle();
76
- this.i.rk.stroke = v;
90
+ this.i.ro.stroke = v;
77
91
  }
78
92
  /**
79
93
  * Gets or sets the stroke thickness.
80
94
  */
81
95
  get shapeStrokeThickness() {
82
- return this.i.rk ? this.i.rk.strokeThickness : NaN;
96
+ return this.i.ro ? this.i.ro.strokeThickness : NaN;
83
97
  }
84
98
  set shapeStrokeThickness(v) {
85
99
  this.ensureShapeStyle();
86
- this.i.rk.strokeThickness = +v;
87
- this._a("shapeStrokeThickness", this.i.rk.strokeThickness);
100
+ this.i.ro.strokeThickness = +v;
101
+ this._a("shapeStrokeThickness", this.i.ro.strokeThickness);
88
102
  }
89
103
  /**
90
104
  * Gets or sets the opacity.
91
105
  */
92
106
  get shapeOpacity() {
93
- return this.i.rk ? this.i.rk.opacity : NaN;
107
+ return this.i.ro ? this.i.ro.opacity : NaN;
94
108
  }
95
109
  set shapeOpacity(v) {
96
110
  this.ensureShapeStyle();
97
- this.i.rk.opacity = +v;
98
- this._a("shapeOpacity", this.i.rk.opacity);
111
+ this.i.ro.opacity = +v;
112
+ this._a("shapeOpacity", this.i.ro.opacity);
99
113
  }
100
114
  ensureShapeStyle() {
101
- if (this.i.rk) {
115
+ if (this.i.ro) {
102
116
  return;
103
117
  }
104
- this.i.rk = new Style();
118
+ this.i.ro = new Style();
105
119
  }
106
120
  get styleShape() {
107
121
  return this._styleShape;
@@ -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);