igniteui-webcomponents-maps 7.0.1-beta.0 → 7.1.0-alpha.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 (76) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +3 -3
@@ -15,19 +15,19 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
15
15
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
16
16
  constructor() {
17
17
  super(...arguments);
18
- this.x3 = false;
19
18
  this.x2 = false;
19
+ this.x1 = false;
20
20
  this.assigningShapeStyle = null;
21
21
  this.assigningShapeMarkerStyle = null;
22
- this.xz = null;
23
- this.x1 = false;
22
+ this.xy = null;
23
+ this.x0 = false;
24
24
  }
25
25
  ct() {
26
26
  return new GeographicShapeSeriesBaseView(this);
27
27
  }
28
- ri(a) {
29
- super.ri(a);
30
- this.xy = a;
28
+ rh(a) {
29
+ super.rh(a);
30
+ this.xx = a;
31
31
  }
32
32
  get_fh() {
33
33
  return true;
@@ -35,116 +35,116 @@ let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
35
35
  get_ef() {
36
36
  return true;
37
37
  }
38
- rr(a, b, c, d) {
39
- super.rr(a, b, c, d);
38
+ rq(a, b, c, d) {
39
+ super.rq(a, b, c, d);
40
40
  switch (b) {
41
41
  case "SeriesViewer":
42
- this.xy.cv();
42
+ this.xx.cv();
43
43
  break;
44
44
  case "ShapeMemberPath":
45
- this.xy.cx();
45
+ this.xx.cx();
46
46
  break;
47
47
  case GeographicShapeSeriesBase.$$p[8]:
48
- this.xy.cw();
48
+ this.xx.cw();
49
49
  break;
50
50
  case GeographicShapeSeriesBase.$$p[4]:
51
- this.xm.yu = this.x6;
52
- this.x3 = this.x6;
53
- if (this.x6) {
54
- let e = this.xm;
55
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yo));
51
+ this.xl.yt = this.x5;
52
+ this.x2 = this.x5;
53
+ if (this.x5) {
54
+ let e = this.xl;
55
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
56
56
  }
57
57
  else {
58
- let f = this.xm;
59
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yo));
58
+ let f = this.xl;
59
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
60
60
  }
61
61
  break;
62
62
  case GeographicShapeSeriesBase.$$p[3]:
63
- this.xm.yt = this.x5;
64
- this.x2 = this.x5;
65
- if (this.x6) {
66
- let g = this.xm;
67
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yn));
63
+ this.xl.ys = this.x4;
64
+ this.x1 = this.x4;
65
+ if (this.x5) {
66
+ let g = this.xl;
67
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
68
68
  }
69
69
  else {
70
- let h = this.xm;
71
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yn));
70
+ let h = this.xl;
71
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
72
72
  }
73
73
  break;
74
74
  case GeographicShapeSeriesBase.$$p[5]:
75
- this.xm.x6 = this.xx;
75
+ this.xl.x5 = this.xw;
76
76
  break;
77
77
  case GeographicShapeSeriesBase.$$p[6]:
78
- this.xm.zb = this.x8;
78
+ this.xl.za = this.x7;
79
79
  break;
80
80
  case GeographicShapeSeriesBase.$$p[7]:
81
- this.xm.zc = this.x9;
81
+ this.xl.zb = this.x8;
82
82
  break;
83
83
  case GeographicShapeSeriesBase.$$p[0]:
84
- this.xm.zg = this.ya;
84
+ this.xl.zf = this.x9;
85
85
  break;
86
86
  case GeographicShapeSeriesBase.$$p[1]:
87
- this.xm.xw = this.xw;
87
+ this.xl.xv = this.xv;
88
88
  break;
89
89
  case GeographicShapeSeriesBase.$$p[2]:
90
- this.xm.yp = this.x4;
90
+ this.xl.yo = this.x3;
91
91
  break;
92
92
  case "ShapefileDataSource":
