@rocketui/vue 0.2.20 → 0.2.22
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/rocket-ui-vue.js
CHANGED
|
@@ -8666,14 +8666,13 @@ async function D5({ value: H }, { value: V }, { value: C }, M, A, L, i = 300, e)
|
|
|
8666
8666
|
Z5()
|
|
8667
8667
|
]
|
|
8668
8668
|
}).then(({ x: d, y: t, placement: l, middlewareData: o }) => {
|
|
8669
|
-
var a;
|
|
8670
8669
|
if (!V)
|
|
8671
8670
|
return;
|
|
8672
|
-
const r =
|
|
8671
|
+
const r = H.offsetLeft || 0, a = H.offsetTop + H.offsetHeight + 16 || 0;
|
|
8673
8672
|
if (Object.assign(V.style, {
|
|
8674
8673
|
maxWidth: e === "dropdown" ? `${H.offsetWidth}px` : "auto",
|
|
8675
8674
|
left: e === "dropdown" ? `${r}px` : `${d}px`,
|
|
8676
|
-
top: `${t}px`,
|
|
8675
|
+
top: e === "dropdown" ? `${a}px` : `${t}px`,
|
|
8677
8676
|
animation: `r-tooltip-show ${i}ms ease-in-out forwards`,
|
|
8678
8677
|
transformOrigin: "start"
|
|
8679
8678
|
}), C && o.arrow) {
|
|
@@ -9019,7 +9018,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], W5 = /* @__PURE__ */ T({
|
|
|
9019
9018
|
clearable: !C.hideChipClear,
|
|
9020
9019
|
label: s.label,
|
|
9021
9020
|
"no-wrap": "",
|
|
9022
|
-
variant: "
|
|
9021
|
+
variant: "info",
|
|
9023
9022
|
"onClick:close": ($) => P($, s, D)
|
|
9024
9023
|
}, null, 8, ["clearable", "label", "onClick:close"])) : (m(), Z("p", Q5, w(`${s.label}, `), 1))
|
|
9025
9024
|
])), 128)),
|