@dataloop-ai/components 0.17.57 → 0.17.58
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/package.json
CHANGED
|
@@ -418,6 +418,7 @@ export default defineComponent({
|
|
|
418
418
|
const handleModelValueUpdate = (val: any) => {
|
|
419
419
|
emit('update:model-value', val)
|
|
420
420
|
emit('change', val)
|
|
421
|
+
emit('selected', val)
|
|
421
422
|
}
|
|
422
423
|
const handleSelectedItem = (value: any) => {
|
|
423
424
|
selectedIndex.value = props.options.findIndex(
|