@rocketui/vue 0.2.76 → 0.2.77
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
|
@@ -8865,7 +8865,7 @@ const Q5 = ["aria-disabled"], G5 = ["innerHTML"], $5 = ["id"], U5 = /* @__PURE__
|
|
|
8865
8865
|
}), z5 = ["id", "onClick"], K5 = { class: "r-dropdown__selections" }, q5 = { class: "flex flex-wrap items-center gap-2 text-sm" }, j5 = {
|
|
8866
8866
|
key: 0,
|
|
8867
8867
|
class: "r-dropdown__remaining-count-text"
|
|
8868
|
-
}, X5 = ["id", "autocomplete", "disabled", "placeholder", "readonly", "onInput", "onKeydown"], Y5 = ["data-has-value", "onClick"], J5 = ["onClick"], C3 = { class: "flex items-center" }, H3 = { class: "r-dropdown-options__option__label" }, V3 = {
|
|
8868
|
+
}, X5 = ["id", "autocomplete", "disabled", "placeholder", "readonly", "onInput", "onKeydown"], Y5 = ["id", "data-has-value", "onClick"], J5 = ["onClick"], C3 = { class: "flex items-center" }, H3 = { class: "r-dropdown-options__option__label" }, V3 = {
|
|
8869
8869
|
key: 1,
|
|
8870
8870
|
class: "r-dropdown-options__divider"
|
|
8871
8871
|
}, L3 = ["aria-disabled", "onClick"], M3 = { class: "flex items-center" }, i3 = {
|
|
@@ -9132,6 +9132,7 @@ const Q5 = ["aria-disabled"], G5 = ["innerHTML"], $5 = ["id"], U5 = /* @__PURE__
|
|
|
9132
9132
|
]),
|
|
9133
9133
|
C.clearable ? (t(), r("div", {
|
|
9134
9134
|
key: 1,
|
|
9135
|
+
id: C.id ? `${C.id}-clearable-icon` : "clearable-icon",
|
|
9135
9136
|
class: "r-dropdown__clearable",
|
|
9136
9137
|
"data-has-value": (e.value !== "" || L.value.length) && A.value,
|
|
9137
9138
|
onClick: (c) => N(c, v)
|