@idmwx/idmui-gl4 0.8.3 → 0.8.4
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/dist/index.js +6 -6
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
- package/dist/loading-blue.gif +0 -0
- package/dist/night.png +0 -0
package/dist/index.js
CHANGED
|
@@ -408,9 +408,9 @@ const Va = {
|
|
|
408
408
|
source: this.source,
|
|
409
409
|
filter: ["all", ["==", "$type", "Polygon"], ["!=", "disabled", !0]],
|
|
410
410
|
paint: {
|
|
411
|
-
"fill-outline-color": this.Theme.current.value.colors["map-
|
|
411
|
+
"fill-outline-color": this.Theme.current.value.colors["map-red"],
|
|
412
412
|
"fill-opacity": 0.4,
|
|
413
|
-
"fill-color": this.Theme.current.value.colors["map-
|
|
413
|
+
"fill-color": this.Theme.current.value.colors["map-red"]
|
|
414
414
|
}
|
|
415
415
|
}, this.beforeLayer), this.map.addLayer({
|
|
416
416
|
id: this.polygonLayer + "-border",
|
|
@@ -419,7 +419,7 @@ const Va = {
|
|
|
419
419
|
filter: ["all", ["==", "$type", "Polygon"], ["!=", "disabled", !0]],
|
|
420
420
|
paint: {
|
|
421
421
|
"line-width": 1,
|
|
422
|
-
"line-color": this.Theme.current.value.colors["map-
|
|
422
|
+
"line-color": this.Theme.current.value.colors["map-red"]
|
|
423
423
|
}
|
|
424
424
|
}, this.beforeLayer), this.map.addLayer({
|
|
425
425
|
id: this.lineLayer,
|
|
@@ -427,7 +427,7 @@ const Va = {
|
|
|
427
427
|
source: this.source,
|
|
428
428
|
filter: ["all", ["==", "$type", "LineString"], ["!=", "disabled", !0]],
|
|
429
429
|
paint: {
|
|
430
|
-
"line-color": this.Theme.current.value.colors["map-
|
|
430
|
+
"line-color": this.Theme.current.value.colors["map-red"],
|
|
431
431
|
"line-width": 2
|
|
432
432
|
}
|
|
433
433
|
}, this.beforeLayer), this.map.addLayer({
|
|
@@ -7617,7 +7617,7 @@ function is(t, e, o, i, a, r) {
|
|
|
7617
7617
|
onClick: r.handleMenuToggle
|
|
7618
7618
|
}), {
|
|
7619
7619
|
default: u(() => e[4] || (e[4] = [
|
|
7620
|
-
l("i", { class: "iconfont icon-
|
|
7620
|
+
l("i", { class: "iconfont icon-Tropical text-h4" }, null, -1)
|
|
7621
7621
|
])),
|
|
7622
7622
|
_: 2,
|
|
7623
7623
|
__: [4]
|
|
@@ -9767,7 +9767,7 @@ function Gs(t, e, o, i, a, r) {
|
|
|
9767
9767
|
onClick: r.handleClickFastMore
|
|
9768
9768
|
}), {
|
|
9769
9769
|
default: u(() => [
|
|
9770
|
-
l("i", B(x, { class: "iconfont icon-
|
|
9770
|
+
l("i", B(x, { class: "iconfont icon-dots-align" }), null, 16)
|
|
9771
9771
|
]),
|
|
9772
9772
|
_: 2
|
|
9773
9773
|
}, 1040, ["onClick"])
|