0.0.10 • Published 2 years ago
@appose-gmbh/integration-jobprofiledetail v0.0.10
@appose-integration/jobprofiledetail - 0.0.7
Develop Webcomponents with stencil
🚨 To use this template you have to install docker on your device. 🚨
setup
- clone this project
- start docker compose using
docker compose up -d
in case you are using an older docker version the command will bedocker-compose up -d
. - start developing in
/src/components
. - take a look at your changes at http://localhost:8889
usage
<appose-integration-jobprofiledetail></appose-integration-jobprofiledetail>
jobprofiledetail-webcomponent
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
apiUrl | api-url | URL of the api | string | 'https://career.dev02.appose.com/career/private' |
header | -- | headers for the api requests | Headers | undefined |
language | language | language needs /i18n/language.json | string | 'en' |
skillString | skill-string | JSON.stringify() of the object to render | string | undefined |
Events
Event | Description | Type |
---|---|---|
apposeIntegrationJobprofiledetailCancel | CustomEvent<any> | |
apposeIntegrationJobprofiledetailSave | Event sended when the user saves the job-role example response: { roleId: number; competencymodel: number; status: string; skills: { proficiency: number; name: string; skill_id: string; status: string; } ; slots: number; } | CustomEvent<Role> |
Dependencies
Depends on
- appose-util-button
- appose-tool-search
Graph
graph TD;
appose-integration-jobprofiledetail --> appose-util-button
appose-integration-jobprofiledetail --> appose-tool-search
style appose-integration-jobprofiledetail fill:#f9f,stroke:#333,stroke-width:4px