93
93
  if (c != null) {
94
94
  let i = c;
95
- if (this.x1) {
96
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yp));
95
+ if (this.x0) {
96
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
97
97
  }
98
98
  }
99
99
  if (d != null) {
100
100
  let j = d;
101
101
  if (j.count > 0) {
102
- this.yq();
102
+ this.yp();
103
103
  break;
104
104
  }
105
- this.x1 = true;
106
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yp));
105
+ this.x0 = true;
106
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
107
107
  }
108
108
  break;
109
109
  }
110
110
  }
111
- yo(a, b) {
111
+ yn(a, b) {
112
112
  if (this.assigningShapeStyle != null) {
113
113
  this.assigningShapeStyle(this, b);
114
114
  }
115
115
  }
116
- yn(a, b) {
116
+ ym(a, b) {
117
117
  if (this.assigningShapeMarkerStyle != null) {
118
118
  this.assigningShapeMarkerStyle(this, b);
119
119
  }
120
120
  }
121
- yp(a, b) {
122
- this.yq();
121
+ yo(a, b) {
122
+ this.yp();
123
123
  }
124
- yq() {
125
- let sds_ = this.x0;
124
+ yp() {
125
+ let sds_ = this.xz;
126
126
  let ext_ = sds_.externalObject;
127
127
  this.itemsSource = (ext_.getPointData());
128
128
  }
129
- get x0() {
130
- return this.xz;
129
+ get xz() {
130
+ return this.xy;
131
131
  }
132
- set x0(a) {
133
- let b = this.xz;
134
- this.xz = a;
135
- if (b != this.xz) {
136
- this.raisePropertyChanged("ShapefileDataSource", b, this.xz);
132
+ set xz(a) {
133
+ let b = this.xy;
134
+ this.xy = a;
135
+ if (b != this.xy) {
136
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
137
137
  }
138
138
  }
139
- get_he() {
139
+ get_hd() {
140
140
  return true;
141
141
  }
142
- set_he(a) {
143
- super.set_he(a);
142
+ set_hd(a) {
143
+ super.set_hd(a);
144
144
  }
145
145
  }
146
146
  GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
147
- GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:ya:yr', [2], 'FillScale:xw:ys', [BrushScale.$], 'FillScaleUseGlobalValues:x4:yt', [0, false], 'IsCustomShapeMarkerStyleAllowed:x5:yu', [0, false], 'IsCustomShapeStyleAllowed:x6:yv', [0, false], 'ItemSearchMode:xx:yw', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x8:yx', [1, 10000], 'ItemSearchThreshold:x9:yy', [1, 10000], 'ShapeFilterResolution:x7:yz', [1, 2], 'ShapeMemberPath:yl:y0', [2, "points"]]);
147
+ GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
148
148
  return GeographicShapeSeriesBase;
149
149
  })();
150
150
  export { GeographicShapeSeriesBase };
@@ -157,23 +157,23 @@ let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
157
157
  }
158
158
  ci() {
159
159
  super.ci();
160
- this.cu.xm.zt = this.cu.yl;
160
+ this.cu.xl.zs = this.cu.yk;
161
161
  }
162
162
  cv() {
163
- let a = this.cu.xm;
163
+ let a = this.cu.xl;
164
164
  if (this.cu.dc == null) {
165
- a.x0 = null;
166
- a.x2 = null;
165
+ a.xz = null;
166
+ a.x1 = null;
167
167
  return;
168
168
  }
169
- a.x0 = this.cu.dc.zh;
170
- a.x2 = this.cu.dc.zj;
169
+ a.xz = this.cu.dc.zh;
170
+ a.x1 = this.cu.dc.zj;
171
171
  }
172
172
  cx() {
173
- this.cu.xm.zt = this.cu.yl;
173
+ this.cu.xl.zs = this.cu.yk;
174
174
  }
175
175
  cw() {
176
- this.cu.xm.y8 = this.cu.x7;
176
+ this.cu.xl.y7 = this.cu.x6;
177
177
  }
178
178
  }
179
179
  GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -27,53 +27,53 @@ let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
27
27
  this.cy = null;
28
28
  this.cy = a;
29
29
  if (!this.t) {
30
- this.cy.yl = "points";
30
+ this.cy.yk = "points";
31
31
  }
32
32
  }
33
33
  a4() {
34
34
  super.a4();
35
35
  if (!this.t) {
36
- this.cy.z8 = Defaults.a8;
37
- this.cy.jz = Defaults.ac;
38
- this.cy.y7 = Defaults.ab;
39
- this.cy.y4 = Defaults.d;
40
- this.cy.y2 = Defaults.a;
36
+ this.cy.z7 = Defaults.a8;
37
+ this.cy.jy = Defaults.ac;
38
+ this.cy.y6 = Defaults.ab;
39
+ this.cy.y3 = Defaults.d;
40
+ this.cy.y1 = Defaults.a;
41
41
  }
42
42
  }
43
43
  ci() {
44
44
  super.ci();
45
- this.cy.xm.acg = this.cy.aaa;
46
- this.cy.xm.aa8 = this.cy.y5;
47
- this.cy.xm.abv = this.cy.zq;
48
- this.cy.xm.abc = this.cy.y7;
49
- this.cy.xm.aau = this.cy.y1;
45
+ this.cy.xl.acf = this.cy.z9;
46
+ this.cy.xl.aa7 = this.cy.y4;
47
+ this.cy.xl.abu = this.cy.zp;
48
+ this.cy.xl.abb = this.cy.y6;
49
+ this.cy.xl.aat = this.cy.y0;
50
50
  }
51
51
  c3() {
52
- this.cy.xm.abv = this.cy.zq;
52
+ this.cy.xl.abu = this.cy.zp;
53
53
  }
54
54
  c5() {
55
- this.cy.xm.abc = this.cy.y7;
55
+ this.cy.xl.abb = this.cy.y6;
56
56
  }
57
57
  c0() {
58
- this.cy.xm.aau = this.cy.y1;
58
+ this.cy.xl.aat = this.cy.y0;
59
59
  }
60
60
  c4() {
61
- this.cy.xm.aa3 = this.cy.y4;
61
+ this.cy.xl.aa2 = this.cy.y3;
62
62
  }
63
63
  cz() {
64
- this.cy.xm.acc = this.cy.z7;
64
+ this.cy.xl.acb = this.cy.z6;
65
65
  }
66
66
  c1() {
67
- this.cy.xm.acd = this.cy.z8;
67
+ this.cy.xl.acc = this.cy.z7;
68
68
  }
69
69
  c2() {
70
- this.cy.xm.acf = this.cy.z9;
70
+ this.cy.xl.ace = this.cy.z8;
71
71
  }
72
72
  c6() {
73
- this.cy.xm.aa8 = this.cy.y5;
73
+ this.cy.xl.aa7 = this.cy.y4;
74
74
  }
75
75
  c7() {
76
- this.cy.xm.acg = this.cy.aaa;
76
+ this.cy.xl.acf = this.cy.z9;
77
77
  }
78
78
  }
