igniteui-webcomponents-maps 6.3.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
|
@@ -9,10 +9,7 @@ import { GeographicShapeSeries } from "./GeographicShapeSeries";
|
|
|
9
9
|
import { getAllPropertyNames, toSpinal, ensureEnum, enumToString, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
10
10
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
11
11
|
import { Style } from "igniteui-webcomponents-core";
|
|
12
|
-
|
|
13
|
-
* Series class which renders polygons as Paths, in a geographic context, based on lists of points in the ItemsSource.
|
|
14
|
-
*/
|
|
15
|
-
export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
12
|
+
let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
16
13
|
class IgcGeographicShapeSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
17
14
|
createImplementation() {
|
|
18
15
|
return new GeographicShapeSeries();
|
|
@@ -77,158 +74,158 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
77
74
|
* Gets or sets the fill brush.
|
|
78
75
|
*/
|
|
79
76
|
get shapeFill() {
|
|
80
|
-
return this.i.
|
|
77
|
+
return this.i.z9 ? this.i.z9.fill : null;
|
|
81
78
|
}
|
|
82
79
|
set shapeFill(v) {
|
|
83
80
|
this.ensureShapeStyle();
|
|
84
|
-
this.i.
|
|
81
|
+
this.i.z9.fill = v;
|
|
85
82
|
}
|
|
86
83
|
/**
|
|
87
84
|
* Gets or sets the stroke brush.
|
|
88
85
|
*/
|
|
89
86
|
get shapeStroke() {
|
|
90
|
-
return this.i.
|
|
87
|
+
return this.i.z9 ? this.i.z9.stroke : null;
|
|
91
88
|
}
|
|
92
89
|
set shapeStroke(v) {
|
|
93
90
|
this.ensureShapeStyle();
|
|
94
|
-
this.i.
|
|
91
|
+
this.i.z9.stroke = v;
|
|
95
92
|
}
|
|
96
93
|
/**
|
|
97
94
|
* Gets or sets the stroke thickness.
|
|
98
95
|
*/
|
|
99
96
|
get shapeStrokeThickness() {
|
|
100
|
-
return this.i.
|
|
97
|
+
return this.i.z9 ? this.i.z9.strokeThickness : NaN;
|
|
101
98
|
}
|
|
102
99
|
set shapeStrokeThickness(v) {
|
|
103
100
|
this.ensureShapeStyle();
|
|
104
|
-
this.i.
|
|
105
|
-
this._a("shapeStrokeThickness", this.i.
|
|
101
|
+
this.i.z9.strokeThickness = +v;
|
|
102
|
+
this._a("shapeStrokeThickness", this.i.z9.strokeThickness);
|
|
106
103
|
}
|
|
107
104
|
/**
|
|
108
105
|
* Gets or sets the opacity.
|
|
109
106
|
*/
|
|
110
107
|
get shapeOpacity() {
|
|
111
|
-
return this.i.
|
|
108
|
+
return this.i.z9 ? this.i.z9.opacity : NaN;
|
|
112
109
|
}
|
|
113
110
|
set shapeOpacity(v) {
|
|
114
111
|
this.ensureShapeStyle();
|
|
115
|
-
this.i.
|
|
116
|
-
this._a("shapeOpacity", this.i.
|
|
112
|
+
this.i.z9.opacity = +v;
|
|
113
|
+
this._a("shapeOpacity", this.i.z9.opacity);
|
|
117
114
|
}
|
|
118
115
|
ensureShapeStyle() {
|
|
119
|
-
if (this.i.
|
|
116
|
+
if (this.i.z9) {
|
|
120
117
|
return;
|
|
121
118
|
}
|
|
122
|
-
this.i.
|
|
119
|
+
this.i.z9 = new Style();
|
|
123
120
|
}
|
|
124
121
|
/**
|
|
125
122
|
* Gets or sets the marker type for the current series object.
|
|
126
123
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
127
124
|
*/
|
|
128
125
|
get markerType() {
|
|
129
|
-
return this.i.
|
|
126
|
+
return this.i.y3;
|
|
130
127
|
}
|
|
131
128
|
set markerType(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
129
|
+
this.i.y3 = ensureEnum(MarkerType_$type, v);
|
|
130
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.y3));
|
|
134
131
|
}
|
|
135
132
|
/**
|
|
136
133
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
137
134
|
*/
|
|
138
135
|
get markerOutlineMode() {
|
|
139
|
-
return this.i.
|
|
136
|
+
return this.i.y2;
|
|
140
137
|
}
|
|
141
138
|
set markerOutlineMode(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
139
|
+
this.i.y2 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
140
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y2));
|
|
144
141
|
}
|
|
145
142
|
/**
|
|
146
143
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
147
144
|
*/
|
|
148
145
|
get markerFillMode() {
|
|
149
|
-
return this.i.
|
|
146
|
+
return this.i.y1;
|
|
150
147
|
}
|
|
151
148
|
set markerFillMode(v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
149
|
+
this.i.y1 = ensureEnum(MarkerFillMode_$type, v);
|
|
150
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y1));
|
|
154
151
|
}
|
|
155
152
|
/**
|
|
156
153
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
157
154
|
*/
|
|
158
155
|
get markerTemplate() {
|
|
159
|
-
return this.i.
|
|
156
|
+
return this.i.zp;
|
|
160
157
|
}
|
|
161
158
|
set markerTemplate(v) {
|
|
162
|
-
this.i.
|
|
159
|
+
this.i.zp = v;
|
|
163
160
|
}
|
|
164
161
|
/**
|
|
165
162
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
166
163
|
*/
|
|
167
164
|
get markerBrush() {
|
|
168
|
-
return brushToString(this.i.
|
|
165
|
+
return brushToString(this.i.z6);
|
|
169
166
|
}
|
|
170
167
|
set markerBrush(v) {
|
|
171
|
-
this.i.
|
|
172
|
-
this._a("markerBrush", brushToString(this.i.
|
|
168
|
+
this.i.z6 = stringToBrush(v);
|
|
169
|
+
this._a("markerBrush", brushToString(this.i.z6));
|
|
173
170
|
}
|
|
174
171
|
/**
|
|
175
172
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
176
173
|
*/
|
|
177
174
|
get markerOutline() {
|
|
178
|
-
return brushToString(this.i.
|
|
175
|
+
return brushToString(this.i.z7);
|
|
179
176
|
}
|
|
180
177
|
set markerOutline(v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("markerOutline", brushToString(this.i.
|
|
178
|
+
this.i.z7 = stringToBrush(v);
|
|
179
|
+
this._a("markerOutline", brushToString(this.i.z7));
|
|
183
180
|
}
|
|
184
181
|
/**
|
|
185
182
|
* Gets or sets thickness of the marker outline
|
|
186
183
|
*/
|
|
187
184
|
get markerThickness() {
|
|
188
|
-
return this.i.
|
|
185
|
+
return this.i.y6;
|
|
189
186
|
}
|
|
190
187
|
set markerThickness(v) {
|
|
191
|
-
this.i.
|
|
192
|
-
this._a("markerThickness", this.i.
|
|
188
|
+
this.i.y6 = +v;
|
|
189
|
+
this._a("markerThickness", this.i.y6);
|
|
193
190
|
}
|
|
194
191
|
/**
|
|
195
192
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
196
193
|
*/
|
|
197
194
|
get markerCollisionAvoidance() {
|
|
198
|
-
return this.i.
|
|
195
|
+
return this.i.y0;
|
|
199
196
|
}
|
|
200
197
|
set markerCollisionAvoidance(v) {
|
|
201
|
-
this.i.
|
|
202
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
198
|
+
this.i.y0 = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
199
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.y0));
|
|
203
200
|
}
|
|
204
201
|
/**
|
|
205
202
|
* Gets the effective marker template for the current series object.
|
|
206
203
|
*/
|
|
207
204
|
get actualMarkerTemplate() {
|
|
208
|
-
return this.i.
|
|
205
|
+
return this.i.zo;
|
|
209
206
|
}
|
|
210
207
|
set actualMarkerTemplate(v) {
|
|
211
|
-
this.i.
|
|
208
|
+
this.i.zo = v;
|
|
212
209
|
}
|
|
213
210
|
/**
|
|
214
211
|
* Gets the effective marker brush for the current series object.
|
|
215
212
|
*/
|
|
216
213
|
get actualMarkerBrush() {
|
|
217
|
-
return brushToString(this.i.
|
|
214
|
+
return brushToString(this.i.z4);
|
|
218
215
|
}
|
|
219
216
|
set actualMarkerBrush(v) {
|
|
220
|
-
this.i.
|
|
221
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
217
|
+
this.i.z4 = stringToBrush(v);
|
|
218
|
+
this._a("actualMarkerBrush", brushToString(this.i.z4));
|
|
222
219
|
}
|
|
223
220
|
/**
|
|
224
221
|
* Gets the effective marker outline for the current series object.
|
|
225
222
|
*/
|
|
226
223
|
get actualMarkerOutline() {
|
|
227
|
-
return brushToString(this.i.
|
|
224
|
+
return brushToString(this.i.z5);
|
|
228
225
|
}
|
|
229
226
|
set actualMarkerOutline(v) {
|
|
230
|
-
this.i.
|
|
231
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
227
|
+
this.i.z5 = stringToBrush(v);
|
|
228
|
+
this._a("actualMarkerOutline", brushToString(this.i.z5));
|
|
232
229
|
}
|
|
233
230
|
get styleShape() {
|
|
234
231
|
return this._styleShape;
|
|
@@ -259,3 +256,4 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
259
256
|
IgcGeographicShapeSeriesComponent._isElementRegistered = false;
|
|
260
257
|
return IgcGeographicShapeSeriesComponent;
|
|
261
258
|
})();
|
|
259
|
+
export { IgcGeographicShapeSeriesComponent };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
|
|
2
2
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
3
|
-
|
|
3
|
+
let IgcGeographicSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
4
4
|
class IgcGeographicSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -48,3 +48,4 @@ export let IgcGeographicSymbolSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
48
48
|
IgcGeographicSymbolSeriesBaseComponent._observedAttributesIgcGeographicSymbolSeriesBaseComponent = null;
|
|
49
49
|
return IgcGeographicSymbolSeriesBaseComponent;
|
|
50
50
|
})();
|
|
51
|
+
export { IgcGeographicSymbolSeriesBaseComponent };
|
|
@@ -7,11 +7,7 @@ import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-seri
|
|
|
7
7
|
import { GeographicSymbolSeries } from "./GeographicSymbolSeries";
|
|
8
8
|
import { getAllPropertyNames, toSpinal, ensureBool, ensureEnum, enumToString } from "igniteui-webcomponents-core";
|
|
9
9
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
10
|
-
|
|
11
|
-
* Series class for a geographic map with points marked at given locations.
|
|
12
|
-
* This is the geographic equivalent of a ScatterSeries.
|
|
13
|
-
*/
|
|
14
|
-
export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
10
|
+
let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
15
11
|
class IgcGeographicSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
|
|
16
12
|
createImplementation() {
|
|
17
13
|
return new GeographicSymbolSeries();
|
|
@@ -78,69 +74,69 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
78
74
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
79
75
|
*/
|
|
80
76
|
get latitudeMemberPath() {
|
|
81
|
-
return this.i.
|
|
77
|
+
return this.i.y7;
|
|
82
78
|
}
|
|
83
79
|
set latitudeMemberPath(v) {
|
|
84
|
-
this.i.
|
|
80
|
+
this.i.y7 = v;
|
|
85
81
|
}
|
|
86
82
|
/**
|
|
87
83
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
88
84
|
*/
|
|
89
85
|
get longitudeMemberPath() {
|
|
90
|
-
return this.i.
|
|
86
|
+
return this.i.y9;
|
|
91
87
|
}
|
|
92
88
|
set longitudeMemberPath(v) {
|
|
93
|
-
this.i.
|
|
89
|
+
this.i.y9 = v;
|
|
94
90
|
}
|
|
95
91
|
/**
|
|
96
92
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
97
93
|
*/
|
|
98
94
|
get markerCollisionAvoidance() {
|
|
99
|
-
return this.i.
|
|
95
|
+
return this.i.yt;
|
|
100
96
|
}
|
|
101
97
|
set markerCollisionAvoidance(v) {
|
|
102
|
-
this.i.
|
|
103
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
98
|
+
this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
99
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yt));
|
|
104
100
|
}
|
|
105
101
|
/**
|
|
106
102
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
107
103
|
*/
|
|
108
104
|
get isCustomScatterStyleAllowed() {
|
|
109
|
-
return this.i.
|
|
105
|
+
return this.i.y0;
|
|
110
106
|
}
|
|
111
107
|
set isCustomScatterStyleAllowed(v) {
|
|
112
|
-
this.i.
|
|
113
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
108
|
+
this.i.y0 = ensureBool(v);
|
|
109
|
+
this._a("isCustomScatterStyleAllowed", this.i.y0);
|
|
114
110
|
}
|
|
115
111
|
/**
|
|
116
112
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
117
113
|
*/
|
|
118
114
|
get isCustomScatterMarkerStyleAllowed() {
|
|
119
|
-
return this.i.
|
|
115
|
+
return this.i.yz;
|
|
120
116
|
}
|
|
121
117
|
set isCustomScatterMarkerStyleAllowed(v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
118
|
+
this.i.yz = ensureBool(v);
|
|
119
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.yz);
|
|
124
120
|
}
|
|
125
121
|
/**
|
|
126
122
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
127
123
|
*/
|
|
128
124
|
get itemSearchMode() {
|
|
129
|
-
return this.i.
|
|
125
|
+
return this.i.yu;
|
|
130
126
|
}
|
|
131
127
|
set itemSearchMode(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
128
|
+
this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
129
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yu));
|
|
134
130
|
}
|
|
135
131
|
/**
|
|
136
132
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
137
133
|
*/
|
|
138
134
|
get itemSearchThreshold() {
|
|
139
|
-
return this.i.
|
|
135
|
+
return this.i.y2;
|
|
140
136
|
}
|
|
141
137
|
set itemSearchThreshold(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("itemSearchThreshold", this.i.
|
|
138
|
+
this.i.y2 = +v;
|
|
139
|
+
this._a("itemSearchThreshold", this.i.y2);
|
|
144
140
|
}
|
|
145
141
|
/**
|
|
146
142
|
* Event raised when Assigning Category Style
|
|
@@ -200,3 +196,4 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
200
196
|
IgcGeographicSymbolSeriesComponent._isElementRegistered = false;
|
|
201
197
|
return IgcGeographicSymbolSeriesComponent;
|
|
202
198
|
})();
|
|
199
|
+
export { IgcGeographicSymbolSeriesComponent };
|
|
@@ -4,10 +4,7 @@ import { IgcGeographicShapeSeriesBaseComponent } from "./igc-geographic-shape-se
|
|
|
4
4
|
import { GeographicTileSeries } from "./GeographicTileSeries";
|
|
5
5
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
6
6
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
|
-
|
|
8
|
-
* Series class used for displaying a tile set, and using shapes to define the areas that should be rendered.
|
|
9
|
-
*/
|
|
10
|
-
export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
7
|
+
let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
11
8
|
class IgcGeographicTileSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
12
9
|
createImplementation() {
|
|
13
10
|
return new GeographicTileSeries();
|
|
@@ -72,14 +69,14 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
72
69
|
* The MapImagery which is used to provide the tiles for display.
|
|
73
70
|
*/
|
|
74
71
|
get tileImagery() {
|
|
75
|
-
const r = this.i.
|
|
72
|
+
const r = this.i.y2;
|
|
76
73
|
if (r == null) {
|
|
77
74
|
return null;
|
|
78
75
|
}
|
|
79
76
|
return r.externalObject;
|
|
80
77
|
}
|
|
81
78
|
set tileImagery(v) {
|
|
82
|
-
v == null ? this.i.
|
|
79
|
+
v == null ? this.i.y2 = null : this.i.y2 = v.i;
|
|
83
80
|
}
|
|
84
81
|
findByName(name) {
|
|
85
82
|
var baseResult = super.findByName(name);
|
|
@@ -96,7 +93,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
96
93
|
|
|
97
94
|
*/
|
|
98
95
|
clearTileCache() {
|
|
99
|
-
this.i.
|
|
96
|
+
this.i.y6();
|
|
100
97
|
}
|
|
101
98
|
/**
|
|
102
99
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -130,3 +127,4 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
130
127
|
IgcGeographicTileSeriesComponent._isElementRegistered = false;
|
|
131
128
|
return IgcGeographicTileSeriesComponent;
|
|
132
129
|
})();
|
|
130
|
+
export { IgcGeographicTileSeriesComponent };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
2
2
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
3
|
-
|
|
3
|
+
let IgcGeographicXYTriangulatingSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
4
4
|
class IgcGeographicXYTriangulatingSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -48,3 +48,4 @@ export let IgcGeographicXYTriangulatingSeriesBaseComponent = /*@__PURE__*/ (() =
|
|
|
48
48
|
IgcGeographicXYTriangulatingSeriesBaseComponent._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent = null;
|
|
49
49
|
return IgcGeographicXYTriangulatingSeriesBaseComponent;
|
|
50
50
|
})();
|
|
51
|
+
export { IgcGeographicXYTriangulatingSeriesBaseComponent };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
2
2
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
3
3
|
import { IgcTriangulationDataSource } from "igniteui-webcomponents-core";
|
|
4
|
-
|
|
5
|
-
* Base class for geographic series which triangulate XY data prior to rendering.
|
|
6
|
-
*/
|
|
7
|
-
export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
4
|
+
let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
8
5
|
class IgcGeographicXYTriangulatingSeriesComponent extends IgcGeographicMapSeriesHostComponent {
|
|
9
6
|
get i() {
|
|
10
7
|
return this._implementation;
|
|
@@ -48,58 +45,59 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
48
45
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
49
46
|
*/
|
|
50
47
|
get longitudeMemberPath() {
|
|
51
|
-
return this.i.
|
|
48
|
+
return this.i.xx;
|
|
52
49
|
}
|
|
53
50
|
set longitudeMemberPath(v) {
|
|
54
|
-
this.i.
|
|
51
|
+
this.i.xx = v;
|
|
55
52
|
}
|
|
56
53
|
/**
|
|
57
54
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
58
55
|
*/
|
|
59
56
|
get latitudeMemberPath() {
|
|
60
|
-
return this.i.
|
|
57
|
+
return this.i.xv;
|
|
61
58
|
}
|
|
62
59
|
set latitudeMemberPath(v) {
|
|
63
|
-
this.i.
|
|
60
|
+
this.i.xv = v;
|
|
64
61
|
}
|
|
65
62
|
/**
|
|
66
63
|
* The source of triangulation data.
|
|
67
64
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
68
65
|
*/
|
|
69
66
|
get trianglesSource() {
|
|
70
|
-
return this.i.
|
|
67
|
+
return this.i.xu;
|
|
71
68
|
}
|
|
72
69
|
set trianglesSource(v) {
|
|
73
|
-
this.i.
|
|
70
|
+
this.i.xu = v;
|
|
74
71
|
}
|
|
75
72
|
/**
|
|
76
73
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
77
74
|
*/
|
|
78
75
|
get triangleVertexMemberPath1() {
|
|
79
|
-
return this.i.
|
|
76
|
+
return this.i.x0;
|
|
80
77
|
}
|
|
81
78
|
set triangleVertexMemberPath1(v) {
|
|
82
|
-
this.i.
|
|
79
|
+
this.i.x0 = v;
|
|
83
80
|
}
|
|
84
81
|
/**
|
|
85
82
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
86
83
|
*/
|
|
87
84
|
get triangleVertexMemberPath2() {
|
|
88
|
-
return this.i.
|
|
85
|
+
return this.i.x2;
|
|
89
86
|
}
|
|
90
87
|
set triangleVertexMemberPath2(v) {
|
|
91
|
-
this.i.
|
|
88
|
+
this.i.x2 = v;
|
|
92
89
|
}
|
|
93
90
|
/**
|
|
94
91
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
95
92
|
*/
|
|
96
93
|
get triangleVertexMemberPath3() {
|
|
97
|
-
return this.i.
|
|
94
|
+
return this.i.x4;
|
|
98
95
|
}
|
|
99
96
|
set triangleVertexMemberPath3(v) {
|
|
100
|
-
this.i.
|
|
97
|
+
this.i.x4 = v;
|
|
101
98
|
}
|
|
102
99
|
}
|
|
103
100
|
IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
|
|
104
101
|
return IgcGeographicXYTriangulatingSeriesComponent;
|
|
105
102
|
})();
|
|
103
|
+
export { IgcGeographicXYTriangulatingSeriesComponent };
|
|
@@ -2,10 +2,7 @@ import { IgcShapeSeriesBaseComponent } from "igniteui-webcomponents-charts";
|
|
|
2
2
|
import { TileSeries } from "./TileSeries";
|
|
3
3
|
import { getAllPropertyNames, toSpinal } from "igniteui-webcomponents-core";
|
|
4
4
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
5
|
-
|
|
6
|
-
* Represents a tile series class that can render imagery tiles
|
|
7
|
-
*/
|
|
8
|
-
export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
5
|
+
let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
9
6
|
class IgcTileSeriesComponent extends IgcShapeSeriesBaseComponent {
|
|
10
7
|
createImplementation() {
|
|
11
8
|
return new TileSeries();
|
|
@@ -68,14 +65,14 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
68
65
|
* The MapImagery which is used to provide the tiles for display.
|
|
69
66
|
*/
|
|
70
67
|
get tileImagery() {
|
|
71
|
-
const r = this.i.
|
|
68
|
+
const r = this.i.aaw;
|
|
72
69
|
if (r == null) {
|
|
73
70
|
return null;
|
|
74
71
|
}
|
|
75
72
|
return r.externalObject;
|
|
76
73
|
}
|
|
77
74
|
set tileImagery(v) {
|
|
78
|
-
v == null ? this.i.
|
|
75
|
+
v == null ? this.i.aaw = null : this.i.aaw = v.i;
|
|
79
76
|
}
|
|
80
77
|
findByName(name) {
|
|
81
78
|
var baseResult = super.findByName(name);
|
|
@@ -100,3 +97,4 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
100
97
|
IgcTileSeriesComponent._isElementRegistered = false;
|
|
101
98
|
return IgcTileSeriesComponent;
|
|
102
99
|
})();
|
|
100
|
+
export { IgcTileSeriesComponent };
|
|
@@ -17,7 +17,7 @@ import { stringFormat1, stringFormat } from "igniteui-webcomponents-core";
|
|
|
17
17
|
/**
|
|
18
18
|
* @hidden
|
|
19
19
|
*/
|
|
20
|
-
var ArcGISOnlineMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
20
|
+
export var ArcGISOnlineMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
21
21
|
__extends(ArcGISOnlineMapImagery, _super);
|
|
22
22
|
function ArcGISOnlineMapImagery() {
|
|
23
23
|
var _this = _super.call(this, new ArcGISOnlineTileSource()) || this;
|
|
@@ -252,4 +252,3 @@ var ArcGISOnlineMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
252
252
|
ArcGISOnlineMapImagery.isMapPublicProperty = DependencyProperty.i("IsMapPublic", Boolean_$type, ArcGISOnlineMapImagery.$, new PropertyMetadata(2, true, ArcGISOnlineMapImagery.cc));
|
|
253
253
|
return ArcGISOnlineMapImagery;
|
|
254
254
|
}(GeographicMapImagery));
|
|
255
|
-
export { ArcGISOnlineMapImagery };
|
|
@@ -17,7 +17,7 @@ import { dateMinValue } from "igniteui-webcomponents-core";
|
|
|
17
17
|
/**
|
|
18
18
|
* @hidden
|
|
19
19
|
*/
|
|
20
|
-
var AzureMapsImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
20
|
+
export var AzureMapsImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
21
21
|
__extends(AzureMapsImageryView, _super);
|
|
22
22
|
function AzureMapsImageryView(a) {
|
|
23
23
|
var _this = _super.call(this, a) || this;
|
|
@@ -53,11 +53,10 @@ var AzureMapsImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
53
|
AzureMapsImageryView.$t = markType(AzureMapsImageryView, 'AzureMapsImageryView', GeographicMapImageryView.$);
|
|
54
54
|
return AzureMapsImageryView;
|
|
55
55
|
}(GeographicMapImageryView));
|
|
56
|
-
export { AzureMapsImageryView };
|
|
57
56
|
/**
|
|
58
57
|
* @hidden
|
|
59
58
|
*/
|
|
60
|
-
var AzureMapsImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
59
|
+
export var AzureMapsImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
61
60
|
__extends(AzureMapsImagery, _super);
|
|
62
61
|
function AzureMapsImagery() {
|
|
63
62
|
var _this = _super.call(this, new AzureMapsTileSource()) || this;
|
|
@@ -119,4 +118,3 @@ var AzureMapsImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119
118
|
AzureMapsImagery.$$p = markDep(DependencyProperty, PropertyMetadata, AzureMapsImagery, 'b4', ['ApiKey', [2, stringEmpty()], 'ApiVersion', [2, "2024-04-01"], 'CultureName', [2, "en-US"], 'ImageryStyle', [AzureMapsImageryStyle_$type, enumGetBox(AzureMapsImageryStyle_$type, 0)], 'LocalizedView', [2, null], 'TilesetId:b1:ca', [2, null], 'Timestamp', [3, dateMinValue()]]);
|
|
120
119
|
return AzureMapsImagery;
|
|
121
120
|
}(GeographicMapImagery));
|
|
122
|
-
export { AzureMapsImagery };
|
|
@@ -20,7 +20,7 @@ import { stringEmpty, stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
|
20
20
|
/**
|
|
21
21
|
* @hidden
|
|
22
22
|
*/
|
|
23
|
-
var BingMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
23
|
+
export var BingMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
24
24
|
__extends(BingMapsMapImageryView, _super);
|
|
25
25
|
function BingMapsMapImageryView(a) {
|
|
26
26
|
var _this = _super.call(this, a) || this;
|
|
@@ -47,11 +47,10 @@ var BingMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
BingMapsMapImageryView.$t = markType(BingMapsMapImageryView, 'BingMapsMapImageryView', GeographicMapImageryView.$);
|
|
48
48
|
return BingMapsMapImageryView;
|
|
49
49
|
}(GeographicMapImageryView));
|
|
50
|
-
export { BingMapsMapImageryView };
|
|
51
50
|
/**
|
|
52
51
|
* @hidden
|
|
53
52
|
*/
|
|
54
|
-
var BingMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
53
|
+
export var BingMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
55
54
|
__extends(BingMapsMapImagery, _super);
|
|
56
55
|
function BingMapsMapImagery() {
|
|
57
56
|
var _this = _super.call(this, new BingMapsTileSource(0)) || this;
|
|
@@ -292,4 +291,3 @@ var BingMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
292
291
|
BingMapsMapImagery.$$p = markDep(DependencyProperty, PropertyMetadata, BingMapsMapImagery, 'cm', ['ApiKey', [2, stringEmpty()], 'CultureName', [2, "en-US"], 'ImageryStyle', [BingMapsImageryStyle_$type, enumGetBox(BingMapsImageryStyle_$type, 1)], 'IsDeferredLoad', [0, false], 'SubDomains', [SubDomainsCollection.$, null], 'TilePath', [2, null]]);
|
|
293
292
|
return BingMapsMapImagery;
|
|
294
293
|
}(GeographicMapImagery));
|
|
295
|
-
export { BingMapsMapImagery };
|
|
@@ -11,7 +11,7 @@ import { ImageryMetadata } from "./ImageryMetadata";
|
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
14
|
-
var BingResourceSet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
export var BingResourceSet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
15
|
__extends(BingResourceSet, _super);
|
|
16
16
|
function BingResourceSet() {
|
|
17
17
|
var _this = _super.call(this) || this;
|
|
@@ -22,4 +22,3 @@ var BingResourceSet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
BingResourceSet.$t = markType(BingResourceSet, 'BingResourceSet');
|
|
23
23
|
return BingResourceSet;
|
|
24
24
|
}(Base));
|
|
25
|
-
export { BingResourceSet };
|
package/esm5/lib/BingResponse.js
CHANGED
|
@@ -11,7 +11,7 @@ import { BingResourceSet } from "./BingResourceSet";
|
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
14
|
-
var BingResponse = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
export var BingResponse = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
15
|
__extends(BingResponse, _super);
|
|
16
16
|
function BingResponse() {
|
|
17
17
|
var _this = _super.call(this) || this;
|
|
@@ -22,4 +22,3 @@ var BingResponse = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
BingResponse.$t = markType(BingResponse, 'BingResponse');
|
|
23
23
|
return BingResponse;
|
|
24
24
|
}(Base));
|
|
25
|
-
export { BingResponse };
|
|
@@ -10,7 +10,7 @@ import { runOn, delegateCombine, markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var CustomMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
export var CustomMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(CustomMapImagery, _super);
|
|
15
15
|
function CustomMapImagery(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
@@ -29,4 +29,3 @@ var CustomMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
CustomMapImagery.$t = markType(CustomMapImagery, 'CustomMapImagery', GeographicMapImagery.$);
|
|
30
30
|
return CustomMapImagery;
|
|
31
31
|
}(GeographicMapImagery));
|
|
32
|
-
export { CustomMapImagery };
|