igniteui-webcomponents-maps 6.3.0-beta.0 → 6.3.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
- package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
- package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
- package/esm2015/lib/BingResourceSet.js +2 -4
- package/esm2015/lib/BingResponse.js +2 -4
- package/esm2015/lib/CustomMapImagery.js +2 -4
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
- package/esm2015/lib/GeographicMarkerSeries.js +27 -29
- package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
- package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
- package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
- package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -30
- package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
- package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
- package/esm2015/lib/ImageryMetadata.js +2 -4
- package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
- package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
- package/esm2015/lib/MapServerResponseModel.js +2 -4
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
- package/esm2015/lib/SubDomainsCollection.js +2 -4
- package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
- package/esm2015/lib/TileInfoResponseModel.js +2 -4
- package/esm2015/lib/TileSeries_combined.js +85 -89
- package/esm2015/lib/TokenResponseModel.js +2 -4
- package/esm2015/lib/XamGeographicMap_combined.js +142 -160
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
- package/esm2015/lib/igc-geographic-map-component.js +2 -1
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
- package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
- package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
- package/esm2015/lib/igc-tile-series-component.js +4 -6
- package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
- package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
- package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
- package/esm5/lib/BingResourceSet.js +1 -2
- package/esm5/lib/BingResponse.js +1 -2
- package/esm5/lib/CustomMapImagery.js +1 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
- package/esm5/lib/GeographicMarkerSeries.js +26 -27
- package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
- package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
- package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
- package/esm5/lib/GeographicTileSeries.js +26 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
- package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
- package/esm5/lib/ImageryMetadata.js +1 -2
- package/esm5/lib/ImagesChangedEventArgs.js +1 -2
- package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
- package/esm5/lib/MapServerResponseModel.js +1 -2
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
- package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
- package/esm5/lib/SubDomainsCollection.js +1 -2
- package/esm5/lib/TileGeneratorMapImagery.js +1 -2
- package/esm5/lib/TileInfoResponseModel.js +1 -2
- package/esm5/lib/TileSeries_combined.js +81 -83
- package/esm5/lib/TokenResponseModel.js +1 -2
- package/esm5/lib/XamGeographicMap_combined.js +132 -141
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
- package/esm5/lib/igc-geographic-map-component.js +1 -2
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
- package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
- package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
- package/esm5/lib/igc-tile-series-component.js +3 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
- package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
- package/igniteui-webcomponents-maps.d.ts +1 -1
- package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
- package/lib/AzureMapsImagery.d.ts +1 -1
- package/lib/AzureMapsImageryStyle.d.ts +25 -25
- package/lib/AzureMapsImageryView.d.ts +1 -1
- package/lib/AzureMapsImageryView_combined.d.ts +39 -39
- package/lib/BingMapsImageryStyle.d.ts +34 -34
- package/lib/BingMapsMapImagery.d.ts +1 -1
- package/lib/BingMapsMapImageryView.d.ts +1 -1
- package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
- package/lib/BingResourceSet.d.ts +11 -11
- package/lib/BingResponse.d.ts +11 -11
- package/lib/CustomMapImagery.d.ts +14 -14
- package/lib/GeographicContourLineSeries.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
- package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
- package/lib/GeographicMapImagery.d.ts +1 -1
- package/lib/GeographicMapImageryView.d.ts +1 -1
- package/lib/GeographicMapSeriesHost.d.ts +1 -1
- package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
- package/lib/GeographicMarkerSeries.d.ts +33 -33
- package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
- package/lib/GeographicPolylineSeries.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
- package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
- package/lib/GeographicScatterAreaSeries.d.ts +1 -1
- package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeries.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
- package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
- package/lib/GeographicShapeSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
- package/lib/GeographicSymbolSeries.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
- package/lib/GeographicTileSeries.d.ts +24 -24
- package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
- package/lib/HostSeriesView.d.ts +1 -1
- package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
- package/lib/ImageryMetadata.d.ts +11 -11
- package/lib/ImagesChangedEventArgs.d.ts +7 -7
- package/lib/LevelOfDetailResponseModel.d.ts +16 -16
- package/lib/MapBackgroundTilingMode.d.ts +22 -22
- package/lib/MapResizeBehavior.d.ts +22 -22
- package/lib/MapServerResponseModel.d.ts +14 -14
- package/lib/OpenStreetMapImagery.d.ts +1 -1
- package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
- package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
- package/lib/SubDomainsCollection.d.ts +11 -11
- package/lib/TileGeneratorMapImagery.d.ts +14 -14
- package/lib/TileInfoResponseModel.d.ts +11 -11
- package/lib/TileSeries.d.ts +1 -1
- package/lib/TileSeriesView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +78 -78
- package/lib/TokenResponseModel.d.ts +16 -16
- package/lib/XamGeographicMap.d.ts +1 -1
- package/lib/XamGeographicMapView.d.ts +1 -1
- package/lib/XamGeographicMap_combined.d.ts +320 -320
- package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
- package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
- package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
- package/lib/igc-azure-maps-imagery.d.ts +50 -50
- package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
- package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
- package/lib/igc-custom-map-imagery-module.d.ts +3 -3
- package/lib/igc-custom-map-imagery.d.ts +20 -20
- package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
- package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
- package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
- package/lib/igc-geographic-map-component.d.ts +244 -244
- package/lib/igc-geographic-map-core-module.d.ts +3 -3
- package/lib/igc-geographic-map-imagery.d.ts +92 -92
- package/lib/igc-geographic-map-module.d.ts +3 -3
- package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
- package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-marker-series-component.d.ts +78 -78
- package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
- package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
- package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
- package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
- package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
- package/lib/igc-geographic-shape-series-component.d.ts +111 -111
- package/lib/igc-geographic-shape-series-module.d.ts +3 -3
- package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
- package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-tile-series-component.d.ts +44 -44
- package/lib/igc-geographic-tile-series-module.d.ts +3 -3
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
- package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
- package/lib/igc-images-changed-event-args.d.ts +12 -12
- package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
- package/lib/igc-open-street-map-imagery.d.ts +18 -18
- package/lib/igc-sub-domains-collection.d.ts +6 -6
- package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
- package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
- package/lib/igc-tile-series-component.d.ts +36 -36
- package/lib/igc-tile-series-module.d.ts +3 -3
- package/package.json +3 -3
- package/public_api.d.ts +107 -107
|
@@ -13,10 +13,7 @@ import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
|
13
13
|
import { HttpRequestUtil } from "igniteui-webcomponents-core";
|
|
14
14
|
import { stringIsNullOrEmpty, stringRemove } from "igniteui-webcomponents-core";
|
|
15
15
|
import { stringFormat1, stringFormat } from "igniteui-webcomponents-core";
|
|
16
|
-
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export let ArcGISOnlineMapImagery = /*@__PURE__*/ (() => {
|
|
16
|
+
let ArcGISOnlineMapImagery = /*@__PURE__*/ (() => {
|
|
20
17
|
class ArcGISOnlineMapImagery extends GeographicMapImagery {
|
|
21
18
|
constructor() {
|
|
22
19
|
super(new ArcGISOnlineTileSource());
|
|
@@ -218,3 +215,4 @@ export let ArcGISOnlineMapImagery = /*@__PURE__*/ (() => {
|
|
|
218
215
|
ArcGISOnlineMapImagery.isMapPublicProperty = /*@__PURE__*/ DependencyProperty.i("IsMapPublic", Boolean_$type, ArcGISOnlineMapImagery.$, /*@__PURE__*/ new PropertyMetadata(2, true, ArcGISOnlineMapImagery.cc));
|
|
219
216
|
return ArcGISOnlineMapImagery;
|
|
220
217
|
})();
|
|
218
|
+
export { ArcGISOnlineMapImagery };
|
|
@@ -13,10 +13,7 @@ import { AzureMapsImageryStyle_$type } from "./AzureMapsImageryStyle";
|
|
|
13
13
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
14
14
|
import { stringEmpty } from "igniteui-webcomponents-core";
|
|
15
15
|
import { dateMinValue } from "igniteui-webcomponents-core";
|
|
16
|
-
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export let AzureMapsImageryView = /*@__PURE__*/ (() => {
|
|
16
|
+
let AzureMapsImageryView = /*@__PURE__*/ (() => {
|
|
20
17
|
class AzureMapsImageryView extends GeographicMapImageryView {
|
|
21
18
|
constructor(a) {
|
|
22
19
|
super(a);
|
|
@@ -52,10 +49,8 @@ export let AzureMapsImageryView = /*@__PURE__*/ (() => {
|
|
|
52
49
|
AzureMapsImageryView.$t = /*@__PURE__*/ markType(AzureMapsImageryView, 'AzureMapsImageryView', GeographicMapImageryView.$);
|
|
53
50
|
return AzureMapsImageryView;
|
|
54
51
|
})();
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
*/
|
|
58
|
-
export let AzureMapsImagery = /*@__PURE__*/ (() => {
|
|
52
|
+
export { AzureMapsImageryView };
|
|
53
|
+
let AzureMapsImagery = /*@__PURE__*/ (() => {
|
|
59
54
|
class AzureMapsImagery extends GeographicMapImagery {
|
|
60
55
|
constructor() {
|
|
61
56
|
super(new AzureMapsTileSource());
|
|
@@ -117,3 +112,4 @@ export let AzureMapsImagery = /*@__PURE__*/ (() => {
|
|
|
117
112
|
AzureMapsImagery.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, AzureMapsImagery, 'b4', ['ApiKey', [2, /*@__PURE__*/ stringEmpty()], 'ApiVersion', [2, "2024-04-01"], 'CultureName', [2, "en-US"], 'ImageryStyle', [AzureMapsImageryStyle_$type, /*@__PURE__*/ enumGetBox(AzureMapsImageryStyle_$type, 0)], 'LocalizedView', [2, null], 'TilesetId:b1:ca', [2, null], 'Timestamp', [3, /*@__PURE__*/ dateMinValue()]]);
|
|
118
113
|
return AzureMapsImagery;
|
|
119
114
|
})();
|
|
115
|
+
export { AzureMapsImagery };
|
|
@@ -16,10 +16,7 @@ import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
|
16
16
|
import { HttpRequestUtil } from "igniteui-webcomponents-core";
|
|
17
17
|
import { Uri } from "igniteui-webcomponents-core";
|
|
18
18
|
import { stringEmpty, stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
19
|
-
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export let BingMapsMapImageryView = /*@__PURE__*/ (() => {
|
|
19
|
+
let BingMapsMapImageryView = /*@__PURE__*/ (() => {
|
|
23
20
|
class BingMapsMapImageryView extends GeographicMapImageryView {
|
|
24
21
|
constructor(a) {
|
|
25
22
|
super(a);
|
|
@@ -46,10 +43,8 @@ export let BingMapsMapImageryView = /*@__PURE__*/ (() => {
|
|
|
46
43
|
BingMapsMapImageryView.$t = /*@__PURE__*/ markType(BingMapsMapImageryView, 'BingMapsMapImageryView', GeographicMapImageryView.$);
|
|
47
44
|
return BingMapsMapImageryView;
|
|
48
45
|
})();
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
*/
|
|
52
|
-
export let BingMapsMapImagery = /*@__PURE__*/ (() => {
|
|
46
|
+
export { BingMapsMapImageryView };
|
|
47
|
+
let BingMapsMapImagery = /*@__PURE__*/ (() => {
|
|
53
48
|
class BingMapsMapImagery extends GeographicMapImagery {
|
|
54
49
|
constructor() {
|
|
55
50
|
super(new BingMapsTileSource(0));
|
|
@@ -270,3 +265,4 @@ export let BingMapsMapImagery = /*@__PURE__*/ (() => {
|
|
|
270
265
|
BingMapsMapImagery.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, BingMapsMapImagery, 'cm', ['ApiKey', [2, /*@__PURE__*/ stringEmpty()], 'CultureName', [2, "en-US"], 'ImageryStyle', [BingMapsImageryStyle_$type, /*@__PURE__*/ enumGetBox(BingMapsImageryStyle_$type, 1)], 'IsDeferredLoad', [0, false], 'SubDomains', [SubDomainsCollection.$, null], 'TilePath', [2, null]]);
|
|
271
266
|
return BingMapsMapImagery;
|
|
272
267
|
})();
|
|
268
|
+
export { BingMapsMapImagery };
|
|
@@ -7,10 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
8
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { ImageryMetadata } from "./ImageryMetadata";
|
|
10
|
-
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let BingResourceSet = /*@__PURE__*/ (() => {
|
|
10
|
+
let BingResourceSet = /*@__PURE__*/ (() => {
|
|
14
11
|
class BingResourceSet extends Base {
|
|
15
12
|
constructor() {
|
|
16
13
|
super();
|
|
@@ -21,3 +18,4 @@ export let BingResourceSet = /*@__PURE__*/ (() => {
|
|
|
21
18
|
BingResourceSet.$t = /*@__PURE__*/ markType(BingResourceSet, 'BingResourceSet');
|
|
22
19
|
return BingResourceSet;
|
|
23
20
|
})();
|
|
21
|
+
export { BingResourceSet };
|
|
@@ -7,10 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
8
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { BingResourceSet } from "./BingResourceSet";
|
|
10
|
-
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let BingResponse = /*@__PURE__*/ (() => {
|
|
10
|
+
let BingResponse = /*@__PURE__*/ (() => {
|
|
14
11
|
class BingResponse extends Base {
|
|
15
12
|
constructor() {
|
|
16
13
|
super();
|
|
@@ -21,3 +18,4 @@ export let BingResponse = /*@__PURE__*/ (() => {
|
|
|
21
18
|
BingResponse.$t = /*@__PURE__*/ markType(BingResponse, 'BingResponse');
|
|
22
19
|
return BingResponse;
|
|
23
20
|
})();
|
|
21
|
+
export { BingResponse };
|
|
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
8
8
|
import { runOn, delegateCombine, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let CustomMapImagery = /*@__PURE__*/ (() => {
|
|
9
|
+
let CustomMapImagery = /*@__PURE__*/ (() => {
|
|
13
10
|
class CustomMapImagery extends GeographicMapImagery {
|
|
14
11
|
constructor(a) {
|
|
15
12
|
super(a);
|
|
@@ -28,3 +25,4 @@ export let CustomMapImagery = /*@__PURE__*/ (() => {
|
|
|
28
25
|
CustomMapImagery.$t = /*@__PURE__*/ markType(CustomMapImagery, 'CustomMapImagery', GeographicMapImagery.$);
|
|
29
26
|
return CustomMapImagery;
|
|
30
27
|
})();
|
|
28
|
+
export { CustomMapImagery };
|
|
@@ -13,10 +13,7 @@ import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
|
13
13
|
import { ValueBrushScale } from "igniteui-webcomponents-charts";
|
|
14
14
|
import { ContourValueResolver } from "igniteui-webcomponents-charts";
|
|
15
15
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
16
|
-
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
16
|
+
let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
20
17
|
class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
21
18
|
constructor(a) {
|
|
22
19
|
super(a);
|
|
@@ -31,29 +28,27 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
|
|
|
31
28
|
}
|
|
32
29
|
ci() {
|
|
33
30
|
super.ci();
|
|
34
|
-
if (this.c2.
|
|
35
|
-
this.c2.
|
|
36
|
-
this.c2.
|
|
31
|
+
if (this.c2.xl != null) {
|
|
32
|
+
this.c2.yd.zg = this.c2.yg;
|
|
33
|
+
this.c2.yd.zq = this.c2.yk;
|
|
37
34
|
}
|
|
38
35
|
}
|
|
39
36
|
c3() {
|
|
40
|
-
if (this.c2.
|
|
41
|
-
this.c2.
|
|
37
|
+
if (this.c2.yd != null) {
|
|
38
|
+
this.c2.yd.zg = this.c2.yg;
|
|
42
39
|
}
|
|
43
40
|
}
|
|
44
41
|
c4() {
|
|
45
|
-
if (this.c2.
|
|
46
|
-
this.c2.
|
|
42
|
+
if (this.c2.yd != null) {
|
|
43
|
+
this.c2.yd.zq = this.c2.yk;
|
|
47
44
|
}
|
|
48
45
|
}
|
|
49
46
|
}
|
|
50
47
|
GeographicContourLineSeriesView.$t = /*@__PURE__*/ markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
51
48
|
return GeographicContourLineSeriesView;
|
|
52
49
|
})();
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
*/
|
|
56
|
-
export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
50
|
+
export { GeographicContourLineSeriesView };
|
|
51
|
+
let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
57
52
|
class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
58
53
|
bk() {
|
|
59
54
|
return new GeographicContourLineSeries();
|
|
@@ -66,69 +61,70 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
|
|
|
66
61
|
this.triangulationStatusChanged = null;
|
|
67
62
|
this.ab = GeographicContourLineSeries.$;
|
|
68
63
|
}
|
|
69
|
-
|
|
70
|
-
super.
|
|
64
|
+
xq(a, b) {
|
|
65
|
+
super.xq(a, b);
|
|
71
66
|
}
|
|
72
|
-
|
|
73
|
-
this.
|
|
74
|
-
let a = this.
|
|
75
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
76
|
-
let b = this.
|
|
77
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
78
|
-
return this.
|
|
67
|
+
xk() {
|
|
68
|
+
this.yd = new ScatterContourSeries();
|
|
69
|
+
let a = this.yd;
|
|
70
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
|
|
71
|
+
let b = this.yd;
|
|
72
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yo));
|
|
73
|
+
return this.yd;
|
|
79
74
|
}
|
|
80
|
-
|
|
75
|
+
yn(a, b) {
|
|
81
76
|
if (this.triangulationStatusChanged != null) {
|
|
82
77
|
this.triangulationStatusChanged(this, b);
|
|
83
78
|
}
|
|
84
79
|
}
|
|
85
|
-
|
|
86
|
-
let c = typeCast(ScatterContourSeries.$, this.
|
|
80
|
+
yo(a, b) {
|
|
81
|
+
let c = typeCast(ScatterContourSeries.$, this.xl);
|
|
87
82
|
if (c == null) {
|
|
88
83
|
return;
|
|
89
84
|
}
|
|
90
85
|
if (b.propertyName == "ActualFillScale") {
|
|
91
|
-
this.
|
|
86
|
+
this.yf = c.zf;
|
|
92
87
|
}
|
|
93
88
|
}
|
|
94
|
-
|
|
95
|
-
super.
|
|
89
|
+
sz() {
|
|
90
|
+
super.sz();
|
|
96
91
|
}
|
|
97
92
|
ct() {
|
|
98
93
|
return new GeographicContourLineSeriesView(this);
|
|
99
94
|
}
|
|
100
|
-
|
|
101
|
-
super.
|
|
102
|
-
this.
|
|
95
|
+
rh(a) {
|
|
96
|
+
super.rh(a);
|
|
97
|
+
this.yh = a;
|
|
103
98
|
}
|
|
104
|
-
|
|
105
|
-
super.
|
|
99
|
+
rq(a, b, c, d) {
|
|
100
|
+
super.rq(a, b, c, d);
|
|
106
101
|
switch (b) {
|
|
107
102
|
case GeographicContourLineSeries.$$p[1]:
|
|
108
|
-
this.
|
|
103
|
+
this.yh.c3();
|
|
109
104
|
break;
|
|
110
105
|
case GeographicContourLineSeries.$$p[2]:
|
|
111
|
-
this.
|
|
106
|
+
this.yh.c4();
|
|
112
107
|
break;
|
|
113
108
|
case GeographicContourLineSeries.$$p[3]:
|
|
114
|
-
this.
|
|
109
|
+
this.yd.zd = this.yc;
|
|
115
110
|
break;
|
|
116
111
|
case "DashArray":
|
|
117
|
-
this.
|
|
112
|
+
this.yd.wm = this.wm;
|
|
118
113
|
break;
|
|
119
114
|
case "DashCap":
|
|
120
|
-
this.
|
|
115
|
+
this.yd.wn = this.wn;
|
|
121
116
|
break;
|
|
122
117
|
case "MiterLimit":
|
|
123
|
-
this.
|
|
118
|
+
this.yd.jp = this.jp;
|
|
124
119
|
break;
|
|
125
120
|
case "LineJoin":
|
|
126
|
-
this.
|
|
121
|
+
this.yd.wp = this.wp;
|
|
127
122
|
break;
|
|
128
123
|
}
|
|
129
124
|
}
|
|
130
125
|
}
|
|
131
126
|
GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
132
|
-
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
127
|
+
GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [ValueBrushScale.$, null], 'FillScale:yg:yq', [ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [ContourValueResolver.$, null]]);
|
|
133
128
|
return GeographicContourLineSeries;
|
|
134
129
|
})();
|
|
130
|
+
export { GeographicContourLineSeries };
|
|
@@ -13,10 +13,7 @@ import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-we
|
|
|
13
13
|
import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
14
14
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
15
15
|
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
16
|
-
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
16
|
+
let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
20
17
|
class GeographicHighDensityScatterSeriesView extends HostSeriesView {
|
|
21
18
|
constructor(a) {
|
|
22
19
|
super(a);
|
|
@@ -25,81 +22,79 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
|
|
|
25
22
|
}
|
|
26
23
|
ci() {
|
|
27
24
|
super.ci();
|
|
28
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
29
|
-
a.
|
|
30
|
-
a.
|
|
25
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
|
|
26
|
+
a.zu = this.cu.ya;
|
|
27
|
+
a.z2 = this.cu.x8;
|
|
28
|
+
a.x7 = this.cu.xx;
|
|
31
29
|
a.x6 = this.cu.xw;
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
30
|
+
a.ge = this.cu.xv;
|
|
31
|
+
a.y2 = this.cu.xz;
|
|
34
32
|
a.y1 = this.cu.xy;
|
|
35
|
-
a.
|
|
33
|
+
a.aa0 = this.cu.yt;
|
|
36
34
|
a.aaz = this.cu.ys;
|
|
37
|
-
a.
|
|
38
|
-
a.zd = this.cu.x1;
|
|
35
|
+
a.ze = this.cu.x2;
|
|
39
36
|
}
|
|
40
37
|
c0() {
|
|
41
|
-
this.cu.
|
|
38
|
+
this.cu.xl.zu = this.cu.ya;
|
|
42
39
|
}
|
|
43
40
|
cz() {
|
|
44
|
-
this.cu.
|
|
41
|
+
this.cu.xl.z2 = this.cu.x8;
|
|
45
42
|
}
|
|
46
43
|
c5() {
|
|
47
|
-
this.cu.
|
|
44
|
+
this.cu.xl.x7 = this.cu.xx;
|
|
48
45
|
}
|
|
49
46
|
c3() {
|
|
50
|
-
this.cu.
|
|
47
|
+
this.cu.xl.x6 = this.cu.xw;
|
|
51
48
|
}
|
|
52
49
|
c1() {
|
|
53
|
-
this.cu.
|
|
50
|
+
this.cu.xl.ge = this.cu.xv;
|
|
54
51
|
}
|
|
55
52
|
cy() {
|
|
56
|
-
this.cu.
|
|
53
|
+
this.cu.xl.y2 = this.cu.xz;
|
|
57
54
|
}
|
|
58
55
|
cw() {
|
|
59
|
-
this.cu.
|
|
56
|
+
this.cu.xl.y1 = this.cu.xy;
|
|
60
57
|
}
|
|
61
58
|
c4() {
|
|
62
|
-
let a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
59
|
+
let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
|
|
63
60
|
if (this.cu.dc == null) {
|
|
64
|
-
a.
|
|
65
|
-
a.
|
|
61
|
+
a.xq = null;
|
|
62
|
+
a.xs = null;
|
|
66
63
|
return;
|
|
67
64
|
}
|
|
68
|
-
a.
|
|
69
|
-
a.
|
|
65
|
+
a.xq = this.cu.dc.zh;
|
|
66
|
+
a.xs = this.cu.dc.zj;
|
|
70
67
|
}
|
|
71
68
|
c6() {
|
|
72
|
-
this.cu.
|
|
69
|
+
this.cu.xl.xq = this.cu.dc.zh;
|
|
73
70
|
}
|
|
74
71
|
c7() {
|
|
75
|
-
this.cu.
|
|
72
|
+
this.cu.xl.xs = this.cu.dc.zj;
|
|
76
73
|
}
|
|
77
74
|
cx() {
|
|
78
|
-
this.cu.
|
|
75
|
+
this.cu.xl.aa0 = this.cu.yt;
|
|
79
76
|
}
|
|
80
77
|
cv() {
|
|
81
|
-
this.cu.
|
|
78
|
+
this.cu.xl.aaz = this.cu.ys;
|
|
82
79
|
}
|
|
83
80
|
c2() {
|
|
84
|
-
this.cu.
|
|
81
|
+
this.cu.xl.ze = this.cu.x2;
|
|
85
82
|
}
|
|
86
83
|
a4() {
|
|
87
84
|
super.a4();
|
|
88
85
|
if (!this.t) {
|
|
89
|
-
this.cu.
|
|
90
|
-
this.cu.
|
|
91
|
-
this.cu.
|
|
92
|
-
this.cu.
|
|
86
|
+
this.cu.yt = Defaults.bf;
|
|
87
|
+
this.cu.ys = Defaults.be;
|
|
88
|
+
this.cu.vz = Defaults.ba;
|
|
89
|
+
this.cu.wf = Defaults.a9;
|
|
93
90
|
}
|
|
94
91
|
}
|
|
95
92
|
}
|
|
96
93
|
GeographicHighDensityScatterSeriesView.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
97
94
|
return GeographicHighDensityScatterSeriesView;
|
|
98
95
|
})();
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
*/
|
|
102
|
-
export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
96
|
+
export { GeographicHighDensityScatterSeriesView };
|
|
97
|
+
let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
103
98
|
class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
104
99
|
bk() {
|
|
105
100
|
return new GeographicHighDensityScatterSeries();
|
|
@@ -115,89 +110,89 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
115
110
|
}
|
|
116
111
|
constructor() {
|
|
117
112
|
super();
|
|
118
|
-
this.
|
|
113
|
+
this.xt = null;
|
|
119
114
|
this.progressiveLoadStatusChanged = null;
|
|
120
|
-
this.
|
|
115
|
+
this.x1 = 0;
|
|
121
116
|
this.ab = GeographicHighDensityScatterSeries.$;
|
|
122
117
|
}
|
|
123
118
|
ct() {
|
|
124
119
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
125
120
|
}
|
|
126
|
-
|
|
127
|
-
super.
|
|
128
|
-
this.
|
|
121
|
+
rh(a) {
|
|
122
|
+
super.rh(a);
|
|
123
|
+
this.xu = a;
|
|
129
124
|
}
|
|
130
|
-
|
|
131
|
-
this.
|
|
132
|
-
return this.
|
|
125
|
+
xk() {
|
|
126
|
+
this.xt = new HighDensityScatterSeries();
|
|
127
|
+
return this.xt;
|
|
133
128
|
}
|
|
134
|
-
get
|
|
135
|
-
return this.
|
|
129
|
+
get x3() {
|
|
130
|
+
return this.x1;
|
|
136
131
|
}
|
|
137
|
-
set
|
|
138
|
-
let b = this.
|
|
139
|
-
this.
|
|
140
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
132
|
+
set x3(a) {
|
|
133
|
+
let b = this.x1;
|
|
134
|
+
this.x1 = a;
|
|
135
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
|
|
141
136
|
}
|
|
142
|
-
|
|
143
|
-
super.
|
|
144
|
-
let c = this.
|
|
145
|
-
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.
|
|
146
|
-
let d = this.
|
|
147
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.
|
|
137
|
+
xq(a, b) {
|
|
138
|
+
super.xq(a, b);
|
|
139
|
+
let c = this.xl;
|
|
140
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
|
|
141
|
+
let d = this.xl;
|
|
142
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
|
|
148
143
|
}
|
|
149
|
-
|
|
150
|
-
this.
|
|
144
|
+
yh(a, b) {
|
|
145
|
+
this.x3 = b.currentStatus;
|
|
151
146
|
if (this.progressiveLoadStatusChanged != null) {
|
|
152
147
|
this.progressiveLoadStatusChanged(this, b);
|
|
153
148
|
}
|
|
154
149
|
}
|
|
155
|
-
|
|
156
|
-
if (this.
|
|
150
|
+
yg(a, b) {
|
|
151
|
+
if (this.xt == null) {
|
|
157
152
|
return;
|
|
158
153
|
}
|
|
159
154
|
}
|
|
160
|
-
|
|
161
|
-
super.
|
|
155
|
+
rq(a, b, c, d) {
|
|
156
|
+
super.rq(a, b, c, d);
|
|
162
157
|
switch (b) {
|
|
163
158
|
case "SeriesViewer":
|
|
164
|
-
this.
|
|
159
|
+
this.xu.c4();
|
|
165
160
|
break;
|
|
166
161
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
167
|
-
this.
|
|
162
|
+
this.xu.c0();
|
|
168
163
|
break;
|
|
169
164
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
170
|
-
this.
|
|
165
|
+
this.xu.cz();
|
|
171
166
|
break;
|
|
172
167
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
173
|
-
this.
|
|
168
|
+
this.xu.c5();
|
|
174
169
|
break;
|
|
175
170
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
176
|
-
this.
|
|
171
|
+
this.xu.c3();
|
|
177
172
|
break;
|
|
178
173
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
179
|
-
this.
|
|
174
|
+
this.xu.c1();
|
|
180
175
|
break;
|
|
181
176
|
case "XAxis":
|
|
182
|
-
this.
|
|
177
|
+
this.xu.c6();
|
|
183
178
|
break;
|
|
184
179
|
case "YAxis":
|
|
185
|
-
this.
|
|
180
|
+
this.xu.c7();
|
|
186
181
|
break;
|
|
187
182
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
188
|
-
this.
|
|
183
|
+
this.xu.cy();
|
|
189
184
|
break;
|
|
190
185
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
191
|
-
this.
|
|
186
|
+
this.xu.cw();
|
|
192
187
|
break;
|
|
193
188
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
194
|
-
this.
|
|
189
|
+
this.xu.cx();
|
|
195
190
|
break;
|
|
196
191
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
197
|
-
this.
|
|
192
|
+
this.xu.cv();
|
|
198
193
|
break;
|
|
199
194
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
200
|
-
this.
|
|
195
|
+
this.xu.c2();
|
|
201
196
|
break;
|
|
202
197
|
}
|
|
203
198
|
}
|
|
@@ -209,6 +204,7 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
|
|
|
209
204
|
}
|
|
210
205
|
}
|
|
211
206
|
GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
212
|
-
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
207
|
+
GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [Color.$, Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [Color.$, Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
|
|
213
208
|
return GeographicHighDensityScatterSeries;
|
|
214
209
|
})();
|
|
210
|
+
export { GeographicHighDensityScatterSeries };
|