igniteui-webcomponents-maps 4.6.0 → 4.7.0-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 (86) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1706 -1706
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  21. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  22. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  23. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  24. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  25. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  26. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  28. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  29. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  30. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igc-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  51. package/esm5/lib/igc-geographic-map-component.js +50 -50
  52. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  53. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  54. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  55. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  56. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  58. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  59. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  60. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igc-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-webcomponents-maps.js +1723 -1723
  64. package/fesm5/igniteui-webcomponents-maps.js +1706 -1706
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +3 -3
@@ -20,30 +20,30 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
20
20
  class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
21
21
  constructor(a) {
22
22
  super(a);
23
- this.cm = null;
24
- this.cm = a;
23
+ this.cp = null;
24
+ this.cp = a;
25
25
  }
26
- as() {
27
- super.as();
26
+ au() {
27
+ super.au();
28
28
  if (!this.q) {
29
- this.cm.g4 = Defaults.m;
29
+ this.cp.iu = Defaults.m;
30
30
  }
31
31
  }
32
- b2() {
33
- super.b2();
34
- if (this.cm.qe != null) {
35
- this.cm.q6.r9 = this.cm.q9;
36
- this.cm.q6.sj = this.cm.rd;
32
+ b5() {
33
+ super.b5();
34
+ if (this.cp.t3 != null) {
35
+ this.cp.uv.vy = this.cp.uy;
36
+ this.cp.uv.v8 = this.cp.u2;
37
37
  }
38
38
  }
39
- cn() {
40
- if (this.cm.q6 != null) {
41
- this.cm.q6.r9 = this.cm.q9;
39
+ cq() {
40
+ if (this.cp.uv != null) {
41
+ this.cp.uv.vy = this.cp.uy;
42
42
  }
43
43
  }
44
- co() {
45
- if (this.cm.q6 != null) {
46
- this.cm.q6.sj = this.cm.rd;
44
+ cr() {
45
+ if (this.cp.uv != null) {
46
+ this.cp.uv.v8 = this.cp.u2;
47
47
  }
48
48
  }
49
49
  }
@@ -55,7 +55,7 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
55
55
  */
56
56
  export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
57
57
  class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
58
- get_d3() {
58
+ get_ew() {
59
59
  return true;
60
60
  }
61
61
  constructor() {
@@ -63,69 +63,69 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
63
63
  this.triangulationStatusChanged = null;
64
64
  this.ab = GeographicContourLineSeries.$;
65
65
  }
66
- qj() {
67
- super.qj();
66
+ t8() {
67
+ super.t8();
68
68
  }
69
- qd() {
70
- this.q6 = new ScatterContourSeries();
71
- let a = this.q6;
72
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.rg));
73
- let b = this.q6;
74
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.rh));
75
- return this.q6;
69
+ t2() {
70
+ this.uv = new ScatterContourSeries();
71
+ let a = this.uv;
72
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
73
+ let b = this.uv;
74
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u6));
75
+ return this.uv;
76
76
  }
77
- rg(a, b) {
77
+ u5(a, b) {
78
78
  if (this.triangulationStatusChanged != null) {
79
79
  this.triangulationStatusChanged(this, b);
80
80
  }
81
81
  }
82
- rh(a, b) {
83
- let c = typeCast(ScatterContourSeries.$, this.qe);
82
+ u6(a, b) {
83
+ let c = typeCast(ScatterContourSeries.$, this.t3);
84
84
  if (c == null) {
85
85
  return;
86
86
  }
87
87
  if (b.propertyName == "ActualFillScale") {
88
- this.q8 = c.r8;
88
+ this.ux = c.vx;
89
89
  }
90
90
  }
91
- m1() {
92
- super.m1();
91
+ qd() {
92
+ super.qd();
93
93
  }
94
- by() {
94
+ cg() {
95
95
  return new GeographicContourLineSeriesView(this);
96
96
  }
97
- l4(a) {
98
- super.l4(a);
99
- this.ra = a;
97
+ o0(a) {
98
+ super.o0(a);
99
+ this.uz = a;
100
100
  }
101
- l9(a, b, c, d) {
102
- super.l9(a, b, c, d);
101
+ o8(a, b, c, d) {
102
+ super.o8(a, b, c, d);
103
103
  switch (b) {
104
104
  case GeographicContourLineSeries.$$p[1]:
105
- this.ra.cn();
105
+ this.uz.cq();
106
106
  break;
107
107
  case GeographicContourLineSeries.$$p[2]:
108
- this.ra.co();
108
+ this.uz.cr();
109
109
  break;
110
110
  case GeographicContourLineSeries.$$p[3]:
111
- this.q6.r6 = this.q5;
111
+ this.uv.vv = this.uu;
112
112
  break;
113
113
  case "DashArray":
114
- this.q6.pi = this.pi;
114
+ this.uv.s7 = this.s7;
115
115
  break;
116
116
  case "DashCap":
117
- this.q6.pj = this.pj;
117
+ this.uv.s8 = this.s8;
118
118
  break;
119
119
  case "MiterLimit":
120
- this.q6.gw = this.gw;
120
+ this.uv.il = this.il;
121
121
  break;
122
122
  case "LineJoin":
123
- this.q6.pl = this.pl;
123
+ this.uv.ta = this.ta;
124
124
  break;
125
125
  }
126
126
  }
127
127
  }
128
128
  GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
129
- GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q8:ri', [ValueBrushScale.$, null], 'FillScale:q9:rj', [ValueBrushScale.$, null], 'ValueMemberPath:rd:rk', [2, "value"], 'ValueResolver:q5:rl', [ContourValueResolver.$, null]]);
129
+ GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ux:u7', [ValueBrushScale.$, null], 'FillScale:uy:u8', [ValueBrushScale.$, null], 'ValueMemberPath:u2:u9', [2, "value"], 'ValueResolver:uu:va', [ContourValueResolver.$, null]]);
130
130
  return GeographicContourLineSeries;
131
131
  })();
@@ -20,76 +20,76 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
20
20
  class GeographicHighDensityScatterSeriesView extends HostSeriesView {
21
21
  constructor(a) {
22
22
  super(a);
23
- this.ce = null;
24
- this.ce = a;
25
- }
26
- b2() {
27
- super.b2();
28
- let a = typeCast(HighDensityScatterSeries.$, this.ce.qe);
29
- a.sm = this.ce.q3;
30
- a.su = this.ce.q1;
31
- a.qz = this.ce.qq;
32
- a.qy = this.ce.qp;
33
- a.eo = this.ce.qo;
34
- a.ru = this.ce.qs;
35
- a.rt = this.ce.qr;
36
- a.ts = this.ce.rm;
37
- a.tr = this.ce.rl;
38
- a.r6 = this.ce.qv;
23
+ this.ch = null;
24
+ this.ch = a;
25
+ }
26
+ b5() {
27
+ super.b5();
28
+ let a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
29
+ a.wb = this.ch.us;
30
+ a.wj = this.ch.uq;
31
+ a.uo = this.ch.uf;
32
+ a.un = this.ch.ue;
33
+ a.fk = this.ch.ud;
34
+ a.vj = this.ch.uh;
35
+ a.vi = this.ch.ug;
36
+ a.xh = this.ch.vb;
37
+ a.xg = this.ch.va;
38
+ a.vv = this.ch.uk;
39
39
  }
40
- ck() {
41
- this.ce.qe.sm = this.ce.q3;
40
+ cn() {
41
+ this.ch.t3.wb = this.ch.us;
42
42
  }
43
- cj() {
44
- this.ce.qe.su = this.ce.q1;
43
+ cm() {
44
+ this.ch.t3.wj = this.ch.uq;
45
45
  }
46
- cp() {
47
- this.ce.qe.qz = this.ce.qq;
46
+ cs() {
47
+ this.ch.t3.uo = this.ch.uf;
48
48
  }
49
- cn() {
50
- this.ce.qe.qy = this.ce.qp;
49
+ cq() {
50
+ this.ch.t3.un = this.ch.ue;
51
51
  }
52
- cl() {
53
- this.ce.qe.eo = this.ce.qo;
52
+ co() {
53
+ this.ch.t3.fk = this.ch.ud;
54
54
  }
55
- ci() {
56
- this.ce.qe.ru = this.ce.qs;
55
+ cl() {
56
+ this.ch.t3.vj = this.ch.uh;
57
57
  }
58
- cg() {
59
- this.ce.qe.rt = this.ce.qr;
58
+ cj() {
59
+ this.ch.t3.vi = this.ch.ug;
60
60
  }
61
- co() {
62
- let a = typeCast(HighDensityScatterSeries.$, this.ce.qe);
63
- if (this.ce.ce == null) {
64
- a.qj = null;
65
- a.ql = null;
61
+ cr() {
62
+ let a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
63
+ if (this.ch.cy == null) {
64
+ a.t8 = null;
65
+ a.ua = null;
66
66
  return;
67
67
  }
68
- a.qj = this.ce.ce.t7;
69
- a.ql = this.ce.ce.t9;
68
+ a.t8 = this.ch.cy.ua;
69
+ a.ua = this.ch.cy.uc;
70
70
  }
71
- cq() {
72
- this.ce.qe.qj = this.ce.ce.t7;
71
+ ct() {
72
+ this.ch.t3.t8 = this.ch.cy.ua;
73
73
  }
74
- cr() {
75
- this.ce.qe.ql = this.ce.ce.t9;
74
+ cu() {
75
+ this.ch.t3.ua = this.ch.cy.uc;
76
76
  }
77
- ch() {
78
- this.ce.qe.ts = this.ce.rm;
77
+ ck() {
78
+ this.ch.t3.xh = this.ch.vb;
79
79
  }
80
- cf() {
81
- this.ce.qe.tr = this.ce.rl;
80
+ ci() {
81
+ this.ch.t3.xg = this.ch.va;
82
82
  }
83
- cm() {
84
- this.ce.qe.r6 = this.ce.qv;
83
+ cp() {
84
+ this.ch.t3.vv = this.ch.uk;
85
85
  }
86
- as() {
87
- super.as();
86
+ au() {
87
+ super.au();
88
88
  if (!this.q) {
89
- this.ce.rm = Defaults.aq;
90
- this.ce.rl = Defaults.ap;
91
- this.ce.o9 = Defaults.al;
92
- this.ce.pe = Defaults.ak;
89
+ this.ch.vb = Defaults.aq;
90
+ this.ch.va = Defaults.ap;
91
+ this.ch.sw = Defaults.al;
92
+ this.ch.s2 = Defaults.ak;
93
93
  }
94
94
  }
95
95
  }
@@ -101,111 +101,111 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
101
101
  */
102
102
  export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
103
103
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
104
- gz() {
105
- if (!isNaN_(this.gy)) {
106
- return super.gz();
104
+ ip() {
105
+ if (!isNaN_(this.io)) {
106
+ return super.ip();
107
107
  }
108
108
  return Defaults.q;
109
109
  }
110
- get_d8() {
110
+ get_e1() {
111
111
  return true;
112
112
  }
113
113
  constructor() {
114
114
  super();
115
- this.qm = null;
115
+ this.ub = null;
116
116
  this.progressiveLoadStatusChanged = null;
117
- this.qu = 0;
117
+ this.uj = 0;
118
118
  this.ab = GeographicHighDensityScatterSeries.$;
119
119
  }
120
- by() {
120
+ cg() {
121
121
  return new GeographicHighDensityScatterSeriesView(this);
122
122
  }
123
- l4(a) {
124
- super.l4(a);
125
- this.qn = a;
123
+ o0(a) {
124
+ super.o0(a);
125
+ this.uc = a;
126
126
  }
127
- qd() {
128
- this.qm = new HighDensityScatterSeries();
129
- return this.qm;
127
+ t2() {
128
+ this.ub = new HighDensityScatterSeries();
129
+ return this.ub;
130
130
  }
131
- get qw() {
132
- return this.qu;
131
+ get ul() {
132
+ return this.uj;
133
133
  }
134
- set qw(a) {
135
- let b = this.qu;
136
- this.qu = a;
137
- this.raisePropertyChanged("ProgressiveStatus", b, this.qu);
134
+ set ul(a) {
135
+ let b = this.uj;
136
+ this.uj = a;
137
+ this.raisePropertyChanged("ProgressiveStatus", b, this.uj);
138
138
  }
139
- qj() {
140
- super.qj();
141
- let a = this.qe;
142
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.ra));
143
- let b = this.qe;
144
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q9));
139
+ t8() {
140
+ super.t8();
141
+ let a = this.t3;
142
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.uz));
143
+ let b = this.t3;
144
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uy));
145
145
  }
146
- ra(a, b) {
147
- this.qw = b.currentStatus;
146
+ uz(a, b) {
147
+ this.ul = b.currentStatus;
148
148
  if (this.progressiveLoadStatusChanged != null) {
149
149
  this.progressiveLoadStatusChanged(this, b);
150
150
  }
151
151
  }
152
- q9(a, b) {
153
- if (this.qm == null) {
152
+ uy(a, b) {
153
+ if (this.ub == null) {
154
154
  return;
155
155
  }
156
156
  }
157
- l9(a, b, c, d) {
158
- super.l9(a, b, c, d);
157
+ o8(a, b, c, d) {
158
+ super.o8(a, b, c, d);
159
159
  switch (b) {
160
160
  case "SeriesViewer":
161
- this.qn.co();
161
+ this.uc.cr();
162
162
  break;
163
163
  case GeographicHighDensityScatterSeries.$$p[5]:
164
- this.qn.ck();
164
+ this.uc.cn();
165
165
  break;
166
166
  case GeographicHighDensityScatterSeries.$$p[4]:
167
- this.qn.cj();
167
+ this.uc.cm();
168
168
  break;
169
169
  case GeographicHighDensityScatterSeries.$$p[9]:
170
- this.qn.cp();
170
+ this.uc.cs();
171
171
  break;
172
172
  case GeographicHighDensityScatterSeries.$$p[8]:
173
- this.qn.cn();
173
+ this.uc.cq();
174
174
  break;
175
175
  case GeographicHighDensityScatterSeries.$$p[6]:
176
- this.qn.cl();
176
+ this.uc.co();
177
177
  break;
178
178
  case "XAxis":
179
- this.qn.cq();
179
+ this.uc.ct();
180
180
  break;
181
181
  case "YAxis":
182
- this.qn.cr();
182
+ this.uc.cu();
183
183
  break;
184
184
  case GeographicHighDensityScatterSeries.$$p[3]:
185
- this.qn.ci();
185
+ this.uc.cl();
186
186
  break;
187
187
  case GeographicHighDensityScatterSeries.$$p[1]:
188
- this.qn.cg();
188
+ this.uc.cj();
189
189
  break;
190
190
  case GeographicHighDensityScatterSeries.$$p[2]:
191
- this.qn.ch();
191
+ this.uc.ck();
192
192
  break;
193
193
  case GeographicHighDensityScatterSeries.$$p[0]:
194
- this.qn.cf();
194
+ this.uc.ci();
195
195
  break;
196
196
  case GeographicHighDensityScatterSeries.$$p[7]:
197
- this.qn.cm();
197
+ this.uc.cp();
198
198
  break;
199
199
  }
200
200
  }
201
- get_e7() {
201
+ get_gf() {
202
202
  return true;
203
203
  }
204
- set_e7(a) {
205
- super.set_e7(a);
204
+ set_gf(a) {
205
+ super.set_gf(a);
206
206
  }
207
207
  }
208
208
  GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
209
- GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rl:rb', [Color.$, Defaults.ap], 'HeatMaximum:qr:rc', [1, 50], 'HeatMinimumColor:rm:rd', [Color.$, Defaults.aq], 'HeatMinimum:qs:re', [1, 0], 'LatitudeMemberPath:q1:rf', [2, null], 'LongitudeMemberPath:q3:rg', [2, null], 'MouseOverEnabled:qo:rh', [0, false], 'PointExtent:qv:ri', [1, 1], 'ProgressiveLoad:qp:rj', [0, true], 'UseBruteForce:qq:rk', [0, false]]);
209
+ GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:va:u0', [Color.$, Defaults.ap], 'HeatMaximum:ug:u1', [1, 50], 'HeatMinimumColor:vb:u2', [Color.$, Defaults.aq], 'HeatMinimum:uh:u3', [1, 0], 'LatitudeMemberPath:uq:u4', [2, null], 'LongitudeMemberPath:us:u5', [2, null], 'MouseOverEnabled:ud:u6', [0, false], 'PointExtent:uk:u7', [1, 1], 'ProgressiveLoad:ue:u8', [0, true], 'UseBruteForce:uf:u9', [0, false]]);
210
210
  return GeographicHighDensityScatterSeries;
211
211
  })();