igniteui-webcomponents-maps 5.0.3-beta.0 → 5.1.1-beta.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 (79) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1539 -1450
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +77 -77
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +197 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +27 -27
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +14 -14
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -65
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -53
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +79 -79
  16. package/esm2015/lib/XamGeographicMap_combined.js +451 -451
  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-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +21 -21
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +76 -22
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +77 -77
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +195 -180
  34. package/esm5/lib/GeographicMarkerSeries.js +27 -27
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +14 -14
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +74 -64
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +53 -53
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  40. package/esm5/lib/GeographicTileSeries.js +25 -25
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +77 -77
  44. package/esm5/lib/XamGeographicMap_combined.js +444 -444
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +21 -21
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +87 -21
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1545 -1468
  60. package/fesm5/igniteui-webcomponents-maps.js +1540 -1451
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -43
  64. package/lib/GeographicMarkerSeries.d.ts +16 -16
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +27 -23
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -26
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +18 -18
  77. package/lib/XamGeographicMap_combined.d.ts +108 -108
  78. package/lib/igc-geographic-shape-series-base-component.d.ts +18 -0
  79. package/package.json +3 -3
@@ -7,6 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
8
8
  import { DependencyProperty } from "igniteui-webcomponents-core";
9
9
  import { ShapeItemSearchMode_$type } from "igniteui-webcomponents-charts";
10
+ import { BrushScale } from "igniteui-webcomponents-charts";
10
11
  import { enumGetBox, runOn, delegateCombine, delegateRemove, markType, markDep } from "igniteui-webcomponents-core";
11
12
  import { PropertyMetadata } from "igniteui-webcomponents-core";
12
13
  import { HostSeriesView } from "./HostSeriesView";
@@ -17,127 +18,136 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
17
18
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
18
19
  constructor() {
19
20
  super(...arguments);
20
- this.xb = false;
21
- this.xa = false;
21
+ this.xf = false;
22
+ this.xe = false;
22
23
  this.assigningShapeStyle = null;
23
24
  this.assigningShapeMarkerStyle = null;
24
- this.w7 = null;
25
- this.w9 = false;
25
+ this.xb = null;
26
+ this.xd = false;
26
27
  }
27
- cr() {
28
+ cs() {
28
29
  return new GeographicShapeSeriesBaseView(this);
29
30
  }
30
31
  qz(a) {
31
32
  super.qz(a);
32
- this.w6 = a;
33
+ this.xa = a;
33
34
  }
34
- get_fd() {
35
+ get_fe() {
35
36
  return true;
36
37
  }
37
- get_ec() {
38
+ get_ed() {
38
39
  return true;
39
40
  }
40
41
  q7(a, b, c, d) {
41
42
  super.q7(a, b, c, d);
42
43
  switch (b) {
43
44
  case "SeriesViewer":
44
- this.w6.ci();
45
+ this.xa.ci();
45
46
  break;
46
47
  case "ShapeMemberPath":
47
- this.w6.ck();
48
+ this.xa.ck();
48
49
  break;
49
- case GeographicShapeSeriesBase.$$p[5]:
50
- this.w6.cj();
50
+ case GeographicShapeSeriesBase.$$p[8]:
51
+ this.xa.cj();
51
52
  break;
52
- case GeographicShapeSeriesBase.$$p[1]:
53
- this.wv.xv = this.xd;
54
- this.xb = this.xd;
55
- if (this.xd) {
56
- let e = this.wv;
57
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.xr));
53
+ case GeographicShapeSeriesBase.$$p[4]:
54
+ this.wy.x6 = this.xi;
55
+ this.xf = this.xi;
56
+ if (this.xi) {
57
+ let e = this.wy;
58
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x0));
58
59
  }
59
60
  else {
60
- let f = this.wv;
61
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.xr));
61
+ let f = this.wy;
62
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x0));
62
63
  }
63
64
  break;
64
- case GeographicShapeSeriesBase.$$p[0]:
65
- this.wv.xu = this.xc;
66
- this.xa = this.xc;
67
- if (this.xd) {
68
- let g = this.wv;
69
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xq));
65
+ case GeographicShapeSeriesBase.$$p[3]:
66
+ this.wy.x5 = this.xh;
67
+ this.xe = this.xh;
68
+ if (this.xi) {
69
+ let g = this.wy;
70
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xz));
70
71
  }
