@up-packages/ui 0.9.7-qa → 0.9.8-qa
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/components/UpxRiskLevel/UpxRiskCard.vue.d.ts +1 -1
- package/dist/components/UpxRiskLevel/UpxRiskLevel.vue.d.ts +1 -1
- package/dist/components/UpxRiskLevel/UpxRiskScore.vue.d.ts +1 -1
- package/dist/up-ui.css +1 -1
- package/dist/uplexis-ui.js +5 -6
- package/dist/uplexis-ui.js.map +1 -1
- package/dist/uplexis-ui.umd.cjs +1 -1
- package/dist/uplexis-ui.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/uplexis-ui.js
CHANGED
|
@@ -17128,12 +17128,11 @@ const Xn = wb(), Xt = {
|
|
|
17128
17128
|
items: { default: () => [
|
|
17129
17129
|
{ label: "Baixo Risco", range: "80-100", variant: "low" },
|
|
17130
17130
|
{ label: "Risco Moderado", range: "60-79", variant: "moderate" },
|
|
17131
|
-
{ label: "Risco Alto", range: "
|
|
17132
|
-
{ label: "Risco Crítico", range: "0-39", variant: "critical" }
|
|
17131
|
+
{ label: "Risco Alto", range: "0-59", variant: "high" }
|
|
17133
17132
|
] }
|
|
17134
17133
|
},
|
|
17135
17134
|
setup(e) {
|
|
17136
|
-
const n = (t) => ["low", "moderate", "high"
|
|
17135
|
+
const n = (t) => ["low", "moderate", "high"][t] || "low";
|
|
17137
17136
|
return (t, a) => (I(), D("div", fx, [
|
|
17138
17137
|
(I(!0), D(re, null, We(e.items, (l, o) => (I(), D("div", {
|
|
17139
17138
|
key: o,
|
|
@@ -17147,7 +17146,7 @@ const Xn = wb(), Xt = {
|
|
|
17147
17146
|
], 2))), 128))
|
|
17148
17147
|
]));
|
|
17149
17148
|
}
|
|
17150
|
-
}), yx = /* @__PURE__ */ N(hx, [["__scopeId", "data-v-
|
|
17149
|
+
}), yx = /* @__PURE__ */ N(hx, [["__scopeId", "data-v-502c0b4e"]]), px = { class: "upx-risk-card__header" }, bx = { class: "upx-risk-card__title" }, xx = { class: "upx-risk-card__content" }, kx = { class: "upx-risk-card__field" }, _x = { class: "upx-risk-card__label" }, wx = { class: "upx-risk-card__field" }, Sx = { class: "upx-risk-card__label" }, Cx = { class: "upx-risk-card__footer" }, Ix = { class: "upx-risk-card__range" }, $x = /* @__PURE__ */ Z({
|
|
17151
17150
|
__name: "UpxRiskCard",
|
|
17152
17151
|
props: {
|
|
17153
17152
|
title: { default: "Risco" },
|
|
@@ -17210,7 +17209,7 @@ const Xn = wb(), Xt = {
|
|
|
17210
17209
|
])
|
|
17211
17210
|
], 2));
|
|
17212
17211
|
}
|
|
17213
|
-
}), Vx = /* @__PURE__ */ N($x, [["__scopeId", "data-v-
|
|
17212
|
+
}), Vx = /* @__PURE__ */ N($x, [["__scopeId", "data-v-ba7decf9"]]), Ur = /* @__PURE__ */ Z({
|
|
17214
17213
|
__name: "UpxTextField",
|
|
17215
17214
|
props: {
|
|
17216
17215
|
modelValue: {},
|
|
@@ -17463,7 +17462,7 @@ const Xn = wb(), Xt = {
|
|
|
17463
17462
|
])
|
|
17464
17463
|
], 2));
|
|
17465
17464
|
}
|
|
17466
|
-
}), Xx = /* @__PURE__ */ N(Yx, [["__scopeId", "data-v-
|
|
17465
|
+
}), Xx = /* @__PURE__ */ N(Yx, [["__scopeId", "data-v-93dc9fe0"]]), Qx = { class: "upx-risk-finding__header" }, Jx = { class: "upx-risk-finding__content" }, Zx = { class: "upx-risk-finding__title" }, ek = { class: "upx-risk-finding__subtitle" }, tk = {
|
|
17467
17466
|
key: 0,
|
|
17468
17467
|
class: "upx-risk-finding__tags"
|
|
17469
17468
|
}, nk = /* @__PURE__ */ Z({
|