@synbee-webcomponents/sw-inspection-form
v2.0.18
Published
sw-inspection-form 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
138
Keywords
Readme
sw-inspection-form
Properties
| Property | Attribute | Description | Type | Default |
| ---------------------- | ------------------------- | ----------- | --------------------------------------------- | ----------- |
| disableEditModeItems
| disable-edit-mode-items
| | boolean
| false
|
| filteredTodos
| filtered-todos
| | boolean
| null
|
| inspectionGetDTO
| -- | | InspectionGetDTO
| undefined
|
| status
| status
| | States.create \| States.edit \| States.view
| undefined
|
Events
| Event | Description | Type |
| --------------------- | ----------- | ---------------------------------------------------------- |
| emitFilteredTodos
| | CustomEvent<boolean>
|
| rapidSaveTodoList
| | CustomEvent<InspectionGetDTO>
|
| updateInspection
| | CustomEvent<InspectionGetDTO>
|
| updateRapidTodoList
| | CustomEvent<number>
|
| updateStatus
| | CustomEvent<States.create \| States.edit \| States.view>
|
| updateTodoList
| | CustomEvent<ElementTODO[]>
|
Dependencies
Used by
Depends on
Graph
graph TD;
sw-inspection-form --> mds-text
sw-inspection-form --> sw-input-text-area
sw-inspection-form --> sw-checklist-item
sw-checklist-item --> sw-input-text
sw-checklist-item --> sw-options-menu
sw-input-text --> mds-text
sw-inspection --> sw-inspection-form
style sw-inspection-form fill:#f9f,stroke:#333,stroke-width:4px
Built with love!