9393 <IconAccount :size =" 20 " />
9494 </template >
9595 </NcButton >
96- <Actions
97- class="quick-action"
96+ <Actions
97+ class="quick-action"
9898 variant="secondary">
9999 <template #icon >
100100 <IconMail :size =" 20 " />
109109 {{ emailAddress }}
110110 </ActionLink >
111111 </Actions >
112- <Actions
113- class="quick-action"
112+ <Actions
113+ class="quick-action"
114114 variant="secondary">
115115 <template #icon >
116116 <IconCall :size =" 20 " />
223223 </template >
224224 {{ excludeFromBirthdayLabel }}
225225 </ActionButton >
226- <ActionButton
227- v-if =" canDeleteCard "
226+ <ActionButton
227+ v-if =" canDeleteCard "
228228 @click =" deleteContact " >
229229 <template #icon >
230230 <IconDelete :size =" 20 " />
282282 <!-- properties iteration -->
283283 <!-- using contact.key in the key and index as key to avoid conflicts between similar data and exact key -->
284284
285- <div
286- v-for =" (properties, name) in groupedProperties"
285+ <div
286+ v-for =" (properties, name) in groupedProperties"
287287 :key =" name" >
288288 <ContactDetailsProperty
289289 v-for =" (property , index ) in properties "
@@ -1118,7 +1118,7 @@ export default defineComponent({
11181118 await this .copyContactToAddressbook (this .pickedAddressbook .id )
11191119 this .closePickAddressbookModal ()
11201120 } else if (this .addressbooksOptions .length === 1 ) {
1121- this .logger .debug (' Cloning contact to' , {name: this .addressbooksOptions [0 ].name })
1121+ this .logger .debug (' Cloning contact to' , { name: this .addressbooksOptions [0 ].name })
11221122 await this .copyContactToAddressbook (this .addressbooksOptions [0 ].id )
11231123 } else {
11241124 this .showPickAddressbookModal = true
@@ -1158,7 +1158,7 @@ export default defineComponent({
11581158 contact: this .contact ,
11591159 })
11601160 await this .updateContact ()
1161- if (this .newAddressBook && this .newAddressBook !== this .contact .addressbook .id ) {
1161+ if (this .newAddressBook && this .newAddressBook !== this .contact .addressbook .id ) {
11621162 this .updateAddressBookAccesses (this .newAddressBook )
11631163 this .moveContactToAddressbook (this .newAddressBook )
11641164 this .newAddressBook = null
@@ -1195,7 +1195,7 @@ export default defineComponent({
11951195
11961196 lastUsedAddressBook .id = newAddressBook
11971197
1198- browserStorage .setItem (' last-used-addressbook' , JSON .stringify (lastUsedAddressBook))
1198+ browserStorage .setItem (' last-used-addressbook' , JSON .stringify (lastUsedAddressBook))
11991199 },
12001200 },
12011201})
@@ -1217,9 +1217,9 @@ export default defineComponent({
12171217}
12181218
12191219section .contact - details {
1220- display: flex;
1221- flex- direction: column;
1222- gap: 10px ;
1220+ display: flex;
1221+ flex- direction: column;
1222+ gap: 10px ;
12231223}
12241224
12251225#qrcode- modal {
@@ -1228,7 +1228,7 @@ section.contact-details {
12281228 padding: 10px ;
12291229 background- color: #fff;
12301230 .qrcode {
1231- max- width: 100 % ;
1231+ max- width: 100 % ;
12321232 }
12331233 }
12341234}
@@ -1244,8 +1244,8 @@ section.contact-details {
12441244}
12451245
12461246: deep (.vs__selected ) {
1247- height: calc (var (-- default- clickable- area) - var (-- default- grid- baseline)) ! important;
1248- margin: 0 ! important;
1247+ height: calc (var (-- default- clickable- area) - var (-- default- grid- baseline)) ! important;
1248+ margin: 0 ! important;
12491249}
12501250
12511251#pick- addressbook- modal {
@@ -1258,9 +1258,9 @@ section.contact-details {
12581258 padding: 10px ;
12591259 background- color: #fff;
12601260 .multiselect {
1261- flex: 1 1 100 % ;
1262- width: 100 % ;
1263- margin- bottom: 20px ;
1261+ flex: 1 1 100 % ;
1262+ width: 100 % ;
1263+ margin- bottom: 20px ;
12641264 }
12651265 }
12661266}
@@ -1272,11 +1272,11 @@ section.contact-details {
12721272
12731273: deep (.button - vue-- vue- tertiary: hover),
12741274: deep (.button - vue -- vue - tertiary : active ) {
1275- background- color: var (-- color- primary- element- light- hover) ! important;
1275+ background- color: var (-- color- primary- element- light- hover) ! important;
12761276}
12771277
12781278.related - resources {
1279- display: inline- grid;
1279+ display: inline- grid;
12801280 margin- top: 88px ;
12811281 flex- direction: column;
12821282 margin- bottom: - 30px ;
@@ -1293,21 +1293,21 @@ section.contact-details {
12931293}
12941294
12951295.last - edit {
1296- display: inline- flex;
1296+ display: inline- flex;
12971297}
12981298// forcing the size only for contacts app to fit the text size of the contacts app
12991299: deep (.related - resources__header h5 ) {
13001300 font- size: medium;
1301- opacity: 0 .7 ;
1301+ opacity: .7 ;
13021302 color: var (-- color- primary- element);
13031303}
13041304
13051305.address - book {
1306- min- width: 260px ! important;
1306+ min- width: 260px ! important;
13071307}
13081308
13091309.empty - content {
1310- height: 100 % ;
1310+ height: 100 % ;
13111311}
13121312
13131313.contact - title {
@@ -1317,18 +1317,18 @@ section.contact-details {
13171317}
13181318
13191319: deep (.contact - details - wrapper - read - only .input - field__input ) {
1320- box- shadow: none ! important;
1320+ box- shadow: none ! important;
13211321}
13221322
13231323: deep (.vs__selected - options ) {
1324- max- height: 30px ;
1324+ max- height: 30px ;
13251325}
13261326
13271327: deep (.v - select ) {
1328- margin- bottom: 0 ! important;
1328+ margin- bottom: 0 ! important;
13291329}
13301330
13311331.quick - actions {
1332- display: flex;
1332+ display: flex;
13331333}
13341334< / style>
0 commit comments