@idmwx/idmui-gl3 5.8.3 → 5.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 +32 -17
- package/dist/index.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4095,19 +4095,28 @@ const Ba = {
|
|
|
4095
4095
|
if (!this.context) {
|
|
4096
4096
|
this.context = this.viewport.rampColorCanvas.getContext("webgl");
|
|
4097
4097
|
const t = [
|
|
4098
|
-
[0, "rgba(
|
|
4099
|
-
[1 / 255, "rgba(
|
|
4100
|
-
[
|
|
4101
|
-
|
|
4102
|
-
|
|
4098
|
+
[0, "rgba(220, 243, 252, 0)"],
|
|
4099
|
+
[1 / 255, "rgba(255, 255, 255, 0)"],
|
|
4100
|
+
[1 / 255, "rgba(255, 255, 255, 1)"],
|
|
4101
|
+
[25 / 255, "rgba(150, 200, 255, 1)"],
|
|
4102
|
+
// 10
|
|
4103
|
+
[25 / 255, "rgba(47, 226, 155, 1)"],
|
|
4104
|
+
// 10
|
|
4105
|
+
[100 / 255, "rgba(47, 226, 155, 1)"],
|
|
4103
4106
|
// 40
|
|
4104
|
-
[
|
|
4105
|
-
//
|
|
4106
|
-
[
|
|
4107
|
-
//
|
|
4108
|
-
[
|
|
4107
|
+
[100 / 255, "rgba(213, 253, 37, 1)"],
|
|
4108
|
+
// 40
|
|
4109
|
+
[175 / 255, "rgba(213, 253, 37, 1)"],
|
|
4110
|
+
// 70
|
|
4111
|
+
[175 / 255, "rgba(230, 176, 39, 1)"],
|
|
4112
|
+
// 70
|
|
4113
|
+
[225 / 255, "rgba(230, 176, 39, 1)"],
|
|
4114
|
+
// 90
|
|
4115
|
+
[225 / 255, "rgba(230, 84, 39, 1)"],
|
|
4116
|
+
// 90
|
|
4117
|
+
[250 / 255, "rgba(230, 84, 39, 1)"],
|
|
4109
4118
|
// 100
|
|
4110
|
-
[1, "rgba(
|
|
4119
|
+
[1, "rgba(230, 84, 39, 1)"]
|
|
4111
4120
|
// 100%
|
|
4112
4121
|
];
|
|
4113
4122
|
this.rampColor = this.webgl.setup(this.context, t);
|
|
@@ -4132,16 +4141,22 @@ function Ea(t, e, a, r, i, o) {
|
|
|
4132
4141
|
class: "legend-bars flex-center",
|
|
4133
4142
|
style: V([{ position: "absolute" }, { right: i.right + "px", bottom: a.bottom }])
|
|
4134
4143
|
}, e[0] || (e[0] = [
|
|
4135
|
-
s("span",
|
|
4136
|
-
s("span",
|
|
4144
|
+
s("span", { style: { color: "rgba(0,0,0,0.6)" } }, null, -1),
|
|
4145
|
+
s("span", { style: { display: "inline-block", color: "rgba(0,0,0,0.6)", position: "relative", left: "-10px" } }, "%", -1),
|
|
4146
|
+
s("span", null, "10", -1),
|
|
4147
|
+
s("span", null, null, -1),
|
|
4148
|
+
s("span", null, null, -1),
|
|
4137
4149
|
s("span", null, "40", -1),
|
|
4138
|
-
s("span", null,
|
|
4139
|
-
s("span",
|
|
4140
|
-
s("span", null, "
|
|
4150
|
+
s("span", null, null, -1),
|
|
4151
|
+
s("span", { style: { color: "rgba(0,0,0,0.6)" } }, null, -1),
|
|
4152
|
+
s("span", null, "70", -1),
|
|
4153
|
+
s("span", null, null, -1),
|
|
4154
|
+
s("span", null, "90", -1),
|
|
4155
|
+
s("span", null, null, -1)
|
|
4141
4156
|
]), 4)
|
|
4142
4157
|
])) : R("", !0);
|
|
4143
4158
|
}
|
|
4144
|
-
const Da = /* @__PURE__ */ O(Ba, [["render", Ea], ["__scopeId", "data-v-
|
|
4159
|
+
const Da = /* @__PURE__ */ O(Ba, [["render", Ea], ["__scopeId", "data-v-d30e6468"]]);
|
|
4145
4160
|
const Pa = {
|
|
4146
4161
|
name: "IdmCover",
|
|
4147
4162
|
props: {
|