71
72
  else {
72
- let h = this.wv;
73
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xq));
73
+ let h = this.wy;
74
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xz));
74
75
  }
75
76
  break;
76
- case GeographicShapeSeriesBase.$$p[2]:
77
- this.wv.xb = this.w5;
77
+ case GeographicShapeSeriesBase.$$p[5]:
78
+ this.wy.xi = this.w9;
78
79
  break;
79
- case GeographicShapeSeriesBase.$$p[3]:
80
- this.wv.yc = this.xf;
80
+ case GeographicShapeSeriesBase.$$p[6]:
81
+ this.wy.yn = this.xk;
81
82
  break;
82
- case GeographicShapeSeriesBase.$$p[4]:
83
- this.wv.yd = this.xg;
83
+ case GeographicShapeSeriesBase.$$p[7]:
84
+ this.wy.yo = this.xl;
85
+ break;
86
+ case GeographicShapeSeriesBase.$$p[0]:
87
+ this.wy.ys = this.xm;
88
+ break;
89
+ case GeographicShapeSeriesBase.$$p[1]:
90
+ this.wy.w8 = this.w8;
91
+ break;
92
+ case GeographicShapeSeriesBase.$$p[2]:
93
+ this.wy.x1 = this.xg;
84
94
  break;
85
95
  case "ShapefileDataSource":
86
96
  if (c != null) {
87
97
  let i = c;
88
- if (this.w9) {
89
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.xs));
98
+ if (this.xd) {
99
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x1));
90
100
  }
91
101
  }
92
102
  if (d != null) {
93
103
  let j = d;
94
104
  if (j.count > 0) {
95
- this.xt();
105
+ this.x2();
96
106
  break;
97
107
  }
98
- this.w9 = true;
99
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.xs));
108
+ this.xd = true;
109
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x1));
100
110
  }
101
111
  break;
102
112
  }
103
113
  }
