@up-packages/ui 0.11.0-qa → 0.12.1-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.
@@ -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 Moderado", range: "60-79", variant: "moderate" },
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-502c0b4e"]]), 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({
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-ba7decf9"]]), Bx = /* @__PURE__ */ te({
17235
+ }), Px = /* @__PURE__ */ j($x, [["__scopeId", "data-v-9161159e"]]), Bx = /* @__PURE__ */ te({
17234
17236
  __name: "UpxTextField",
17235
17237
  props: {
17236
17238
  modelValue: {},
@@ -17380,7 +17382,8 @@ const Zn = _b(), Qt = {
17380
17382
  active: { type: Boolean, default: !1 },
17381
17383
  weight: { default: 0 },
17382
17384
  maxWeight: { default: 100 },
17383
- inactiveText: { default: "Critério inativo" }
17385
+ inactiveText: { default: "Critério inativo" },
17386
+ borderless: { type: Boolean, default: !1 }
17384
17387
  },
17385
17388
  emits: ["update:active", "update:weight"],
17386
17389
  setup(e, { emit: n }) {
@@ -17392,7 +17395,10 @@ const Zn = _b(), Qt = {
17392
17395
  set: (s) => a("update:weight", Number(s))
17393
17396
  }), i = k(() => l.value ? `Peso: ${t.weight} de ${t.maxWeight}` : t.inactiveText);
17394
17397
  return (s, r) => (C(), F("div", {
17395
- class: L(["upx-risk-criteria", { "upx-risk-criteria--inactive": !l.value }])
17398
+ class: L(["upx-risk-criteria", {
17399
+ "upx-risk-criteria--inactive": !l.value,
17400
+ "upx-risk-criteria--borderless": e.borderless
17401
+ }])
17396
17402
  }, [
17397
17403
  p("div", Ax, [
17398
17404
  y(jh, {
@@ -17423,7 +17429,7 @@ const Zn = _b(), Qt = {
17423
17429
  ])
17424
17430
  ], 2));
17425
17431
  }
17426
- }), Lx = /* @__PURE__ */ j(Ox, [["__scopeId", "data-v-e73eeed1"]]), Mx = { class: "upx-risk-score__header" }, Rx = { class: "upx-risk-score__icon-wrapper" }, Ux = { class: "upx-risk-score__meta" }, zx = { class: "upx-risk-score__label" }, Nx = { class: "upx-risk-score__badge" }, Hx = { class: "upx-risk-score__score-display" }, Wx = { class: "upx-risk-score__score-value" }, jx = { class: "upx-risk-score__score-subtitle" }, Gx = { class: "upx-risk-score__progress-wrapper" }, Kx = { class: "upx-risk-score__progress-track" }, qx = { class: "upx-risk-score__progress-labels" }, Yx = { class: "upx-risk-score__footer" }, Xx = { class: "upx-risk-score__footer-text" }, Qx = /* @__PURE__ */ te({
17432
+ }), Lx = /* @__PURE__ */ j(Ox, [["__scopeId", "data-v-ea76e79b"]]), Mx = { class: "upx-risk-score__header" }, Rx = { class: "upx-risk-score__icon-wrapper" }, Ux = { class: "upx-risk-score__meta" }, zx = { class: "upx-risk-score__label" }, Nx = { class: "upx-risk-score__badge" }, Hx = { class: "upx-risk-score__score-display" }, Wx = { class: "upx-risk-score__score-value" }, jx = { class: "upx-risk-score__score-subtitle" }, Gx = { class: "upx-risk-score__progress-wrapper" }, Kx = { class: "upx-risk-score__progress-track" }, qx = { class: "upx-risk-score__progress-labels" }, Yx = { class: "upx-risk-score__footer" }, Xx = { class: "upx-risk-score__footer-text" }, Qx = /* @__PURE__ */ te({
17427
17433
  __name: "UpxRiskScore",
17428
17434
  props: {
17429
17435
  variant: { default: "high" },