@sysvale/cuida 3.67.5 → 3.67.7

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.
@@ -30528,8 +30528,7 @@ const jre = {
30528
30528
  },
30529
30529
  url: {
30530
30530
  type: String,
30531
- default: "",
30532
- required: !0
30531
+ default: ""
30533
30532
  },
30534
30533
  variant: {
30535
30534
  type: String,
@@ -30598,7 +30597,10 @@ const jre = {
30598
30597
  }, Ure = ["id"], qre = ["id"], Gre = { key: 0 }, Kre = { key: 1 }, Zre = {
30599
30598
  key: 0,
30600
30599
  class: "floating-assistant__content"
30601
- }, Xre = { class: "floating-assistant__footer" }, Jre = ["href"], Qre = {
30600
+ }, Xre = {
30601
+ key: 0,
30602
+ class: "floating-assistant__footer"
30603
+ }, Jre = ["href"], Qre = {
30602
30604
  key: 1,
30603
30605
  class: "floating-assistant__subtitle"
30604
30606
  }, eae = { key: 2 };
@@ -30641,7 +30643,7 @@ function tae(t, e, n, i, s, r) {
30641
30643
  }, j(n.title), 3),
30642
30644
  s.isExpanded ? (y(), C("div", Zre, [
30643
30645
  oe(t.$slots, "default", {}, void 0, !0),
30644
- k("span", Xre, [
30646
+ n.url ? (y(), C("span", Xre, [
30645
30647
  Ye(" Voc\xEA pode saber mais "),
30646
30648
  k("a", {
30647
30649
  class: F(`floating-assistant__link--${n.variant}`),
@@ -30649,7 +30651,7 @@ function tae(t, e, n, i, s, r) {
30649
30651
  target: "_blank"
30650
30652
  }, " clicando aqui ", 10, Jre),
30651
30653
  Ye(". ")
30652
- ])
30654
+ ])) : U("", !0)
30653
30655
  ])) : (y(), C("span", Qre, " Clique para mais informa\xE7\xF5es "))
30654
30656
  ])),
30655
30657
  s.isExpanded ? (y(), C("div", eae, [
@@ -30672,7 +30674,7 @@ function tae(t, e, n, i, s, r) {
30672
30674
  ])
30673
30675
  ], 10, Ure);
30674
30676
  }
30675
- const nae = /* @__PURE__ */ he(jre, [["render", tae], ["__scopeId", "data-v-0d62de32"]]);
30677
+ const nae = /* @__PURE__ */ he(jre, [["render", tae], ["__scopeId", "data-v-12f84ef7"]]);
30676
30678
  const Up = {
30677
30679
  directives: {
30678
30680
  "on-click-outside": _r.directive
@@ -35955,6 +35957,12 @@ const due = {
35955
35957
  default: 5,
35956
35958
  validator: (t) => t > 0 && t <= 10
35957
35959
  },
35960
+ numResults: {
35961
+ type: Number,
35962
+ required: !1,
35963
+ default: 5,
35964
+ validator: (t) => t > 0
35965
+ },
35958
35966
  initialStateText: {
35959
35967
  type: String,
35960
35968
  required: !1,
@@ -36025,7 +36033,7 @@ const due = {
36025
36033
  d.value.trim().length > 0 && i("onEnterPress", d.value);
36026
36034
  }
36027
36035
  function M(P) {
36028
- return P.slice(0, 5);
36036
+ return P.slice(0, n.numResults);
36029
36037
  }
36030
36038
  return (P, L) => s.value ? (y(), C("div", due, [
36031
36039
  k("div", {
@@ -36169,7 +36177,7 @@ const due = {
36169
36177
  }, 1032, ["highlighted-text"])
36170
36178
  ]))
36171
36179
  ], 8, pue))), 128)),
36172
- R.results.length > 5 ? (y(), ae(ir, {
36180
+ R.results.length > n.numResults ? (y(), ae(ir, {
36173
36181
  key: 1,
36174
36182
  class: "quick_action_bar__show-more",
36175
36183
  align: "center",
@@ -36192,7 +36200,7 @@ const due = {
36192
36200
  ], 32)
36193
36201
  ])) : U("", !0);
36194
36202
  }
36195
- }, vue = /* @__PURE__ */ he(mue, [["__scopeId", "data-v-fee7edc6"]]);
36203
+ }, vue = /* @__PURE__ */ he(mue, [["__scopeId", "data-v-d90616fb"]]);
36196
36204
  const ig = {
36197
36205
  props: {
36198
36206
  modelValue: {