igniteui-angular-maps 20.0.1 → 20.0.2-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.
- package/bundles/igniteui-angular-maps.umd.js +1753 -1431
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
- package/esm2015/lib/AzureMapsMapImagery.js +7 -0
- package/esm2015/lib/AzureMapsMapImageryView.js +7 -0
- package/esm2015/lib/AzureMapsMapImageryView_combined.js +119 -0
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +86 -86
- package/esm2015/lib/XamGeographicMap_combined.js +482 -482
- package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +34 -0
- package/esm2015/lib/igx-azure-maps-map-imagery-module.js +26 -0
- package/esm2015/lib/igx-azure-maps-map-imagery.js +81 -0
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm2015/public_api.js +6 -0
- package/esm5/lib/AzureMapsImageryStyle.js +32 -0
- package/esm5/lib/AzureMapsMapImagery.js +7 -0
- package/esm5/lib/AzureMapsMapImageryView.js +7 -0
- package/esm5/lib/AzureMapsMapImageryView_combined.js +122 -0
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +84 -84
- package/esm5/lib/XamGeographicMap_combined.js +475 -475
- package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +33 -0
- package/esm5/lib/igx-azure-maps-map-imagery-module.js +27 -0
- package/esm5/lib/igx-azure-maps-map-imagery.js +113 -0
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/esm5/public_api.js +6 -0
- package/fesm2015/igniteui-angular-maps.js +1734 -1447
- package/fesm5/igniteui-angular-maps.js +1748 -1433
- package/lib/AzureMapsImageryStyle.d.ts +25 -0
- package/lib/AzureMapsMapImagery.d.ts +1 -0
- package/lib/AzureMapsMapImageryView.d.ts +1 -0
- package/lib/AzureMapsMapImageryView_combined.d.ts +39 -0
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +110 -110
- package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +9 -0
- package/lib/igx-azure-maps-map-imagery-module.d.ts +7 -0
- package/lib/igx-azure-maps-map-imagery.d.ts +51 -0
- package/package.json +2 -2
- package/public_api.d.ts +6 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { IgxAzureMapsMapImageryModule } from './igx-azure-maps-map-imagery-module';
|
|
10
|
+
import { IgxAzureMapsMapImagery } from './igx-azure-maps-map-imagery';
|
|
11
|
+
import { AzureMapsMapImagery } from './AzureMapsMapImagery';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
var IgxAzureMapsMapImageryDynamicModule = /** @class */ /*@__PURE__*/ (function () {
|
|
15
|
+
function IgxAzureMapsMapImageryDynamicModule() {
|
|
16
|
+
TypeRegistrar.registerCons("IgxAzureMapsMapImagery", IgxAzureMapsMapImagery);
|
|
17
|
+
TypeRegistrar.register("AzureMapsMapImagery", AzureMapsMapImagery.$type);
|
|
18
|
+
}
|
|
19
|
+
IgxAzureMapsMapImageryDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
IgxAzureMapsMapImageryDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, imports: [CommonModule, IgxAzureMapsMapImageryModule], exports: [IgxAzureMapsMapImageryModule] });
|
|
21
|
+
IgxAzureMapsMapImageryDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, imports: [[CommonModule, IgxAzureMapsMapImageryModule], IgxAzureMapsMapImageryModule] });
|
|
22
|
+
return IgxAzureMapsMapImageryDynamicModule;
|
|
23
|
+
}());
|
|
24
|
+
export { IgxAzureMapsMapImageryDynamicModule };
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryDynamicModule, decorators: [{
|
|
26
|
+
type: NgModule,
|
|
27
|
+
args: [{
|
|
28
|
+
declarations: [],
|
|
29
|
+
imports: [CommonModule, IgxAzureMapsMapImageryModule],
|
|
30
|
+
exports: [IgxAzureMapsMapImageryModule],
|
|
31
|
+
entryComponents: []
|
|
32
|
+
}]
|
|
33
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
var IgxAzureMapsMapImageryModule = /** @class */ /*@__PURE__*/ (function () {
|
|
11
|
+
function IgxAzureMapsMapImageryModule() {
|
|
12
|
+
}
|
|
13
|
+
IgxAzureMapsMapImageryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14
|
+
IgxAzureMapsMapImageryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryModule, imports: [CommonModule] });
|
|
15
|
+
IgxAzureMapsMapImageryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryModule, imports: [[CommonModule]] });
|
|
16
|
+
return IgxAzureMapsMapImageryModule;
|
|
17
|
+
}());
|
|
18
|
+
export { IgxAzureMapsMapImageryModule };
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryModule, decorators: [{
|
|
20
|
+
type: NgModule,
|
|
21
|
+
args: [{
|
|
22
|
+
declarations: [],
|
|
23
|
+
imports: [CommonModule],
|
|
24
|
+
exports: [],
|
|
25
|
+
entryComponents: []
|
|
26
|
+
}]
|
|
27
|
+
}] });
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { AzureMapsImageryStyle_$type } from "./AzureMapsImageryStyle";
|
|
3
|
+
import { IgxGeographicMapImagery } from "./igx-geographic-map-imagery";
|
|
4
|
+
import { AzureMapsMapImagery as AzureMapsMapImagery_internal } from "./AzureMapsMapImagery";
|
|
5
|
+
import { ensureEnum } from "igniteui-angular-core";
|
|
6
|
+
/**
|
|
7
|
+
* UI element class used to display AzureMapsMap imagery in the IgxGeographicMap.Component
|
|
8
|
+
*/
|
|
9
|
+
var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
10
|
+
__extends(IgxAzureMapsMapImagery, _super);
|
|
11
|
+
function IgxAzureMapsMapImagery() {
|
|
12
|
+
return _super.call(this) || this;
|
|
13
|
+
}
|
|
14
|
+
IgxAzureMapsMapImagery.prototype.createImplementation = function () {
|
|
15
|
+
return new AzureMapsMapImagery_internal();
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperty(IgxAzureMapsMapImagery.prototype, "i", {
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
get: function () {
|
|
22
|
+
return this._implementation;
|
|
23
|
+
},
|
|
24
|
+
enumerable: false,
|
|
25
|
+
configurable: true
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(IgxAzureMapsMapImagery.prototype, "cultureName", {
|
|
28
|
+
/**
|
|
29
|
+
* Gets or sets the culture name for this tile source.
|
|
30
|
+
*/
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.i.cultureName;
|
|
33
|
+
},
|
|
34
|
+
set: function (v) {
|
|
35
|
+
this.i.cultureName = v;
|
|
36
|
+
},
|
|
37
|
+
enumerable: false,
|
|
38
|
+
configurable: true
|
|
39
|
+
});
|
|
40
|
+
Object.defineProperty(IgxAzureMapsMapImagery.prototype, "apiKey", {
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets a subscription key required by the Azure Maps imagery service.
|
|
43
|
+
* For more information see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication#shared-key-authentication.
|
|
44
|
+
*/
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.i.apiKey;
|
|
47
|
+
},
|
|
48
|
+
set: function (v) {
|
|
49
|
+
this.i.apiKey = v;
|
|
50
|
+
},
|
|
51
|
+
enumerable: false,
|
|
52
|
+
configurable: true
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(IgxAzureMapsMapImagery.prototype, "apiVersion", {
|
|
55
|
+
/**
|
|
56
|
+
* Gets or sets the API version used by the Azure Maps imagery service.
|
|
57
|
+
* For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release.
|
|
58
|
+
*/
|
|
59
|
+
get: function () {
|
|
60
|
+
return this.i.apiVersion;
|
|
61
|
+
},
|
|
62
|
+
set: function (v) {
|
|
63
|
+
this.i.apiVersion = v;
|
|
64
|
+
},
|
|
65
|
+
enumerable: false,
|
|
66
|
+
configurable: true
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(IgxAzureMapsMapImagery.prototype, "imageryStyle", {
|
|
69
|
+
/**
|
|
70
|
+
* Gets or sets a map style of the Azure Maps imagery tiles.
|
|
71
|
+
* For example: Road map style.
|
|
72
|
+
*/
|
|
73
|
+
get: function () {
|
|
74
|
+
return this.i.imageryStyle;
|
|
75
|
+
},
|
|
76
|
+
set: function (v) {
|
|
77
|
+
this.i.imageryStyle = ensureEnum(AzureMapsImageryStyle_$type, v);
|
|
78
|
+
},
|
|
79
|
+
enumerable: false,
|
|
80
|
+
configurable: true
|
|
81
|
+
});
|
|
82
|
+
Object.defineProperty(IgxAzureMapsMapImagery.prototype, "localizedView", {
|
|
83
|
+
/**
|
|
84
|
+
* Gets or sets a string that specifies which maps to show for geopolitically disputed regions.
|
|
85
|
+
* For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview.
|
|
86
|
+
*/
|
|
87
|
+
get: function () {
|
|
88
|
+
return this.i.localizedView;
|
|
89
|
+
},
|
|
90
|
+
set: function (v) {
|
|
91
|
+
this.i.localizedView = v;
|
|
92
|
+
},
|
|
93
|
+
enumerable: false,
|
|
94
|
+
configurable: true
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(IgxAzureMapsMapImagery.prototype, "timestamp", {
|
|
97
|
+
/**
|
|
98
|
+
* Gets or sets a specific date and time for the map.
|
|
99
|
+
* Note that not all tilesets support this option and those that do might have restrictions.
|
|
100
|
+
* For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#uri-parameters.
|
|
101
|
+
*/
|
|
102
|
+
get: function () {
|
|
103
|
+
return this.i.timestamp;
|
|
104
|
+
},
|
|
105
|
+
set: function (v) {
|
|
106
|
+
this.i.timestamp = v;
|
|
107
|
+
},
|
|
108
|
+
enumerable: false,
|
|
109
|
+
configurable: true
|
|
110
|
+
});
|
|
111
|
+
return IgxAzureMapsMapImagery;
|
|
112
|
+
}(IgxGeographicMapImagery));
|
|
113
|
+
export { IgxAzureMapsMapImagery };
|
|
@@ -47,10 +47,10 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
47
47
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.x9;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.x9 = v;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,7 +60,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
60
60
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
var r = this.i.
|
|
63
|
+
var r = this.i.x5;
|
|
64
64
|
if (r == null) {
|
|
65
65
|
return null;
|
|
66
66
|
}
|
|
@@ -76,7 +76,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
76
76
|
set: function (v) {
|
|
77
77
|
if (v != null && this._stylingContainer && v._styling)
|
|
78
78
|
v._styling(this._stylingContainer, this, this);
|
|
79
|
-
v == null ? this.i.
|
|
79
|
+
v == null ? this.i.x5 = null : this.i.x5 = v.i;
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
@@ -86,7 +86,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
86
86
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
87
87
|
*/
|
|
88
88
|
get: function () {
|
|
89
|
-
var r = this.i.
|
|
89
|
+
var r = this.i.x4;
|
|
90
90
|
if (r == null) {
|
|
91
91
|
return null;
|
|
92
92
|
}
|
|
@@ -102,7 +102,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
102
102
|
set: function (v) {
|
|
103
103
|
if (v != null && this._stylingContainer && v._styling)
|
|
104
104
|
v._styling(this._stylingContainer, this, this);
|
|
105
|
-
v == null ? this.i.
|
|
105
|
+
v == null ? this.i.x4 = null : this.i.x4 = v.i;
|
|
106
106
|
},
|
|
107
107
|
enumerable: false,
|
|
108
108
|
configurable: true
|
|
@@ -112,7 +112,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
112
112
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
113
113
|
*/
|
|
114
114
|
get: function () {
|
|
115
|
-
var r = this.i.
|
|
115
|
+
var r = this.i.x1;
|
|
116
116
|
if (r == null) {
|
|
117
117
|
return null;
|
|
118
118
|
}
|
|
@@ -128,7 +128,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
128
128
|
set: function (v) {
|
|
129
129
|
if (v != null && this._stylingContainer && v._styling)
|
|
130
130
|
v._styling(this._stylingContainer, this, this);
|
|
131
|
-
v == null ? this.i.
|
|
131
|
+
v == null ? this.i.x1 = null : this.i.x1 = v.i;
|
|
132
132
|
},
|
|
133
133
|
enumerable: false,
|
|
134
134
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
46
46
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.xx;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.xx = v;
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,10 +59,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
59
59
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.xz;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.xz = v;
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
68
68
|
configurable: true
|
|
@@ -72,10 +72,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
72
72
|
* Gets or sets the whether to use use brute force mode.
|
|
73
73
|
*/
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.xm;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.xm = ensureBool(v);
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
@@ -85,10 +85,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
85
85
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
86
86
|
*/
|
|
87
87
|
get: function () {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.xl;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.xl = ensureBool(v);
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
@@ -98,10 +98,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
98
98
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
99
99
|
*/
|
|
100
100
|
get: function () {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.xk;
|
|
102
102
|
},
|
|
103
103
|
set: function (v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.xk = ensureBool(v);
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
107
107
|
configurable: true
|
|
@@ -111,10 +111,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
111
111
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
112
112
|
*/
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.xo;
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
117
|
+
this.i.xo = +v;
|
|
118
118
|
},
|
|
119
119
|
enumerable: false,
|
|
120
120
|
configurable: true
|
|
@@ -124,10 +124,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
124
124
|
* Gets or sets the value that maps to the maximum heat color.
|
|
125
125
|
*/
|
|
126
126
|
get: function () {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.xn;
|
|
128
128
|
},
|
|
129
129
|
set: function (v) {
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.xn = +v;
|
|
131
131
|
},
|
|
132
132
|
enumerable: false,
|
|
133
133
|
configurable: true
|
|
@@ -137,10 +137,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
137
137
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
138
138
|
*/
|
|
139
139
|
get: function () {
|
|
140
|
-
return colorToString(this.i.
|
|
140
|
+
return colorToString(this.i.yi);
|
|
141
141
|
},
|
|
142
142
|
set: function (v) {
|
|
143
|
-
this.i.
|
|
143
|
+
this.i.yi = stringToColor(v);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
@@ -150,10 +150,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
150
150
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
151
151
|
*/
|
|
152
152
|
get: function () {
|
|
153
|
-
return colorToString(this.i.
|
|
153
|
+
return colorToString(this.i.yh);
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.yh = stringToColor(v);
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
159
159
|
configurable: true
|
|
@@ -163,10 +163,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
163
163
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
164
164
|
*/
|
|
165
165
|
get: function () {
|
|
166
|
-
return this.i.
|
|
166
|
+
return this.i.xr;
|
|
167
167
|
},
|
|
168
168
|
set: function (v) {
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.xr = +v;
|
|
170
170
|
},
|
|
171
171
|
enumerable: false,
|
|
172
172
|
configurable: true
|
|
@@ -176,10 +176,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
176
176
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
177
177
|
*/
|
|
178
178
|
get: function () {
|
|
179
|
-
return this.i.
|
|
179
|
+
return this.i.xs;
|
|
180
180
|
},
|
|
181
181
|
set: function (v) {
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.xs = +v;
|
|
183
183
|
},
|
|
184
184
|
enumerable: false,
|
|
185
185
|
configurable: true
|