@rocketui/vue 0.2.42 → 0.2.43
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
|
@@ -9149,7 +9149,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
|
|
|
9149
9149
|
[C.optionsClass]: C.optionsClass
|
|
9150
9150
|
}])
|
|
9151
9151
|
}, [
|
|
9152
|
-
C.showSelectAll && C.multiple ? (m(), Z("li", {
|
|
9152
|
+
C.showSelectAll && C.multiple && P.value.length > 0 ? (m(), Z("li", {
|
|
9153
9153
|
key: 0,
|
|
9154
9154
|
class: p(["r-dropdown-options__option", {
|
|
9155
9155
|
"r-dropdown-options__option--active": L.value.length === P.value.length,
|
|
@@ -9217,7 +9217,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
|
|
|
9217
9217
|
], 10, C3))), 128)),
|
|
9218
9218
|
P.value.length === 0 ? (m(), Z("li", V3, [
|
|
9219
9219
|
f(a.$slots, "not-options", {}, () => [
|
|
9220
|
-
S1(v(C.
|
|
9220
|
+
S1(v(C.noOptionsText), 1)
|
|
9221
9221
|
])
|
|
9222
9222
|
])) : O("", !0)
|
|
9223
9223
|
], 2)
|