104
- xr(a, b) {
114
+ x0(a, b) {
105
115
  if (this.assigningShapeStyle != null) {
106
116
  this.assigningShapeStyle(this, b);
107
117
  }
108
118
  }
109
- xq(a, b) {
119
+ xz(a, b) {
110
120
  if (this.assigningShapeMarkerStyle != null) {
111
121
  this.assigningShapeMarkerStyle(this, b);
112
122
  }
113
123
  }
114
- xs(a, b) {
115
- this.xt();
124
+ x1(a, b) {
125
+ this.x2();
116
126
  }
117
- xt() {
118
- let sds_ = this.w8;
127
+ x2() {
128
+ let sds_ = this.xc;
119
129
  let ext_ = sds_.externalObject;
120
130
  this.itemsSource = (ext_.getPointData());
121
131
  }
122
- get w8() {
123
- return this.w7;
132
+ get xc() {
133
+ return this.xb;
124
134
  }
125
- set w8(a) {
126
- let b = this.w7;
127
- this.w7 = a;
128
- if (b != this.w7) {
129
- this.raisePropertyChanged("ShapefileDataSource", b, this.w7);
135
+ set xc(a) {
136
+ let b = this.xb;
137
+ this.xb = a;
138
+ if (b != this.xb) {
139
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xb);
130
140
  }
131
141
  }
132
- get_g6() {
142
+ get_g7() {
133
143
  return true;
134
144
  }
135
- set_g6(a) {
136
- super.set_g6(a);
145
+ set_g7(a) {
146
+ super.set_g7(a);
137
147
  }
138
148
  }
139
149
  GeographicShapeSeriesBase.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
140
- GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:xc:xu', [0, false], 'IsCustomShapeStyleAllowed:xd:xv', [0, false], 'ItemSearchMode:w5:xw', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xf:xx', [1, 10000], 'ItemSearchThreshold:xg:xy', [1, 10000], 'ShapeFilterResolution:xe:xz', [1, 2], 'ShapeMemberPath:xo:x0', [2, "points"]]);
150
+ GeographicShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xm:x3', [2], 'FillScale:w8:x4', [BrushScale.$], 'FillScaleUseGlobalValues:xg:x5', [0, false], 'IsCustomShapeMarkerStyleAllowed:xh:x6', [0, false], 'IsCustomShapeStyleAllowed:xi:x7', [0, false], 'ItemSearchMode:w9:x8', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xk:x9', [1, 10000], 'ItemSearchThreshold:xl:ya', [1, 10000], 'ShapeFilterResolution:xj:yb', [1, 2], 'ShapeMemberPath:xx:yc', [2, "points"]]);
141
151
  return GeographicShapeSeriesBase;
142
152
  })();
143
153
  /**
@@ -152,23 +162,23 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
152
162
  }
153
163
  b5() {
154
164
  super.b5();
155
- this.ch.wv.yp = this.ch.xo;
165
+ this.ch.wy.y5 = this.ch.xx;
156
166
  }
157
167
  ci() {
158
- let a = this.ch.wv;
159
- if (this.ch.da == null) {
160
- a.w5 = null;
161
- a.w7 = null;
168
+ let a = this.ch.wy;
169
+ if (this.ch.db == null) {
170
+ a.xc = null;
171
+ a.xe = null;
162
172
  return;
163
173
  }
164
- a.w5 = this.ch.da.wk;
165
- a.w7 = this.ch.da.wm;
174
+ a.xc = this.ch.db.wr;
175
+ a.xe = this.ch.db.wt;
166
176
  }
167
177
  ck() {
168
- this.ch.wv.yp = this.ch.xo;
178
+ this.ch.wy.y5 = this.ch.xx;
169
179
  }
170
180
  cj() {
171
- this.ch.wv.x9 = this.ch.xe;
181
+ this.ch.wy.yk = this.ch.xj;
172
182
  }
173
183
  }
174
184
  GeographicShapeSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
30
30
  this.cl = null;
31
31
  this.cl = a;
32
32
  if (!this.q) {
33
- this.cl.xo = "points";
33
+ this.cl.xx = "points";
34
34
  }
35
35
  }
36
36
  au() {
37
37
  super.au();
38
38
  if (!this.q) {
39
- this.cl.y8 = Defaults.aj;
40
- this.cl.jo = Defaults.p;
41
- this.cl.x7 = Defaults.o;
42
- this.cl.x4 = Defaults.d;
43
- this.cl.x2 = Defaults.a;
39
+ this.cl.zk = Defaults.aj;
40
+ this.cl.jp = Defaults.p;
41
+ this.cl.yj = Defaults.o;
42
+ this.cl.yg = Defaults.d;
43
+ this.cl.ye = Defaults.a;
44
44
  }
45
45
  }
46
46
  b5() {
47
47
  super.b5();
48
- this.cl.wv.aa8 = this.cl.za;
49
- this.cl.wv.z1 = this.cl.x5;
50
- this.cl.wv.aan = this.cl.yq;
51
- this.cl.wv.z4 = this.cl.x7;
52
- this.cl.wv.zn = this.cl.x1;
48
+ this.cl.wy.abr = this.cl.zm;
49
+ this.cl.wy.aak = this.cl.yh;
50
+ this.cl.wy.aa6 = this.cl.y2;
51
+ this.cl.wy.aan = this.cl.yj;
52
+ this.cl.wy.z6 = this.cl.yd;
53
53
  }
54
54
  cq() {
55
- this.cl.wv.aan = this.cl.yq;
55
+ this.cl.wy.aa6 = this.cl.y2;
56
56
  }
57
57
  cs() {
58
- this.cl.wv.z4 = this.cl.x7;
58
+ this.cl.wy.aan = this.cl.yj;
59
59
  }
60
60
  cn() {
61
- this.cl.wv.zn = this.cl.x1;
61
+ this.cl.wy.z6 = this.cl.yd;
62
62
  }
63
63
  cr() {
64
- this.cl.wv.zw = this.cl.x4;
64
+ this.cl.wy.aaf = this.cl.yg;
65
65
  }
66
66
  cm() {
67
- this.cl.wv.aa4 = this.cl.y7;
67
+ this.cl.wy.abn = this.cl.zj;
68
68
  }
69
69
  co() {
70
- this.cl.wv.aa5 = this.cl.y8;
70
+ this.cl.wy.abo = this.cl.zk;
71
71
  }
72
72
  cp() {
73
- this.cl.wv.aa7 = this.cl.y9;
73
+ this.cl.wy.abq = this.cl.zl;
74
74
  }
75
75
  ct() {
76
- this.cl.wv.z1 = this.cl.x5;
76
+ this.cl.wy.aak = this.cl.yh;
77
77
  }
78
78
  cu() {
79
- this.cl.wv.aa8 = this.cl.za;
79
+ this.cl.wy.abr = this.cl.zm;
80
80
  }
81
81
  }
82
82
  GeographicShapeSeriesView.$t = /*@__PURE__*/ markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -90,7 +90,7 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
90
90
  bj() {
91
91
  return new GeographicShapeSeries();
92
92
  }
93
- get_fp() {
93
+ get_fq() {
94
94
  return true;
95
95
  }
96
96
  constructor() {
@@ -98,92 +98,92 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
98
98
  this.styleShape = null;
99
99
  this.ab = GeographicShapeSeries.$;
100
100
  }
101
- cr() {
101
+ cs() {
102
102
  return new GeographicShapeSeriesView(this);
103
103
  }
104
104
  qz(a) {
105
105
  super.qz(a);
106
- this.x6 = a;
106
+ this.yi = a;
107
107
  }
108
- wu() {
108
+ wx() {
109
109
  let a = new ScatterPolygonSeries();
110
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yn));
111
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.yo));
110
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yz));
111
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y0));
112
112
  return a;
