igniteui-webcomponents-maps 3.2.4 → 4.0.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.
- package/bundles/igniteui-webcomponents-maps.umd.js +361 -66
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/igc-custom-map-imagery.js +1 -0
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +36 -18
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +15 -0
- package/esm2015/lib/igc-geographic-map-component.js +15 -12
- package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-component.js +14 -0
- package/esm2015/lib/igc-geographic-polyline-series-component.js +15 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +30 -12
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +29 -12
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +27 -5
- package/esm2015/lib/igc-geographic-shape-series-component.js +15 -0
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-symbol-series-component.js +16 -0
- package/esm2015/lib/igc-geographic-tile-series-component.js +18 -2
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm2015/lib/igc-tile-series-component.js +17 -2
- package/esm5/lib/igc-custom-map-imagery.js +1 -0
- package/esm5/lib/igc-geographic-contour-line-series-component.js +36 -18
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +15 -0
- package/esm5/lib/igc-geographic-map-component.js +15 -12
- package/esm5/lib/igc-geographic-map-imagery.js +30 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-component.js +14 -0
- package/esm5/lib/igc-geographic-polyline-series-component.js +15 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +30 -12
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +29 -12
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm5/lib/igc-geographic-shape-series-base-component.js +27 -5
- package/esm5/lib/igc-geographic-shape-series-component.js +15 -0
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-symbol-series-component.js +16 -0
- package/esm5/lib/igc-geographic-tile-series-component.js +18 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm5/lib/igc-tile-series-component.js +17 -2
- package/fesm2015/igniteui-webcomponents-maps.js +360 -65
- package/fesm5/igniteui-webcomponents-maps.js +361 -66
- package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-geographic-map-imagery.d.ts +4 -1
- package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-component.d.ts +1 -0
- package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-tile-series-component.d.ts +1 -0
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
- package/lib/igc-tile-series-component.d.ts +1 -0
- package/package.json +3 -3
|
@@ -2724,17 +2724,18 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
2724
2724
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
2725
2725
|
*/
|
|
2726
2726
|
get xAxis() {
|
|
2727
|
-
|
|
2727
|
+
const r = this.i.tw;
|
|
2728
|
+
if (r == null) {
|
|
2728
2729
|
return null;
|
|
2729
2730
|
}
|
|
2730
|
-
if (!
|
|
2731
|
-
let e = IgcNumericXAxisComponent._createFromInternal(
|
|
2731
|
+
if (!r.externalObject) {
|
|
2732
|
+
let e = IgcNumericXAxisComponent._createFromInternal(r);
|
|
2732
2733
|
if (e) {
|
|
2733
|
-
e._implementation =
|
|
2734
|
+
e._implementation = r;
|
|
2734
2735
|
}
|
|
2735
|
-
|
|
2736
|
+
r.externalObject = e;
|
|
2736
2737
|
}
|
|
2737
|
-
return
|
|
2738
|
+
return r.externalObject;
|
|
2738
2739
|
}
|
|
2739
2740
|
set xAxis(v) {
|
|
2740
2741
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -2746,17 +2747,18 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
2746
2747
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
2747
2748
|
*/
|
|
2748
2749
|
get yAxis() {
|
|
2749
|
-
|
|
2750
|
+
const r = this.i.ty;
|
|
2751
|
+
if (r == null) {
|
|
2750
2752
|
return null;
|
|
2751
2753
|
}
|
|
2752
|
-
if (!
|
|
2753
|
-
let e = IgcNumericYAxisComponent._createFromInternal(
|
|
2754
|
+
if (!r.externalObject) {
|
|
2755
|
+
let e = IgcNumericYAxisComponent._createFromInternal(r);
|
|
2754
2756
|
if (e) {
|
|
2755
|
-
e._implementation =
|
|
2757
|
+
e._implementation = r;
|
|
2756
2758
|
}
|
|
2757
|
-
|
|
2759
|
+
r.externalObject = e;
|
|
2758
2760
|
}
|
|
2759
|
-
return
|
|
2761
|
+
return r.externalObject;
|
|
2760
2762
|
}
|
|
2761
2763
|
set yAxis(v) {
|
|
2762
2764
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -2979,6 +2981,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
2979
2981
|
}
|
|
2980
2982
|
};
|
|
2981
2983
|
this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
|
|
2984
|
+
;
|
|
2982
2985
|
}
|
|
2983
2986
|
}
|
|
2984
2987
|
IgcGeographicMapComponent._observedAttributesIgcGeographicMapComponent = null;
|
|
@@ -3105,6 +3108,22 @@ class IgcGeographicMapImagery {
|
|
|
3105
3108
|
*/
|
|
3106
3109
|
get i() {
|
|
3107
3110
|
return this._implementation;
|
|
3111
|
+
} /**
|
|
3112
|
+
* @hidden
|
|
3113
|
+
*/
|
|
3114
|
+
static _createFromInternal(internal) {
|
|
3115
|
+
if (!internal) {
|
|
3116
|
+
return null;
|
|
3117
|
+
}
|
|
3118
|
+
if (!internal.$type) {
|
|
3119
|
+
return null;
|
|
3120
|
+
}
|
|
3121
|
+
let name = internal.$type.name;
|
|
3122
|
+
let externalName = "Igc" + name + "Component";
|
|
3123
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
3124
|
+
return null;
|
|
3125
|
+
}
|
|
3126
|
+
return TypeRegistrar.create(externalName);
|
|
3108
3127
|
}
|
|
3109
3128
|
onImplementationCreated() {
|
|
3110
3129
|
}
|
|
@@ -3136,10 +3155,11 @@ class IgcGeographicMapImagery {
|
|
|
3136
3155
|
* The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
|
|
3137
3156
|
*/
|
|
3138
3157
|
get geographicMap() {
|
|
3139
|
-
|
|
3158
|
+
const r = this.i.geographicMap;
|
|
3159
|
+
if (r == null) {
|
|
3140
3160
|
return null;
|
|
3141
3161
|
}
|
|
3142
|
-
return
|
|
3162
|
+
return r.externalObject;
|
|
3143
3163
|
}
|
|
3144
3164
|
set geographicMap(v) {
|
|
3145
3165
|
v == null ? this.i.geographicMap = null : this.i.geographicMap = v.i;
|
|
@@ -3178,6 +3198,11 @@ class IgcGeographicMapImagery {
|
|
|
3178
3198
|
this.i.opacity = +v;
|
|
3179
3199
|
}
|
|
3180
3200
|
findByName(name) {
|
|
3201
|
+
if (this.findEphemera) {
|
|
3202
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
3203
|
+
return this.findEphemera(name);
|
|
3204
|
+
}
|
|
3205
|
+
}
|
|
3181
3206
|
if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
|
|
3182
3207
|
return this.geographicMap;
|
|
3183
3208
|
}
|
|
@@ -3214,6 +3239,7 @@ class IgcGeographicMapImagery {
|
|
|
3214
3239
|
}
|
|
3215
3240
|
};
|
|
3216
3241
|
this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
|
|
3242
|
+
;
|
|
3217
3243
|
}
|
|
3218
3244
|
/**
|
|
3219
3245
|
* Event raised when tile images have changed.
|
|
@@ -3239,6 +3265,7 @@ class IgcGeographicMapImagery {
|
|
|
3239
3265
|
}
|
|
3240
3266
|
};
|
|
3241
3267
|
this.i.imagesChanged = delegateCombine(this.i.imagesChanged, this._imagesChanged_wrapped);
|
|
3268
|
+
;
|
|
3242
3269
|
}
|
|
3243
3270
|
/**
|
|
3244
3271
|
* Event raised when an image is being downloaded.
|
|
@@ -3264,6 +3291,7 @@ class IgcGeographicMapImagery {
|
|
|
3264
3291
|
}
|
|
3265
3292
|
};
|
|
3266
3293
|
this.i.cancellingImage = delegateCombine(this.i.cancellingImage, this._cancellingImage_wrapped);
|
|
3294
|
+
;
|
|
3267
3295
|
}
|
|
3268
3296
|
/**
|
|
3269
3297
|
* Event raised when an image is being downloaded.
|
|
@@ -3289,6 +3317,7 @@ class IgcGeographicMapImagery {
|
|
|
3289
3317
|
}
|
|
3290
3318
|
};
|
|
3291
3319
|
this.i.downloadingImage = delegateCombine(this.i.downloadingImage, this._downloadingImage_wrapped);
|
|
3320
|
+
;
|
|
3292
3321
|
}
|
|
3293
3322
|
}
|
|
3294
3323
|
|
|
@@ -3879,6 +3908,7 @@ class IgcCustomMapImagery extends IgcGeographicMapImagery {
|
|
|
3879
3908
|
}
|
|
3880
3909
|
};
|
|
3881
3910
|
this.i.getTileImageUri = delegateCombine(this.i.getTileImageUri, this._getTileImageUri_wrapped);
|
|
3911
|
+
;
|
|
3882
3912
|
}
|
|
3883
3913
|
}
|
|
3884
3914
|
|
|
@@ -4282,11 +4312,25 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
4282
4312
|
if (super["connectedCallback"]) {
|
|
4283
4313
|
super["connectedCallback"]();
|
|
4284
4314
|
}
|
|
4315
|
+
if (this.i.connectedCallback) {
|
|
4316
|
+
this.i.connectedCallback();
|
|
4317
|
+
}
|
|
4285
4318
|
if (!this._attached) {
|
|
4286
4319
|
this._attached = true;
|
|
4287
4320
|
this._flushQueuedAttributes();
|
|
4288
4321
|
}
|
|
4289
4322
|
}
|
|
4323
|
+
disconnectedCallback() {
|
|
4324
|
+
if (super["disconnectedCallback"]) {
|
|
4325
|
+
super["disconnectedCallback"]();
|
|
4326
|
+
}
|
|
4327
|
+
if (this.i.disconnectedCallback) {
|
|
4328
|
+
this.i.disconnectedCallback();
|
|
4329
|
+
}
|
|
4330
|
+
if (this._attached) {
|
|
4331
|
+
this._attached = false;
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4290
4334
|
static get observedAttributes() {
|
|
4291
4335
|
if (IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent == null) {
|
|
4292
4336
|
let names = getAllPropertyNames(IgcGeographicMapSeriesHostComponent);
|
|
@@ -4461,11 +4505,25 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4461
4505
|
if (super["connectedCallback"]) {
|
|
4462
4506
|
super["connectedCallback"]();
|
|
4463
4507
|
}
|
|
4508
|
+
if (this.i.connectedCallback) {
|
|
4509
|
+
this.i.connectedCallback();
|
|
4510
|
+
}
|
|
4464
4511
|
if (!this._attached) {
|
|
4465
4512
|
this._attached = true;
|
|
4466
4513
|
this._flushQueuedAttributes();
|
|
4467
4514
|
}
|
|
4468
4515
|
}
|
|
4516
|
+
disconnectedCallback() {
|
|
4517
|
+
if (super["disconnectedCallback"]) {
|
|
4518
|
+
super["disconnectedCallback"]();
|
|
4519
|
+
}
|
|
4520
|
+
if (this.i.disconnectedCallback) {
|
|
4521
|
+
this.i.disconnectedCallback();
|
|
4522
|
+
}
|
|
4523
|
+
if (this._attached) {
|
|
4524
|
+
this._attached = false;
|
|
4525
|
+
}
|
|
4526
|
+
}
|
|
4469
4527
|
static get observedAttributes() {
|
|
4470
4528
|
if (IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent == null) {
|
|
4471
4529
|
let names = getAllPropertyNames(IgcGeographicShapeSeriesBaseComponent);
|
|
@@ -4596,15 +4654,21 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4596
4654
|
* Set a shapefile datasource to use with the series.
|
|
4597
4655
|
*/
|
|
4598
4656
|
get shapefileDataSource() {
|
|
4599
|
-
|
|
4657
|
+
const r = this.i.qn;
|
|
4658
|
+
if (r == null) {
|
|
4600
4659
|
return null;
|
|
4601
4660
|
}
|
|
4602
|
-
if (!
|
|
4661
|
+
if (!r.externalObject) {
|
|
4603
4662
|
let e = new IgcShapeDataSource();
|
|
4604
|
-
e.
|
|
4605
|
-
|
|
4663
|
+
if (e.i.setNativeElement) {
|
|
4664
|
+
e.i.setNativeElement(r);
|
|
4665
|
+
}
|
|
4666
|
+
else {
|
|
4667
|
+
e._implementation = r;
|
|
4668
|
+
}
|
|
4669
|
+
r.externalObject = e;
|
|
4606
4670
|
}
|
|
4607
|
-
return
|
|
4671
|
+
return r.externalObject;
|
|
4608
4672
|
}
|
|
4609
4673
|
set shapefileDataSource(v) {
|
|
4610
4674
|
v == null ? this.i.qn = null : this.i.qn = v.i;
|
|
@@ -4654,6 +4718,7 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4654
4718
|
}
|
|
4655
4719
|
};
|
|
4656
4720
|
this.i.assigningShapeStyle = delegateCombine(this.i.assigningShapeStyle, this._assigningShapeStyle_wrapped);
|
|
4721
|
+
;
|
|
4657
4722
|
}
|
|
4658
4723
|
/**
|
|
4659
4724
|
* Event raised when Assigning Shape Marker Style
|
|
@@ -4679,6 +4744,7 @@ let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4679
4744
|
}
|
|
4680
4745
|
};
|
|
4681
4746
|
this.i.assigningShapeMarkerStyle = delegateCombine(this.i.assigningShapeMarkerStyle, this._assigningShapeMarkerStyle_wrapped);
|
|
4747
|
+
;
|
|
4682
4748
|
}
|
|
4683
4749
|
}
|
|
4684
4750
|
IgcGeographicShapeSeriesBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseComponent = null;
|
|
@@ -5071,11 +5137,25 @@ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5071
5137
|
if (super["connectedCallback"]) {
|
|
5072
5138
|
super["connectedCallback"]();
|
|
5073
5139
|
}
|
|
5140
|
+
if (this.i.connectedCallback) {
|
|
5141
|
+
this.i.connectedCallback();
|
|
5142
|
+
}
|
|
5074
5143
|
if (!this._attached) {
|
|
5075
5144
|
this._attached = true;
|
|
5076
5145
|
this._flushQueuedAttributes();
|
|
5077
5146
|
}
|
|
5078
5147
|
}
|
|
5148
|
+
disconnectedCallback() {
|
|
5149
|
+
if (super["disconnectedCallback"]) {
|
|
5150
|
+
super["disconnectedCallback"]();
|
|
5151
|
+
}
|
|
5152
|
+
if (this.i.disconnectedCallback) {
|
|
5153
|
+
this.i.disconnectedCallback();
|
|
5154
|
+
}
|
|
5155
|
+
if (this._attached) {
|
|
5156
|
+
this._attached = false;
|
|
5157
|
+
}
|
|
5158
|
+
}
|
|
5079
5159
|
static get observedAttributes() {
|
|
5080
5160
|
if (IgcGeographicShapeSeriesComponent._observedAttributesIgcGeographicShapeSeriesComponent == null) {
|
|
5081
5161
|
let names = getAllPropertyNames(IgcGeographicShapeSeriesComponent);
|
|
@@ -5276,6 +5356,7 @@ let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5276
5356
|
}
|
|
5277
5357
|
};
|
|
5278
5358
|
this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
|
|
5359
|
+
;
|
|
5279
5360
|
}
|
|
5280
5361
|
}
|
|
5281
5362
|
IgcGeographicShapeSeriesComponent._observedAttributesIgcGeographicShapeSeriesComponent = null;
|
|
@@ -5413,11 +5494,25 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5413
5494
|
if (super["connectedCallback"]) {
|
|
5414
5495
|
super["connectedCallback"]();
|
|
5415
5496
|
}
|
|
5497
|
+
if (this.i.connectedCallback) {
|
|
5498
|
+
this.i.connectedCallback();
|
|
5499
|
+
}
|
|
5416
5500
|
if (!this._attached) {
|
|
5417
5501
|
this._attached = true;
|
|
5418
5502
|
this._flushQueuedAttributes();
|
|
5419
5503
|
}
|
|
5420
5504
|
}
|
|
5505
|
+
disconnectedCallback() {
|
|
5506
|
+
if (super["disconnectedCallback"]) {
|
|
5507
|
+
super["disconnectedCallback"]();
|
|
5508
|
+
}
|
|
5509
|
+
if (this.i.disconnectedCallback) {
|
|
5510
|
+
this.i.disconnectedCallback();
|
|
5511
|
+
}
|
|
5512
|
+
if (this._attached) {
|
|
5513
|
+
this._attached = false;
|
|
5514
|
+
}
|
|
5515
|
+
}
|
|
5421
5516
|
static get observedAttributes() {
|
|
5422
5517
|
if (IgcGeographicPolylineSeriesComponent._observedAttributesIgcGeographicPolylineSeriesComponent == null) {
|
|
5423
5518
|
let names = getAllPropertyNames(IgcGeographicPolylineSeriesComponent);
|
|
@@ -5509,6 +5604,7 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5509
5604
|
}
|
|
5510
5605
|
};
|
|
5511
5606
|
this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
|
|
5607
|
+
;
|
|
5512
5608
|
}
|
|
5513
5609
|
}
|
|
5514
5610
|
IgcGeographicPolylineSeriesComponent._observedAttributesIgcGeographicPolylineSeriesComponent = null;
|
|
@@ -5970,11 +6066,25 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
5970
6066
|
if (super["connectedCallback"]) {
|
|
5971
6067
|
super["connectedCallback"]();
|
|
5972
6068
|
}
|
|
6069
|
+
if (this.i.connectedCallback) {
|
|
6070
|
+
this.i.connectedCallback();
|
|
6071
|
+
}
|
|
5973
6072
|
if (!this._attached) {
|
|
5974
6073
|
this._attached = true;
|
|
5975
6074
|
this._flushQueuedAttributes();
|
|
5976
6075
|
}
|
|
5977
6076
|
}
|
|
6077
|
+
disconnectedCallback() {
|
|
6078
|
+
if (super["disconnectedCallback"]) {
|
|
6079
|
+
super["disconnectedCallback"]();
|
|
6080
|
+
}
|
|
6081
|
+
if (this.i.disconnectedCallback) {
|
|
6082
|
+
this.i.disconnectedCallback();
|
|
6083
|
+
}
|
|
6084
|
+
if (this._attached) {
|
|
6085
|
+
this._attached = false;
|
|
6086
|
+
}
|
|
6087
|
+
}
|
|
5978
6088
|
static get observedAttributes() {
|
|
5979
6089
|
if (IgcTileSeriesComponent._observedAttributesIgcTileSeriesComponent == null) {
|
|
5980
6090
|
let names = getAllPropertyNames(IgcTileSeriesComponent);
|
|
@@ -6001,10 +6111,11 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6001
6111
|
* The MapImagery which is used to provide the tiles for display.
|
|
6002
6112
|
*/
|
|
6003
6113
|
get tileImagery() {
|
|
6004
|
-
|
|
6114
|
+
const r = this.i.sz;
|
|
6115
|
+
if (r == null) {
|
|
6005
6116
|
return null;
|
|
6006
6117
|
}
|
|
6007
|
-
return
|
|
6118
|
+
return r.externalObject;
|
|
6008
6119
|
}
|
|
6009
6120
|
set tileImagery(v) {
|
|
6010
6121
|
v == null ? this.i.sz = null : this.i.sz = v.i;
|
|
@@ -6143,11 +6254,25 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6143
6254
|
if (super["connectedCallback"]) {
|
|
6144
6255
|
super["connectedCallback"]();
|
|
6145
6256
|
}
|
|
6257
|
+
if (this.i.connectedCallback) {
|
|
6258
|
+
this.i.connectedCallback();
|
|
6259
|
+
}
|
|
6146
6260
|
if (!this._attached) {
|
|
6147
6261
|
this._attached = true;
|
|
6148
6262
|
this._flushQueuedAttributes();
|
|
6149
6263
|
}
|
|
6150
6264
|
}
|
|
6265
|
+
disconnectedCallback() {
|
|
6266
|
+
if (super["disconnectedCallback"]) {
|
|
6267
|
+
super["disconnectedCallback"]();
|
|
6268
|
+
}
|
|
6269
|
+
if (this.i.disconnectedCallback) {
|
|
6270
|
+
this.i.disconnectedCallback();
|
|
6271
|
+
}
|
|
6272
|
+
if (this._attached) {
|
|
6273
|
+
this._attached = false;
|
|
6274
|
+
}
|
|
6275
|
+
}
|
|
6151
6276
|
static get observedAttributes() {
|
|
6152
6277
|
if (IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent == null) {
|
|
6153
6278
|
let names = getAllPropertyNames(IgcGeographicTileSeriesComponent);
|
|
@@ -6174,10 +6299,11 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6174
6299
|
* The MapImagery which is used to provide the tiles for display.
|
|
6175
6300
|
*/
|
|
6176
6301
|
get tileImagery() {
|
|
6177
|
-
|
|
6302
|
+
const r = this.i.ri;
|
|
6303
|
+
if (r == null) {
|
|
6178
6304
|
return null;
|
|
6179
6305
|
}
|
|
6180
|
-
return
|
|
6306
|
+
return r.externalObject;
|
|
6181
6307
|
}
|
|
6182
6308
|
set tileImagery(v) {
|
|
6183
6309
|
v == null ? this.i.ri = null : this.i.ri = v.i;
|
|
@@ -6223,6 +6349,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6223
6349
|
}
|
|
6224
6350
|
};
|
|
6225
6351
|
this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
|
|
6352
|
+
;
|
|
6226
6353
|
}
|
|
6227
6354
|
}
|
|
6228
6355
|
IgcGeographicTileSeriesComponent._observedAttributesIgcGeographicTileSeriesComponent = null;
|
|
@@ -6264,11 +6391,25 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6264
6391
|
if (super["connectedCallback"]) {
|
|
6265
6392
|
super["connectedCallback"]();
|
|
6266
6393
|
}
|
|
6394
|
+
if (this.i.connectedCallback) {
|
|
6395
|
+
this.i.connectedCallback();
|
|
6396
|
+
}
|
|
6267
6397
|
if (!this._attached) {
|
|
6268
6398
|
this._attached = true;
|
|
6269
6399
|
this._flushQueuedAttributes();
|
|
6270
6400
|
}
|
|
6271
6401
|
}
|
|
6402
|
+
disconnectedCallback() {
|
|
6403
|
+
if (super["disconnectedCallback"]) {
|
|
6404
|
+
super["disconnectedCallback"]();
|
|
6405
|
+
}
|
|
6406
|
+
if (this.i.disconnectedCallback) {
|
|
6407
|
+
this.i.disconnectedCallback();
|
|
6408
|
+
}
|
|
6409
|
+
if (this._attached) {
|
|
6410
|
+
this._attached = false;
|
|
6411
|
+
}
|
|
6412
|
+
}
|
|
6272
6413
|
static get observedAttributes() {
|
|
6273
6414
|
if (IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent == null) {
|
|
6274
6415
|
let names = getAllPropertyNames(IgcGeographicMarkerSeriesComponent);
|
|
@@ -6761,11 +6902,25 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6761
6902
|
if (super["connectedCallback"]) {
|
|
6762
6903
|
super["connectedCallback"]();
|
|
6763
6904
|
}
|
|
6905
|
+
if (this.i.connectedCallback) {
|
|
6906
|
+
this.i.connectedCallback();
|
|
6907
|
+
}
|
|
6764
6908
|
if (!this._attached) {
|
|
6765
6909
|
this._attached = true;
|
|
6766
6910
|
this._flushQueuedAttributes();
|
|
6767
6911
|
}
|
|
6768
6912
|
}
|
|
6913
|
+
disconnectedCallback() {
|
|
6914
|
+
if (super["disconnectedCallback"]) {
|
|
6915
|
+
super["disconnectedCallback"]();
|
|
6916
|
+
}
|
|
6917
|
+
if (this.i.disconnectedCallback) {
|
|
6918
|
+
this.i.disconnectedCallback();
|
|
6919
|
+
}
|
|
6920
|
+
if (this._attached) {
|
|
6921
|
+
this._attached = false;
|
|
6922
|
+
}
|
|
6923
|
+
}
|
|
6769
6924
|
static get observedAttributes() {
|
|
6770
6925
|
if (IgcGeographicProportionalSymbolSeriesComponent._observedAttributesIgcGeographicProportionalSymbolSeriesComponent == null) {
|
|
6771
6926
|
let names = getAllPropertyNames(IgcGeographicProportionalSymbolSeriesComponent);
|
|
@@ -6819,17 +6974,18 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6819
6974
|
* Gets or sets the radius size scale for the bubbles.
|
|
6820
6975
|
*/
|
|
6821
6976
|
get radiusScale() {
|
|
6822
|
-
|
|
6977
|
+
const r = this.i.rl;
|
|
6978
|
+
if (r == null) {
|
|
6823
6979
|
return null;
|
|
6824
6980
|
}
|
|
6825
|
-
if (!
|
|
6826
|
-
let e = IgcSizeScaleComponent._createFromInternal(
|
|
6981
|
+
if (!r.externalObject) {
|
|
6982
|
+
let e = IgcSizeScaleComponent._createFromInternal(r);
|
|
6827
6983
|
if (e) {
|
|
6828
|
-
e._implementation =
|
|
6984
|
+
e._implementation = r;
|
|
6829
6985
|
}
|
|
6830
|
-
|
|
6986
|
+
r.externalObject = e;
|
|
6831
6987
|
}
|
|
6832
|
-
return
|
|
6988
|
+
return r.externalObject;
|
|
6833
6989
|
}
|
|
6834
6990
|
set radiusScale(v) {
|
|
6835
6991
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -6858,17 +7014,18 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
6858
7014
|
* Gets or sets the brush scale for the marker brush.
|
|
6859
7015
|
*/
|
|
6860
7016
|
get fillScale() {
|
|
6861
|
-
|
|
7017
|
+
const r = this.i.ri;
|
|
7018
|
+
if (r == null) {
|
|
6862
7019
|
return null;
|
|
6863
7020
|
}
|
|
6864
|
-
if (!
|
|
6865
|
-
let e = IgcBrushScaleComponent._createFromInternal(
|
|
7021
|
+
if (!r.externalObject) {
|
|
7022
|
+
let e = IgcBrushScaleComponent._createFromInternal(r);
|
|
6866
7023
|
if (e) {
|
|
6867
|
-
e._implementation =
|
|
7024
|
+
e._implementation = r;
|
|
6868
7025
|
}
|
|
6869
|
-
|
|
7026
|
+
r.externalObject = e;
|
|
6870
7027
|
}
|
|
6871
|
-
return
|
|
7028
|
+
return r.externalObject;
|
|
6872
7029
|
}
|
|
6873
7030
|
set fillScale(v) {
|
|
6874
7031
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -7018,6 +7175,7 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7018
7175
|
}
|
|
7019
7176
|
};
|
|
7020
7177
|
this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
|
|
7178
|
+
;
|
|
7021
7179
|
}
|
|
7022
7180
|
/**
|
|
7023
7181
|
* Event raised when Assigning Scatter Marker Style
|
|
@@ -7043,6 +7201,7 @@ let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7043
7201
|
}
|
|
7044
7202
|
};
|
|
7045
7203
|
this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
|
|
7204
|
+
;
|
|
7046
7205
|
}
|
|
7047
7206
|
}
|
|
7048
7207
|
IgcGeographicProportionalSymbolSeriesComponent._observedAttributesIgcGeographicProportionalSymbolSeriesComponent = null;
|
|
@@ -7278,11 +7437,25 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7278
7437
|
if (super["connectedCallback"]) {
|
|
7279
7438
|
super["connectedCallback"]();
|
|
7280
7439
|
}
|
|
7440
|
+
if (this.i.connectedCallback) {
|
|
7441
|
+
this.i.connectedCallback();
|
|
7442
|
+
}
|
|
7281
7443
|
if (!this._attached) {
|
|
7282
7444
|
this._attached = true;
|
|
7283
7445
|
this._flushQueuedAttributes();
|
|
7284
7446
|
}
|
|
7285
7447
|
}
|
|
7448
|
+
disconnectedCallback() {
|
|
7449
|
+
if (super["disconnectedCallback"]) {
|
|
7450
|
+
super["disconnectedCallback"]();
|
|
7451
|
+
}
|
|
7452
|
+
if (this.i.disconnectedCallback) {
|
|
7453
|
+
this.i.disconnectedCallback();
|
|
7454
|
+
}
|
|
7455
|
+
if (this._attached) {
|
|
7456
|
+
this._attached = false;
|
|
7457
|
+
}
|
|
7458
|
+
}
|
|
7286
7459
|
static get observedAttributes() {
|
|
7287
7460
|
if (IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent == null) {
|
|
7288
7461
|
let names = getAllPropertyNames(IgcGeographicSymbolSeriesComponent);
|
|
@@ -7397,6 +7570,7 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7397
7570
|
}
|
|
7398
7571
|
};
|
|
7399
7572
|
this.i.assigningScatterStyle = delegateCombine(this.i.assigningScatterStyle, this._assigningScatterStyle_wrapped);
|
|
7573
|
+
;
|
|
7400
7574
|
}
|
|
7401
7575
|
/**
|
|
7402
7576
|
* Event raised when Assigning Scatter Marker Style
|
|
@@ -7422,6 +7596,7 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7422
7596
|
}
|
|
7423
7597
|
};
|
|
7424
7598
|
this.i.assigningScatterMarkerStyle = delegateCombine(this.i.assigningScatterMarkerStyle, this._assigningScatterMarkerStyle_wrapped);
|
|
7599
|
+
;
|
|
7425
7600
|
}
|
|
7426
7601
|
}
|
|
7427
7602
|
IgcGeographicSymbolSeriesComponent._observedAttributesIgcGeographicSymbolSeriesComponent = null;
|
|
@@ -7578,11 +7753,25 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7578
7753
|
if (super["connectedCallback"]) {
|
|
7579
7754
|
super["connectedCallback"]();
|
|
7580
7755
|
}
|
|
7756
|
+
if (this.i.connectedCallback) {
|
|
7757
|
+
this.i.connectedCallback();
|
|
7758
|
+
}
|
|
7581
7759
|
if (!this._attached) {
|
|
7582
7760
|
this._attached = true;
|
|
7583
7761
|
this._flushQueuedAttributes();
|
|
7584
7762
|
}
|
|
7585
7763
|
}
|
|
7764
|
+
disconnectedCallback() {
|
|
7765
|
+
if (super["disconnectedCallback"]) {
|
|
7766
|
+
super["disconnectedCallback"]();
|
|
7767
|
+
}
|
|
7768
|
+
if (this.i.disconnectedCallback) {
|
|
7769
|
+
this.i.disconnectedCallback();
|
|
7770
|
+
}
|
|
7771
|
+
if (this._attached) {
|
|
7772
|
+
this._attached = false;
|
|
7773
|
+
}
|
|
7774
|
+
}
|
|
7586
7775
|
static get observedAttributes() {
|
|
7587
7776
|
if (IgcGeographicScatterAreaSeriesComponent._observedAttributesIgcGeographicScatterAreaSeriesComponent == null) {
|
|
7588
7777
|
let names = getAllPropertyNames(IgcGeographicScatterAreaSeriesComponent);
|
|
@@ -7618,17 +7807,18 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7618
7807
|
* The ColorScale used to resolve the color values of points in the series.
|
|
7619
7808
|
*/
|
|
7620
7809
|
get colorScale() {
|
|
7621
|
-
|
|
7810
|
+
const r = this.i.q3;
|
|
7811
|
+
if (r == null) {
|
|
7622
7812
|
return null;
|
|
7623
7813
|
}
|
|
7624
|
-
if (!
|
|
7625
|
-
let e = IgcColorScaleComponent._createFromInternal(
|
|
7814
|
+
if (!r.externalObject) {
|
|
7815
|
+
let e = IgcColorScaleComponent._createFromInternal(r);
|
|
7626
7816
|
if (e) {
|
|
7627
|
-
e._implementation =
|
|
7817
|
+
e._implementation = r;
|
|
7628
7818
|
}
|
|
7629
|
-
|
|
7819
|
+
r.externalObject = e;
|
|
7630
7820
|
}
|
|
7631
|
-
return
|
|
7821
|
+
return r.externalObject;
|
|
7632
7822
|
}
|
|
7633
7823
|
set colorScale(v) {
|
|
7634
7824
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -7639,17 +7829,18 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7639
7829
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
7640
7830
|
*/
|
|
7641
7831
|
get actualColorScale() {
|
|
7642
|
-
|
|
7832
|
+
const r = this.i.q2;
|
|
7833
|
+
if (r == null) {
|
|
7643
7834
|
return null;
|
|
7644
7835
|
}
|
|
7645
|
-
if (!
|
|
7646
|
-
let e = IgcColorScaleComponent._createFromInternal(
|
|
7836
|
+
if (!r.externalObject) {
|
|
7837
|
+
let e = IgcColorScaleComponent._createFromInternal(r);
|
|
7647
7838
|
if (e) {
|
|
7648
|
-
e._implementation =
|
|
7839
|
+
e._implementation = r;
|
|
7649
7840
|
}
|
|
7650
|
-
|
|
7841
|
+
r.externalObject = e;
|
|
7651
7842
|
}
|
|
7652
|
-
return
|
|
7843
|
+
return r.externalObject;
|
|
7653
7844
|
}
|
|
7654
7845
|
set actualColorScale(v) {
|
|
7655
7846
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -7711,6 +7902,7 @@ let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7711
7902
|
}
|
|
7712
7903
|
};
|
|
7713
7904
|
this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
|
|
7905
|
+
;
|
|
7714
7906
|
}
|
|
7715
7907
|
}
|
|
7716
7908
|
IgcGeographicScatterAreaSeriesComponent._observedAttributesIgcGeographicScatterAreaSeriesComponent = null;
|
|
@@ -7968,11 +8160,25 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
7968
8160
|
if (super["connectedCallback"]) {
|
|
7969
8161
|
super["connectedCallback"]();
|
|
7970
8162
|
}
|
|
8163
|
+
if (this.i.connectedCallback) {
|
|
8164
|
+
this.i.connectedCallback();
|
|
8165
|
+
}
|
|
7971
8166
|
if (!this._attached) {
|
|
7972
8167
|
this._attached = true;
|
|
7973
8168
|
this._flushQueuedAttributes();
|
|
7974
8169
|
}
|
|
7975
8170
|
}
|
|
8171
|
+
disconnectedCallback() {
|
|
8172
|
+
if (super["disconnectedCallback"]) {
|
|
8173
|
+
super["disconnectedCallback"]();
|
|
8174
|
+
}
|
|
8175
|
+
if (this.i.disconnectedCallback) {
|
|
8176
|
+
this.i.disconnectedCallback();
|
|
8177
|
+
}
|
|
8178
|
+
if (this._attached) {
|
|
8179
|
+
this._attached = false;
|
|
8180
|
+
}
|
|
8181
|
+
}
|
|
7976
8182
|
static get observedAttributes() {
|
|
7977
8183
|
if (IgcGeographicHighDensityScatterSeriesComponent._observedAttributesIgcGeographicHighDensityScatterSeriesComponent == null) {
|
|
7978
8184
|
let names = getAllPropertyNames(IgcGeographicHighDensityScatterSeriesComponent);
|
|
@@ -8127,6 +8333,7 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8127
8333
|
}
|
|
8128
8334
|
};
|
|
8129
8335
|
this.i.progressiveLoadStatusChanged = delegateCombine(this.i.progressiveLoadStatusChanged, this._progressiveLoadStatusChanged_wrapped);
|
|
8336
|
+
;
|
|
8130
8337
|
}
|
|
8131
8338
|
}
|
|
8132
8339
|
IgcGeographicHighDensityScatterSeriesComponent._observedAttributesIgcGeographicHighDensityScatterSeriesComponent = null;
|
|
@@ -8314,11 +8521,25 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8314
8521
|
if (super["connectedCallback"]) {
|
|
8315
8522
|
super["connectedCallback"]();
|
|
8316
8523
|
}
|
|
8524
|
+
if (this.i.connectedCallback) {
|
|
8525
|
+
this.i.connectedCallback();
|
|
8526
|
+
}
|
|
8317
8527
|
if (!this._attached) {
|
|
8318
8528
|
this._attached = true;
|
|
8319
8529
|
this._flushQueuedAttributes();
|
|
8320
8530
|
}
|
|
8321
8531
|
}
|
|
8532
|
+
disconnectedCallback() {
|
|
8533
|
+
if (super["disconnectedCallback"]) {
|
|
8534
|
+
super["disconnectedCallback"]();
|
|
8535
|
+
}
|
|
8536
|
+
if (this.i.disconnectedCallback) {
|
|
8537
|
+
this.i.disconnectedCallback();
|
|
8538
|
+
}
|
|
8539
|
+
if (this._attached) {
|
|
8540
|
+
this._attached = false;
|
|
8541
|
+
}
|
|
8542
|
+
}
|
|
8322
8543
|
static get observedAttributes() {
|
|
8323
8544
|
if (IgcGeographicContourLineSeriesComponent._observedAttributesIgcGeographicContourLineSeriesComponent == null) {
|
|
8324
8545
|
let names = getAllPropertyNames(IgcGeographicContourLineSeriesComponent);
|
|
@@ -8354,17 +8575,18 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8354
8575
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
8355
8576
|
*/
|
|
8356
8577
|
get fillScale() {
|
|
8357
|
-
|
|
8578
|
+
const r = this.i.q5;
|
|
8579
|
+
if (r == null) {
|
|
8358
8580
|
return null;
|
|
8359
8581
|
}
|
|
8360
|
-
if (!
|
|
8361
|
-
let e = IgcValueBrushScaleComponent._createFromInternal(
|
|
8582
|
+
if (!r.externalObject) {
|
|
8583
|
+
let e = IgcValueBrushScaleComponent._createFromInternal(r);
|
|
8362
8584
|
if (e) {
|
|
8363
|
-
e._implementation =
|
|
8585
|
+
e._implementation = r;
|
|
8364
8586
|
}
|
|
8365
|
-
|
|
8587
|
+
r.externalObject = e;
|
|
8366
8588
|
}
|
|
8367
|
-
return
|
|
8589
|
+
return r.externalObject;
|
|
8368
8590
|
}
|
|
8369
8591
|
set fillScale(v) {
|
|
8370
8592
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -8375,17 +8597,18 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8375
8597
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
8376
8598
|
*/
|
|
8377
8599
|
get actualFillScale() {
|
|
8378
|
-
|
|
8600
|
+
const r = this.i.q4;
|
|
8601
|
+
if (r == null) {
|
|
8379
8602
|
return null;
|
|
8380
8603
|
}
|
|
8381
|
-
if (!
|
|
8382
|
-
let e = IgcValueBrushScaleComponent._createFromInternal(
|
|
8604
|
+
if (!r.externalObject) {
|
|
8605
|
+
let e = IgcValueBrushScaleComponent._createFromInternal(r);
|
|
8383
8606
|
if (e) {
|
|
8384
|
-
e._implementation =
|
|
8607
|
+
e._implementation = r;
|
|
8385
8608
|
}
|
|
8386
|
-
|
|
8609
|
+
r.externalObject = e;
|
|
8387
8610
|
}
|
|
8388
|
-
return
|
|
8611
|
+
return r.externalObject;
|
|
8389
8612
|
}
|
|
8390
8613
|
set actualFillScale(v) {
|
|
8391
8614
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -8396,17 +8619,18 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8396
8619
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
8397
8620
|
*/
|
|
8398
8621
|
get valueResolver() {
|
|
8399
|
-
|
|
8622
|
+
const r = this.i.q1;
|
|
8623
|
+
if (r == null) {
|
|
8400
8624
|
return null;
|
|
8401
8625
|
}
|
|
8402
|
-
if (!
|
|
8403
|
-
let e = IgcContourValueResolverComponent._createFromInternal(
|
|
8626
|
+
if (!r.externalObject) {
|
|
8627
|
+
let e = IgcContourValueResolverComponent._createFromInternal(r);
|
|
8404
8628
|
if (e) {
|
|
8405
|
-
e._implementation =
|
|
8629
|
+
e._implementation = r;
|
|
8406
8630
|
}
|
|
8407
|
-
|
|
8631
|
+
r.externalObject = e;
|
|
8408
8632
|
}
|
|
8409
|
-
return
|
|
8633
|
+
return r.externalObject;
|
|
8410
8634
|
}
|
|
8411
8635
|
set valueResolver(v) {
|
|
8412
8636
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -8467,6 +8691,7 @@ let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
8467
8691
|
}
|
|
8468
8692
|
};
|
|
8469
8693
|
this.i.triangulationStatusChanged = delegateCombine(this.i.triangulationStatusChanged, this._triangulationStatusChanged_wrapped);
|
|
8694
|
+
;
|
|
8470
8695
|
}
|
|
8471
8696
|
}
|
|
8472
8697
|
IgcGeographicContourLineSeriesComponent._observedAttributesIgcGeographicContourLineSeriesComponent = null;
|
|
@@ -8913,11 +9138,25 @@ let IgcGeographicMarkerSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
8913
9138
|
if (super["connectedCallback"]) {
|
|
8914
9139
|
super["connectedCallback"]();
|
|
8915
9140
|
}
|
|
9141
|
+
if (this.i.connectedCallback) {
|
|
9142
|
+
this.i.connectedCallback();
|
|
9143
|
+
}
|
|
8916
9144
|
if (!this._attached) {
|
|
8917
9145
|
this._attached = true;
|
|
8918
9146
|
this._flushQueuedAttributes();
|
|
8919
9147
|
}
|
|
8920
9148
|
}
|
|
9149
|
+
disconnectedCallback() {
|
|
9150
|
+
if (super["disconnectedCallback"]) {
|
|
9151
|
+
super["disconnectedCallback"]();
|
|
9152
|
+
}
|
|
9153
|
+
if (this.i.disconnectedCallback) {
|
|
9154
|
+
this.i.disconnectedCallback();
|
|
9155
|
+
}
|
|
9156
|
+
if (this._attached) {
|
|
9157
|
+
this._attached = false;
|
|
9158
|
+
}
|
|
9159
|
+
}
|
|
8921
9160
|
static get observedAttributes() {
|
|
8922
9161
|
if (IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent == null) {
|
|
8923
9162
|
let names = getAllPropertyNames(IgcGeographicMarkerSeriesBaseComponent);
|
|
@@ -8948,11 +9187,25 @@ let IgcGeographicProportionalSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
8948
9187
|
if (super["connectedCallback"]) {
|
|
8949
9188
|
super["connectedCallback"]();
|
|
8950
9189
|
}
|
|
9190
|
+
if (this.i.connectedCallback) {
|
|
9191
|
+
this.i.connectedCallback();
|
|
9192
|
+
}
|
|
8951
9193
|
if (!this._attached) {
|
|
8952
9194
|
this._attached = true;
|
|
8953
9195
|
this._flushQueuedAttributes();
|
|
8954
9196
|
}
|
|
8955
9197
|
}
|
|
9198
|
+
disconnectedCallback() {
|
|
9199
|
+
if (super["disconnectedCallback"]) {
|
|
9200
|
+
super["disconnectedCallback"]();
|
|
9201
|
+
}
|
|
9202
|
+
if (this.i.disconnectedCallback) {
|
|
9203
|
+
this.i.disconnectedCallback();
|
|
9204
|
+
}
|
|
9205
|
+
if (this._attached) {
|
|
9206
|
+
this._attached = false;
|
|
9207
|
+
}
|
|
9208
|
+
}
|
|
8956
9209
|
static get observedAttributes() {
|
|
8957
9210
|
if (IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent == null) {
|
|
8958
9211
|
let names = getAllPropertyNames(IgcGeographicProportionalSymbolSeriesBaseComponent);
|
|
@@ -8999,11 +9252,25 @@ let IgcGeographicShapeSeriesBaseBaseComponent = /*@__PURE__*/ (() => {
|
|
|
8999
9252
|
if (super["connectedCallback"]) {
|
|
9000
9253
|
super["connectedCallback"]();
|
|
9001
9254
|
}
|
|
9255
|
+
if (this.i.connectedCallback) {
|
|
9256
|
+
this.i.connectedCallback();
|
|
9257
|
+
}
|
|
9002
9258
|
if (!this._attached) {
|
|
9003
9259
|
this._attached = true;
|
|
9004
9260
|
this._flushQueuedAttributes();
|
|
9005
9261
|
}
|
|
9006
9262
|
}
|
|
9263
|
+
disconnectedCallback() {
|
|
9264
|
+
if (super["disconnectedCallback"]) {
|
|
9265
|
+
super["disconnectedCallback"]();
|
|
9266
|
+
}
|
|
9267
|
+
if (this.i.disconnectedCallback) {
|
|
9268
|
+
this.i.disconnectedCallback();
|
|
9269
|
+
}
|
|
9270
|
+
if (this._attached) {
|
|
9271
|
+
this._attached = false;
|
|
9272
|
+
}
|
|
9273
|
+
}
|
|
9007
9274
|
static get observedAttributes() {
|
|
9008
9275
|
if (IgcGeographicShapeSeriesBaseBaseComponent._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent == null) {
|
|
9009
9276
|
let names = getAllPropertyNames(IgcGeographicShapeSeriesBaseBaseComponent);
|
|
@@ -9050,11 +9317,25 @@ let IgcGeographicSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
9050
9317
|
if (super["connectedCallback"]) {
|
|
9051
9318
|
super["connectedCallback"]();
|
|
9052
9319
|
}
|
|
9320
|
+
if (this.i.connectedCallback) {
|
|
9321
|
+
this.i.connectedCallback();
|
|
9322
|
+
}
|
|
9053
9323
|
if (!this._attached) {
|
|
9054
9324
|
this._attached = true;
|
|
9055
9325
|
this._flushQueuedAttributes();
|
|
9056
9326
|
}
|
|
9057
9327
|
}
|
|
9328
|
+
disconnectedCallback() {
|
|
9329
|
+
if (super["disconnectedCallback"]) {
|
|
9330
|
+
super["disconnectedCallback"]();
|
|
9331
|
+
}
|
|
9332
|
+
if (this.i.disconnectedCallback) {
|
|
9333
|
+
this.i.disconnectedCallback();
|
|
9334
|
+
}
|
|
9335
|
+
if (this._attached) {
|
|
9336
|
+
this._attached = false;
|
|
9337
|
+
}
|
|
9338
|
+
}
|
|
9058
9339
|
static get observedAttributes() {
|
|
9059
9340
|
if (IgcGeographicSymbolSeriesBaseComponent._observedAttributesIgcGeographicSymbolSeriesBaseComponent == null) {
|
|
9060
9341
|
let names = getAllPropertyNames(IgcGeographicSymbolSeriesBaseComponent);
|
|
@@ -9101,11 +9382,25 @@ let IgcGeographicXYTriangulatingSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
9101
9382
|
if (super["connectedCallback"]) {
|
|
9102
9383
|
super["connectedCallback"]();
|
|
9103
9384
|
}
|
|
9385
|
+
if (this.i.connectedCallback) {
|
|
9386
|
+
this.i.connectedCallback();
|
|
9387
|
+
}
|
|
9104
9388
|
if (!this._attached) {
|
|
9105
9389
|
this._attached = true;
|
|
9106
9390
|
this._flushQueuedAttributes();
|
|
9107
9391
|
}
|
|
9108
9392
|
}
|
|
9393
|
+
disconnectedCallback() {
|
|
9394
|
+
if (super["disconnectedCallback"]) {
|
|
9395
|
+
super["disconnectedCallback"]();
|
|
9396
|
+
}
|
|
9397
|
+
if (this.i.disconnectedCallback) {
|
|
9398
|
+
this.i.disconnectedCallback();
|
|
9399
|
+
}
|
|
9400
|
+
if (this._attached) {
|
|
9401
|
+
this._attached = false;
|
|
9402
|
+
}
|
|
9403
|
+
}
|
|
9109
9404
|
static get observedAttributes() {
|
|
9110
9405
|
if (IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent == null) {
|
|
9111
9406
|
let names = getAllPropertyNames(IgcGeographicXYTriangulatingSeriesBaseComponent);
|