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
|
@@ -12,10 +12,7 @@ import { DependencyProperty } from "igniteui-webcomponents-core";
|
|
|
12
12
|
import { CollisionAvoidanceType_$type } from "igniteui-webcomponents-charts";
|
|
13
13
|
import { ScatterItemSearchMode_$type } from "igniteui-webcomponents-charts";
|
|
14
14
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
15
|
-
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
15
|
+
let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
19
16
|
class GeographicSymbolSeriesView extends HostSeriesView {
|
|
20
17
|
constructor(a) {
|
|
21
18
|
super(a);
|
|
@@ -28,40 +25,40 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
28
25
|
}
|
|
29
26
|
}
|
|
30
27
|
ci() {
|
|
31
|
-
let a = this.cu.
|
|
28
|
+
let a = this.cu.xl;
|
|
32
29
|
super.ci();
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
30
|
+
a.abe = this.cu.y9;
|
|
31
|
+
a.abm = this.cu.y7;
|
|
32
|
+
a.xv = this.cu.xv;
|
|
33
|
+
a.yn = this.cu.yb;
|
|
34
|
+
a.x4 = this.cu.xw;
|
|
38
35
|
}
|
|
39
36
|
cw() {
|
|
40
|
-
this.cu.
|
|
37
|
+
this.cu.xl.abe = this.cu.y9;
|
|
41
38
|
}
|
|
42
39
|
cv() {
|
|
43
|
-
this.cu.
|
|
40
|
+
this.cu.xl.abm = this.cu.y7;
|
|
44
41
|
}
|
|
45
42
|
c2() {
|
|
46
|
-
this.cu.
|
|
43
|
+
this.cu.xl.xv = this.cu.xv;
|
|
47
44
|
}
|
|
48
45
|
c0() {
|
|
49
|
-
this.cu.
|
|
46
|
+
this.cu.xl.yn = this.cu.yb;
|
|
50
47
|
}
|
|
51
48
|
c1() {
|
|
52
|
-
this.cu.
|
|
49
|
+
this.cu.xl.x4 = this.cu.xw;
|
|
53
50
|
}
|
|
54
51
|
c3() {
|
|
55
|
-
this.cu.
|
|
52
|
+
this.cu.xl.aau = this.cu.xx;
|
|
56
53
|
}
|
|
57
54
|
c5() {
|
|
58
|
-
this.cu.
|
|
55
|
+
this.cu.xl.xAxis = this.cu.dc.zh;
|
|
59
56
|
}
|
|
60
57
|
c6() {
|
|
61
|
-
this.cu.
|
|
58
|
+
this.cu.xl.yAxis = this.cu.dc.zj;
|
|
62
59
|
}
|
|
63
60
|
c4() {
|
|
64
|
-
let a = this.cu.
|
|
61
|
+
let a = this.cu.xl;
|
|
65
62
|
if (this.cu.dc == null) {
|
|
66
63
|
a.xAxis = null;
|
|
67
64
|
a.yAxis = null;
|
|
@@ -71,22 +68,20 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
|
|
|
71
68
|
a.yAxis = this.cu.dc.zj;
|
|
72
69
|
}
|
|
73
70
|
cy() {
|
|
74
|
-
this.cu.
|
|
71
|
+
this.cu.xl.ze = this.cu.yt;
|
|
75
72
|
}
|
|
76
73
|
cx() {
|
|
77
|
-
this.cu.
|
|
74
|
+
this.cu.xl.y4 = this.cu.yp;
|
|
78
75
|
}
|
|
79
76
|
cz() {
|
|
80
|
-
this.cu.
|
|
77
|
+
this.cu.xl.y5 = this.cu.yq;
|
|
81
78
|
}
|
|
82
79
|
}
|
|
83
80
|
GeographicSymbolSeriesView.$t = /*@__PURE__*/ markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
84
81
|
return GeographicSymbolSeriesView;
|
|
85
82
|
})();
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
*/
|
|
89
|
-
export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
83
|
+
export { GeographicSymbolSeriesView };
|
|
84
|
+
let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
90
85
|
class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
91
86
|
bk() {
|
|
92
87
|
return new GeographicSymbolSeries();
|
|
@@ -96,9 +91,9 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
96
91
|
}
|
|
97
92
|
constructor() {
|
|
98
93
|
super();
|
|
99
|
-
this.
|
|
94
|
+
this.yv = null;
|
|
95
|
+
this.yy = false;
|
|
100
96
|
this.yx = false;
|
|
101
|
-
this.yw = false;
|
|
102
97
|
this.assigningScatterStyle = null;
|
|
103
98
|
this.assigningScatterMarkerStyle = null;
|
|
104
99
|
this.ab = GeographicSymbolSeries.$;
|
|
@@ -106,84 +101,85 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
|
|
|
106
101
|
ct() {
|
|
107
102
|
return new GeographicSymbolSeriesView(this);
|
|
108
103
|
}
|
|
109
|
-
|
|
110
|
-
super.
|
|
111
|
-
this.
|
|
104
|
+
rh(a) {
|
|
105
|
+
super.rh(a);
|
|
106
|
+
this.yw = a;
|
|
112
107
|
}
|
|
113
108
|
jt() {
|
|
114
109
|
return 0.7;
|
|
115
110
|
}
|
|
116
|
-
|
|
111
|
+
xk() {
|
|
117
112
|
return new ScatterSeries();
|
|
118
113
|
}
|
|
119
114
|
get_fh() {
|
|
120
115
|
return true;
|
|
121
116
|
}
|
|
122
|
-
|
|
123
|
-
super.
|
|
117
|
+
rq(a, b, c, d) {
|
|
118
|
+
super.rq(a, b, c, d);
|
|
124
119
|
switch (b) {
|
|
125
120
|
case "SeriesViewer":
|
|
126
|
-
this.
|
|
121
|
+
this.yw.c4();
|
|
127
122
|
break;
|
|
128
123
|
case GeographicSymbolSeries.$$p[5]:
|
|
129
|
-
this.
|
|
124
|
+
this.yw.cw();
|
|
130
125
|
break;
|
|
131
126
|
case GeographicSymbolSeries.$$p[4]:
|
|
132
|
-
this.
|
|
127
|
+
this.yw.cv();
|
|
133
128
|
break;
|
|
134
129
|
case GeographicSymbolSeries.$$p[6]:
|
|
135
|
-
this.
|
|
130
|
+
this.yw.cy();
|
|
136
131
|
break;
|
|
137
132
|
case "XAxis":
|
|
138
|
-
this.
|
|
133
|
+
this.yw.c5();
|
|
139
134
|
break;
|
|
140
135
|
case "YAxis":
|
|
141
|
-
this.
|
|
136
|
+
this.yw.c6();
|
|
142
137
|
break;
|
|
143
138
|
case GeographicSymbolSeries.$$p[1]:
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
if (this.
|
|
147
|
-
let e = this.
|
|
148
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
139
|
+
this.xl.aaa = this.y0;
|
|
140
|
+
this.yy = this.y0;
|
|
141
|
+
if (this.y0) {
|
|
142
|
+
let e = this.xl;
|
|
143
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
|
|
149
144
|
}
|
|
150
145
|
else {
|
|
151
|
-
let f = this.
|
|
152
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
146
|
+
let f = this.xl;
|
|
147
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
|
|
153
148
|
}
|
|
154
149
|
break;
|
|
155
150
|
case GeographicSymbolSeries.$$p[0]:
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
if (this.
|
|
159
|
-
let g = this.
|
|
160
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
151
|
+
this.xl.z9 = this.yz;
|
|
152
|
+
this.yx = this.yz;
|
|
153
|
+
if (this.y0) {
|
|
154
|
+
let g = this.xl;
|
|
155
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
161
156
|
}
|
|
162
157
|
else {
|
|
163
|
-
let h = this.
|
|
164
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
158
|
+
let h = this.xl;
|
|
159
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
|
|
165
160
|
}
|
|
166
161
|
break;
|
|
167
162
|
case GeographicSymbolSeries.$$p[2]:
|
|
168
|
-
this.
|
|
163
|
+
this.xl.zt = this.yu;
|
|
169
164
|
break;
|
|
170
165
|
case GeographicSymbolSeries.$$p[3]:
|
|
171
|
-
this.
|
|
166
|
+
this.xl.aat = this.y2;
|
|
172
167
|
break;
|
|
173
168
|
}
|
|
174
169
|
}
|
|
175
|
-
|
|
170
|
+
ze(a, b) {
|
|
176
171
|
if (this.assigningScatterStyle != null) {
|
|
177
172
|
this.assigningScatterStyle(this, b);
|
|
178
173
|
}
|
|
179
174
|
}
|
|
180
|
-
|
|
175
|
+
zd(a, b) {
|
|
181
176
|
if (this.assigningScatterMarkerStyle != null) {
|
|
182
177
|
this.assigningScatterMarkerStyle(this, b);
|
|
183
178
|
}
|
|
184
179
|
}
|
|
185
180
|
}
|
|
186
181
|
GeographicSymbolSeries.$t = /*@__PURE__*/ markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
187
|
-
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
182
|
+
GeographicSymbolSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
|
|
188
183
|
return GeographicSymbolSeries;
|
|
189
184
|
})();
|
|
185
|
+
export { GeographicSymbolSeries };
|
|
@@ -8,10 +8,7 @@ import { TileSeries } from "./TileSeries";
|
|
|
8
8
|
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
9
9
|
import { runOn, delegateRemove, delegateCombine, markType } from "igniteui-webcomponents-core";
|
|
10
10
|
import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
11
|
-
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
11
|
+
let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
15
12
|
class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
16
13
|
bk() {
|
|
17
14
|
return new GeographicTileSeries();
|
|
@@ -21,54 +18,54 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
21
18
|
}
|
|
22
19
|
constructor() {
|
|
23
20
|
super();
|
|
21
|
+
this.y1 = null;
|
|
24
22
|
this.y0 = null;
|
|
25
|
-
this.yz = null;
|
|
26
23
|
this.imageTilesReady = null;
|
|
27
24
|
this.ab = GeographicTileSeries.$;
|
|
28
25
|
}
|
|
29
|
-
get
|
|
30
|
-
return this.
|
|
26
|
+
get y2() {
|
|
27
|
+
return this.y1;
|
|
31
28
|
}
|
|
32
|
-
set
|
|
33
|
-
let b = a != this.
|
|
29
|
+
set y2(a) {
|
|
30
|
+
let b = a != this.y2;
|
|
34
31
|
if (b) {
|
|
35
|
-
let c = this.
|
|
36
|
-
this.
|
|
32
|
+
let c = this.y2;
|
|
33
|
+
this.y1 = a;
|
|
37
34
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
38
35
|
}
|
|
39
36
|
}
|
|
40
|
-
|
|
41
|
-
if (this.
|
|
42
|
-
this.
|
|
37
|
+
y6() {
|
|
38
|
+
if (this.y2 != null) {
|
|
39
|
+
this.y2.clearTileCache();
|
|
43
40
|
}
|
|
44
41
|
}
|
|
45
|
-
|
|
46
|
-
super.
|
|
42
|
+
rq(a, b, c, d) {
|
|
43
|
+
super.rq(a, b, c, d);
|
|
47
44
|
switch (b) {
|
|
48
45
|
case "TileImagery":
|
|
49
|
-
if (this.
|
|
50
|
-
this.
|
|
46
|
+
if (this.xl != null) {
|
|
47
|
+
this.xl.aaw = this.y2;
|
|
51
48
|
}
|
|
52
49
|
break;
|
|
53
50
|
}
|
|
54
51
|
}
|
|
55
|
-
|
|
56
|
-
super.
|
|
57
|
-
this.
|
|
58
|
-
if (this.
|
|
59
|
-
let c = this.
|
|
60
|
-
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.
|
|
52
|
+
xq(a, b) {
|
|
53
|
+
super.xq(a, b);
|
|
54
|
+
this.xl.aaw = this.y2;
|
|
55
|
+
if (this.y0 != null) {
|
|
56
|
+
let c = this.y0;
|
|
57
|
+
c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
|
|
61
58
|
}
|
|
62
|
-
this.
|
|
63
|
-
if (this.
|
|
64
|
-
let d = this.
|
|
65
|
-
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.
|
|
59
|
+
this.y0 = this.xl;
|
|
60
|
+
if (this.y0 != null) {
|
|
61
|
+
let d = this.y0;
|
|
62
|
+
d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
|
|
66
63
|
}
|
|
67
64
|
}
|
|
68
|
-
|
|
65
|
+
xk() {
|
|
69
66
|
return new TileSeries();
|
|
70
67
|
}
|
|
71
|
-
|
|
68
|
+
y5(a, b) {
|
|
72
69
|
if (this.imageTilesReady != null) {
|
|
73
70
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
74
71
|
}
|
|
@@ -77,3 +74,4 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
|
|
|
77
74
|
GeographicTileSeries.$t = /*@__PURE__*/ markType(GeographicTileSeries, 'GeographicTileSeries', GeographicShapeSeriesBase.$);
|
|
78
75
|
return GeographicTileSeries;
|
|
79
76
|
})();
|
|
77
|
+
export { GeographicTileSeries };
|
|
@@ -6,12 +6,10 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let GeographicXYTriangulatingSeriesBase = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicXYTriangulatingSeriesBase = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicXYTriangulatingSeriesBase extends GeographicMapSeriesHost {
|
|
14
11
|
}
|
|
15
12
|
GeographicXYTriangulatingSeriesBase.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesBase, 'GeographicXYTriangulatingSeriesBase', GeographicMapSeriesHost.$);
|
|
16
13
|
return GeographicXYTriangulatingSeriesBase;
|
|
17
14
|
})();
|
|
15
|
+
export { GeographicXYTriangulatingSeriesBase };
|
|
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { HostSeriesView } from "./HostSeriesView";
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
|
|
9
|
+
let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
|
|
13
10
|
class GeographicXYTriangulatingSeriesBaseView extends HostSeriesView {
|
|
14
11
|
constructor(a) {
|
|
15
12
|
super(a);
|
|
@@ -20,3 +17,4 @@ export let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
20
17
|
GeographicXYTriangulatingSeriesBaseView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);
|
|
21
18
|
return GeographicXYTriangulatingSeriesBaseView;
|
|
22
19
|
})();
|
|
20
|
+
export { GeographicXYTriangulatingSeriesBaseView };
|
|
@@ -5,12 +5,10 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let ImageTilesReadyEventArgs = /*@__PURE__*/ (() => {
|
|
8
|
+
let ImageTilesReadyEventArgs = /*@__PURE__*/ (() => {
|
|
12
9
|
class ImageTilesReadyEventArgs extends EventArgs {
|
|
13
10
|
}
|
|
14
11
|
ImageTilesReadyEventArgs.$t = /*@__PURE__*/ markType(ImageTilesReadyEventArgs, 'ImageTilesReadyEventArgs', EventArgs.$);
|
|
15
12
|
return ImageTilesReadyEventArgs;
|
|
16
13
|
})();
|
|
14
|
+
export { ImageTilesReadyEventArgs };
|
|
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, String_$type, markType } from "igniteui-webcomponents-core";
|
|
8
8
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let ImageryMetadata = /*@__PURE__*/ (() => {
|
|
9
|
+
let ImageryMetadata = /*@__PURE__*/ (() => {
|
|
13
10
|
class ImageryMetadata extends Base {
|
|
14
11
|
constructor() {
|
|
15
12
|
super();
|
|
@@ -21,3 +18,4 @@ export let ImageryMetadata = /*@__PURE__*/ (() => {
|
|
|
21
18
|
ImageryMetadata.$t = /*@__PURE__*/ markType(ImageryMetadata, 'ImageryMetadata');
|
|
22
19
|
return ImageryMetadata;
|
|
23
20
|
})();
|
|
21
|
+
export { ImageryMetadata };
|
|
@@ -5,12 +5,10 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let ImagesChangedEventArgs = /*@__PURE__*/ (() => {
|
|
8
|
+
let ImagesChangedEventArgs = /*@__PURE__*/ (() => {
|
|
12
9
|
class ImagesChangedEventArgs extends EventArgs {
|
|
13
10
|
}
|
|
14
11
|
ImagesChangedEventArgs.$t = /*@__PURE__*/ markType(ImagesChangedEventArgs, 'ImagesChangedEventArgs', EventArgs.$);
|
|
15
12
|
return ImagesChangedEventArgs;
|
|
16
13
|
})();
|
|
14
|
+
export { ImagesChangedEventArgs };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let LevelOfDetailResponseModel = /*@__PURE__*/ (() => {
|
|
8
|
+
let LevelOfDetailResponseModel = /*@__PURE__*/ (() => {
|
|
12
9
|
class LevelOfDetailResponseModel extends Base {
|
|
13
10
|
constructor() {
|
|
14
11
|
super(...arguments);
|
|
@@ -38,3 +35,4 @@ export let LevelOfDetailResponseModel = /*@__PURE__*/ (() => {
|
|
|
38
35
|
LevelOfDetailResponseModel.$t = /*@__PURE__*/ markType(LevelOfDetailResponseModel, 'LevelOfDetailResponseModel');
|
|
39
36
|
return LevelOfDetailResponseModel;
|
|
40
37
|
})();
|
|
38
|
+
export { LevelOfDetailResponseModel };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let MapServerResponseModel = /*@__PURE__*/ (() => {
|
|
8
|
+
let MapServerResponseModel = /*@__PURE__*/ (() => {
|
|
12
9
|
class MapServerResponseModel extends Base {
|
|
13
10
|
constructor() {
|
|
14
11
|
super(...arguments);
|
|
@@ -31,3 +28,4 @@ export let MapServerResponseModel = /*@__PURE__*/ (() => {
|
|
|
31
28
|
MapServerResponseModel.$t = /*@__PURE__*/ markType(MapServerResponseModel, 'MapServerResponseModel');
|
|
32
29
|
return MapServerResponseModel;
|
|
33
30
|
})();
|
|
31
|
+
export { MapServerResponseModel };
|
|
@@ -7,10 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { HorizontalLinearScaler } from "igniteui-webcomponents-charts";
|
|
8
8
|
import { Rect } from "igniteui-webcomponents-core";
|
|
9
9
|
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
-
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
|
|
10
|
+
let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
|
|
14
11
|
class SphericalMercatorHorizontalScaler extends HorizontalLinearScaler {
|
|
15
12
|
constructor() {
|
|
16
13
|
super();
|
|
@@ -101,8 +98,8 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
|
|
|
101
98
|
}
|
|
102
99
|
}
|
|
103
100
|
t(a, b, c, d, e) {
|
|
104
|
-
d = a.
|
|
105
|
-
e = a.
|
|
101
|
+
d = a.q9;
|
|
102
|
+
e = a.q8;
|
|
106
103
|
return {
|
|
107
104
|
p3: d,
|
|
108
105
|
p4: e
|
|
@@ -133,3 +130,4 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
|
|
|
133
130
|
SphericalMercatorHorizontalScaler.$t = /*@__PURE__*/ markType(SphericalMercatorHorizontalScaler, 'SphericalMercatorHorizontalScaler', HorizontalLinearScaler.$);
|
|
134
131
|
return SphericalMercatorHorizontalScaler;
|
|
135
132
|
})();
|
|
133
|
+
export { SphericalMercatorHorizontalScaler };
|
|
@@ -7,10 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { VerticalLinearScaler } from "igniteui-webcomponents-charts";
|
|
8
8
|
import { Rect } from "igniteui-webcomponents-core";
|
|
9
9
|
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
-
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
|
|
10
|
+
let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
|
|
14
11
|
class SphericalMercatorVerticalScaler extends VerticalLinearScaler {
|
|
15
12
|
q(a, b) {
|
|
16
13
|
if (!b.c.isEmpty) {
|
|
@@ -116,8 +113,8 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
|
|
|
116
113
|
}
|
|
117
114
|
}
|
|
118
115
|
t(a, b, c, d, e) {
|
|
119
|
-
d = this.ak(a.
|
|
120
|
-
e = this.ak(a.
|
|
116
|
+
d = this.ak(a.q9);
|
|
117
|
+
e = this.ak(a.q8);
|
|
121
118
|
return {
|
|
122
119
|
p3: d,
|
|
123
120
|
p4: e
|
|
@@ -190,3 +187,4 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
|
|
|
190
187
|
SphericalMercatorVerticalScaler.ah = -85.05112878;
|
|
191
188
|
return SphericalMercatorVerticalScaler;
|
|
192
189
|
})();
|
|
190
|
+
export { SphericalMercatorVerticalScaler };
|
|
@@ -6,10 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
8
8
|
import { String_$type, markType } from "igniteui-webcomponents-core";
|
|
9
|
-
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let SubDomainsCollection = /*@__PURE__*/ (() => {
|
|
9
|
+
let SubDomainsCollection = /*@__PURE__*/ (() => {
|
|
13
10
|
class SubDomainsCollection extends ObservableCollection$1 {
|
|
14
11
|
constructor(a, ..._rest) {
|
|
15
12
|
a = (a == void 0) ? 0 : a;
|
|
@@ -31,3 +28,4 @@ export let SubDomainsCollection = /*@__PURE__*/ (() => {
|
|
|
31
28
|
SubDomainsCollection.$t = /*@__PURE__*/ markType(SubDomainsCollection, 'SubDomainsCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(String_$type));
|
|
32
29
|
return SubDomainsCollection;
|
|
33
30
|
})();
|
|
31
|
+
export { SubDomainsCollection };
|
|
@@ -11,10 +11,7 @@ import { TileGeneratorTileSource } from "igniteui-webcomponents-core";
|
|
|
11
11
|
import { runOn, delegateCombine, markType, markDep } from "igniteui-webcomponents-core";
|
|
12
12
|
import { PropertyMetadata } from "igniteui-webcomponents-core";
|
|
13
13
|
import { stringReplace } from "igniteui-webcomponents-core";
|
|
14
|
-
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export let TileGeneratorMapImagery = /*@__PURE__*/ (() => {
|
|
14
|
+
let TileGeneratorMapImagery = /*@__PURE__*/ (() => {
|
|
18
15
|
class TileGeneratorMapImagery extends GeographicMapImagery {
|
|
19
16
|
constructor() {
|
|
20
17
|
super(new TileGeneratorTileSource());
|
|
@@ -48,3 +45,4 @@ export let TileGeneratorMapImagery = /*@__PURE__*/ (() => {
|
|
|
48
45
|
TileGeneratorMapImagery.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, TileGeneratorMapImagery, 'ba', ['TileGenerator', [ITileGenerator_$type, null]]);
|
|
49
46
|
return TileGeneratorMapImagery;
|
|
50
47
|
})();
|
|
48
|
+
export { TileGeneratorMapImagery };
|
|
@@ -5,10 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let TileInfoResponseModel = /*@__PURE__*/ (() => {
|
|
8
|
+
let TileInfoResponseModel = /*@__PURE__*/ (() => {
|
|
12
9
|
class TileInfoResponseModel extends Base {
|
|
13
10
|
constructor() {
|
|
14
11
|
super(...arguments);
|
|
@@ -24,3 +21,4 @@ export let TileInfoResponseModel = /*@__PURE__*/ (() => {
|
|
|
24
21
|
TileInfoResponseModel.$t = /*@__PURE__*/ markType(TileInfoResponseModel, 'TileInfoResponseModel');
|
|
25
22
|
return TileInfoResponseModel;
|
|
26
23
|
})();
|
|
24
|
+
export { TileInfoResponseModel };
|