igniteui-webcomponents-maps 3.2.3 → 3.5.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 +1829 -1522
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igc-custom-map-imagery.js +1 -0
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm2015/lib/igc-geographic-map-component.js +63 -60
- package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
- package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +19 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igc-custom-map-imagery.js +1 -0
- package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm5/lib/igc-geographic-map-component.js +63 -60
- package/esm5/lib/igc-geographic-map-imagery.js +30 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +19 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
- package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +105 -105
- package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-geographic-map-imagery.d.ts +4 -1
- package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-component.d.ts +1 -0
- package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-tile-series-component.d.ts +1 -0
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
- package/lib/igc-tile-series-component.d.ts +1 -0
- package/package.json +3 -3
|
@@ -3,6 +3,7 @@ import { IgcImageTilesReadyEventArgs } from "./igc-image-tiles-ready-event-args"
|
|
|
3
3
|
import { IgcImagesChangedEventArgs } from "./igc-images-changed-event-args";
|
|
4
4
|
import { IgcCancellingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
|
|
5
5
|
import { IgcDownloadingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
|
|
6
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
6
7
|
import { fromRect, toRect, ensureBool } from "igniteui-webcomponents-core";
|
|
7
8
|
/**
|
|
8
9
|
* Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgxGeographicMap.Component
|
|
@@ -29,6 +30,22 @@ export class IgcGeographicMapImagery {
|
|
|
29
30
|
*/
|
|
30
31
|
get i() {
|
|
31
32
|
return this._implementation;
|
|
33
|
+
} /**
|
|
34
|
+
* @hidden
|
|
35
|
+
*/
|
|
36
|
+
static _createFromInternal(internal) {
|
|
37
|
+
if (!internal) {
|
|
38
|
+
return null;
|
|
39
|
+
}
|
|
40
|
+
if (!internal.$type) {
|
|
41
|
+
return null;
|
|
42
|
+
}
|
|
43
|
+
let name = internal.$type.name;
|
|
44
|
+
let externalName = "Igc" + name + "Component";
|
|
45
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
return TypeRegistrar.create(externalName);
|
|
32
49
|
}
|
|
33
50
|
onImplementationCreated() {
|
|
34
51
|
}
|
|
@@ -60,10 +77,11 @@ export class IgcGeographicMapImagery {
|
|
|
60
77
|
* The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
|
|
61
78
|
*/
|
|
62
79
|
get geographicMap() {
|
|
63
|
-
|
|
80
|
+
const r = this.i.geographicMap;
|
|
81
|
+
if (r == null) {
|
|
64
82
|
return null;
|
|
65
83
|
}
|
|
66
|
-
return
|
|
84
|
+
return r.externalObject;
|
|
67
85
|
}
|
|
68
86
|
set geographicMap(v) {
|
|
69
87
|
v == null ? this.i.geographicMap = null : this.i.geographicMap = v.i;
|
|
@@ -102,6 +120,11 @@ export class IgcGeographicMapImagery {
|
|
|
102
120
|
this.i.opacity = +v;
|
|
103
121
|
}
|
|
104
122
|
findByName(name) {
|
|
123
|
+
if (this.findEphemera) {
|
|
124
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
125
|
+
return this.findEphemera(name);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
105
128
|
if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
|
|
106
129
|
return this.geographicMap;
|
|
107
130
|
}
|
|
@@ -138,6 +161,7 @@ export class IgcGeographicMapImagery {
|
|
|
138
161
|
}
|
|
139
162
|
};
|
|
140
163
|
this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, this._imageTilesReady_wrapped);
|
|
164
|
+
;
|
|
141
165
|
}
|
|
142
166
|
/**
|
|
143
167
|
* Event raised when tile images have changed.
|
|
@@ -163,6 +187,7 @@ export class IgcGeographicMapImagery {
|
|
|
163
187
|
}
|
|
164
188
|
};
|
|
165
189
|
this.i.imagesChanged = delegateCombine(this.i.imagesChanged, this._imagesChanged_wrapped);
|
|
190
|
+
;
|
|
166
191
|
}
|
|
167
192
|
/**
|
|
168
193
|
* Event raised when an image is being downloaded.
|
|
@@ -188,6 +213,7 @@ export class IgcGeographicMapImagery {
|
|
|
188
213
|
}
|
|
189
214
|
};
|
|
190
215
|
this.i.cancellingImage = delegateCombine(this.i.cancellingImage, this._cancellingImage_wrapped);
|
|
216
|
+
;
|
|
191
217
|
}
|
|
192
218
|
/**
|
|
193
219
|
* Event raised when an image is being downloaded.
|
|
@@ -213,5 +239,6 @@ export class IgcGeographicMapImagery {
|
|
|
213
239
|
}
|
|
214
240
|
};
|
|
215
241
|
this.i.downloadingImage = delegateCombine(this.i.downloadingImage, this._downloadingImage_wrapped);
|
|
242
|
+
;
|
|
216
243
|
}
|
|
217
244
|
}
|
|
@@ -18,11 +18,25 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
18
18
|
if (super["connectedCallback"]) {
|
|
19
19
|
super["connectedCallback"]();
|
|
20
20
|
}
|
|
21
|
+
if (this.i.connectedCallback) {
|
|
22
|
+
this.i.connectedCallback();
|
|
23
|
+
}
|
|
21
24
|
if (!this._attached) {
|
|
22
25
|
this._attached = true;
|
|
23
26
|
this._flushQueuedAttributes();
|
|
24
27
|
}
|
|
25
28
|
}
|
|
29
|
+
disconnectedCallback() {
|
|
30
|
+
if (super["disconnectedCallback"]) {
|
|
31
|
+
super["disconnectedCallback"]();
|
|
32
|
+
}
|
|
33
|
+
if (this.i.disconnectedCallback) {
|
|
34
|
+
this.i.disconnectedCallback();
|
|
35
|
+
}
|
|
36
|
+
if (this._attached) {
|
|
37
|
+
this._attached = false;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
26
40
|
static get observedAttributes() {
|
|
27
41
|
if (IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent == null) {
|
|
28
42
|
let names = getAllPropertyNames(IgcGeographicMapSeriesHostComponent);
|
|
@@ -37,7 +51,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
37
51
|
* Checks if this control is geographic coordinate system
|
|
38
52
|
*/
|
|
39
53
|
get isGeographic() {
|
|
40
|
-
return this.i.
|
|
54
|
+
return this.i.dw;
|
|
41
55
|
}
|
|
42
56
|
/**
|
|
43
57
|
* Gets whether this series supports markers
|
|
@@ -50,11 +64,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
50
64
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
51
65
|
*/
|
|
52
66
|
get visibleFromScale() {
|
|
53
|
-
return this.i.
|
|
67
|
+
return this.i.qc;
|
|
54
68
|
}
|
|
55
69
|
set visibleFromScale(v) {
|
|
56
|
-
this.i.
|
|
57
|
-
this._a("visibleFromScale", this.i.
|
|
70
|
+
this.i.qc = +v;
|
|
71
|
+
this._a("visibleFromScale", this.i.qc);
|
|
58
72
|
}
|
|
59
73
|
/**
|
|
60
74
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -72,10 +86,10 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
72
86
|
|
|
73
87
|
*/
|
|
74
88
|
notifyIndexedPropertiesChanged() {
|
|
75
|
-
this.i.
|
|
89
|
+
this.i.ln();
|
|
76
90
|
}
|
|
77
91
|
getItemValue(item, memberPathName) {
|
|
78
|
-
let iv = this.i.
|
|
92
|
+
let iv = this.i.hy(item, memberPathName);
|
|
79
93
|
return (iv);
|
|
80
94
|
}
|
|
81
95
|
/**
|
|
@@ -84,23 +98,23 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
84
98
|
* @param world * The world coordinates to use.
|
|
85
99
|
*/
|
|
86
100
|
getItem(world) {
|
|
87
|
-
let iv = this.i.
|
|
101
|
+
let iv = this.i.hv(toPoint(world));
|
|
88
102
|
return (iv);
|
|
89
103
|
}
|
|
90
104
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
91
|
-
let iv = this.i.
|
|
105
|
+
let iv = this.i.hl(toPoint(world), skipUnknowns);
|
|
92
106
|
return (iv);
|
|
93
107
|
}
|
|
94
108
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
95
|
-
let iv = this.i.
|
|
109
|
+
let iv = this.i.hj(toPoint(world), skipUnknowns);
|
|
96
110
|
return (iv);
|
|
97
111
|
}
|
|
98
112
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
99
|
-
let iv = this.i.
|
|
113
|
+
let iv = this.i.gl(toPoint(world), useInterpolation, skipUnknowns);
|
|
100
114
|
return (iv);
|
|
101
115
|
}
|
|
102
116
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
103
|
-
let iv = this.i.
|
|
117
|
+
let iv = this.i.pq(toPoint(world), useInterpolation, skipUnknowns);
|
|
104
118
|
return fromPoint(iv);
|
|
105
119
|
}
|
|
106
120
|
/**
|
|
@@ -109,7 +123,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
109
123
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
110
124
|
*/
|
|
111
125
|
getSeriesValueBoundingBox(world) {
|
|
112
|
-
let iv = this.i.
|
|
126
|
+
let iv = this.i.pz(toPoint(world));
|
|
113
127
|
return fromRect(iv);
|
|
114
128
|
}
|
|
115
129
|
/**
|
|
@@ -118,31 +132,31 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
118
132
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
119
133
|
*/
|
|
120
134
|
getSeriesValueMarkerBoundingBox(world) {
|
|
121
|
-
let iv = this.i.
|
|
135
|
+
let iv = this.i.p1(toPoint(world));
|
|
122
136
|
return fromRect(iv);
|
|
123
137
|
}
|
|
124
138
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
125
|
-
let iv = this.i.
|
|
139
|
+
let iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
|
|
126
140
|
return (iv);
|
|
127
141
|
}
|
|
128
142
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
129
|
-
let iv = this.i.
|
|
143
|
+
let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
|
|
130
144
|
return fromPoint(iv);
|
|
131
145
|
}
|
|
132
146
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
133
|
-
let iv = this.i.
|
|
147
|
+
let iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
|
|
134
148
|
return (iv);
|
|
135
149
|
}
|
|
136
150
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
137
|
-
let iv = this.i.
|
|
151
|
+
let iv = this.i.po(toPoint(world), useInterpolation, skipUnknowns);
|
|
138
152
|
return fromPoint(iv);
|
|
139
153
|
}
|
|
140
154
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
141
|
-
let iv = this.i.
|
|
155
|
+
let iv = this.i.pr(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
142
156
|
return fromPoint(iv);
|
|
143
157
|
}
|
|
144
158
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
145
|
-
let iv = this.i.
|
|
159
|
+
let iv = this.i.gm(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
146
160
|
return (iv);
|
|
147
161
|
}
|
|
148
162
|
/**
|
|
@@ -150,7 +164,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
150
164
|
|
|
151
165
|
*/
|
|
152
166
|
getItemSpan() {
|
|
153
|
-
let iv = this.i.
|
|
167
|
+
let iv = this.i.gc();
|
|
154
168
|
return (iv);
|
|
155
169
|
}
|
|
156
170
|
/**
|
|
@@ -159,14 +173,14 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
159
173
|
* @param animate * True if the change should be animated.
|
|
160
174
|
*/
|
|
161
175
|
renderSeries(animate) {
|
|
162
|
-
this.i.
|
|
176
|
+
this.i.ml(animate);
|
|
163
177
|
}
|
|
164
178
|
/**
|
|
165
179
|
* Called when this series' Style is updated.
|
|
166
180
|
|
|
167
181
|
*/
|
|
168
182
|
styleUpdated() {
|
|
169
|
-
this.i.
|
|
183
|
+
this.i.mv();
|
|
170
184
|
}
|
|
171
185
|
}
|
|
172
186
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
@@ -15,11 +15,25 @@ export let IgcGeographicMarkerSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
15
15
|
if (super["connectedCallback"]) {
|
|
16
16
|
super["connectedCallback"]();
|
|
17
17
|
}
|
|
18
|
+
if (this.i.connectedCallback) {
|
|
19
|
+
this.i.connectedCallback();
|
|
20
|
+
}
|
|
18
21
|
if (!this._attached) {
|
|
19
22
|
this._attached = true;
|
|
20
23
|
this._flushQueuedAttributes();
|
|
21
24
|
}
|
|
22
25
|
}
|
|
26
|
+
disconnectedCallback() {
|
|
27
|
+
if (super["disconnectedCallback"]) {
|
|
28
|
+
super["disconnectedCallback"]();
|
|
29
|
+
}
|
|
30
|
+
if (this.i.disconnectedCallback) {
|
|
31
|
+
this.i.disconnectedCallback();
|
|
32
|
+
}
|
|
33
|
+
if (this._attached) {
|
|
34
|
+
this._attached = false;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
23
37
|
static get observedAttributes() {
|
|
24
38
|
if (IgcGeographicMarkerSeriesBaseComponent._observedAttributesIgcGeographicMarkerSeriesBaseComponent == null) {
|
|
25
39
|
let names = getAllPropertyNames(IgcGeographicMarkerSeriesBaseComponent);
|
|
@@ -21,11 +21,25 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
21
21
|
if (super["connectedCallback"]) {
|
|
22
22
|
super["connectedCallback"]();
|
|
23
23
|
}
|
|
24
|
+
if (this.i.connectedCallback) {
|
|
25
|
+
this.i.connectedCallback();
|
|
26
|
+
}
|
|
24
27
|
if (!this._attached) {
|
|
25
28
|
this._attached = true;
|
|
26
29
|
this._flushQueuedAttributes();
|
|
27
30
|
}
|
|
28
31
|
}
|
|
32
|
+
disconnectedCallback() {
|
|
33
|
+
if (super["disconnectedCallback"]) {
|
|
34
|
+
super["disconnectedCallback"]();
|
|
35
|
+
}
|
|
36
|
+
if (this.i.disconnectedCallback) {
|
|
37
|
+
this.i.disconnectedCallback();
|
|
38
|
+
}
|
|
39
|
+
if (this._attached) {
|
|
40
|
+
this._attached = false;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
29
43
|
static get observedAttributes() {
|
|
30
44
|
if (IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent == null) {
|
|
31
45
|
let names = getAllPropertyNames(IgcGeographicMarkerSeriesComponent);
|
|
@@ -41,70 +55,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
41
55
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
42
56
|
*/
|
|
43
57
|
get markerType() {
|
|
44
|
-
return this.i.
|
|
58
|
+
return this.i.qk;
|
|
45
59
|
}
|
|
46
60
|
set markerType(v) {
|
|
47
|
-
this.i.
|
|
48
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
61
|
+
this.i.qk = ensureEnum(MarkerType_$type, v);
|
|
62
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.qk));
|
|
49
63
|
}
|
|
50
64
|
/**
|
|
51
65
|
* Gets or sets thickness of the marker outline
|
|
52
66
|
*/
|
|
53
67
|
get markerThickness() {
|
|
54
|
-
return this.i.
|
|
68
|
+
return this.i.ql;
|
|
55
69
|
}
|
|
56
70
|
set markerThickness(v) {
|
|
57
|
-
this.i.
|
|
58
|
-
this._a("markerThickness", this.i.
|
|
71
|
+
this.i.ql = +v;
|
|
72
|
+
this._a("markerThickness", this.i.ql);
|
|
59
73
|
}
|
|
60
74
|
/**
|
|
61
75
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
62
76
|
*/
|
|
63
77
|
get markerOutlineMode() {
|
|
64
|
-
return this.i.
|
|
78
|
+
return this.i.qj;
|
|
65
79
|
}
|
|
66
80
|
set markerOutlineMode(v) {
|
|
67
|
-
this.i.
|
|
68
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
81
|
+
this.i.qj = ensureEnum(MarkerOutlineMode_$type, v);
|
|
82
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qj));
|
|
69
83
|
}
|
|
70
84
|
/**
|
|
71
85
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
72
86
|
*/
|
|
73
87
|
get markerFillMode() {
|
|
74
|
-
return this.i.
|
|
88
|
+
return this.i.qi;
|
|
75
89
|
}
|
|
76
90
|
set markerFillMode(v) {
|
|
77
|
-
this.i.
|
|
78
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
91
|
+
this.i.qi = ensureEnum(MarkerFillMode_$type, v);
|
|
92
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qi));
|
|
79
93
|
}
|
|
80
94
|
/**
|
|
81
95
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
82
96
|
*/
|
|
83
97
|
get markerTemplate() {
|
|
84
|
-
return this.i.
|
|
98
|
+
return this.i.q0;
|
|
85
99
|
}
|
|
86
100
|
set markerTemplate(v) {
|
|
87
|
-
this.i.
|
|
101
|
+
this.i.q0 = v;
|
|
88
102
|
}
|
|
89
103
|
/**
|
|
90
104
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
91
105
|
*/
|
|
92
106
|
get markerBrush() {
|
|
93
|
-
return brushToString(this.i.
|
|
107
|
+
return brushToString(this.i.re);
|
|
94
108
|
}
|
|
95
109
|
set markerBrush(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("markerBrush", brushToString(this.i.
|
|
110
|
+
this.i.re = stringToBrush(v);
|
|
111
|
+
this._a("markerBrush", brushToString(this.i.re));
|
|
98
112
|
}
|
|
99
113
|
/**
|
|
100
114
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
101
115
|
*/
|
|
102
116
|
get markerOutline() {
|
|
103
|
-
return brushToString(this.i.
|
|
117
|
+
return brushToString(this.i.rf);
|
|
104
118
|
}
|
|
105
119
|
set markerOutline(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("markerOutline", brushToString(this.i.
|
|
120
|
+
this.i.rf = stringToBrush(v);
|
|
121
|
+
this._a("markerOutline", brushToString(this.i.rf));
|
|
108
122
|
}
|
|
109
123
|
/**
|
|
110
124
|
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
@@ -112,40 +126,40 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
112
126
|
* choose a representative set.
|
|
113
127
|
*/
|
|
114
128
|
get maximumMarkers() {
|
|
115
|
-
return this.i.
|
|
129
|
+
return this.i.qm;
|
|
116
130
|
}
|
|
117
131
|
set maximumMarkers(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("maximumMarkers", this.i.
|
|
132
|
+
this.i.qm = +v;
|
|
133
|
+
this._a("maximumMarkers", this.i.qm);
|
|
120
134
|
}
|
|
121
135
|
/**
|
|
122
136
|
* Gets the effective marker template for the current series object.
|
|
123
137
|
*/
|
|
124
138
|
get actualMarkerTemplate() {
|
|
125
|
-
return this.i.
|
|
139
|
+
return this.i.qz;
|
|
126
140
|
}
|
|
127
141
|
set actualMarkerTemplate(v) {
|
|
128
|
-
this.i.
|
|
142
|
+
this.i.qz = v;
|
|
129
143
|
}
|
|
130
144
|
/**
|
|
131
145
|
* Gets the effective marker brush for the current series object.
|
|
132
146
|
*/
|
|
133
147
|
get actualMarkerBrush() {
|
|
134
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.rc);
|
|
135
149
|
}
|
|
136
150
|
set actualMarkerBrush(v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
151
|
+
this.i.rc = stringToBrush(v);
|
|
152
|
+
this._a("actualMarkerBrush", brushToString(this.i.rc));
|
|
139
153
|
}
|
|
140
154
|
/**
|
|
141
155
|
* Gets the effective marker outline for the current series object.
|
|
142
156
|
*/
|
|
143
157
|
get actualMarkerOutline() {
|
|
144
|
-
return brushToString(this.i.
|
|
158
|
+
return brushToString(this.i.rd);
|
|
145
159
|
}
|
|
146
160
|
set actualMarkerOutline(v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
161
|
+
this.i.rd = stringToBrush(v);
|
|
162
|
+
this._a("actualMarkerOutline", brushToString(this.i.rd));
|
|
149
163
|
}
|
|
150
164
|
}
|
|
151
165
|
IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
|
|
@@ -28,11 +28,25 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
28
28
|
if (super["connectedCallback"]) {
|
|
29
29
|
super["connectedCallback"]();
|
|
30
30
|
}
|
|
31
|
+
if (this.i.connectedCallback) {
|
|
32
|
+
this.i.connectedCallback();
|
|
33
|
+
}
|
|
31
34
|
if (!this._attached) {
|
|
32
35
|
this._attached = true;
|
|
33
36
|
this._flushQueuedAttributes();
|
|
34
37
|
}
|
|
35
38
|
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
if (super["disconnectedCallback"]) {
|
|
41
|
+
super["disconnectedCallback"]();
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
36
50
|
static get observedAttributes() {
|
|
37
51
|
if (IgcGeographicPolylineSeriesComponent._observedAttributesIgcGeographicPolylineSeriesComponent == null) {
|
|
38
52
|
let names = getAllPropertyNames(IgcGeographicPolylineSeriesComponent);
|
|
@@ -53,55 +67,55 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
53
67
|
* Gets whether the current series shows a polyline shape.
|
|
54
68
|
*/
|
|
55
69
|
get isPolyline() {
|
|
56
|
-
return this.i.
|
|
70
|
+
return this.i.d9;
|
|
57
71
|
}
|
|
58
72
|
/**
|
|
59
73
|
* Gets or sets the fill brush.
|
|
60
74
|
*/
|
|
61
75
|
get shapeFill() {
|
|
62
|
-
return this.i.
|
|
76
|
+
return this.i.ro ? this.i.ro.fill : null;
|
|
63
77
|
}
|
|
64
78
|
set shapeFill(v) {
|
|
65
79
|
this.ensureShapeStyle();
|
|
66
|
-
this.i.
|
|
80
|
+
this.i.ro.fill = v;
|
|
67
81
|
}
|
|
68
82
|
/**
|
|
69
83
|
* Gets or sets the stroke brush.
|
|
70
84
|
*/
|
|
71
85
|
get shapeStroke() {
|
|
72
|
-
return this.i.
|
|
86
|
+
return this.i.ro ? this.i.ro.stroke : null;
|
|
73
87
|
}
|
|
74
88
|
set shapeStroke(v) {
|
|
75
89
|
this.ensureShapeStyle();
|
|
76
|
-
this.i.
|
|
90
|
+
this.i.ro.stroke = v;
|
|
77
91
|
}
|
|
78
92
|
/**
|
|
79
93
|
* Gets or sets the stroke thickness.
|
|
80
94
|
*/
|
|
81
95
|
get shapeStrokeThickness() {
|
|
82
|
-
return this.i.
|
|
96
|
+
return this.i.ro ? this.i.ro.strokeThickness : NaN;
|
|
83
97
|
}
|
|
84
98
|
set shapeStrokeThickness(v) {
|
|
85
99
|
this.ensureShapeStyle();
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("shapeStrokeThickness", this.i.
|
|
100
|
+
this.i.ro.strokeThickness = +v;
|
|
101
|
+
this._a("shapeStrokeThickness", this.i.ro.strokeThickness);
|
|
88
102
|
}
|
|
89
103
|
/**
|
|
90
104
|
* Gets or sets the opacity.
|
|
91
105
|
*/
|
|
92
106
|
get shapeOpacity() {
|
|
93
|
-
return this.i.
|
|
107
|
+
return this.i.ro ? this.i.ro.opacity : NaN;
|
|
94
108
|
}
|
|
95
109
|
set shapeOpacity(v) {
|
|
96
110
|
this.ensureShapeStyle();
|
|
97
|
-
this.i.
|
|
98
|
-
this._a("shapeOpacity", this.i.
|
|
111
|
+
this.i.ro.opacity = +v;
|
|
112
|
+
this._a("shapeOpacity", this.i.ro.opacity);
|
|
99
113
|
}
|
|
100
114
|
ensureShapeStyle() {
|
|
101
|
-
if (this.i.
|
|
115
|
+
if (this.i.ro) {
|
|
102
116
|
return;
|
|
103
117
|
}
|
|
104
|
-
this.i.
|
|
118
|
+
this.i.ro = new Style();
|
|
105
119
|
}
|
|
106
120
|
get styleShape() {
|
|
107
121
|
return this._styleShape;
|
|
@@ -124,6 +138,7 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
124
138
|
}
|
|
125
139
|
};
|
|
126
140
|
this.i.styleShape = delegateCombine(this.i.styleShape, this._styleShape_wrapped);
|
|
141
|
+
;
|
|
127
142
|
}
|
|
128
143
|
}
|
|
129
144
|
IgcGeographicPolylineSeriesComponent._observedAttributesIgcGeographicPolylineSeriesComponent = null;
|
|
@@ -15,11 +15,25 @@ export let IgcGeographicProportionalSymbolSeriesBaseComponent = /*@__PURE__*/ ((
|
|
|
15
15
|
if (super["connectedCallback"]) {
|
|
16
16
|
super["connectedCallback"]();
|
|
17
17
|
}
|
|
18
|
+
if (this.i.connectedCallback) {
|
|
19
|
+
this.i.connectedCallback();
|
|
20
|
+
}
|
|
18
21
|
if (!this._attached) {
|
|
19
22
|
this._attached = true;
|
|
20
23
|
this._flushQueuedAttributes();
|
|
21
24
|
}
|
|
22
25
|
}
|
|
26
|
+
disconnectedCallback() {
|
|
27
|
+
if (super["disconnectedCallback"]) {
|
|
28
|
+
super["disconnectedCallback"]();
|
|
29
|
+
}
|
|
30
|
+
if (this.i.disconnectedCallback) {
|
|
31
|
+
this.i.disconnectedCallback();
|
|
32
|
+
}
|
|
33
|
+
if (this._attached) {
|
|
34
|
+
this._attached = false;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
23
37
|
static get observedAttributes() {
|
|
24
38
|
if (IgcGeographicProportionalSymbolSeriesBaseComponent._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent == null) {
|
|
25
39
|
let names = getAllPropertyNames(IgcGeographicProportionalSymbolSeriesBaseComponent);
|