@christianriedl/media 1.0.50 → 1.0.51

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": "@christianriedl/media",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -291,10 +291,10 @@
291
291
  </script>
292
292
 
293
293
  <template>
294
- <v-container fluid :style="heightStyle" class="bg-grey-darken-3">
294
+ <v-container fluid :style="heightStyle" class="bg-grey-darken-3 pa-0">
295
295
  <v-carousel hide-delimiters :show-arrows="false" v-model="index"
296
296
  :width="width" :height="height" :cycle="cycle" :interval="interval"
297
- @dblclick="onDblClick">
297
+ @dblclick="onDblClick" @update:modelValue="infoDialog = false">
298
298
  <v-carousel-item v-for="item in items" :key="item.DLNAID">
299
299
  <img :src="getUrl(item)" :alt="item.Name" :width="getWidth(item)" :height="getHeight(item)" />
300
300
  </v-carousel-item>