@up-packages/ui 0.11.0-qa → 0.12.0-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/uplexis-ui.js
CHANGED
|
@@ -17148,7 +17148,7 @@ const Zn = _b(), Qt = {
|
|
|
17148
17148
|
props: {
|
|
17149
17149
|
items: { default: () => [
|
|
17150
17150
|
{ label: "Baixo Risco", range: "80-100", variant: "low" },
|
|
17151
|
-
{ label: "Risco
|
|
17151
|
+
{ label: "Risco Médio", range: "60-79", variant: "moderate" },
|
|
17152
17152
|
{ label: "Risco Alto", range: "0-59", variant: "high" }
|
|
17153
17153
|
] }
|
|
17154
17154
|
},
|
|
@@ -17167,7 +17167,7 @@ const Zn = _b(), Qt = {
|
|
|
17167
17167
|
], 2))), 128))
|
|
17168
17168
|
]));
|
|
17169
17169
|
}
|
|
17170
|
-
}), px = /* @__PURE__ */ j(yx, [["__scopeId", "data-v-
|
|
17170
|
+
}), px = /* @__PURE__ */ j(yx, [["__scopeId", "data-v-83436a43"]]), bx = { class: "upx-risk-card__header" }, xx = { class: "upx-risk-card__title" }, kx = { class: "upx-risk-card__content" }, wx = { class: "upx-risk-card__field" }, Sx = { class: "upx-risk-card__label" }, _x = { class: "upx-risk-card__field" }, Cx = { class: "upx-risk-card__label" }, Ix = { class: "upx-risk-card__footer" }, Vx = { class: "upx-risk-card__range" }, $x = /* @__PURE__ */ te({
|
|
17171
17171
|
__name: "UpxRiskCard",
|
|
17172
17172
|
props: {
|
|
17173
17173
|
title: { default: "Risco" },
|
|
@@ -17177,7 +17177,9 @@ const Zn = _b(), Qt = {
|
|
|
17177
17177
|
minLabel: { default: "Valor Mínimo" },
|
|
17178
17178
|
maxLabel: { default: "Valor Máximo" },
|
|
17179
17179
|
readonly: { type: Boolean, default: !1 },
|
|
17180
|
-
disabled: { type: Boolean, default: !1 }
|
|
17180
|
+
disabled: { type: Boolean, default: !1 },
|
|
17181
|
+
disableMin: { type: Boolean, default: !1 },
|
|
17182
|
+
disableMax: { type: Boolean, default: !1 }
|
|
17181
17183
|
},
|
|
17182
17184
|
emits: ["update:minValue", "update:maxValue"],
|
|
17183
17185
|
setup(e, { emit: n }) {
|
|
@@ -17207,7 +17209,7 @@ const Zn = _b(), Qt = {
|
|
|
17207
17209
|
density: "compact",
|
|
17208
17210
|
"hide-details": "",
|
|
17209
17211
|
readonly: e.readonly,
|
|
17210
|
-
disabled: e.disabled
|
|
17212
|
+
disabled: e.disabled || e.disableMin
|
|
17211
17213
|
}, null, 8, ["modelValue", "readonly", "disabled"])
|
|
17212
17214
|
]),
|
|
17213
17215
|
p("div", _x, [
|
|
@@ -17221,7 +17223,7 @@ const Zn = _b(), Qt = {
|
|
|
17221
17223
|
density: "compact",
|
|
17222
17224
|
"hide-details": "",
|
|
17223
17225
|
readonly: e.readonly,
|
|
17224
|
-
disabled: e.disabled
|
|
17226
|
+
disabled: e.disabled || e.disableMax
|
|
17225
17227
|
}, null, 8, ["modelValue", "readonly", "disabled"])
|
|
17226
17228
|
])
|
|
17227
17229
|
]),
|
|
@@ -17230,7 +17232,7 @@ const Zn = _b(), Qt = {
|
|
|
17230
17232
|
])
|
|
17231
17233
|
], 2));
|
|
17232
17234
|
}
|
|
17233
|
-
}), Px = /* @__PURE__ */ j($x, [["__scopeId", "data-v-
|
|
17235
|
+
}), Px = /* @__PURE__ */ j($x, [["__scopeId", "data-v-9161159e"]]), Bx = /* @__PURE__ */ te({
|
|
17234
17236
|
__name: "UpxTextField",
|
|
17235
17237
|
props: {
|
|
17236
17238
|
modelValue: {},
|