@dataloop-ai/components 0.20.159 → 0.20.160
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
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
</div>
|
|
146
146
|
</div>
|
|
147
147
|
<dl-menu
|
|
148
|
+
v-if="!noOptions || !hideEmptyMenu"
|
|
148
149
|
ref="menu"
|
|
149
150
|
v-model="isExpanded"
|
|
150
151
|
fit-container
|
|
@@ -512,6 +513,10 @@ export default defineComponent({
|
|
|
512
513
|
keepFocusOnBlur: {
|
|
513
514
|
type: Boolean,
|
|
514
515
|
default: false
|
|
516
|
+
},
|
|
517
|
+
hideEmptyMenu: {
|
|
518
|
+
type: Boolean,
|
|
519
|
+
default: false
|
|
515
520
|
}
|
|
516
521
|
},
|
|
517
522
|
emits: [
|