1.4 KiB
1.4 KiB
KBX v11 Standard Traceability
v11은 새 디자인 언어를 추가하지 않는다. 첨부된 KBX v1.0 문서의 구현 누락과 검증 누락을 닫는 단계다.
| 원 표준 | v11 코드 산출물 |
|---|---|
| Design System §21~26 숫자/금액/수량/날짜/Select | KbxNumberField, KbxMoneyField, KbxQuantityField, KbxDateRange, KbxSelect |
| Design System §47 Bulk Action | KbxBulkActionBar |
| Design System §60~64 Dialog/Drawer/Toast/Confirm | KbxDialog, KbxDrawer, KbxToast, KbxConfirm |
| Design System §71 Audit | KbxAuditTrail |
| Design System §78 AI Proposal | KbxProposalPanel |
| Design System §98 Fast Entry | KbxFastEntryPage |
| Design System §123 Component Catalog | COMMON-DS-001 + componentCatalog.ts |
| Design System §124 Visual Regression | kbx-component-catalog.visual.spec.ts |
| Design System §125~129 Contract/E2E | core unit + keyboard E2E |
| Business Standard §62 Accessibility | label/aria-invalid/focus-visible static gate |
| Implementation Contract §120 자동검증 | validate-component-catalog.mjs |
Naming normalization
KbxInput을 문자열 입력의 canonical public API로 사용한다. 기존 KbxTextField는 이전 Starter 호환을 위해 제거하지 않지만 신규 업무 화면에서는 사용하지 않는다.
KbxAiPanel은 v1 문서 명칭과의 호환 API이며 내부 구현은 KbxAiAssistant 계약을 재사용한다.