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.
Files changed (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -1 +1 @@
1
- export * from './public_api';
1
+ export * from './public_api';
@@ -1,49 +1,49 @@
1
- import { GeographicMapImagery } from "./GeographicMapImagery";
2
- import { DependencyProperty } from "igniteui-webcomponents-core";
3
- import { Type } from "igniteui-webcomponents-core";
4
- /**
5
- * @hidden
6
- */
7
- export declare class ArcGISOnlineMapImagery extends GeographicMapImagery {
8
- static $t: Type;
9
- private static readonly bv;
10
- constructor();
11
- static readonly mapServerUriProperty: DependencyProperty;
12
- get mapServerUri(): string;
13
- set mapServerUri(a: string);
14
- private static cd;
15
- static readonly userNameProperty: DependencyProperty;
16
- get userName(): string;
17
- set userName(a: string);
18
- private static cg;
19
- static readonly passwordProperty: DependencyProperty;
20
- get password(): string;
21
- set password(a: string);
22
- private static ce;
23
- static readonly userTokenProperty: DependencyProperty;
24
- get userToken(): string;
25
- set userToken(a: string);
26
- private static ch;
27
- static readonly isMapPublicProperty: DependencyProperty;
28
- get isMapPublic(): boolean;
29
- set isMapPublic(a: boolean);
30
- private static cc;
31
- private bp;
32
- get defaultTokenTimeout(): number;
33
- set defaultTokenTimeout(a: number);
34
- private bu;
35
- get tokenGenerationEndPoint(): string;
36
- set tokenGenerationEndPoint(a: string);
37
- private bt;
38
- get refererUri(): string;
39
- set refererUri(a: string);
40
- acquireNewToken(): void;
41
- private b9;
42
- private b8;
43
- private ci;
44
- private _pendingTokenRequest_;
45
- private _pendingMapServerRequest_;
46
- private getResponseCompleted_TokenResponse;
47
- private getResponseCompleted_MapServerResponse;
48
- private cf;
49
- }
1
+ import { GeographicMapImagery } from "./GeographicMapImagery";
2
+ import { DependencyProperty } from "igniteui-webcomponents-core";
3
+ import { Type } from "igniteui-webcomponents-core";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class ArcGISOnlineMapImagery extends GeographicMapImagery {
8
+ static $t: Type;
9
+ private static readonly bv;
10
+ constructor();
11
+ static readonly mapServerUriProperty: DependencyProperty;
12
+ get mapServerUri(): string;
13
+ set mapServerUri(a: string);
14
+ private static cd;
15
+ static readonly userNameProperty: DependencyProperty;
16
+ get userName(): string;
17
+ set userName(a: string);
18
+ private static cg;
19
+ static readonly passwordProperty: DependencyProperty;
20
+ get password(): string;
21
+ set password(a: string);
22
+ private static ce;
23
+ static readonly userTokenProperty: DependencyProperty;
24
+ get userToken(): string;
25
+ set userToken(a: string);
26
+ private static ch;
27
+ static readonly isMapPublicProperty: DependencyProperty;
28
+ get isMapPublic(): boolean;
29
+ set isMapPublic(a: boolean);
30
+ private static cc;
31
+ private bp;
32
+ get defaultTokenTimeout(): number;
33
+ set defaultTokenTimeout(a: number);
34
+ private bu;
35
+ get tokenGenerationEndPoint(): string;
36
+ set tokenGenerationEndPoint(a: string);
37
+ private bt;
38
+ get refererUri(): string;
39
+ set refererUri(a: string);
40
+ acquireNewToken(): void;
41
+ private b9;
42
+ private b8;
43
+ private ci;
44
+ private _pendingTokenRequest_;
45
+ private _pendingMapServerRequest_;
46
+ private getResponseCompleted_TokenResponse;
47
+ private getResponseCompleted_MapServerResponse;
48
+ private cf;
49
+ }
@@ -1 +1 @@
1
- export { AzureMapsImagery } from "./AzureMapsImageryView_combined";
1
+ export { AzureMapsImagery } from "./AzureMapsImageryView_combined";
@@ -1,25 +1,25 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * Describes available map styles for the Azure Maps imagery.
4
- */
5
- export declare enum AzureMapsImageryStyle {
6
- Road = 0,
7
- Satellite = 1,
8
- DarkGrey = 2,
9
- LabelsRoadOverlay = 3,
10
- LabelsDarkGreyOverlay = 4,
11
- HybridRoadOverlay = 5,
12
- HybridDarkGreyOverlay = 6,
13
- TerraOverlay = 7,
14
- WeatherRadarOverlay = 8,
15
- WeatherInfraredOverlay = 9,
16
- TrafficAbsoluteOverlay = 10,
17
- TrafficRelativeOverlay = 11,
18
- TrafficRelativeDarkOverlay = 12,
19
- TrafficDelayOverlay = 13,
20
- TrafficReducedOverlay = 14
21
- }
22
- /**
23
- * @hidden
24
- */
25
- export declare let AzureMapsImageryStyle_$type: Type;
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * Describes available map styles for the Azure Maps imagery.
4
+ */
5
+ export declare enum AzureMapsImageryStyle {
6
+ Road = 0,
7
+ Satellite = 1,
8
+ DarkGrey = 2,
9
+ LabelsRoadOverlay = 3,
10
+ LabelsDarkGreyOverlay = 4,
11
+ HybridRoadOverlay = 5,
12
+ HybridDarkGreyOverlay = 6,
13
+ TerraOverlay = 7,
14
+ WeatherRadarOverlay = 8,
15
+ WeatherInfraredOverlay = 9,
16
+ TrafficAbsoluteOverlay = 10,
17
+ TrafficRelativeOverlay = 11,
18
+ TrafficRelativeDarkOverlay = 12,
19
+ TrafficDelayOverlay = 13,
20
+ TrafficReducedOverlay = 14
21
+ }
22
+ /**
23
+ * @hidden
24
+ */
25
+ export declare let AzureMapsImageryStyle_$type: Type;
@@ -1 +1 @@
1
- export { AzureMapsImageryView } from "./AzureMapsImageryView_combined";
1
+ export { AzureMapsImageryView } from "./AzureMapsImageryView_combined";
@@ -1,39 +1,39 @@
1
- import { GeographicMapImageryView } from "./GeographicMapImageryView";
2
- import { GeographicMapImagery } from "./GeographicMapImagery";
3
- import { Type } from "igniteui-webcomponents-core";
4
- import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
5
- /**
6
- * @hidden
7
- */
8
- export declare class AzureMapsImageryView extends GeographicMapImageryView {
9
- static $t: Type;
10
- constructor(a: AzureMapsImagery);
11
- protected k: AzureMapsImagery;
12
- p(): void;
13
- l(): void;
14
- n(): void;
15
- o(): void;
16
- m(): void;
17
- q(): void;
18
- r(): void;
19
- }
20
- /**
21
- * @hidden
22
- */
23
- export declare class AzureMapsImagery extends GeographicMapImagery {
24
- static $t: Type;
25
- constructor();
26
- protected ai(): GeographicMapImageryView;
27
- protected bb(a: GeographicMapImageryView): void;
28
- bp: AzureMapsImageryView;
29
- cultureName: string;
30
- apiKey: string;
31
- apiVersion: string;
32
- imageryStyle: AzureMapsImageryStyle;
33
- b1: string;
34
- localizedView: string;
35
- timestamp: Date;
36
- private b4;
37
- private bx;
38
- static $$p: string[];
39
- }
1
+ import { GeographicMapImageryView } from "./GeographicMapImageryView";
2
+ import { GeographicMapImagery } from "./GeographicMapImagery";
3
+ import { Type } from "igniteui-webcomponents-core";
4
+ import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare class AzureMapsImageryView extends GeographicMapImageryView {
9
+ static $t: Type;
10
+ constructor(a: AzureMapsImagery);
11
+ protected k: AzureMapsImagery;
12
+ p(): void;
13
+ l(): void;
14
+ n(): void;
15
+ o(): void;
16
+ m(): void;
17
+ q(): void;
18
+ r(): void;
19
+ }
20
+ /**
21
+ * @hidden
22
+ */
23
+ export declare class AzureMapsImagery extends GeographicMapImagery {
24
+ static $t: Type;
25
+ constructor();
26
+ protected ai(): GeographicMapImageryView;
27
+ protected bb(a: GeographicMapImageryView): void;
28
+ bp: AzureMapsImageryView;
29
+ cultureName: string;
30
+ apiKey: string;
31
+ apiVersion: string;
32
+ imageryStyle: AzureMapsImageryStyle;
33
+ b1: string;
34
+ localizedView: string;
35
+ timestamp: Date;
36
+ private b4;
37
+ private bx;
38
+ static $$p: string[];
39
+ }
@@ -1,34 +1,34 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * Describes available map styles for the Bing Maps imagery.
4
- */
5
- export declare enum BingMapsImageryStyle {
6
- /**
7
- * Specifies the Aerial map style without road or labels overlay.
8
- */
9
- Aerial = 0,
10
- /**
11
- * Specifies the Aerial map style with road and labels overlay.
12
- */
13
- AerialWithLabels = 1,
14
- /**
15
- * Specifies the Roads map style without aerial overlay.
16
- */
17
- Road = 2,
18
- /**
19
- * Specifies a dark version of the Roads maps.
20
- */
21
- CanvasDark = 3,
22
- /**
23
- * Specifies a lighter version of the Roads maps.
24
- */
25
- CanvasLight = 4,
26
- /**
27
- * Specifies a grayscale version of the Roads maps.
28
- */
29
- CanvasGray = 5
30
- }
31
- /**
32
- * @hidden
33
- */
34
- export declare let BingMapsImageryStyle_$type: Type;
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * Describes available map styles for the Bing Maps imagery.
4
+ */
5
+ export declare enum BingMapsImageryStyle {
6
+ /**
7
+ * Specifies the Aerial map style without road or labels overlay.
8
+ */
9
+ Aerial = 0,
10
+ /**
11
+ * Specifies the Aerial map style with road and labels overlay.
12
+ */
13
+ AerialWithLabels = 1,
14
+ /**
15
+ * Specifies the Roads map style without aerial overlay.
16
+ */
17
+ Road = 2,
18
+ /**
19
+ * Specifies a dark version of the Roads maps.
20
+ */
21
+ CanvasDark = 3,
22
+ /**
23
+ * Specifies a lighter version of the Roads maps.
24
+ */
25
+ CanvasLight = 4,
26
+ /**
27
+ * Specifies a grayscale version of the Roads maps.
28
+ */
29
+ CanvasGray = 5
30
+ }
31
+ /**
32
+ * @hidden
33
+ */
34
+ export declare let BingMapsImageryStyle_$type: Type;
@@ -1 +1 @@
1
- export { BingMapsMapImagery } from "./BingMapsMapImageryView_combined";
1
+ export { BingMapsMapImagery } from "./BingMapsMapImageryView_combined";
@@ -1 +1 @@
1
- export { BingMapsMapImageryView } from "./BingMapsMapImageryView_combined";
1
+ export { BingMapsMapImageryView } from "./BingMapsMapImageryView_combined";
@@ -1,62 +1,62 @@
1
- import { GeographicMapImageryView } from "./GeographicMapImageryView";
2
- import { SubDomainsCollection } from "./SubDomainsCollection";
3
- import { GeographicMapImagery } from "./GeographicMapImagery";
4
- import { Type } from "igniteui-webcomponents-core";
5
- import { BingMapsImageryStyle } from "./BingMapsImageryStyle";
6
- /**
7
- * @hidden
8
- */
9
- export declare class BingMapsMapImageryView extends GeographicMapImageryView {
10
- static $t: Type;
11
- constructor(a: BingMapsMapImagery);
12
- protected k: BingMapsMapImagery;
13
- m(): void;
14
- o(): void;
15
- l(): void;
16
- n(): void;
17
- }
18
- /**
19
- * @hidden
20
- */
21
- export declare class BingMapsMapImagery extends GeographicMapImagery {
22
- static $t: Type;
23
- private _pendingBingRequest_;
24
- private static readonly cc;
25
- constructor();
26
- protected ai(): GeographicMapImageryView;
27
- protected bb(a: GeographicMapImageryView): void;
28
- bp: BingMapsMapImageryView;
29
- private _isInitialized;
30
- get isInitialized(): boolean;
31
- set isInitialized(a: boolean);
32
- isDeferredLoad: boolean;
33
- tilePath: string;
34
- private bz;
35
- get actualTilePath(): string;
36
- set actualTilePath(a: string);
37
- subDomains: SubDomainsCollection;
38
- private bq;
39
- get actualSubDomains(): SubDomainsCollection;
40
- set actualSubDomains(a: SubDomainsCollection);
41
- private b0;
42
- get bingImageryRestUri(): string;
43
- set bingImageryRestUri(a: string);
44
- private by;
45
- get actualBingImageryRestUri(): string;
46
- set actualBingImageryRestUri(a: string);
47
- cultureName: string;
48
- apiKey: string;
49
- imageryStyle: BingMapsImageryStyle;
50
- requestMapSettings(): void;
51
- private co;
52
- private bw;
53
- private cq;
54
- private bv;
55
- private cj;
56
- private cp;
57
- private cl;
58
- private getResponseCompleted;
59
- private ci;
60
- private cm;
61
- static $$p: string[];
62
- }
1
+ import { GeographicMapImageryView } from "./GeographicMapImageryView";
2
+ import { SubDomainsCollection } from "./SubDomainsCollection";
3
+ import { GeographicMapImagery } from "./GeographicMapImagery";
4
+ import { Type } from "igniteui-webcomponents-core";
5
+ import { BingMapsImageryStyle } from "./BingMapsImageryStyle";
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare class BingMapsMapImageryView extends GeographicMapImageryView {
10
+ static $t: Type;
11
+ constructor(a: BingMapsMapImagery);
12
+ protected k: BingMapsMapImagery;
13
+ m(): void;
14
+ o(): void;
15
+ l(): void;
16
+ n(): void;
17
+ }
18
+ /**
19
+ * @hidden
20
+ */
21
+ export declare class BingMapsMapImagery extends GeographicMapImagery {
22
+ static $t: Type;
23
+ private _pendingBingRequest_;
24
+ private static readonly cc;
25
+ constructor();
26
+ protected ai(): GeographicMapImageryView;
27
+ protected bb(a: GeographicMapImageryView): void;
28
+ bp: BingMapsMapImageryView;
29
+ private _isInitialized;
30
+ get isInitialized(): boolean;
31
+ set isInitialized(a: boolean);
32
+ isDeferredLoad: boolean;
33
+ tilePath: string;
34
+ private bz;
35
+ get actualTilePath(): string;
36
+ set actualTilePath(a: string);
37
+ subDomains: SubDomainsCollection;
38
+ private bq;
39
+ get actualSubDomains(): SubDomainsCollection;
40
+ set actualSubDomains(a: SubDomainsCollection);
41
+ private b0;
42
+ get bingImageryRestUri(): string;
43
+ set bingImageryRestUri(a: string);
44
+ private by;
45
+ get actualBingImageryRestUri(): string;
46
+ set actualBingImageryRestUri(a: string);
47
+ cultureName: string;
48
+ apiKey: string;
49
+ imageryStyle: BingMapsImageryStyle;
50
+ requestMapSettings(): void;
51
+ private co;
52
+ private bw;
53
+ private cq;
54
+ private bv;
55
+ private cj;
56
+ private cp;
57
+ private cl;
58
+ private getResponseCompleted;
59
+ private ci;
60
+ private cm;
61
+ static $$p: string[];
62
+ }
@@ -1,11 +1,11 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- import { List$1 } from "igniteui-webcomponents-core";
3
- import { ImageryMetadata } from "./ImageryMetadata";
4
- /**
5
- * @hidden
6
- */
7
- export declare class BingResourceSet extends Base {
8
- static $t: Type;
9
- constructor();
10
- a: List$1<ImageryMetadata>;
11
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { List$1 } from "igniteui-webcomponents-core";
3
+ import { ImageryMetadata } from "./ImageryMetadata";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class BingResourceSet extends Base {
8
+ static $t: Type;
9
+ constructor();
10
+ a: List$1<ImageryMetadata>;
11
+ }
@@ -1,11 +1,11 @@
1
- import { Base, Type } from "igniteui-webcomponents-core";
2
- import { List$1 } from "igniteui-webcomponents-core";
3
- import { BingResourceSet } from "./BingResourceSet";
4
- /**
5
- * @hidden
6
- */
7
- export declare class BingResponse extends Base {
8
- static $t: Type;
9
- constructor();
10
- a: List$1<BingResourceSet>;
11
- }
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { List$1 } from "igniteui-webcomponents-core";
3
+ import { BingResourceSet } from "./BingResourceSet";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class BingResponse extends Base {
8
+ static $t: Type;
9
+ constructor();
10
+ a: List$1<BingResourceSet>;
11
+ }
@@ -1,14 +1,14 @@
1
- import { GeographicMapImagery } from "./GeographicMapImagery";
2
- import { CustomMapTileSource } from "igniteui-webcomponents-core";
3
- import { Type } from "igniteui-webcomponents-core";
4
- import { GetTileImageUriArgs } from "igniteui-webcomponents-core";
5
- /**
6
- * @hidden
7
- */
8
- export declare class CustomMapImagery extends GeographicMapImagery {
9
- static $t: Type;
10
- constructor(a: CustomMapTileSource);
11
- private bq;
12
- protected bp(a: GetTileImageUriArgs): void;
13
- getTileImageUri: (sender: any, e: GetTileImageUriArgs) => void;
14
- }
1
+ import { GeographicMapImagery } from "./GeographicMapImagery";
2
+ import { CustomMapTileSource } from "igniteui-webcomponents-core";
3
+ import { Type } from "igniteui-webcomponents-core";
4
+ import { GetTileImageUriArgs } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare class CustomMapImagery extends GeographicMapImagery {
9
+ static $t: Type;
10
+ constructor(a: CustomMapTileSource);
11
+ private bq;
12
+ protected bp(a: GetTileImageUriArgs): void;
13
+ getTileImageUri: (sender: any, e: GetTileImageUriArgs) => void;
14
+ }
@@ -1 +1 @@
1
- export { GeographicContourLineSeries } from "./GeographicContourLineSeriesView_combined";
1
+ export { GeographicContourLineSeries } from "./GeographicContourLineSeriesView_combined";
@@ -1 +1 @@
1
- export { GeographicContourLineSeriesView } from "./GeographicContourLineSeriesView_combined";
1
+ export { GeographicContourLineSeriesView } from "./GeographicContourLineSeriesView_combined";
@@ -1,46 +1,46 @@
1
- import { GeographicXYTriangulatingSeriesView } from "./GeographicXYTriangulatingSeriesView";
2
- import { SeriesView } from "igniteui-webcomponents-charts";
3
- import { Series } from "igniteui-webcomponents-charts";
4
- import { ScatterContourSeries } from "igniteui-webcomponents-charts";
5
- import { Type } from "igniteui-webcomponents-core";
6
- import { GeographicXYTriangulatingSeries } from "./GeographicXYTriangulatingSeries";
7
- import { ValueBrushScale } from "igniteui-webcomponents-charts";
8
- import { ContourValueResolver } from "igniteui-webcomponents-charts";
9
- import { TriangulationStatusEventArgs } from "igniteui-webcomponents-core";
10
- /**
11
- * @hidden
12
- */
13
- export declare class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
14
- static $t: Type;
15
- constructor(a: GeographicContourLineSeries);
16
- private c2;
17
- a4(): void;
18
- ci(): void;
19
- c3(): void;
20
- c4(): void;
21
- }
22
- /**
23
- * @hidden
24
- */
25
- export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
26
- static $t: Type;
27
- protected bk(): Series;
28
- protected get_fm(): boolean;
29
- constructor();
30
- protected xp(a: any, b: any): void;
31
- yc: ScatterContourSeries;
32
- protected xj(): Series;
33
- private ym;
34
- private yn;
35
- yj: string;
36
- yf: ValueBrushScale;
37
- ye: ValueBrushScale;
38
- protected sy(): void;
39
- protected ct(): SeriesView;
40
- rg(a: SeriesView): void;
41
- yg: GeographicContourLineSeriesView;
42
- yb: ContourValueResolver;
43
- protected rp(a: any, b: string, c: any, d: any): void;
44
- triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
45
- static $$p: string[];
46
- }
1
+ import { GeographicXYTriangulatingSeriesView } from "./GeographicXYTriangulatingSeriesView";
2
+ import { SeriesView } from "igniteui-webcomponents-charts";
3
+ import { Series } from "igniteui-webcomponents-charts";
4
+ import { ScatterContourSeries } from "igniteui-webcomponents-charts";
5
+ import { Type } from "igniteui-webcomponents-core";
6
+ import { GeographicXYTriangulatingSeries } from "./GeographicXYTriangulatingSeries";
7
+ import { ValueBrushScale } from "igniteui-webcomponents-charts";
8
+ import { ContourValueResolver } from "igniteui-webcomponents-charts";
9
+ import { TriangulationStatusEventArgs } from "igniteui-webcomponents-core";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export declare class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
14
+ static $t: Type;
15
+ constructor(a: GeographicContourLineSeries);
16
+ private c2;
17
+ a4(): void;
18
+ ci(): void;
19
+ c3(): void;
20
+ c4(): void;
21
+ }
22
+ /**
23
+ * @hidden
24
+ */
25
+ export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
26
+ static $t: Type;
27
+ protected bk(): Series;
28
+ protected get_fm(): boolean;
29
+ constructor();
30
+ protected xq(a: any, b: any): void;
31
+ yd: ScatterContourSeries;
32
+ protected xk(): Series;
33
+ private yn;
34
+ private yo;
35
+ yk: string;
36
+ yg: ValueBrushScale;
37
+ yf: ValueBrushScale;
38
+ protected sz(): void;
39
+ protected ct(): SeriesView;
40
+ rh(a: SeriesView): void;
41
+ yh: GeographicContourLineSeriesView;
42
+ yc: ContourValueResolver;
43
+ protected rq(a: any, b: string, c: any, d: any): void;
44
+ triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
45
+ static $$p: string[];
46
+ }
@@ -1 +1 @@
1
- export { GeographicHighDensityScatterSeries } from "./GeographicHighDensityScatterSeriesView_combined";
1
+ export { GeographicHighDensityScatterSeries } from "./GeographicHighDensityScatterSeriesView_combined";
@@ -1 +1 @@
1
- export { GeographicHighDensityScatterSeriesView } from "./GeographicHighDensityScatterSeriesView_combined";
1
+ export { GeographicHighDensityScatterSeriesView } from "./GeographicHighDensityScatterSeriesView_combined";