@rocketui/vue 0.1.18 → 0.1.20

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.
@@ -8663,7 +8663,6 @@ async function D5({ value: H }, { value: V }, { value: C }, M, A, L, i = 300, e)
8663
8663
  const r = ((o = H.offsetParent) == null ? void 0 : o.getBoundingClientRect().left) || 0;
8664
8664
  if (Object.assign(V.style, {
8665
8665
  maxWidth: e === "dropdown" ? `${H.offsetWidth}px` : "auto",
8666
- width: "100%",
8667
8666
  left: e === "dropdown" ? `${r}px` : `${d}px`,
8668
8667
  top: `${t}px`,
8669
8668
  animation: `r-tooltip-show ${i}ms ease-in-out forwards`,
@@ -8948,7 +8947,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
8948
8947
  "outside-click": "",
8949
8948
  placement: "bottom",
8950
8949
  resizable: "",
8951
- "tooltip-class": "w-max",
8950
+ "tooltip-class": "w-full",
8952
8951
  "trigger-class": "w-full",
8953
8952
  triggers: ["click"],
8954
8953
  type: "dropdown",
@@ -8981,7 +8980,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
8981
8980
  }, null, 8, ["name"])) : c("", !0)
8982
8981
  ])
8983
8982
  ], 2)) : c("", !0),
8984
- C.taggable ? (m(), n("div", I5, [
8983
+ C.taggable && L.length ? (m(), n("div", I5, [
8985
8984
  f(s.$slots, "tags", {
8986
8985
  options: L,
8987
8986
  removeOption: k,
@@ -8998,7 +8997,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
8998
8997
  }, null, 8, ["label", "onClick:close"]))), 128))
8999
8998
  ])
9000
8999
  ])) : c("", !0),
9001
- C.multiple ? (m(), n("div", Q5, [
9000
+ C.multiple && L.length ? (m(), n("div", Q5, [
9002
9001
  (m(!0), n(V1, null, A1(L, (O, R) => (m(), n("p", { key: R }, b(`${O.label},`), 1))), 128))
9003
9002
  ])) : c("", !0),
9004
9003
  X1(S("input", {
@@ -9264,7 +9263,8 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
9264
9263
  [`r-snackbar--${C.variant}`]: !0,
9265
9264
  [C.left ? "r-snackbar__left" : "r-snackbar__right"]: !0,
9266
9265
  [C.modelValue ? "r-snackbar--shown" : "r-snackbar--hidden"]: !0,
9267
- [C.top ? "r-snackbar__top" : "r-snackbar__bottom"]: !0
9266
+ [C.top ? "r-snackbar__top" : "r-snackbar__bottom"]: !0,
9267
+ "r-snackbar--closable": C.closable
9268
9268
  })), L = g(() => ({
9269
9269
  success: "mdiCheckCircle",
9270
9270
  error: "mdiAlertCircle",