@afeefa/vue-app 0.0.271 → 0.0.273

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.
@@ -1 +1 @@
1
- 0.0.271
1
+ 0.0.273
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.271",
3
+ "version": "0.0.273",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -23,6 +23,7 @@
23
23
  placeholder="Mausklick oder Space/↓-Taste zum Auswählen"
24
24
  :clearable="clearable && !!selectedItems.length"
25
25
  appendIcon="$dropdown"
26
+ :hide-details="$attrs['hide-details'] != undefined"
26
27
  @keydown.space.prevent="open"
27
28
  @keydown.down.prevent="open"
28
29
  @keydown.enter.prevent="open"