design-system-next 1.15.14 → 1.15.15
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.
|
@@ -6435,7 +6435,7 @@ const Ri = (e, r) => {
|
|
|
6435
6435
|
const m = (h) => {
|
|
6436
6436
|
o.value = h.map((v) => v.value.toString()), a.value || (p.value = !1);
|
|
6437
6437
|
}, N = (h) => {
|
|
6438
|
-
|
|
6438
|
+
C(h) && (p.value = !1);
|
|
6439
6439
|
}, C = (h) => {
|
|
6440
6440
|
let v = u.value;
|
|
6441
6441
|
return h.forEach(($) => {
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -68,8 +68,6 @@ export const useDropdown = (props: DropdownPropTypes, emit: SetupContext<Dropdow
|
|
|
68
68
|
|
|
69
69
|
// Handle selected item for ladderized list component
|
|
70
70
|
const handleSelectedLadderizedItem = (selectedItems: string[]) => {
|
|
71
|
-
emit('update:modelValue', selectedItems);
|
|
72
|
-
|
|
73
71
|
// If item is from last sublevel, close the dropdown
|
|
74
72
|
if (checkIfItemFromLastSublevel(selectedItems)) {
|
|
75
73
|
dropdownPopperState.value = false;
|