113
113
  }
114
- yn(a, b) {
114
+ yz(a, b) {
115
115
  if (this.styleShape != null) {
116
116
  this.styleShape(this, b);
117
117
  }
118
118
  }
119
- yo(a, b) {
120
- let c = typeCast(ScatterPolygonSeries.$, this.wv);
119
+ y0(a, b) {
120
+ let c = typeCast(ScatterPolygonSeries.$, this.wy);
121
121
  if (c == null) {
122
122
  return;
123
123
  }
124
124
  }
125
- im() {
126
- return this.x7;
125
+ io() {
126
+ return this.yj;
127
127
  }
128
- vh() {
129
- return this.y5;
128
+ vj() {
129
+ return this.zh;
130
130
  }
131
- vi() {
132
- return this.y6;
131
+ vk() {
132
+ return this.zi;
133
133
  }
134
- sv() {
135
- return this.yp;
134
+ sx() {
135
+ return this.y1;
136
136
  }
137
- l9() {
138
- let a = typeCast(ScatterPolygonSeries.$, this.wv);
137
+ ma() {
138
+ let a = typeCast(ScatterPolygonSeries.$, this.wy);
139
139
  if (a == null) {
140
140
  return "Unknown";
141
141
  }
142
- return a.l9();
142
+ return a.ma();
143
143
  }
144
144
  q7(a, b, c, d) {
145
145
  super.q7(a, b, c, d);
146
146
  switch (b) {
147
147
  case GeographicShapeSeries.$$p[6]:
148
- this.wv.zu = this.x3;
148
+ this.wy.aad = this.yf;
149
149
  break;
150
150
  case GeographicShapeSeries.$$p[5]:
151
- this.wv.zq = this.x2;
151
+ this.wy.z9 = this.ye;
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[9]:
154
- this.x6.cq();
154
+ this.yi.cq();
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[10]:
157
- this.x6.cs();
157
+ this.yi.cs();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[4]:
160
- this.x6.cn();
160
+ this.yi.cn();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[11]:
163
- this.x6.cr();
163
+ this.yi.cr();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[3]:
166
- this.x6.cm();
166
+ this.yi.cm();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[7]:
169
- this.x6.co();
169
+ this.yi.co();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[8]:
172
- this.x6.cp();
172
+ this.yi.cp();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[13]:
175
- this.x6.ct();
175
+ this.yi.ct();
176
176
  break;
177
177
  case GeographicShapeSeries.$$p[12]:
178
- this.x6.cu();
178
+ this.yi.cu();
179
179
  break;
180
180
  }
181
181
  }
182
- jk() {
182
+ jl() {
183
183
  return 0.7;
184
184
  }
185
185
  }
186
186
  GeographicShapeSeries.$t = /*@__PURE__*/ markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
187
- GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:y5:yr', [Brush.$], 'ActualMarkerOutline:y6:ys', [Brush.$], 'ActualMarkerTemplate:yp:yt', [DataTemplate.$, null], 'MarkerBrush:y7:yu', [Brush.$], 'MarkerCollisionAvoidance:x1:yv', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:x2:yw', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:x3:yx', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:y8:yy', [Brush.$], 'MarkerStyle:y9:yz', [Style.$], 'MarkerTemplate:yq:y0', [DataTemplate.$, null], 'MarkerThickness:x7:y1', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:x4:y2', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:za:y3', [Style.$, null], 'ShapeStyleSelector:x5:y4', [StyleSelector.$, null]]);
187
+ GeographicShapeSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zh:y3', [Brush.$], 'ActualMarkerOutline:zi:y4', [Brush.$], 'ActualMarkerTemplate:y1:y5', [DataTemplate.$, null], 'MarkerBrush:zj:y6', [Brush.$], 'MarkerCollisionAvoidance:yd:y7', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:ye:y8', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yf:y9', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zk:za', [Brush.$], 'MarkerStyle:zl:zb', [Style.$], 'MarkerTemplate:y2:zc', [DataTemplate.$, null], 'MarkerThickness:yj:zd', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:yg:ze', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zm:zf', [Style.$, null], 'ShapeStyleSelector:yh:zg', [StyleSelector.$, null]]);
188
188
  return GeographicShapeSeries;
189
189
  })();
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
28
28
  }
