| ContextMenu | Right-click menu wrapper for card-level actions (edit, duplicate, delete, and custom entries) |
| Editor | Sidebar or modal editor for a single kanban card, driven by the kanban store |
| ExcelImport | Modal wizard for importing xlsx, csv, and tsv files into the kanban board |
| ExportPopup | Popup panel that collects export options (PDF, PNG, XLSX) and emits an ExportRequest on submit |
| getCardShape | Returns the default CardShape with standard sections enabled |
| getEditorItems | Returns the default editor field definitions, optionally filtered by a card shape |
| getMenuOptions | Returns the default card context menu options |
| getPriorityOptions | Returns the default Low/Medium/High priority options with built-in CSS classes |
| getToolbarItems | Returns the default toolbar item array for the Kanban toolbar |
| Helpers | Helper functions and sub-components exported by the kanban package |
| registerEditorItem | Registers a custom field component for use in the editor by name |
| RestDataProvider | REST data provider that maps kanban CRUD actions to backend HTTP calls |
| Toolbar | Board-level button bar for add-card, undo/redo, and sort actions |