@kitn.ai/ui 0.17.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -5
- package/dist/components/artifact.d.ts +39 -1
- package/dist/components/attachment-types.d.ts +12 -0
- package/dist/components/attachments.d.ts +2 -10
- package/dist/components/card.d.ts +27 -0
- package/dist/components/chain-of-thought.d.ts +78 -2
- package/dist/components/chat-scope-picker.d.ts +7 -0
- package/dist/components/chat-thread.d.ts +37 -12
- package/dist/components/choice-card.d.ts +26 -0
- package/dist/components/coachmark.d.ts +49 -0
- package/dist/components/composer-dom.d.ts +35 -0
- package/dist/components/composer-highlight.d.ts +48 -0
- package/dist/components/composer-history.d.ts +34 -0
- package/dist/components/composer.d.ts +86 -0
- package/dist/components/confirm-card.d.ts +17 -0
- package/dist/components/conversation-item.d.ts +9 -0
- package/dist/components/conversation-list.d.ts +36 -1
- package/dist/components/file-tree.d.ts +15 -0
- package/dist/components/form.d.ts +34 -0
- package/dist/components/markdown.d.ts +3 -0
- package/dist/components/message.d.ts +12 -0
- package/dist/components/model-switcher.d.ts +7 -0
- package/dist/components/prompt-input.d.ts +13 -4
- package/dist/components/prompt-suggestion.d.ts +9 -1
- package/dist/components/reasoning.d.ts +14 -1
- package/dist/components/response-compare.d.ts +14 -0
- package/dist/components/screen.d.ts +46 -0
- package/dist/components/tasks-card.d.ts +49 -1
- package/dist/components/toast.d.ts +12 -2
- package/dist/components/tool-types.d.ts +10 -0
- package/dist/components/tool.d.ts +8 -8
- package/dist/components/voice-input.d.ts +27 -0
- package/dist/components/voice-output.d.ts +33 -0
- package/dist/core-C8fzo39E.js +12 -0
- package/dist/custom-elements.json +8392 -1860
- package/dist/elements/agent-card.d.ts +1 -0
- package/dist/elements/agent-card.js +1 -0
- package/dist/elements/artifact.js +1 -1
- package/dist/elements/attachments.js +1 -1
- package/dist/elements/autoloader.js +1 -1
- package/dist/elements/avatar.d.ts +1 -0
- package/dist/elements/avatar.js +1 -0
- package/dist/elements/badge.d.ts +1 -0
- package/dist/elements/badge.js +1 -0
- package/dist/elements/button.d.ts +1 -0
- package/dist/elements/button.js +1 -0
- package/dist/elements/card.js +1 -1
- package/dist/elements/cards.js +1 -1
- package/dist/elements/chain-of-thought.js +1 -1
- package/dist/elements/chat-scope-picker.js +1 -1
- package/dist/elements/chat-types.d.ts +47 -0
- package/dist/elements/chat-workspace.js +1 -1
- package/dist/elements/chat.js +1 -1
- package/dist/elements/checkpoint.js +1 -1
- package/dist/elements/choice.js +1 -1
- package/dist/elements/chunks/Icon-C2LTALdM.js +1 -0
- package/dist/elements/chunks/action-icons-Dtl8Ox5D.js +1 -0
- package/dist/elements/chunks/arrow-left-GbBceGBE.js +1 -0
- package/dist/elements/chunks/attachments-DLJcWCDV.js +1 -0
- package/dist/elements/chunks/badge-BTNZTODL.js +1 -0
- package/dist/elements/chunks/button-DBDZebGr.js +1 -0
- package/dist/elements/chunks/card-YfCyI4fH.js +1 -0
- package/dist/elements/chunks/chat-thread-Dz2qbzvI.js +1 -0
- package/dist/elements/chunks/check-fhmRksq_.js +1 -0
- package/dist/elements/chunks/chevron-down-DcRg1aRU.js +1 -0
- package/dist/elements/chunks/chevron-right-ChzBcNJ-.js +1 -0
- package/dist/elements/chunks/circle-B4fTe9v6.js +1 -0
- package/dist/elements/chunks/circle-check-CJV-3Rem.js +1 -0
- package/dist/elements/chunks/circle-x-pDtzlghQ.js +1 -0
- package/dist/elements/chunks/cn-CU7UAWzk.js +1 -0
- package/dist/elements/chunks/code-block-DZ6mz6vs.js +1 -0
- package/dist/elements/chunks/collapsible-CWUAShMC.js +1 -0
- package/dist/elements/chunks/composer-BZyPU6gD.js +65 -0
- package/dist/elements/chunks/context-Cx6eQA_G.js +1 -0
- package/dist/elements/chunks/conversation-list-C4xTQSpT.js +1 -0
- package/dist/elements/chunks/default-input-BZcwyKcP.js +1 -0
- package/dist/elements/chunks/define-CNSKFZCd.js +1 -0
- package/dist/elements/chunks/disclosure-BcBs--Jf.js +1 -0
- package/dist/elements/chunks/download-BDQwcFav.js +1 -0
- package/dist/elements/chunks/dropdown-wgs8xCJZ.js +1 -0
- package/dist/elements/chunks/ellipsis-CUiEJ6R1.js +1 -0
- package/dist/elements/chunks/external-link-DJUmC7g2.js +1 -0
- package/dist/elements/chunks/file-text-DOYfYvrh.js +1 -0
- package/dist/elements/chunks/file-tree-DQzNQrbr.js +1 -0
- package/dist/elements/chunks/folder-DBDUBANz.js +1 -0
- package/dist/elements/chunks/hover-card-BQGdGAQ3.js +1 -0
- package/dist/elements/chunks/icon-CAyRqVrg.js +1 -0
- package/dist/elements/chunks/{index-CTBEJeo6.js → index-BCRhi84a.js} +1 -1
- package/dist/elements/chunks/info-DBQl-m6e.js +1 -0
- package/dist/elements/chunks/input-DZD67EvW.js +1 -0
- package/dist/elements/chunks/kbd-DbyVrlnU.js +1 -0
- package/dist/elements/chunks/link-vko7AttA.js +1 -0
- package/dist/elements/chunks/loader-Cg6rO8tQ.js +1 -0
- package/dist/elements/chunks/{markdown-CMTGx9r8.js → markdown-n3Xbj3PR.js} +9 -9
- package/dist/elements/chunks/message-CgKytiSB.js +1 -0
- package/dist/elements/chunks/message-feedback-Ds3-US0e.js +1 -0
- package/dist/elements/chunks/message-square-MmRkvc-M.js +1 -0
- package/dist/elements/chunks/minimize-2-3kCdE0q3.js +1 -0
- package/dist/elements/chunks/model-switcher-BMtXGwLU.js +1 -0
- package/dist/elements/chunks/overlay-B1-MBI6h.js +1 -0
- package/dist/elements/chunks/paperclip-DDEfmkHc.js +1 -0
- package/dist/elements/chunks/progress-bar-Dwbiyv3s.js +1 -0
- package/dist/elements/chunks/prompt-suggestion-9lvgFcEa.js +1 -0
- package/dist/elements/chunks/reasoning-DzHWsdAJ.js +1 -0
- package/dist/elements/chunks/resizable-Bq_eHxUm.js +1 -0
- package/dist/elements/chunks/rotate-cw-jpisOdOV.js +1 -0
- package/dist/elements/chunks/scroll-area-g5Ze3K6f.js +1 -0
- package/dist/elements/chunks/separator-Bmjc5XyX.js +1 -0
- package/dist/elements/chunks/settings-Cz1bMJP9.js +1 -0
- package/dist/elements/chunks/settings-group-9imY3kRA.js +1 -0
- package/dist/elements/chunks/share-BdenF0wQ.js +1 -0
- package/dist/elements/chunks/skeleton-Pjc5jiaY.js +1 -0
- package/dist/elements/chunks/slots-DkZ-Cmha.js +1 -0
- package/dist/elements/chunks/star-DY6z1UUH.js +1 -0
- package/dist/elements/chunks/store-th4VyJXM.js +1 -0
- package/dist/elements/chunks/text-shimmer-CEi-tlXr.js +1 -0
- package/dist/elements/chunks/textarea-CboigarR.js +1 -0
- package/dist/elements/chunks/thumbs-up-BR33KLfA.js +1 -0
- package/dist/elements/chunks/toast-store-BEMda0fv.js +1 -0
- package/dist/elements/chunks/tool-TMued3WO.js +1 -0
- package/dist/elements/chunks/tooltip-Cft_Rxiw.js +1 -0
- package/dist/elements/chunks/triangle-alert-B07fX3Q8.js +1 -0
- package/dist/elements/chunks/use-card-resolution-M36zVciB.js +1 -0
- package/dist/elements/chunks/video-MKp3LmNT.js +1 -0
- package/dist/elements/chunks/x-Ckwicf6g.js +1 -0
- package/dist/elements/coachmark.d.ts +1 -0
- package/dist/elements/coachmark.js +1 -0
- package/dist/elements/code-block.js +1 -1
- package/dist/elements/command.d.ts +1 -0
- package/dist/elements/command.js +1 -0
- package/dist/elements/compare.js +1 -1
- package/dist/elements/composer.d.ts +1 -0
- package/dist/elements/composer.js +1 -0
- package/dist/elements/confirm-card.js +1 -1
- package/dist/elements/context-meter.js +1 -1
- package/dist/elements/conversation-list.js +1 -1
- package/dist/elements/css.d.ts +1 -0
- package/dist/elements/default-input.d.ts +51 -0
- package/dist/elements/define.d.ts +53 -0
- package/dist/elements/dialog.d.ts +1 -0
- package/dist/elements/dialog.js +1 -0
- package/dist/elements/disclosure.d.ts +37 -0
- package/dist/elements/editable-label.d.ts +1 -0
- package/dist/elements/editable-label.js +1 -0
- package/dist/elements/embed.js +1 -1
- package/dist/elements/empty.js +1 -1
- package/dist/elements/feedback-bar.js +1 -1
- package/dist/elements/file-tree.js +1 -1
- package/dist/elements/file-upload.js +1 -1
- package/dist/elements/form.js +1 -1
- package/dist/elements/hover-card.d.ts +1 -0
- package/dist/elements/hover-card.js +1 -0
- package/dist/elements/icon.d.ts +1 -0
- package/dist/elements/icon.js +1 -0
- package/dist/elements/image.js +1 -1
- package/dist/elements/input.d.ts +1 -0
- package/dist/elements/input.js +1 -0
- package/dist/elements/kbd.d.ts +1 -0
- package/dist/elements/kbd.js +1 -0
- package/dist/elements/link-preview.js +1 -1
- package/dist/elements/loader.js +1 -1
- package/dist/elements/markdown.js +1 -1
- package/dist/elements/menu.d.ts +1 -0
- package/dist/elements/menu.js +1 -0
- package/dist/elements/message-skills.js +1 -1
- package/dist/elements/message.js +1 -1
- package/dist/elements/model-switcher.js +1 -1
- package/dist/elements/nav.d.ts +1 -0
- package/dist/elements/nav.js +1 -0
- package/dist/elements/notice.d.ts +1 -0
- package/dist/elements/notice.js +1 -0
- package/dist/elements/pane-group.d.ts +1 -0
- package/dist/elements/pane-group.js +1 -0
- package/dist/elements/pane.d.ts +1 -0
- package/dist/elements/pane.js +1 -0
- package/dist/elements/popover.js +1 -1
- package/dist/elements/progress-bar.d.ts +1 -0
- package/dist/elements/progress-bar.js +1 -0
- package/dist/elements/prompt-dock.d.ts +1 -0
- package/dist/elements/prompt-dock.js +1 -0
- package/dist/elements/prompt-input.js +1 -1
- package/dist/elements/prompt-suggestions.js +1 -1
- package/dist/elements/reasoning.js +1 -1
- package/dist/elements/register-impl.d.ts +0 -0
- package/dist/elements/register.d.ts +13 -0
- package/dist/elements/remote.d.ts +1 -0
- package/dist/elements/remote.js +1 -0
- package/dist/elements/resizable.js +1 -1
- package/dist/elements/response-stream.js +2 -2
- package/dist/elements/screen.d.ts +1 -0
- package/dist/elements/screen.js +1 -0
- package/dist/elements/scroll-area.d.ts +1 -0
- package/dist/elements/scroll-area.js +1 -0
- package/dist/elements/scroll-button.js +1 -1
- package/dist/elements/search.d.ts +1 -0
- package/dist/elements/search.js +1 -0
- package/dist/elements/segmented.d.ts +1 -0
- package/dist/elements/segmented.js +1 -0
- package/dist/elements/separator.d.ts +1 -0
- package/dist/elements/separator.js +1 -0
- package/dist/elements/setting-item.d.ts +1 -0
- package/dist/elements/setting-item.js +1 -0
- package/dist/elements/settings-group.d.ts +1 -0
- package/dist/elements/settings-group.js +1 -0
- package/dist/elements/skeleton.d.ts +1 -0
- package/dist/elements/skeleton.js +1 -0
- package/dist/elements/slots.d.ts +176 -0
- package/dist/elements/source.js +1 -1
- package/dist/elements/status.d.ts +1 -0
- package/dist/elements/status.js +1 -0
- package/dist/elements/switch.js +1 -1
- package/dist/elements/tabs.d.ts +1 -0
- package/dist/elements/tabs.js +1 -0
- package/dist/elements/tasks.js +1 -1
- package/dist/elements/text-shimmer.js +1 -1
- package/dist/elements/thinking-bar.js +1 -1
- package/dist/elements/toast.js +1 -1
- package/dist/elements/tool.js +1 -1
- package/dist/elements/tooltip.d.ts +1 -0
- package/dist/elements/tooltip.js +1 -0
- package/dist/elements/voice-input.js +1 -1
- package/dist/elements/voice-output.d.ts +1 -0
- package/dist/elements/voice-output.js +1 -0
- package/dist/elements.d.ts +733 -58
- package/dist/engine-javascript-C1x7zo1_.js +141 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.js +8255 -5703
- package/dist/kai.es.js +1 -0
- package/dist/llms/llms-full.txt +1146 -64
- package/dist/llms/llms.txt +4 -4
- package/dist/mcp.es.js +62 -7
- package/dist/primitives/composer-model.d.ts +22 -0
- package/dist/primitives/composer-triggers.d.ts +19 -0
- package/dist/primitives/create-kai-chat.d.ts +38 -0
- package/dist/primitives/toast-store.d.ts +32 -2
- package/dist/primitives/use-speech-recognition.d.ts +26 -0
- package/dist/react/index.d.ts +1085 -97
- package/dist/react/runtime.d.ts +9 -2
- package/dist/react/use-kai-chat.d.ts +41 -0
- package/dist/react.js +572 -193
- package/dist/register-impl-cKscku5m.js +141 -0
- package/dist/schemas/tasks.schema.json +2 -2
- package/dist/state/index.d.ts +4 -0
- package/dist/state/messages.d.ts +11 -0
- package/dist/state/stream.d.ts +22 -0
- package/dist/state/suggestions.d.ts +4 -0
- package/dist/state.js +117 -0
- package/dist/theme.tokens.css +87 -0
- package/dist/types.d.ts +4 -0
- package/dist/ui/agent-card.d.ts +61 -0
- package/dist/ui/button.d.ts +5 -2
- package/dist/ui/card.d.ts +61 -0
- package/dist/ui/collapsible.d.ts +15 -1
- package/dist/ui/command.d.ts +33 -0
- package/dist/ui/dialog.d.ts +42 -0
- package/dist/ui/dropdown.d.ts +95 -1
- package/dist/ui/editable-label.d.ts +26 -0
- package/dist/ui/hover-card.d.ts +13 -1
- package/dist/ui/icon.d.ts +18 -0
- package/dist/ui/input.d.ts +33 -0
- package/dist/ui/kbd.d.ts +21 -0
- package/dist/ui/nav.d.ts +62 -0
- package/dist/ui/notice.d.ts +31 -0
- package/dist/ui/overlay.d.ts +12 -0
- package/dist/ui/pane-grid.d.ts +58 -0
- package/dist/ui/pane-group.d.ts +77 -0
- package/dist/ui/pane.d.ts +78 -0
- package/dist/ui/popover.d.ts +11 -1
- package/dist/ui/progress-bar.d.ts +23 -0
- package/dist/ui/prompt-dock.d.ts +96 -0
- package/dist/ui/resizable.d.ts +12 -0
- package/dist/ui/scroll-area.d.ts +4 -0
- package/dist/ui/segmented.d.ts +28 -0
- package/dist/ui/settings-group.d.ts +32 -0
- package/dist/ui/skeleton.d.ts +12 -0
- package/dist/ui/stat.d.ts +16 -0
- package/dist/ui/status.d.ts +13 -0
- package/dist/ui/switch.d.ts +8 -1
- package/dist/ui/tabs.d.ts +35 -0
- package/dist/ui/tooltip.d.ts +19 -1
- package/frameworks/react/index.tsx +1042 -157
- package/frameworks/react/runtime.tsx +30 -1
- package/frameworks/react/use-kai-chat.tsx +87 -0
- package/llms-full.txt +1146 -64
- package/llms.txt +4 -4
- package/package.json +31 -10
- package/src/agent-tooling/mcp/manifest.ts +14 -0
- package/src/agent-tooling/mcp/tools/debug.ts +11 -7
- package/src/agent-tooling/mcp/tools/reference.ts +32 -0
- package/src/agent-tooling/mcp/tools/scaffold.ts +30 -1
- package/src/components/artifact.tsx +98 -13
- package/src/components/attachment-types.ts +13 -0
- package/src/components/attachments.tsx +4 -14
- package/src/components/card.tsx +109 -15
- package/src/components/chain-of-thought.tsx +210 -1
- package/src/components/chat-scope-picker.tsx +13 -3
- package/src/components/chat-thread.tsx +225 -116
- package/src/components/choice-card.tsx +103 -11
- package/src/components/coachmark.tsx +249 -0
- package/src/components/component-meta.json +699 -110
- package/src/components/composer-dom.ts +159 -0
- package/src/components/composer-highlight.ts +242 -0
- package/src/components/composer-history.ts +82 -0
- package/src/components/composer.tsx +979 -0
- package/src/components/confirm-card.tsx +54 -1
- package/src/components/conversation-item.tsx +69 -7
- package/src/components/conversation-list.tsx +134 -37
- package/src/components/file-tree.tsx +197 -47
- package/src/components/form-widgets.tsx +9 -7
- package/src/components/form.tsx +140 -17
- package/src/components/image.tsx +3 -5
- package/src/components/link-preview.tsx +5 -4
- package/src/components/markdown.tsx +5 -2
- package/src/components/message.tsx +23 -4
- package/src/components/model-switcher.tsx +19 -4
- package/src/components/prompt-input.tsx +46 -75
- package/src/components/prompt-suggestion.tsx +48 -16
- package/src/components/reasoning.tsx +29 -6
- package/src/components/response-compare.tsx +31 -2
- package/src/components/screen.tsx +176 -0
- package/src/components/tasks-card.tsx +341 -21
- package/src/components/toast.tsx +119 -31
- package/src/components/tool-types.ts +10 -0
- package/src/components/tool.tsx +22 -16
- package/src/components/voice-input.tsx +102 -19
- package/src/components/voice-output.tsx +202 -0
- package/src/elements/agent-card.tsx +67 -0
- package/src/elements/artifact.tsx +53 -4
- package/src/elements/attachments.tsx +1 -0
- package/src/elements/avatar.tsx +33 -0
- package/src/elements/badge.tsx +32 -0
- package/src/elements/button.tsx +126 -0
- package/src/elements/card-media.jpg +0 -0
- package/src/elements/card.tsx +124 -31
- package/src/elements/cards.tsx +81 -7
- package/src/elements/chain-of-thought.tsx +77 -32
- package/src/elements/chat-scope-picker.tsx +35 -8
- package/src/elements/chat-types.ts +2 -2
- package/src/elements/chat-workspace.tsx +153 -41
- package/src/elements/chat.tsx +45 -23
- package/src/elements/choice.tsx +71 -19
- package/src/elements/coachmark.tsx +90 -0
- package/src/elements/command.tsx +209 -0
- package/src/elements/compare.tsx +24 -2
- package/src/elements/compiled.css +2 -2
- package/src/elements/composer.tsx +151 -0
- package/src/elements/confirm-card.tsx +36 -11
- package/src/elements/conversation-list.tsx +80 -11
- package/src/elements/default-input.tsx +75 -53
- package/src/elements/define.tsx +87 -7
- package/src/elements/dialog.tsx +98 -0
- package/src/elements/disclosure.ts +73 -0
- package/src/elements/editable-label.tsx +125 -0
- package/src/elements/element-manifest.json +129 -1
- package/src/elements/element-meta.json +5562 -1336
- package/src/elements/element-types.d.ts +732 -57
- package/src/elements/file-tree.tsx +12 -2
- package/src/elements/file-upload.tsx +1 -1
- package/src/elements/form.tsx +54 -11
- package/src/elements/hover-card.tsx +80 -0
- package/src/elements/icon-names.json +48 -0
- package/src/elements/icon.tsx +41 -0
- package/src/elements/input.tsx +203 -0
- package/src/elements/kbd.tsx +45 -0
- package/src/elements/menu.tsx +217 -0
- package/src/elements/message.tsx +58 -11
- package/src/elements/model-switcher.tsx +27 -1
- package/src/elements/nav.tsx +87 -0
- package/src/elements/notice.tsx +53 -0
- package/src/elements/pane-group.tsx +119 -0
- package/src/elements/pane.tsx +129 -0
- package/src/elements/popover.tsx +39 -17
- package/src/elements/progress-bar.tsx +39 -0
- package/src/elements/prompt-dock.tsx +81 -0
- package/src/elements/prompt-input.tsx +112 -63
- package/src/elements/prompt-suggestions.tsx +25 -9
- package/src/elements/reasoning.tsx +30 -9
- package/src/elements/register-impl.ts +38 -3
- package/src/elements/register.ts +11 -3
- package/src/elements/resizable.tsx +48 -11
- package/src/elements/screen.tsx +90 -0
- package/src/elements/scroll-area.tsx +33 -0
- package/src/elements/search.tsx +180 -0
- package/src/elements/segmented.tsx +135 -0
- package/src/elements/separator.tsx +36 -0
- package/src/elements/setting-item.tsx +50 -0
- package/src/elements/settings-group.tsx +37 -0
- package/src/elements/skeleton.tsx +45 -0
- package/src/elements/slots.ts +607 -0
- package/src/elements/source.tsx +13 -6
- package/src/elements/status.tsx +42 -0
- package/src/elements/switch.tsx +89 -14
- package/src/elements/tabs.tsx +95 -0
- package/src/elements/tasks.tsx +70 -14
- package/src/elements/toast.tsx +17 -2
- package/src/elements/tool.tsx +43 -9
- package/src/elements/tooltip.tsx +85 -0
- package/src/elements/video-poster.jpg +0 -0
- package/src/elements/voice-input.tsx +66 -16
- package/src/elements/voice-output.tsx +69 -0
- package/src/index.ts +5 -2
- package/src/primitives/card-schemas/tasks.schema.json +2 -2
- package/src/primitives/composer-model.ts +49 -0
- package/src/primitives/composer-triggers.ts +35 -0
- package/src/primitives/create-kai-chat.ts +66 -0
- package/src/primitives/toast-store.ts +43 -2
- package/src/primitives/use-speech-recognition.ts +135 -0
- package/src/state/index.ts +6 -0
- package/src/state/messages.ts +36 -0
- package/src/state/stream.ts +92 -0
- package/src/state/suggestions.ts +9 -0
- package/src/types.ts +4 -0
- package/src/ui/agent-card.tsx +218 -0
- package/src/ui/button.tsx +16 -5
- package/src/ui/card.tsx +245 -0
- package/src/ui/collapsible.tsx +30 -4
- package/src/ui/command.tsx +99 -0
- package/src/ui/dialog.tsx +217 -0
- package/src/ui/dropdown.tsx +375 -13
- package/src/ui/editable-label.tsx +112 -0
- package/src/ui/hover-card.tsx +28 -5
- package/src/ui/icon.tsx +110 -0
- package/src/ui/input.tsx +132 -0
- package/src/ui/kbd.tsx +118 -0
- package/src/ui/nav.tsx +282 -0
- package/src/ui/notice.tsx +84 -0
- package/src/ui/overlay.tsx +108 -2
- package/src/ui/pane-grid.tsx +117 -0
- package/src/ui/pane-group.tsx +291 -0
- package/src/ui/pane.tsx +193 -0
- package/src/ui/popover.tsx +16 -2
- package/src/ui/progress-bar.tsx +83 -0
- package/src/ui/prompt-dock.tsx +145 -0
- package/src/ui/resizable.tsx +69 -1
- package/src/ui/scroll-area.tsx +14 -3
- package/src/ui/segmented.tsx +109 -0
- package/src/ui/settings-group.tsx +67 -0
- package/src/ui/skeleton.tsx +62 -5
- package/src/ui/stat.tsx +41 -0
- package/src/ui/status.tsx +48 -0
- package/src/ui/switch.tsx +49 -23
- package/src/ui/tabs.tsx +168 -0
- package/src/ui/tooltip.tsx +52 -8
- package/theme.css +113 -0
- package/dist/components/slash-command.d.ts +0 -15
- package/dist/elements/chunks/Icon-D_Zmwmwh.js +0 -1
- package/dist/elements/chunks/action-icons-PVfIvcuG.js +0 -1
- package/dist/elements/chunks/attachments-Dp6vqtrc.js +0 -1
- package/dist/elements/chunks/button-CKyYD9G4.js +0 -1
- package/dist/elements/chunks/card-Cjho-PYk.js +0 -1
- package/dist/elements/chunks/chat-thread-RT808iPf.js +0 -1
- package/dist/elements/chunks/check-CDYaMYrM.js +0 -1
- package/dist/elements/chunks/chevron-down-3SBiq8HF.js +0 -1
- package/dist/elements/chunks/chevron-right-k2UFlIVK.js +0 -1
- package/dist/elements/chunks/cn-Dogu6PbV.js +0 -1
- package/dist/elements/chunks/code-block-BYUmfFSd.js +0 -1
- package/dist/elements/chunks/collapsible-BiNwdOn6.js +0 -1
- package/dist/elements/chunks/context-18g6oi4J.js +0 -1
- package/dist/elements/chunks/conversation-list-D9Y0NVdo.js +0 -1
- package/dist/elements/chunks/default-input-CSAoYYMd.js +0 -1
- package/dist/elements/chunks/download-D8K0Je8r.js +0 -1
- package/dist/elements/chunks/dropdown-bUs2iTia.js +0 -1
- package/dist/elements/chunks/external-link-6mA0wxab.js +0 -1
- package/dist/elements/chunks/file-text-DnaYk3Dm.js +0 -1
- package/dist/elements/chunks/file-tree-CgtRLlxK.js +0 -1
- package/dist/elements/chunks/hover-card-CIGw62gP.js +0 -1
- package/dist/elements/chunks/link-BlGSeoPy.js +0 -1
- package/dist/elements/chunks/loader-DvhR4qa0.js +0 -1
- package/dist/elements/chunks/message-CDZwXjhL.js +0 -1
- package/dist/elements/chunks/message-feedback-CYx81QiA.js +0 -1
- package/dist/elements/chunks/model-switcher-O_tUhoOT.js +0 -1
- package/dist/elements/chunks/overlay-DydXYMQW.js +0 -1
- package/dist/elements/chunks/prompt-suggestion-ldlWV5kd.js +0 -1
- package/dist/elements/chunks/reasoning-2PUnHlmr.js +0 -1
- package/dist/elements/chunks/resizable-B5WNbSeb.js +0 -1
- package/dist/elements/chunks/star-t9tI-P0q.js +0 -1
- package/dist/elements/chunks/store-C6rIooZz.js +0 -1
- package/dist/elements/chunks/text-shimmer-uh9V_KUh.js +0 -1
- package/dist/elements/chunks/textarea-3nm6Ia9U.js +0 -1
- package/dist/elements/chunks/thumbs-up-BBtguGld.js +0 -1
- package/dist/elements/chunks/toast-store-D8cL3fWl.js +0 -1
- package/dist/elements/chunks/tool-GJ3vwp1U.js +0 -1
- package/dist/elements/chunks/tooltip-DwKAz4XR.js +0 -1
- package/dist/elements/chunks/triangle-alert-Ct1zt2JL.js +0 -1
- package/dist/elements/chunks/use-card-resolution-D-_0Alzy.js +0 -1
- package/dist/elements/chunks/video-mVYiM99-.js +0 -1
- package/dist/elements/chunks/x-CzxL27Ch.js +0 -1
- package/dist/kitn-chat.es.js +0 -1
- package/dist/register-JyTglR6m.js +0 -1
- package/dist/register-impl-C6wlSsts.js +0 -77
- package/src/components/slash-command.tsx +0 -232
- package/src/elements/framework-usage.json +0 -588
- /package/dist/{kitn-chat-provider.d.ts → kai-provider.d.ts} +0 -0
- /package/dist/{kitn-chat-provider.es.js → kai-provider.es.js} +0 -0
package/src/elements/card.tsx
CHANGED
|
@@ -1,40 +1,133 @@
|
|
|
1
|
+
import { createSignal, onCleanup, onMount } from 'solid-js';
|
|
1
2
|
import { defineWebComponent } from './define';
|
|
2
|
-
import { Card } from '../
|
|
3
|
+
import { Card, type CardAppearance, type CardOrientation } from '../ui/card';
|
|
3
4
|
|
|
4
5
|
interface Props extends Record<string, unknown> {
|
|
5
|
-
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* Attribute: `
|
|
11
|
-
|
|
12
|
-
/**
|
|
6
|
+
/** Surface treatment: `outlined` (default) | `filled` | `plain` | `accent`.
|
|
7
|
+
* Attribute: `appearance`. */
|
|
8
|
+
appearance?: CardAppearance;
|
|
9
|
+
/** `vertical` (default, media on top) | `horizontal` (media at the start) |
|
|
10
|
+
* `responsive` (horizontal when the card's container is wide enough, else
|
|
11
|
+
* vertical — a container query on the card's own width). Attribute: `orientation`. */
|
|
12
|
+
orientation?: CardOrientation;
|
|
13
|
+
/** The card width below which a `responsive` card collapses to vertical and the
|
|
14
|
+
* footer actions stack. A CSS length; default `28rem`. Attribute: `collapse`. */
|
|
15
|
+
collapse?: string;
|
|
16
|
+
/** Tighter spacing for dense lists. Attribute: `dense`. */
|
|
13
17
|
dense?: boolean;
|
|
18
|
+
/** Show a close (×) that hides the card and emits `kai-dismiss`. Attribute:
|
|
19
|
+
* `dismissible`. Off by default. */
|
|
20
|
+
dismissible?: boolean;
|
|
21
|
+
/** Render the whole card as a link. Attribute: `href`. Wins over `clickable`. */
|
|
22
|
+
href?: string;
|
|
23
|
+
/** `target` for the `href` anchor. Attribute: `target`. */
|
|
24
|
+
target?: string;
|
|
25
|
+
/** `rel` for the `href` anchor. Attribute: `rel`. */
|
|
26
|
+
rel?: string;
|
|
27
|
+
/** Make the whole card a button (`role="button"`, Enter/Space, hover affordance)
|
|
28
|
+
* that emits `kai-card-click`. Attribute: `clickable`. Ignored when `href` is set. */
|
|
29
|
+
clickable?: boolean;
|
|
14
30
|
}
|
|
15
31
|
|
|
32
|
+
/** Events fired by `<kai-card>`. */
|
|
33
|
+
interface Events {
|
|
34
|
+
/** The card was dismissed via its × (it also hides itself). */
|
|
35
|
+
'kai-dismiss': void;
|
|
36
|
+
/** A `clickable`/`href` card was activated (click, or Enter/Space). */
|
|
37
|
+
'kai-card-click': void;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/** The named slots whose occupancy gates a card region. An empty `<slot>` is
|
|
41
|
+
* always a truthy node, so the facade tracks which are actually filled and only
|
|
42
|
+
* passes those regions to the primitive. */
|
|
43
|
+
const SLOT_NAMES = ['media', 'header', 'header-actions', 'footer', 'footer-actions'] as const;
|
|
44
|
+
type SlotName = (typeof SLOT_NAMES)[number];
|
|
45
|
+
|
|
16
46
|
/**
|
|
17
|
-
* `<kai-card>` — the
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
47
|
+
* `<kai-card>` — the kit's presentational card, modeled on the WebAwesome card:
|
|
48
|
+
* ONE element whose flexibility comes from a few structural slots, `appearance`
|
|
49
|
+
* and `orientation` variants, themeable `::part`s, and a single
|
|
50
|
+
* `--kai-card-spacing` knob. The title/description are not slots — they are body
|
|
51
|
+
* (default slot) or `slot="header"` content you mark up yourself.
|
|
52
|
+
*
|
|
53
|
+
* Slots: `media` (full-bleed image/video/illustration), `header` + `header-actions`,
|
|
54
|
+
* the default slot (body), `footer` + `footer-actions`.
|
|
55
|
+
*
|
|
56
|
+
* Behaviors (all OFF by default): `dismissible` (× → `kai-dismiss`), and
|
|
57
|
+
* `href`/`clickable` (whole card a link/button → `kai-card-click`). A
|
|
58
|
+
* clickable/href card must NOT also contain action buttons.
|
|
59
|
+
*
|
|
60
|
+
* ```html
|
|
61
|
+
* <kai-card appearance="filled" dismissible>
|
|
62
|
+
* <div slot="media"><img src="…" alt="…" /></div>
|
|
63
|
+
* <h3 slot="header">2× usage</h3>
|
|
64
|
+
* Do more with a higher session limit.
|
|
65
|
+
* <kai-button slot="footer-actions">Start task</kai-button>
|
|
66
|
+
* </kai-card>
|
|
67
|
+
* ```
|
|
23
68
|
*/
|
|
24
|
-
defineWebComponent<Props>('kai-card', {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
69
|
+
defineWebComponent<Props, Events>('kai-card', {
|
|
70
|
+
appearance: 'outlined',
|
|
71
|
+
orientation: 'vertical',
|
|
72
|
+
collapse: '28rem',
|
|
28
73
|
dense: false,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
)
|
|
74
|
+
dismissible: false,
|
|
75
|
+
href: undefined,
|
|
76
|
+
target: undefined,
|
|
77
|
+
rel: undefined,
|
|
78
|
+
clickable: false,
|
|
79
|
+
}, (props, { element, dispatch, flag }) => {
|
|
80
|
+
// Track which named slots are filled, plus whether the default slot (body) has
|
|
81
|
+
// any content. Re-read on child mutations so streamed/late content lights up
|
|
82
|
+
// its region. An unfilled region is never rendered (no stray padding/divider).
|
|
83
|
+
const [filled, setFilled] = createSignal<Record<SlotName, boolean>>({
|
|
84
|
+
'media': false, 'header': false, 'header-actions': false, 'footer': false, 'footer-actions': false,
|
|
85
|
+
});
|
|
86
|
+
const [hasBody, setHasBody] = createSignal(false);
|
|
87
|
+
|
|
88
|
+
onMount(() => {
|
|
89
|
+
const read = () => {
|
|
90
|
+
const next = {} as Record<SlotName, boolean>;
|
|
91
|
+
for (const name of SLOT_NAMES) next[name] = !!element.querySelector(`:scope > [slot="${name}"]`);
|
|
92
|
+
setFilled(next);
|
|
93
|
+
// Body = any direct child without a slot attribute (element, or non-blank text).
|
|
94
|
+
setHasBody(
|
|
95
|
+
Array.from(element.childNodes).some(
|
|
96
|
+
(n) =>
|
|
97
|
+
(n.nodeType === Node.ELEMENT_NODE && !(n as Element).hasAttribute('slot')) ||
|
|
98
|
+
(n.nodeType === Node.TEXT_NODE && (n.textContent ?? '').trim() !== ''),
|
|
99
|
+
),
|
|
100
|
+
);
|
|
101
|
+
};
|
|
102
|
+
read();
|
|
103
|
+
const observer = new MutationObserver(read);
|
|
104
|
+
observer.observe(element, { childList: true, characterData: true, subtree: true });
|
|
105
|
+
onCleanup(() => observer.disconnect());
|
|
106
|
+
});
|
|
107
|
+
|
|
108
|
+
const region = (name: SlotName) => (filled()[name] ? <slot name={name} /> : undefined);
|
|
109
|
+
|
|
110
|
+
return (
|
|
111
|
+
<Card
|
|
112
|
+
appearance={props.appearance as CardAppearance}
|
|
113
|
+
orientation={props.orientation as CardOrientation}
|
|
114
|
+
collapse={props.collapse as string}
|
|
115
|
+
dense={flag('dense')}
|
|
116
|
+
dismissible={flag('dismissible')}
|
|
117
|
+
href={props.href}
|
|
118
|
+
target={props.target}
|
|
119
|
+
rel={props.rel}
|
|
120
|
+
clickable={flag('clickable')}
|
|
121
|
+
onDismiss={() => dispatch('kai-dismiss')}
|
|
122
|
+
onCardClick={() => dispatch('kai-card-click')}
|
|
123
|
+
media={region('media')}
|
|
124
|
+
header={region('header')}
|
|
125
|
+
headerActions={region('header-actions')}
|
|
126
|
+
footer={region('footer')}
|
|
127
|
+
footerActions={region('footer-actions')}
|
|
128
|
+
hasBody={hasBody()}
|
|
129
|
+
>
|
|
130
|
+
<slot />
|
|
131
|
+
</Card>
|
|
132
|
+
);
|
|
133
|
+
});
|
package/src/elements/cards.tsx
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
// `kai-card` events through an optional `policy`. The raw events keep bubbling past
|
|
5
5
|
// <kai-cards> (composed) so document-level listeners still work. Unknown types render
|
|
6
6
|
// the Solid CardFallback inline and emit a contract `error`.
|
|
7
|
-
import { For, Show, createEffect, onCleanup, onMount, type JSX } from 'solid-js';
|
|
7
|
+
import { For, Show, createEffect, createSignal, on, onCleanup, onMount, type JSX } from 'solid-js';
|
|
8
8
|
import { Dynamic } from 'solid-js/web';
|
|
9
9
|
import { defineWebComponent } from './define';
|
|
10
|
-
import type { CardEnvelope, CardEvent, CardPolicy } from '../primitives/card-contract';
|
|
10
|
+
import type { CardEnvelope, CardEvent, CardPolicy, CardResolution } from '../primitives/card-contract';
|
|
11
11
|
import { CARD_EVENT_NAME, emitCardEvent, routeCardEvent } from '../primitives/card-routing';
|
|
12
12
|
import { mergeCardTags } from '../primitives/card-registry';
|
|
13
13
|
import { CardFallback } from '../components/card-fallback';
|
|
@@ -30,6 +30,33 @@ interface Props extends Record<string, unknown> {
|
|
|
30
30
|
policy?: CardPolicy;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
/** Events fired by `<kai-cards>`. */
|
|
34
|
+
interface Events {
|
|
35
|
+
/** A child card transitioned to a resolved/deferred state (an action was chosen,
|
|
36
|
+
* a form/tasks submission landed, or it was dismissed) — re-emitted off the host
|
|
37
|
+
* as a non-bubbling convenience event so a consumer can observe resolution
|
|
38
|
+
* centrally without diffing the cards array. `detail` = `{ cardId, resolution }`.
|
|
39
|
+
* (A `reopen` un-resolves a card and has no `CardResolution`, so it does NOT fire
|
|
40
|
+
* this — observe reopen via the underlying bubbling `kai-card` event.) */
|
|
41
|
+
'kai-card-resolved': { cardId: string; resolution: CardResolution };
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/** Map a terminal/deferred child CardEvent to the CardResolution it produces. Returns
|
|
45
|
+
* `undefined` for events that don't resolve a card (ready/error/etc.) and for
|
|
46
|
+
* `reopen` (which clears resolution → no CardResolution to convey). */
|
|
47
|
+
function resolutionFromEvent(e: CardEvent): CardResolution | undefined {
|
|
48
|
+
switch (e.kind) {
|
|
49
|
+
case 'action':
|
|
50
|
+
return { kind: 'action', action: e.action, payload: e.payload };
|
|
51
|
+
case 'submit':
|
|
52
|
+
return { kind: 'submit', data: e.data };
|
|
53
|
+
case 'dismiss':
|
|
54
|
+
return { kind: 'dismissed' };
|
|
55
|
+
default:
|
|
56
|
+
return undefined;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
33
60
|
/** A single resolved child: a known kai-* tag (props set imperatively) or the fallback. */
|
|
34
61
|
function CardSlot(props: { envelope: CardEnvelope; tag?: string; theme: string; emit: (e: CardEvent) => void }): JSX.Element {
|
|
35
62
|
let ref: HTMLElement | undefined;
|
|
@@ -41,6 +68,9 @@ function CardSlot(props: { envelope: CardEnvelope; tag?: string; theme: string;
|
|
|
41
68
|
if (props.envelope.title != null) (ref as unknown as { heading: string }).heading = props.envelope.title;
|
|
42
69
|
(ref as unknown as { resolution: unknown }).resolution = props.envelope.resolution;
|
|
43
70
|
ref.setAttribute('theme', props.theme);
|
|
71
|
+
// Stable, queryable id so the host's getCard()/resolve() can find this child
|
|
72
|
+
// node without relying on the (private, scalar-only) cardId property reflecting.
|
|
73
|
+
ref.setAttribute('data-card-id', props.envelope.id);
|
|
44
74
|
});
|
|
45
75
|
// Hoist the unknown-type error emit to onMount to avoid side-effect-in-JSX lint issue
|
|
46
76
|
// and to ensure exactly one error fires.
|
|
@@ -59,20 +89,64 @@ function CardSlot(props: { envelope: CardEnvelope; tag?: string; theme: string;
|
|
|
59
89
|
);
|
|
60
90
|
}
|
|
61
91
|
|
|
62
|
-
defineWebComponent<Props>(
|
|
92
|
+
defineWebComponent<Props, Events>(
|
|
63
93
|
'kai-cards',
|
|
64
94
|
{ cards: undefined, types: undefined, policy: undefined },
|
|
65
|
-
(props, { element }) => {
|
|
95
|
+
(props, { element, dispatch, expose }) => {
|
|
96
|
+
// Local working copy of the card list. The `cards` PROP still drives rendering
|
|
97
|
+
// (a new prop array re-seeds this), but holding a settable copy lets the
|
|
98
|
+
// imperative resolve()/dismiss() methods flip one envelope's resolution and
|
|
99
|
+
// re-render the matching child — the imperative twin of a consumer cloning +
|
|
100
|
+
// reassigning the whole cards array. `on(..., { defer: true })` re-seeds only on
|
|
101
|
+
// a genuine prop change (mount uses the createSignal seed below), preserving any
|
|
102
|
+
// pending imperative resolution until the consumer supplies a new prop array.
|
|
103
|
+
const [cards, setCards] = createSignal<CardEnvelope[]>(props.cards ?? []);
|
|
104
|
+
createEffect(on(() => props.cards, (next) => setCards(next ?? []), { defer: true }));
|
|
105
|
+
|
|
66
106
|
// Route children's bubbling kai-card events through the policy. Attached to the host
|
|
67
107
|
// element so composed events from each child's shadow root are caught as they bubble.
|
|
68
108
|
// The handler reads `props.policy` at EVENT time (not mount time) so setting
|
|
69
109
|
// `el.policy` after the element is in the DOM — the standard host pattern — works.
|
|
70
110
|
onMount(() => {
|
|
71
|
-
const handler = (e: Event) =>
|
|
72
|
-
|
|
111
|
+
const handler = (e: Event) => {
|
|
112
|
+
const detail = (e as CustomEvent<CardEvent>).detail;
|
|
113
|
+
routeCardEvent(props.policy ?? {}, detail);
|
|
114
|
+
// Additionally re-emit the non-bubbling convenience event when a child
|
|
115
|
+
// transitions to a resolved/deferred state — alongside (not instead of) the
|
|
116
|
+
// existing policy routing + the raw bubbling kai-card event.
|
|
117
|
+
const resolution = resolutionFromEvent(detail);
|
|
118
|
+
if (resolution) dispatch('kai-card-resolved', { cardId: detail.cardId, resolution });
|
|
119
|
+
};
|
|
73
120
|
element.addEventListener(CARD_EVENT_NAME, handler as EventListener);
|
|
74
121
|
onCleanup(() => element.removeEventListener(CARD_EVENT_NAME, handler as EventListener));
|
|
75
122
|
});
|
|
123
|
+
|
|
124
|
+
// ── Imperative API (instance methods on the host) ──────────────────────────
|
|
125
|
+
// Pattern B: the methods operate on the facade's own working copy + the rendered
|
|
126
|
+
// child DOM nodes. Resolving an envelope sets its `resolution`, which flows down
|
|
127
|
+
// through CardSlot's effect (sets the child's `resolution` prop) so the child
|
|
128
|
+
// re-renders into its chromed read-only view.
|
|
129
|
+
const resolveCard = (cardId: string, resolution: CardResolution) =>
|
|
130
|
+
setCards((list) =>
|
|
131
|
+
list.some((env) => env.id === cardId)
|
|
132
|
+
? list.map((env) => (env.id === cardId ? { ...env, resolution } : env))
|
|
133
|
+
: list,
|
|
134
|
+
);
|
|
135
|
+
expose({
|
|
136
|
+
/** Programmatically resolve a child card by id: set that envelope's
|
|
137
|
+
* `resolution` so the child re-renders into its read-only/resolved view — the
|
|
138
|
+
* imperative twin of the consumer mutating the cards array. No-op for an
|
|
139
|
+
* unknown id. */
|
|
140
|
+
resolve: (cardId: string, resolution: CardResolution) => resolveCard(cardId, resolution),
|
|
141
|
+
/** Collapse a card to its re-openable stub from the host side — convenience for
|
|
142
|
+
* `resolve(cardId, { kind: 'dismissed' })`. */
|
|
143
|
+
dismiss: (cardId: string) => resolveCard(cardId, { kind: 'dismissed' }),
|
|
144
|
+
/** Return the live child element node for a card id (or null) so consumers can
|
|
145
|
+
* call that card's own methods (focus/expand/…) without a shadow-DOM query. */
|
|
146
|
+
getCard: (cardId: string): HTMLElement | null =>
|
|
147
|
+
element.shadowRoot?.querySelector<HTMLElement>(`[data-card-id="${CSS.escape(cardId)}"]`) ?? null,
|
|
148
|
+
});
|
|
149
|
+
|
|
76
150
|
// Read the facade's REACTIVE `theme` prop, not element.getAttribute (which is
|
|
77
151
|
// not a tracked dependency) — otherwise a theme change on <kai-cards> after the
|
|
78
152
|
// children first render never propagates, leaving each child card stuck on its
|
|
@@ -81,7 +155,7 @@ defineWebComponent<Props>(
|
|
|
81
155
|
const tags = () => mergeCardTags(props.types);
|
|
82
156
|
return (
|
|
83
157
|
<div class="flex flex-col gap-3">
|
|
84
|
-
<For each={
|
|
158
|
+
<For each={cards()}>
|
|
85
159
|
{(env) => (
|
|
86
160
|
<CardSlot
|
|
87
161
|
envelope={env}
|
|
@@ -1,49 +1,74 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createSignal, onMount, onCleanup } from 'solid-js';
|
|
2
2
|
import { defineWebComponent } from './define';
|
|
3
3
|
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
ChainOfThoughtItem,
|
|
4
|
+
ChainOfThoughtAccordion,
|
|
5
|
+
type ChainOfThoughtController,
|
|
6
|
+
type ChainOfThoughtStepData,
|
|
7
|
+
type ChainOfThoughtType,
|
|
9
8
|
} from '../components/chain-of-thought';
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
/**
|
|
11
|
+
* A reasoning step descriptor.
|
|
12
|
+
*
|
|
13
|
+
* `id` is an OPTIONAL stable key. The Accordion's open-set keys (used by `value`,
|
|
14
|
+
* `defaultValue`, the `kai-value-change` payload, and the index→key resolution
|
|
15
|
+
* behind the methods) are `step.id` when present, else `String(index)`. Set `id`
|
|
16
|
+
* if you want to drive/observe a step by a meaningful key rather than position.
|
|
17
|
+
*/
|
|
18
|
+
type Step = ChainOfThoughtStepData;
|
|
17
19
|
|
|
18
20
|
interface Props extends Record<string, unknown> {
|
|
19
21
|
/** The reasoning steps. Set as a JS property. Compound sub-parts collapse to
|
|
20
|
-
* this one data model (Route 1). */
|
|
22
|
+
* this one data model (Route 1). Each `{ label, content?, id? }`. */
|
|
21
23
|
steps: Step[];
|
|
24
|
+
/** Open mode: `'multiple'` (default — any number of steps open at once) or
|
|
25
|
+
* `'single'` (at most one open; opening a step closes the others). */
|
|
26
|
+
type?: ChainOfThoughtType;
|
|
27
|
+
/** Controlled open step key(s). When set, it WINS over user interaction (the
|
|
28
|
+
* consumer owns the open set). String in `single` mode, string[] in
|
|
29
|
+
* `multiple` mode. Set as a JS property. */
|
|
30
|
+
value?: string | string[];
|
|
31
|
+
/** Uncontrolled INITIAL open step key(s) — seeds which steps render expanded.
|
|
32
|
+
* Ignored once `value` is provided. Set as a JS property. */
|
|
33
|
+
defaultValue?: string | string[];
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/** Events fired by `<kai-chain-of-thought>`. */
|
|
37
|
+
interface Events {
|
|
38
|
+
/** The open set changed — by user click OR an expand()/collapse()/toggle()
|
|
39
|
+
* call. `value` is a string in `single` mode, a string[] in `multiple` mode.
|
|
40
|
+
* (Maps Radix Accordion's onValueChange.) */
|
|
41
|
+
'kai-value-change': { value: string | string[] };
|
|
22
42
|
}
|
|
23
43
|
|
|
24
44
|
/** Parse a single light-DOM `<kai-step>` element into a `Step` descriptor.
|
|
25
45
|
* Attribute mapping:
|
|
26
46
|
* - `label` → Step.label (the always-visible heading)
|
|
47
|
+
* - `step-id` → Step.id (optional stable open-set key)
|
|
27
48
|
* - textContent → Step.content (optional expandable detail)
|
|
28
49
|
*/
|
|
29
50
|
export function parseKaiStepElement(n: Element): Step {
|
|
30
51
|
return {
|
|
31
52
|
label: n.getAttribute('label') ?? '',
|
|
32
53
|
content: n.textContent?.trim() || undefined,
|
|
54
|
+
id: n.getAttribute('step-id') ?? undefined,
|
|
33
55
|
};
|
|
34
56
|
}
|
|
35
57
|
|
|
36
58
|
/**
|
|
37
59
|
* `<kai-chain-of-thought>` — step-by-step reasoning with connectors and
|
|
38
|
-
* per-step collapsible detail.
|
|
60
|
+
* per-step collapsible detail. An Accordion: by default every step is
|
|
61
|
+
* independently collapsible (`type="multiple"`, all closed); set
|
|
62
|
+
* `type="single"` for one-open-at-a-time.
|
|
39
63
|
*
|
|
40
64
|
* **Route 1 — JS property:** set the `steps` property to an array of
|
|
41
|
-
* `{ label, content? }` objects.
|
|
65
|
+
* `{ label, content?, id? }` objects.
|
|
42
66
|
*
|
|
43
67
|
* **Route 2 — declarative children:** compose `<kai-step>` child elements in
|
|
44
68
|
* light DOM (hidden by the Shadow DOM — pure data carriers). The `label`
|
|
45
69
|
* attribute becomes the step heading; `textContent` becomes the expandable
|
|
46
|
-
* detail
|
|
70
|
+
* detail; an optional `step-id` becomes the open-set key. Children are merged
|
|
71
|
+
* after any prop steps.
|
|
47
72
|
*
|
|
48
73
|
* ```html
|
|
49
74
|
* <kai-chain-of-thought>
|
|
@@ -53,9 +78,12 @@ export function parseKaiStepElement(n: Element): Step {
|
|
|
53
78
|
* </kai-chain-of-thought>
|
|
54
79
|
* ```
|
|
55
80
|
*/
|
|
56
|
-
defineWebComponent<Props>('kai-chain-of-thought', {
|
|
81
|
+
defineWebComponent<Props, Events>('kai-chain-of-thought', {
|
|
57
82
|
steps: [],
|
|
58
|
-
|
|
83
|
+
type: undefined,
|
|
84
|
+
value: undefined,
|
|
85
|
+
defaultValue: undefined,
|
|
86
|
+
}, (props, { element, dispatch, expose }) => {
|
|
59
87
|
// Read declarative <kai-step> children from light DOM.
|
|
60
88
|
// Shadow DOM with no <slot> suppresses them visually — they're invisible data carriers.
|
|
61
89
|
const [slottedSteps, setSlottedSteps] = createSignal<Step[]>([]);
|
|
@@ -73,20 +101,37 @@ defineWebComponent<Props>('kai-chain-of-thought', {
|
|
|
73
101
|
// Prop steps first; declarative children appended after.
|
|
74
102
|
const allSteps = () => [...props.steps, ...slottedSteps()];
|
|
75
103
|
|
|
104
|
+
// ── Imperative API (instance methods on the host) ──────────────────────────
|
|
105
|
+
// Pattern C: the Accordion component owns the open-set; the facade captures its
|
|
106
|
+
// controller and exposes index-based methods. Every setter routes through the
|
|
107
|
+
// component's onValueChange (handleValueChange below) — the single emit point —
|
|
108
|
+
// so user clicks AND method calls both fire kai-value-change. No prop collisions:
|
|
109
|
+
// the only props are steps/type/value/defaultValue.
|
|
110
|
+
let controller: ChainOfThoughtController | undefined;
|
|
111
|
+
expose({
|
|
112
|
+
/** Open one step's detail by index, or — with no arg — ALL steps. In `single`
|
|
113
|
+
* mode opening one step closes the others (expand-all keeps the last). */
|
|
114
|
+
expand: (index?: number) => controller?.expand(index),
|
|
115
|
+
/** Close one step's detail by index, or — with no arg — ALL steps. */
|
|
116
|
+
collapse: (index?: number) => controller?.collapse(index),
|
|
117
|
+
/** Flip one step's open state by index. */
|
|
118
|
+
toggle: (index?: number) => controller?.toggle(index),
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
// Single emit point for the open set — both user clicks and the methods above
|
|
122
|
+
// flow through the component's onValueChange to here.
|
|
123
|
+
const handleValueChange = (value: string | string[]) => {
|
|
124
|
+
dispatch('kai-value-change', { value });
|
|
125
|
+
};
|
|
126
|
+
|
|
76
127
|
return (
|
|
77
|
-
<
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
</ChainOfThoughtContent>
|
|
86
|
-
</Show>
|
|
87
|
-
</ChainOfThoughtStep>
|
|
88
|
-
)}
|
|
89
|
-
</For>
|
|
90
|
-
</ChainOfThought>
|
|
128
|
+
<ChainOfThoughtAccordion
|
|
129
|
+
steps={allSteps()}
|
|
130
|
+
type={props.type as ChainOfThoughtType | undefined}
|
|
131
|
+
value={props.value as string | string[] | undefined}
|
|
132
|
+
defaultValue={props.defaultValue as string | string[] | undefined}
|
|
133
|
+
onValueChange={handleValueChange}
|
|
134
|
+
controllerRef={(c) => (controller = c)}
|
|
135
|
+
/>
|
|
91
136
|
);
|
|
92
137
|
});
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { defineWebComponent } from './define';
|
|
2
2
|
import { ChatScopePicker } from '../components/chat-scope-picker';
|
|
3
|
+
import { wireDisclosure } from './disclosure';
|
|
4
|
+
import type { DropdownController } from '../ui/dropdown';
|
|
3
5
|
import type { SearchFilters } from '../types';
|
|
4
6
|
|
|
5
7
|
interface Props extends Record<string, unknown> {
|
|
@@ -9,12 +11,22 @@ interface Props extends Record<string, unknown> {
|
|
|
9
11
|
availableTags: string[];
|
|
10
12
|
/** The label shown on the trigger for the active scope. */
|
|
11
13
|
currentLabel?: string;
|
|
14
|
+
/** Drive/observe the dropdown's open state (Shoelace-style: settable + reflected
|
|
15
|
+
* to the `open` attribute, the dropdown still self-manages on click/keyboard).
|
|
16
|
+
* Set `el.open = true`, or `<kai-scope-picker open>`; listen for `kai-open-change`. */
|
|
17
|
+
open?: boolean;
|
|
18
|
+
/** Initial open state on mount (uncontrolled seed). */
|
|
19
|
+
defaultOpen?: boolean;
|
|
20
|
+
/** Disable the trigger — click/keyboard and `show()` no longer open the dropdown. */
|
|
21
|
+
disabled?: boolean;
|
|
12
22
|
}
|
|
13
23
|
|
|
14
24
|
/** Events fired by `<kai-scope-picker>`. */
|
|
15
25
|
interface Events {
|
|
16
26
|
/** A scope was chosen (`undefined` filters = "All Content"). */
|
|
17
27
|
'kai-scope-change': { filters: SearchFilters | undefined };
|
|
28
|
+
/** The scope dropdown opened or closed (by click, keyboard, Escape, outside-click, or a method). */
|
|
29
|
+
'kai-open-change': { open: boolean };
|
|
18
30
|
}
|
|
19
31
|
|
|
20
32
|
/**
|
|
@@ -26,11 +38,26 @@ defineWebComponent<Props, Events>('kai-scope-picker', {
|
|
|
26
38
|
availableAuthors: [],
|
|
27
39
|
availableTags: [],
|
|
28
40
|
currentLabel: 'All Content',
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
41
|
+
open: undefined,
|
|
42
|
+
defaultOpen: undefined,
|
|
43
|
+
disabled: undefined,
|
|
44
|
+
}, (props, ctx) => {
|
|
45
|
+
const { dispatch, flag } = ctx;
|
|
46
|
+
let api: DropdownController | undefined;
|
|
47
|
+
|
|
48
|
+
// The standard overlay surface: settable+reflecting `open`, kai-open-change,
|
|
49
|
+
// show/hide/toggle, disabled-gating. See ./disclosure.
|
|
50
|
+
wireDisclosure(ctx, () => api, () => props.open);
|
|
51
|
+
|
|
52
|
+
return (
|
|
53
|
+
<ChatScopePicker
|
|
54
|
+
currentLabel={props.currentLabel ?? 'All Content'}
|
|
55
|
+
availableAuthors={props.availableAuthors}
|
|
56
|
+
availableTags={props.availableTags}
|
|
57
|
+
onScopeChange={(filters) => dispatch('kai-scope-change', { filters })}
|
|
58
|
+
defaultOpen={flag('defaultOpen')}
|
|
59
|
+
disabled={flag('disabled')}
|
|
60
|
+
controllerRef={(a) => (api = a)}
|
|
61
|
+
/>
|
|
62
|
+
);
|
|
63
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ToolPart } from '../components/tool';
|
|
2
|
-
import type { AttachmentData } from '../components/
|
|
1
|
+
import type { ToolPart } from '../components/tool-types';
|
|
2
|
+
import type { AttachmentData } from '../components/attachment-types';
|
|
3
3
|
|
|
4
4
|
/** The five built-in action buttons (each carries its own curated icon + label). */
|
|
5
5
|
export type ChatMessageAction = 'copy' | 'like' | 'dislike' | 'regenerate' | 'edit';
|