2.0.18 • Published 4 months ago

@synbee-webcomponents/sw-inspection v2.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

sw-inspection

Properties

PropertyAttributeDescriptionTypeDefault
actionCreator--AuthorCreatorDTOundefined
baseUrlbase-urlstring""
creationDatecreation-dateDate \| stringundefined
creationIdcreation-idnumberMath.floor(Math.random() * 100)
editDateedit-dateDate \| stringundefined
idPluginid-pluginnumberundefined
idPluginActionid-plugin-actionnumberundefined
idTaskid-tasknumberundefined
inspectionGetDTO--InspectionGetDTO{ id: 1, name: "", description: "", startDate: new Date(), inspectionTodos: [], }
isActionCloseis-action-closebooleanfalse
statestateStates.create \| States.edit \| States.viewStates.create

Events

EventDescriptionType
emitCancelCustomEvent<{ html: HTMLElement; }>
emitCloseActionCustomEvent<{ html: HTMLElement; }>

Dependencies

Depends on

Graph

graph TD;
  sw-inspection --> sw-modal-alert
  sw-inspection --> sw-action-header
  sw-inspection --> sw-inspection-form
  sw-inspection --> sw-action-footer
  sw-inspection --> sw-badge-error
  sw-modal-alert --> sw-input-button
  sw-action-header --> sw-input-text
  sw-action-header --> mds-text
  sw-action-header --> sw-options-menu
  sw-input-text --> mds-text
  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-action-footer --> mds-text
  sw-action-footer --> mds-avatar
  sw-action-footer --> mds-button
  mds-avatar --> mds-text
  mds-avatar --> mds-img
  mds-button --> mds-icon
  mds-button --> mds-text
  style sw-inspection fill:#f9f,stroke:#333,stroke-width:4px

Built with love!