@synbee-webcomponents/sw-checklist-item
v2.0.18
Published
sw-checklist-item is a web-component from Synbee Webcomponents Library, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.
Downloads
87
Keywords
Readme
sw-checklist-item
Properties
| Property | Attribute | Description | Type | Default |
| --------------- | ---------------- | ----------- | --------------------------------------------- | ------------- |
| elementTODO
| -- | | ElementTODO
| undefined
|
| internalState
| internal-state
| | States.create \| States.edit \| States.view
| States.view
|
| orderNumber
| order-number
| | number
| undefined
|
| state
| state
| | States.create \| States.edit \| States.view
| undefined
|
Events
| Event | Description | Type |
| ----------------- | ----------- | ---------------------------------------------------------- |
| deleteItem
| | CustomEvent<number>
|
| emitChangeState
| | CustomEvent<States.create \| States.edit \| States.view>
|
| rapidDeleteItem
| | CustomEvent<number>
|
| saveItem
| | CustomEvent<ElementTODO>
|
| updateValue
| | CustomEvent<boolean>
|
Dependencies
Used by
Depends on
Graph
graph TD;
sw-checklist-item --> sw-input-text
sw-checklist-item --> sw-options-menu
sw-input-text --> mds-text
sw-inspection-form --> sw-checklist-item
style sw-checklist-item fill:#f9f,stroke:#333,stroke-width:4px
Built with love!