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
@@ -49,6 +49,7 @@ var IgcCustomMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
49
49
  }
50
50
  };
51
51
  this.i.getTileImageUri = delegateCombine(this.i.getTileImageUri, this._getTileImageUri_wrapped);
52
+ ;
52
53
  },
53
54
  enumerable: true,
54
55
  configurable: true
@@ -35,11 +35,25 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
35
35
  if (_super.prototype["connectedCallback"]) {
36
36
  _super.prototype["connectedCallback"].call(this);
37
37
  }
38
+ if (this.i.connectedCallback) {
39
+ this.i.connectedCallback();
40
+ }
38
41
  if (!this._attached) {
39
42
  this._attached = true;
40
43
  this._flushQueuedAttributes();
41
44
  }
42
45
  };
46
+ IgcGeographicContourLineSeriesComponent.prototype.disconnectedCallback = function () {
47
+ if (_super.prototype["disconnectedCallback"]) {
48
+ _super.prototype["disconnectedCallback"].call(this);
49
+ }
50
+ if (this.i.disconnectedCallback) {
51
+ this.i.disconnectedCallback();
52
+ }
53
+ if (this._attached) {
54
+ this._attached = false;
55
+ }
56
+ };
43
57
  Object.defineProperty(IgcGeographicContourLineSeriesComponent, "observedAttributes", {
44
58
  get: function () {
45
59
  if (IgcGeographicContourLineSeriesComponent._observedAttributesIgcGeographicContourLineSeriesComponent == null) {
@@ -65,7 +79,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
65
79
  * Gets whether the current series shows a line contour shape.
66
80
  */
67
81
  get: function () {
68
- return this.i.d0;
82
+ return this.i.d1;
69
83
  },
70
84
  enumerable: true,
71
85
  configurable: true
@@ -75,10 +89,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
75
89
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
76
90
  */
77
91
  get: function () {
78
- return this.i.q5;
92
+ return this.i.q9;
79
93
  },
80
94
  set: function (v) {
81
- this.i.q5 = v;
95
+ this.i.q9 = v;
82
96
  },
83
97
  enumerable: true,
84
98
  configurable: true
@@ -88,22 +102,23 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
88
102
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
89
103
  */
90
104
  get: function () {
91
- if (this.i.q1 == null) {
105
+ var r = this.i.q5;
106
+ if (r == null) {
92
107
  return null;
93
108
  }
94
- if (!this.i.q1.externalObject) {
95
- var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q1);
109
+ if (!r.externalObject) {
110
+ var e = IgcValueBrushScaleComponent._createFromInternal(r);
96
111
  if (e) {
97
- e._implementation = this.i.q1;
112
+ e._implementation = r;
98
113
  }
99
- this.i.q1.externalObject = e;
114
+ r.externalObject = e;
100
115
  }
101
- return this.i.q1.externalObject;
116
+ return r.externalObject;
102
117
  },
103
118
  set: function (v) {
104
119
  if (v != null && this._stylingContainer && v._styling)
105
120
  v._styling(this._stylingContainer, this, this);
106
- v == null ? this.i.q1 = null : this.i.q1 = v.i;
121
+ v == null ? this.i.q5 = null : this.i.q5 = v.i;
107
122
  },
108
123
  enumerable: true,
109
124
  configurable: true
@@ -113,22 +128,23 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
113
128
  * Gets actual fill scale that is set on the FillScale property or default FillScale
114
129
  */
115
130
  get: function () {
116
- if (this.i.q0 == null) {
131
+ var r = this.i.q4;
132
+ if (r == null) {
117
133
  return null;
118
134
  }
119
- if (!this.i.q0.externalObject) {
120
- var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
135
+ if (!r.externalObject) {
136
+ var e = IgcValueBrushScaleComponent._createFromInternal(r);
121
137
  if (e) {
122
- e._implementation = this.i.q0;
138
+ e._implementation = r;
123
139
  }
124
- this.i.q0.externalObject = e;
140
+ r.externalObject = e;
125
141
  }
126
- return this.i.q0.externalObject;
142
+ return r.externalObject;
127
143
  },
128
144
  set: function (v) {
129
145
  if (v != null && this._stylingContainer && v._styling)
130
146
  v._styling(this._stylingContainer, this, this);
131
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
147
+ v == null ? this.i.q4 = null : this.i.q4 = v.i;
132
148
  },
133
149
  enumerable: true,
134
150
  configurable: true
@@ -138,22 +154,23 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
138
154
  * The ContourValueResolver used to determine the numeric values of contours.
139
155
  */
140
156
  get: function () {
141
- if (this.i.qx == null) {
157
+ var r = this.i.q1;
158
+ if (r == null) {
142
159
  return null;
143
160
  }
144
- if (!this.i.qx.externalObject) {
145
- var e = IgcContourValueResolverComponent._createFromInternal(this.i.qx);
161
+ if (!r.externalObject) {
162
+ var e = IgcContourValueResolverComponent._createFromInternal(r);
146
163
  if (e) {
147
- e._implementation = this.i.qx;
164
+ e._implementation = r;
148
165
  }
149
- this.i.qx.externalObject = e;
166
+ r.externalObject = e;
150
167
  }
151
- return this.i.qx.externalObject;
168
+ return r.externalObject;
152
169
  },
153
170
  set: function (v) {
154
171
  if (v != null && this._stylingContainer && v._styling)
155
172
  v._styling(this._stylingContainer, this, this);
156
- v == null ? this.i.qx = null : this.i.qx = v.i;
173
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
157
174
  },
158
175
  enumerable: true,
159
176
  configurable: true
@@ -214,6 +231,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
214
231
  }
215
232
  };
216
233
  this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
234
+ ;
217
235
  },
218
236
  enumerable: true,
219
237
  configurable: true
@@ -34,11 +34,25 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
34
34
  if (_super.prototype["connectedCallback"]) {
35
35
  _super.prototype["connectedCallback"].call(this);
36
36
  }
37
+ if (this.i.connectedCallback) {
38
+ this.i.connectedCallback();
39
+ }
37
40
  if (!this._attached) {
38
41
  this._attached = true;
39
42
  this._flushQueuedAttributes();
40
43
  }
41
44
  };
45
+ IgcGeographicHighDensityScatterSeriesComponent.prototype.disconnectedCallback = function () {
46
+ if (_super.prototype["disconnectedCallback"]) {
47
+ _super.prototype["disconnectedCallback"].call(this);
48
+ }
49
+ if (this.i.disconnectedCallback) {
50
+ this.i.disconnectedCallback();
51
+ }
52
+ if (this._attached) {
53
+ this._attached = false;
54
+ }
55
+ };
42
56
  Object.defineProperty(IgcGeographicHighDensityScatterSeriesComponent, "observedAttributes", {
43
57
  get: function () {
44
58
  if (IgcGeographicHighDensityScatterSeriesComponent._observedAttributesIgcGeographicHighDensityScatterSeriesComponent == null) {
@@ -64,7 +78,7 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
64
78
  * Gets whether the current series shows pixels.
65
79
  */
66
80
  get: function () {
67
- return this.i.d5;
81
+ return this.i.d6;
68
82
  },
69
83
  enumerable: true,
70
84
  configurable: true
@@ -74,10 +88,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
74
88
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
75
89
  */
76
90
  get: function () {
77
- return this.i.qt;
91
+ return this.i.qx;
78
92
  },
79
93
  set: function (v) {
80
- this.i.qt = v;
94
+ this.i.qx = v;
81
95
  },
82
96
  enumerable: true,
83
97
  configurable: true
@@ -87,10 +101,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
87
101
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
88
102
  */
89
103
  get: function () {
90
- return this.i.qv;
104
+ return this.i.qz;
91
105
  },
92
106
  set: function (v) {
93
- this.i.qv = v;
107
+ this.i.qz = v;
94
108
  },
95
109
  enumerable: true,
96
110
  configurable: true
@@ -100,11 +114,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
100
114
  * Gets or sets the whether to use use brute force mode.
101
115
  */
102
116
  get: function () {
103
- return this.i.qi;
117
+ return this.i.qm;
104
118
  },
105
119
  set: function (v) {
106
- this.i.qi = ensureBool(v);
107
- this._a("useBruteForce", this.i.qi);
120
+ this.i.qm = ensureBool(v);
121
+ this._a("useBruteForce", this.i.qm);
108
122
  },
109
123
  enumerable: true,
110
124
  configurable: true
@@ -114,11 +128,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
114
128
  * Gets or sets the whether to progressively load the data into the chart.
115
129
  */
116
130
  get: function () {
117
- return this.i.qh;
131
+ return this.i.ql;
118
132
  },
119
133
  set: function (v) {
120
- this.i.qh = ensureBool(v);
121
- this._a("progressiveLoad", this.i.qh);
134
+ this.i.ql = ensureBool(v);
135
+ this._a("progressiveLoad", this.i.ql);
122
136
  },
123
137
  enumerable: true,
124
138
  configurable: true
@@ -128,11 +142,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
128
142
  * Gets or sets the whether the chart reacts to mouse move events.
129
143
  */
130
144
  get: function () {
131
- return this.i.qg;
145
+ return this.i.qk;
132
146
  },
133
147
  set: function (v) {
134
- this.i.qg = ensureBool(v);
135
- this._a("mouseOverEnabled", this.i.qg);
148
+ this.i.qk = ensureBool(v);
149
+ this._a("mouseOverEnabled", this.i.qk);
136
150
  },
137
151
  enumerable: true,
138
152
  configurable: true
@@ -142,11 +156,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
142
156
  * Gets or sets the density value that maps to the minimum heat color.
143
157
  */
144
158
  get: function () {
145
- return this.i.qk;
159
+ return this.i.qo;
146
160
  },
147
161
  set: function (v) {
148
- this.i.qk = +v;
149
- this._a("heatMinimum", this.i.qk);
162
+ this.i.qo = +v;
163
+ this._a("heatMinimum", this.i.qo);
150
164
  },
151
165
  enumerable: true,
152
166
  configurable: true
@@ -156,11 +170,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
156
170
  * Gets or sets the value that maps to the maximum heat color.
157
171
  */
158
172
  get: function () {
159
- return this.i.qj;
173
+ return this.i.qn;
160
174
  },
161
175
  set: function (v) {
162
- this.i.qj = +v;
163
- this._a("heatMaximum", this.i.qj);
176
+ this.i.qn = +v;
177
+ this._a("heatMaximum", this.i.qn);
164
178
  },
165
179
  enumerable: true,
166
180
  configurable: true
@@ -170,11 +184,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
170
184
  * Gets or sets the color to use for the minimum end of the scale.
171
185
  */
172
186
  get: function () {
173
- return colorToString(this.i.re);
187
+ return colorToString(this.i.ri);
174
188
  },
175
189
  set: function (v) {
176
- this.i.re = stringToColor(v);
177
- this._a("heatMinimumColor", colorToString(this.i.re));
190
+ this.i.ri = stringToColor(v);
191
+ this._a("heatMinimumColor", colorToString(this.i.ri));
178
192
  },
179
193
  enumerable: true,
180
194
  configurable: true
@@ -184,11 +198,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
184
198
  * Gets or sets the color to use for the maximum end of the scale.
185
199
  */
186
200
  get: function () {
187
- return colorToString(this.i.rd);
201
+ return colorToString(this.i.rh);
188
202
  },
189
203
  set: function (v) {
190
- this.i.rd = stringToColor(v);
191
- this._a("heatMaximumColor", colorToString(this.i.rd));
204
+ this.i.rh = stringToColor(v);
205
+ this._a("heatMaximumColor", colorToString(this.i.rh));
192
206
  },
193
207
  enumerable: true,
194
208
  configurable: true
@@ -198,11 +212,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
198
212
  * Gets or sets the the pixel extent of the square data points that are rendered.
199
213
  */
200
214
  get: function () {
201
- return this.i.qn;
215
+ return this.i.qr;
202
216
  },
203
217
  set: function (v) {
204
- this.i.qn = +v;
205
- this._a("pointExtent", this.i.qn);
218
+ this.i.qr = +v;
219
+ this._a("pointExtent", this.i.qr);
206
220
  },
207
221
  enumerable: true,
208
222
  configurable: true
@@ -212,11 +226,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
212
226
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
213
227
  */
214
228
  get: function () {
215
- return this.i.qo;
229
+ return this.i.qs;
216
230
  },
217
231
  set: function (v) {
218
- this.i.qo = +v;
219
- this._a("progressiveStatus", this.i.qo);
232
+ this.i.qs = +v;
233
+ this._a("progressiveStatus", this.i.qs);
220
234
  },
221
235
  enumerable: true,
222
236
  configurable: true
@@ -247,6 +261,7 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
247
261
  }
248
262
  };
249
263
  this.i.progressiveLoadStatusChanged = delegateCombine(this.i.progressiveLoadStatusChanged, this._progressiveLoadStatusChanged_wrapped);
264
+ ;
250
265
  },
251
266
  enumerable: true,
252
267
  configurable: true