29
29
  }
30
30
  b5() {
31
- let a = this.ch.wv;
31
+ let a = this.ch.wy;
32
32
  super.b5();
33
- a.aao = this.ch.yj;
34
- a.aaw = this.ch.yh;
35
- a.w5 = this.ch.w5;
36
- a.xx = this.ch.xl;
37
- a.xe = this.ch.w6;
33
+ a.aar = this.ch.ym;
34
+ a.aaz = this.ch.yk;
35
+ a.w8 = this.ch.w8;
36
+ a.x0 = this.ch.xo;
37
+ a.xh = this.ch.w9;
38
38
  }
39
39
  cj() {
40
- this.ch.wv.aao = this.ch.yj;
40
+ this.ch.wy.aar = this.ch.ym;
41
41
  }
42
42
  ci() {
43
- this.ch.wv.aaw = this.ch.yh;
43
+ this.ch.wy.aaz = this.ch.yk;
44
44
  }
45
45
  cp() {
46
- this.ch.wv.w5 = this.ch.w5;
46
+ this.ch.wy.w8 = this.ch.w8;
47
47
  }
48
48
  cn() {
49
- this.ch.wv.xx = this.ch.xl;
49
+ this.ch.wy.x0 = this.ch.xo;
50
50
  }
51
51
  co() {
52
- this.ch.wv.xe = this.ch.w6;
52
+ this.ch.wy.xh = this.ch.w9;
53
53
  }
54
54
  cq() {
55
- this.ch.wv.z4 = this.ch.w7;
55
+ this.ch.wy.z7 = this.ch.xa;
56
56
  }
57
57
  cs() {
58
- this.ch.wv.xAxis = this.ch.da.wk;
58
+ this.ch.wy.xAxis = this.ch.db.wr;
59
59
  }
60
60
  ct() {
61
- this.ch.wv.yAxis = this.ch.da.wm;
61
+ this.ch.wy.yAxis = this.ch.db.wt;
62
62
  }
63
63
  cr() {
64
- let a = this.ch.wv;
65
- if (this.ch.da == null) {
64
+ let a = this.ch.wy;
65
+ if (this.ch.db == null) {
66
66
  a.xAxis = null;
67
67
  a.yAxis = null;
68
68
  return;
69
69
  }
70
- a.xAxis = this.ch.da.wk;
71
- a.yAxis = this.ch.da.wm;
70
+ a.xAxis = this.ch.db.wr;
71
+ a.yAxis = this.ch.db.wt;
72
72
  }
73
73
  cl() {
74
- this.ch.wv.yo = this.ch.x3;
74
+ this.ch.wy.yr = this.ch.x6;
75
75
  }
76
76
  ck() {
77
- this.ch.wv.ye = this.ch.xz;
77
+ this.ch.wy.yh = this.ch.x2;
78
78
  }
79
79
  cm() {
80
- this.ch.wv.yf = this.ch.x0;
80
+ this.ch.wy.yi = this.ch.x3;
81
81
  }
82
82
  }
83
83
  GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -91,99 +91,99 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
91
91
  bj() {
92
92
  return new GeographicSymbolSeries();
93
93
  }
