@dataloop-ai/components 0.17.57 → 0.17.59

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.17.57",
3
+ "version": "0.17.59",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -70,7 +70,6 @@ export default defineComponent({
70
70
  width: 100%;
71
71
  align-items: flex-start;
72
72
  justify-content: space-between;
73
- padding-top: 20px;
74
73
  }
75
74
 
76
75
  .title {
@@ -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(