-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rfrt
committed
Aug 5, 2024
1 parent
b1c9bb3
commit 92e9745
Showing
2 changed files
with
91 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,77 +44,77 @@ export class UserCardDemoComponent { | |
|
||
public constructor() { | ||
this.user1 = { | ||
title: "Docteur", | ||
firstname: "Jean", | ||
lastname: "PATATE", | ||
initials: "jpat", | ||
type: "Type", | ||
email: "[email protected]", | ||
role: "Medecin", | ||
groupFunctionLabel: "Group", | ||
familyCode: "Infirmier-e", | ||
functionSefName: "SefNameFunction", | ||
functionSefCode: "SefCodeFunction", | ||
organisation: "HUG", | ||
speciality: "Neurochirurgie", | ||
specialty1: "Dermatologie", | ||
specialty2: "Pedicure", | ||
esoN3Label: "EsoN3Label", | ||
login: "PatateLogin", | ||
phone: "+44 150 509 39", | ||
bip: "8859595", | ||
mobile: "+44 150 509 39", | ||
address: "Carouge, 7 Rue St Julien", | ||
city: "Carouge", | ||
zipCode: "1227" | ||
title: 'Docteur', | ||
firstname: 'Jean', | ||
lastname: 'PATATE', | ||
initials: 'jpat', | ||
type: 'Type', | ||
email: '[email protected]', | ||
role: 'Medecin', | ||
groupFunctionLabel: 'Group', | ||
familyCode: 'Infirmier-e', | ||
functionSefName: 'SefNameFunction', | ||
functionSefCode: 'SefCodeFunction', | ||
organisation: 'HUG', | ||
speciality: 'Neurochirurgie', | ||
specialty1: 'Dermatologie', | ||
specialty2: 'Pedicure', | ||
esoN3Label: 'EsoN3Label', | ||
login: 'PatateLogin', | ||
phone: '+44 150 509 39', | ||
bip: '8859595', | ||
mobile: '+44 150 509 39', | ||
address: 'Carouge, 7 Rue St Julien', | ||
city: 'Carouge', | ||
zipCode: '1227' | ||
}; | ||
this.user2 = { | ||
title: "Monsieur", | ||
firstname: "Albert", | ||
lastname: "Lullin", | ||
initials: "alul", | ||
type: "Type", | ||
email: "[email protected]", | ||
role: "Medecin", | ||
groupFunctionLabel: "Group", | ||
familyCode: "Médecin dentiste", | ||
functionSefName: "SefNameFunction", | ||
functionSefCode: "SefCodeFunction", | ||
organisation: "HUG", | ||
speciality: "Neurochirurgie", | ||
esoN3Label: "EsoN3Label", | ||
login: "LullinLogin", | ||
phone: "+44 150 509 39", | ||
bip: "8859595", | ||
mobile: "+44 150 509 39", | ||
address: "Lucerne, 0 James tutuche ", | ||
city: "Lucerne", | ||
zipCode: "6006" | ||
title: 'Monsieur', | ||
firstname: 'Albert', | ||
lastname: 'Lullin', | ||
initials: 'alul', | ||
type: 'Type', | ||
email: '[email protected]', | ||
role: 'Medecin', | ||
groupFunctionLabel: 'Group', | ||
familyCode: 'Médecin dentiste', | ||
functionSefName: 'SefNameFunction', | ||
functionSefCode: 'SefCodeFunction', | ||
organisation: 'HUG', | ||
speciality: 'Neurochirurgie', | ||
esoN3Label: 'EsoN3Label', | ||
login: 'LullinLogin', | ||
phone: '+44 150 509 39', | ||
bip: '8859595', | ||
mobile: '+44 150 509 39', | ||
address: 'Lucerne, 0 James tutuche ', | ||
city: 'Lucerne', | ||
zipCode: '6006' | ||
}; | ||
this.user3 = { | ||
title: "Madame", | ||
firstname: "Ludivine", | ||
lastname: "Coluche", | ||
initials: "lcol", | ||
type: "Type", | ||
email: "[email protected]", | ||
role: "Infirmière", | ||
groupFunctionLabel: "Group", | ||
familyCode: "Médico-technique", | ||
functionSefName: "SefNameFunction", | ||
functionSefCode: "SefCodeFunction", | ||
organisation: "HUG", | ||
speciality: "Neurochirurgie", | ||
specialty1: "Dermatologie", | ||
specialty2: "Pedicure", | ||
esoN3Label: "EsoN3Label", | ||
login: "LddsdsdLogin", | ||
phone: "+44 150 509 39", | ||
bip: "8859595", | ||
mobile: "+44 150 509 39", | ||
address: "Carouge, 7 Rue St Julien", | ||
city: "Carouge", | ||
zipCode: "1227" | ||
title: 'Madame', | ||
firstname: 'Ludivine', | ||
lastname: 'Coluche', | ||
initials: 'lcol', | ||
type: 'Type', | ||
email: '[email protected]', | ||
role: 'Infirmière', | ||
groupFunctionLabel: 'Group', | ||
familyCode: 'Médico-technique', | ||
functionSefName: 'SefNameFunction', | ||
functionSefCode: 'SefCodeFunction', | ||
organisation: 'HUG', | ||
speciality: 'Neurochirurgie', | ||
specialty1: 'Dermatologie', | ||
specialty2: 'Pedicure', | ||
esoN3Label: 'EsoN3Label', | ||
login: 'LddsdsdLogin', | ||
phone: '+44 150 509 39', | ||
bip: '8859595', | ||
mobile: '+44 150 509 39', | ||
address: 'Carouge, 7 Rue St Julien', | ||
city: 'Carouge', | ||
zipCode: '1227' | ||
}; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,32 +45,32 @@ export class UserTooltipDemoComponent { | |
|
||
public constructor() { | ||
this.user1 = { | ||
title: "Docteur", | ||
firstname: "Jean", | ||
lastname: "PATATE", | ||
initials: "jpat", | ||
type: "Type", | ||
email: "[email protected]", | ||
role: "Medecin", | ||
groupFunctionLabel: "Group", | ||
familyCode: "Infirmier-e", | ||
functionSefName: "SefNameFunction", | ||
functionSefCode: "SefCodeFunction", | ||
organisation: "HUG", | ||
speciality: "Neurochirurgie", | ||
specialty1: "Dermatologie", | ||
specialty2: "Pedicure", | ||
esoN3Label: "EsoN3Label", | ||
login: "PatateLogin", | ||
phone: "+44 150 509 39", | ||
bip: "8859595", | ||
mobile: "+44 150 509 39", | ||
address: "Carouge, 7 Rue St Julien", | ||
city: "Carouge", | ||
zipCode: "1227" | ||
title: 'Docteur', | ||
firstname: 'Jean', | ||
lastname: 'PATATE', | ||
initials: 'jpat', | ||
type: 'Type', | ||
email: '[email protected]', | ||
role: 'Medecin', | ||
groupFunctionLabel: 'Group', | ||
familyCode: 'Infirmier-e', | ||
functionSefName: 'SefNameFunction', | ||
functionSefCode: 'SefCodeFunction', | ||
organisation: 'HUG', | ||
speciality: 'Neurochirurgie', | ||
specialty1: 'Dermatologie', | ||
specialty2: 'Pedicure', | ||
esoN3Label: 'EsoN3Label', | ||
login: 'PatateLogin', | ||
phone: '+44 150 509 39', | ||
bip: '8859595', | ||
mobile: '+44 150 509 39', | ||
address: 'Carouge, 7 Rue St Julien', | ||
city: 'Carouge', | ||
zipCode: '1227' | ||
}; | ||
} | ||
|
||
protected userTooltip$(): (element: HTMLElement) => Observable<void> { | ||
return (element: HTMLElement): Observable<void> => this.userTooltipService.open$(element, this.user1); | ||
} | ||
|