79
79
  GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -85,7 +85,7 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
85
85
  bk() {
86
86
  return new GeographicShapeSeries();
87
87
  }
88
- get_fu() {
88
+ get_ft() {
89
89
  return true;
90
90
  }
91
91
  constructor() {
@@ -96,90 +96,90 @@ let GeographicShapeSeries = /*@__PURE__*/ (() => {
96
96
  ct() {
97
97
  return new GeographicShapeSeriesView(this);
98
98
  }
99
- ri(a) {
100
- super.ri(a);
101
- this.y6 = a;
99
+ rh(a) {
100
+ super.rh(a);
101
+ this.y5 = a;
102
102
  }
103
- xl() {
103
+ xk() {
104
104
  let a = new ScatterPolygonSeries();
105
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zn));
106
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zo));
105
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
106
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
107
107
  return a;
108
108
  }
109
- zn(a, b) {
109
+ zm(a, b) {
110
110
  if (this.styleShape != null) {
111
111
  this.styleShape(this, b);
112
112
  }
113
113
  }
114
- zo(a, b) {
115
- let c = typeCast(ScatterPolygonSeries.$, this.xm);
114
+ zn(a, b) {
115
+ let c = typeCast(ScatterPolygonSeries.$, this.xl);
116
116
  if (c == null) {
117
117
  return;
118
118
  }
119
119
  }
120
- iv() {
121
- return this.y7;
120
+ iu() {
121
+ return this.y6;
122
+ }
123
+ v5() {
124
+ return this.z4;
122
125
  }
123
126
  v6() {
124
127
  return this.z5;
125
128
  }
126
- v7() {
127
- return this.z6;
128
- }
129
- ti() {
130
- return this.zp;
129
+ th() {
130
+ return this.zo;
131
131
  }
132
- mm() {
133
- let a = typeCast(ScatterPolygonSeries.$, this.xm);
132
+ ml() {
133
+ let a = typeCast(ScatterPolygonSeries.$, this.xl);
134
134
  if (a == null) {
135
135
  return "Unknown";
136
136
  }
137
- return a.mm();
137
+ return a.ml();
138
138
  }
139
- rr(a, b, c, d) {
140
- super.rr(a, b, c, d);
139
+ rq(a, b, c, d) {
140
+ super.rq(a, b, c, d);
141
141
  switch (b) {
142
142
  case GeographicShapeSeries.$$p[6]:
143
- this.xm.aa1 = this.y3;
143
+ this.xl.aa0 = this.y2;
144
144
  break;
145
145
  case GeographicShapeSeries.$$p[5]:
146
- this.xm.aax = this.y2;
146
+ this.xl.aaw = this.y1;
147
147
  break;
148
148
  case GeographicShapeSeries.$$p[9]:
149
- this.y6.c3();
149
+ this.y5.c3();
150
150
  break;
151
151
  case GeographicShapeSeries.$$p[10]:
152
- this.y6.c5();
152
+ this.y5.c5();
153
153
  break;
154
154
  case GeographicShapeSeries.$$p[4]:
155
- this.y6.c0();
155
+ this.y5.c0();
156
156
  break;
157
157
  case GeographicShapeSeries.$$p[11]:
158
- this.y6.c4();
158
+ this.y5.c4();
159
159
  break;
160
160
  case GeographicShapeSeries.$$p[3]:
161
- this.y6.cz();
161
+ this.y5.cz();
162
162
  break;
163
163
  case GeographicShapeSeries.$$p[7]:
164
- this.y6.c1();
164
+ this.y5.c1();
165
165
  break;
166
166
  case GeographicShapeSeries.$$p[8]:
167
- this.y6.c2();
167
+ this.y5.c2();
168
168
  break;
169
169
  case GeographicShapeSeries.$$p[13]:
170
- this.y6.c6();
170
+ this.y5.c6();
171
171
  break;
172
172
  case GeographicShapeSeries.$$p[12]:
173
- this.y6.c7();
173
+ this.y5.c7();
174
174
  break;
175
175
  }
176
176
  }
177
- ju() {
177
+ jt() {
178
178
  return 0.7;
179
179
  }
180
180
  }
181
181
  GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
182
- GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z5:zr', [Brush.$], 'ActualMarkerOutline:z6:zs', [Brush.$], 'ActualMarkerTemplate:zp:zt', [DataTemplate.$, null], 'MarkerBrush:z7:zu', [Brush.$], 'MarkerCollisionAvoidance:y1:zv', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y2:zw', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y3:zx', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z8:zy', [Brush.$], 'MarkerStyle:z9:zz', [Style.$], 'MarkerTemplate:zq:z0', [DataTemplate.$, null], 'MarkerThickness:y7:z1', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:y4:z2', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aaa:z3', [Style.$, null], 'ShapeStyleSelector:y5:z4', [StyleSelector.$, null]]);
182
+ GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
183
183
  return GeographicShapeSeries;
184
184
  })();
185
185
  export { GeographicShapeSeries };
@@ -25,40 +25,40 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
25
25
  }
26
26
  }
27
27
  ci() {
28
- let a = this.cu.xm;
28
+ let a = this.cu.xl;
29
29
  super.ci();
30
- a.abf = this.cu.za;
31
- a.abn = this.cu.y8;
32
- a.xw = this.cu.xw;
33
- a.yo = this.cu.yc;
34
- a.x5 = this.cu.xx;
30
+ a.abe = this.cu.y9;
31
+ a.abm = this.cu.y7;
32
+ a.xv = this.cu.xv;
33
+ a.yn = this.cu.yb;
34
+ a.x4 = this.cu.xw;
35
35
  }
36
36
  cw() {
37
- this.cu.xm.abf = this.cu.za;
37
+ this.cu.xl.abe = this.cu.y9;
38
38
  }
39
39
  cv() {
40
- this.cu.xm.abn = this.cu.y8;
40
+ this.cu.xl.abm = this.cu.y7;
41
41
  }
42
42
  c2() {
43
- this.cu.xm.xw = this.cu.xw;
43
+ this.cu.xl.xv = this.cu.xv;
44
44
  }
45
45
  c0() {
46
- this.cu.xm.yo = this.cu.yc;
46
+ this.cu.xl.yn = this.cu.yb;
47
47
  }
48
48
  c1() {
49
- this.cu.xm.x5 = this.cu.xx;
49
+ this.cu.xl.x4 = this.cu.xw;
50
50
  }
51
51
  c3() {
52
- this.cu.xm.aav = this.cu.xy;
52
+ this.cu.xl.aau = this.cu.xx;
53
53
  }
54
54
  c5() {
55
- this.cu.xm.xAxis = this.cu.dc.zh;
55
+ this.cu.xl.xAxis = this.cu.dc.zh;
56
56
  }
57
57
  c6() {
58
- this.cu.xm.yAxis = this.cu.dc.zj;
58
+ this.cu.xl.yAxis = this.cu.dc.zj;
59
59
  }
60
60
  c4() {
61
- let a = this.cu.xm;
61
+ let a = this.cu.xl;
62
62
  if (this.cu.dc == null) {
63
63
  a.xAxis = null;
64
64
  a.yAxis = null;
@@ -68,13 +68,13 @@ let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
68
68
  a.yAxis = this.cu.dc.zj;
69
69
  }
70
70
  cy() {
71
- this.cu.xm.zf = this.cu.yu;
71
+ this.cu.xl.ze = this.cu.yt;
72
72
  }
73
73
  cx() {
74
- this.cu.xm.y5 = this.cu.yq;
74
+ this.cu.xl.y4 = this.cu.yp;
75
75
  }
76
76
  cz() {
77
- this.cu.xm.y6 = this.cu.yr;
77
+ this.cu.xl.y5 = this.cu.yq;
78
78
  }
79
79
  }
80
80
  GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -91,9 +91,9 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
91
91
  }
92
92
  constructor() {
93
93
  super();
94
- this.yw = null;
95
- this.yz = false;
94
+ this.yv = null;
96
95
  this.yy = false;
96
+ this.yx = false;
97
97
  this.assigningScatterStyle = null;
98
98
  this.assigningScatterMarkerStyle = null;
99
99
  this.ab = GeographicSymbolSeries.$;
@@ -101,85 +101,85 @@ let GeographicSymbolSeries = /*@__PURE__*/ (() => {
101
101
  ct() {
102
102
  return new GeographicSymbolSeriesView(this);
103
103
  }
104
- ri(a) {
105
- super.ri(a);
106
- this.yx = a;
104
+ rh(a) {
105
+ super.rh(a);
106
+ this.yw = a;
107
107
  }
108
- ju() {
108
+ jt() {
109
109
  return 0.7;
110
110
  }
111
- xl() {
111
+ xk() {
112
112
  return new ScatterSeries();
113
113
  }
114
114
  get_fh() {
115
115
  return true;
116
116
  }
117
- rr(a, b, c, d) {
118
- super.rr(a, b, c, d);
117
+ rq(a, b, c, d) {
118
+ super.rq(a, b, c, d);
119
119
  switch (b) {
120
120
  case "SeriesViewer":
121
- this.yx.c4();
121
+ this.yw.c4();
122
122
  break;
123
123
  case GeographicSymbolSeries.$$p[5]:
124
- this.yx.cw();
124
+ this.yw.cw();
125
125
  break;
126
126
  case GeographicSymbolSeries.$$p[4]:
127
- this.yx.cv();
127
+ this.yw.cv();
128
128
  break;
129
129
  case GeographicSymbolSeries.$$p[6]:
130
- this.yx.cy();
130
+ this.yw.cy();
131
131
  break;
132
132
  case "XAxis":
133
- this.yx.c5();
133
+ this.yw.c5();
134
134
  break;
135
135
  case "YAxis":
136
- this.yx.c6();
136
+ this.yw.c6();
137
137
  break;
138
138
  case GeographicSymbolSeries.$$p[1]:
139
- this.xm.aab = this.y1;
140
- this.yz = this.y1;
141
- if (this.y1) {
142
- let e = this.xm;
143
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zf));
139
+ this.xl.aaa = this.y0;
140
+ this.yy = this.y0;
141
+ if (this.y0) {
142
+ let e = this.xl;
143
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
144
144
  }
145
145
  else {
146
- let f = this.xm;
147
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zf));
146
+ let f = this.xl;
147
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
148
148
  }
149
149
  break;
150
150
  case GeographicSymbolSeries.$$p[0]:
151
- this.xm.aaa = this.y0;
152
- this.yy = this.y0;
153
- if (this.y1) {
154
- let g = this.xm;
155
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ze));
151
+ this.xl.z9 = this.yz;
152
+ this.yx = this.yz;
153
+ if (this.y0) {
154
+ let g = this.xl;
155
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
156
156
  }
157
157
  else {
158
- let h = this.xm;
159
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ze));
158
+ let h = this.xl;
159
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
160
160
  }
161
161
  break;
162
162
  case GeographicSymbolSeries.$$p[2]:
163
- this.xm.zu = this.yv;
163
+ this.xl.zt = this.yu;
164
164
  break;
165
165
  case GeographicSymbolSeries.$$p[3]:
166
- this.xm.aau = this.y3;
166
+ this.xl.aat = this.y2;
167
167
  break;
168
168
  }
169
169
  }
170
- zf(a, b) {
170
+ ze(a, b) {
171
171
  if (this.assigningScatterStyle != null) {
172
172
  this.assigningScatterStyle(this, b);
173
173
  }
174
174
  }
175
- ze(a, b) {
175
+ zd(a, b) {
176
176
  if (this.assigningScatterMarkerStyle != null) {
177
177
  this.assigningScatterMarkerStyle(this, b);
178
178
  }
179
179
  }
180
180
  }
181
181
  GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
182
- GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y0:zg', [0, false], 'IsCustomScatterStyleAllowed:y1:zh', [0, false], 'ItemSearchMode:yv:zi', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y3:zj', [1, 10000], 'LatitudeMemberPath:y8:zk', [2, null], 'LongitudeMemberPath:za:zl', [2, null], 'MarkerCollisionAvoidance:yu:zm', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y2:zn', [0, false]]);
182
+ GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
183
183
  return GeographicSymbolSeries;
184
184
  })();
185
185
  export { GeographicSymbolSeries };