0.0.10 • Published 2 years ago

@appose-gmbh/integration-jobprofiledetail v0.0.10

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

@appose-integration/jobprofiledetail - 0.0.7

Develop Webcomponents with stencil

🚨 To use this template you have to install docker on your device. 🚨

setup

  1. clone this project
  2. start docker compose using docker compose up -d in case you are using an older docker version the command will be docker-compose up -d.
  3. start developing in /src/components.
  4. take a look at your changes at http://localhost:8889

image

usage

<appose-integration-jobprofiledetail></appose-integration-jobprofiledetail>

jobprofiledetail-webcomponent

Properties

PropertyAttributeDescriptionTypeDefault
apiUrlapi-urlURL of the apistring'https://career.dev02.appose.com/career/private'
header--headers for the api requestsHeadersundefined
languagelanguagelanguage needs /i18n/language.jsonstring'en'
skillStringskill-stringJSON.stringify() of the object to renderstringundefined

Events

EventDescriptionType
apposeIntegrationJobprofiledetailCancelCustomEvent<any>
apposeIntegrationJobprofiledetailSaveEvent 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