Loading package.json +1 −1 Original line number Diff line number Diff line { "name": "@certic/vue-jama", "version": "0.3.46", "version": "0.3.47", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", Loading src/components/JamaCollection.vue +2 −2 Original line number Diff line number Diff line Loading @@ -61,8 +61,8 @@ </v-list> </v-menu> <v-toolbar-title :title="collection.title" class="pt-0 pb-0 justify-center"> <span class="text-truncate collection-title pt-1 ma-0"> <v-toolbar-title :title="collection.title" class="ml-2 d-flex"> <span class="text-truncate collection-title"> {{$t('collection.label')}} {{ collection.title }} </span> </v-toolbar-title> Loading src/components/JamaCollectionTile.vue +5 −0 Original line number Diff line number Diff line <template> <v-hover> <template v-slot:default="{ hover }"> <v-card :id="collection.title" draggable height="200" :title="collection.title" class="clickable d-flex flex-column justify-space-between collection-tile" :data-metas="metaAttrValues" :elevation="hover ? 24 : 1" @dragstart="dragStarted($event)" @click="select()" @dragover.prevent Loading @@ -24,6 +27,8 @@ </v-card-text> </v-card> </template> </v-hover> </template> <script> Loading src/components/JamaItemsMosaic.vue +0 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ :resource="r" @about-selected="aboutResource" @resource-selected="resourceSelected" :active="currentResource && currentResource.id===r.id" :key="'resource-' + r.id"/> </v-col> </template> Loading src/components/JamaResource.vue +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ </v-list> </v-menu> <v-toolbar-title class="white--text ml-2" :title="resource.title"> <v-toolbar-title class="white--text ml-2 d-flex" :title="resource.title"> <span class="text-truncate resource-title">{{ resource.title }}</span> Loading Loading
package.json +1 −1 Original line number Diff line number Diff line { "name": "@certic/vue-jama", "version": "0.3.46", "version": "0.3.47", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", Loading
src/components/JamaCollection.vue +2 −2 Original line number Diff line number Diff line Loading @@ -61,8 +61,8 @@ </v-list> </v-menu> <v-toolbar-title :title="collection.title" class="pt-0 pb-0 justify-center"> <span class="text-truncate collection-title pt-1 ma-0"> <v-toolbar-title :title="collection.title" class="ml-2 d-flex"> <span class="text-truncate collection-title"> {{$t('collection.label')}} {{ collection.title }} </span> </v-toolbar-title> Loading
src/components/JamaCollectionTile.vue +5 −0 Original line number Diff line number Diff line <template> <v-hover> <template v-slot:default="{ hover }"> <v-card :id="collection.title" draggable height="200" :title="collection.title" class="clickable d-flex flex-column justify-space-between collection-tile" :data-metas="metaAttrValues" :elevation="hover ? 24 : 1" @dragstart="dragStarted($event)" @click="select()" @dragover.prevent Loading @@ -24,6 +27,8 @@ </v-card-text> </v-card> </template> </v-hover> </template> <script> Loading
src/components/JamaItemsMosaic.vue +0 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ :resource="r" @about-selected="aboutResource" @resource-selected="resourceSelected" :active="currentResource && currentResource.id===r.id" :key="'resource-' + r.id"/> </v-col> </template> Loading
src/components/JamaResource.vue +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ </v-list> </v-menu> <v-toolbar-title class="white--text ml-2" :title="resource.title"> <v-toolbar-title class="white--text ml-2 d-flex" :title="resource.title"> <span class="text-truncate resource-title">{{ resource.title }}</span> Loading