94
- get_eh() {
94
+ get_ei() {
95
95
  return true;
96
96
  }
97
97
  constructor() {
98
98
  super();
99
- this.x5 = null;
100
- this.x8 = false;
101
- this.x7 = false;
99
+ this.x8 = null;
100
+ this.yb = false;
101
+ this.ya = false;
102
102
  this.assigningScatterStyle = null;
103
103
  this.assigningScatterMarkerStyle = null;
104
104
  this.ab = GeographicSymbolSeries.$;
105
105
  }
106
- cr() {
106
+ cs() {
107
107
  return new GeographicSymbolSeriesView(this);
108
108
  }
109
109
  qz(a) {
110
110
  super.qz(a);
111
- this.x6 = a;
111
+ this.x9 = a;
112
112
  }
113
- jk() {
113
+ jl() {
114
114
  return 0.7;
115
115
  }
116
- wu() {
116
+ wx() {
117
117
  return new ScatterSeries();
118
118
  }
119
- get_fd() {
119
+ get_fe() {
120
120
  return true;
121
121
  }
122
122
  q7(a, b, c, d) {
123
123
  super.q7(a, b, c, d);
124
124
  switch (b) {
125
125
  case "SeriesViewer":
126
- this.x6.cr();
126
+ this.x9.cr();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[5]:
129
- this.x6.cj();
129
+ this.x9.cj();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[4]:
132
- this.x6.ci();
132
+ this.x9.ci();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[6]:
135
- this.x6.cl();
135
+ this.x9.cl();
136
136
  break;
137
137
  case "XAxis":
138
- this.x6.cs();
138
+ this.x9.cs();
139
139
  break;
140
140
  case "YAxis":
141
- this.x6.ct();
141
+ this.x9.ct();
142
142
  break;
143
143
  case GeographicSymbolSeries.$$p[1]:
144
- this.wv.zk = this.ya;
145
- this.x8 = this.ya;
146
- if (this.ya) {
147
- let e = this.wv;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yo));
144
+ this.wy.zn = this.yd;
145
+ this.yb = this.yd;
146
+ if (this.yd) {
147
+ let e = this.wy;
148
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yr));
149
149
  }
150
150
  else {
151
- let f = this.wv;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yo));
151
+ let f = this.wy;
152
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yr));
153
153
  }
154
154
  break;
155
155
  case GeographicSymbolSeries.$$p[0]:
156
- this.wv.zj = this.x9;
157
- this.x7 = this.x9;
158
- if (this.ya) {
159
- let g = this.wv;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yn));
156
+ this.wy.zm = this.yc;
157
+ this.ya = this.yc;
158
+ if (this.yd) {
159
+ let g = this.wy;
160
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yq));
161
161
  }
162
162
  else {
163
- let h = this.wv;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yn));
163
+ let h = this.wy;
164
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yq));
165
165
  }
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[2]:
168
- this.wv.y3 = this.x4;
168
+ this.wy.y6 = this.x7;
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[3]:
171
- this.wv.z3 = this.yc;
171
+ this.wy.z6 = this.yf;
172
172
  break;
173
173
  }
174
174
  }
175
- yo(a, b) {
175
+ yr(a, b) {
176
176
  if (this.assigningScatterStyle != null) {
177
177
  this.assigningScatterStyle(this, b);
178
178
  }
179
179
  }
180
- yn(a, b) {
180
+ yq(a, b) {
181
181
  if (this.assigningScatterMarkerStyle != null) {
182
182
  this.assigningScatterMarkerStyle(this, b);
183
183
  }
184
184
  }
185
185
  }
186
186
  GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
187
- GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:x9:yp', [0, false], 'IsCustomScatterStyleAllowed:ya:yq', [0, false], 'ItemSearchMode:x4:yr', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yc:ys', [1, 10000], 'LatitudeMemberPath:yh:yt', [2, null], 'LongitudeMemberPath:yj:yu', [2, null], 'MarkerCollisionAvoidance:x3:yv', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yb:yw', [0, false]]);
187
+ GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yc:ys', [0, false], 'IsCustomScatterStyleAllowed:yd:yt', [0, false], 'ItemSearchMode:x7:yu', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yf:yv', [1, 10000], 'LatitudeMemberPath:yk:yw', [2, null], 'LongitudeMemberPath:ym:yx', [2, null], 'MarkerCollisionAvoidance:x6:yy', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:ye:yz', [0, false]]);
188
188
  return GeographicSymbolSeries;
189
189
  })();