@christianriedl/media 1.0.260 → 1.0.261

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.260",
3
+ "version": "1.0.261",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -149,10 +149,10 @@
149
149
  <v-container v-else fluid>
150
150
  <v-row dense align="center">
151
151
  <v-col cols="4">
152
- <v-text-field label="Like" v-model="like" clearable hide-details single-line></v-text-field>
152
+ <v-text-field label="Like" v-model="like" clearable hide-details density="compact" single-line></v-text-field>
153
153
  </v-col>
154
154
  <v-col cols="5">
155
- <v-text-field label="Contains" v-model="contains" clearable hide-details single-line></v-text-field>
155
+ <v-text-field label="Contains" v-model="contains" clearable hide-details density="compact" single-line></v-text-field>
156
156
  </v-col>
157
157
  <v-col cols="1">
158
158
  <v-checkbox label="Rec" v-model="recursive" hide-details density="compact" ></v-checkbox>
@@ -257,7 +257,7 @@
257
257
  </v-row>
258
258
  <v-row v-else dense align="center">
259
259
  <v-col cols="6">
260
- <v-combobox label="Titel" v-model="title" :items="titles" @update:modelValue="onTitleChanged" hide-details single-line></v-combobox>
260
+ <v-combobox label="Titel" v-model="title" :items="titles" @update:modelValue="onTitleChanged" hide-details density="compact" single-line></v-combobox>
261
261
  </v-col>
262
262
  <v-col cols="2">
263
263
  <v-checkbox v-model="withLocation" hide-details density="compact" label="Loc" @update:modelValue="onLocPersChanged" ></v-checkbox>