Skip to content

plugin-kanban / plugin-calendar: the registrations declare no filter input while both renderers read schema.filter and the spec declares it — the html tier reports unknown-prop on a spec-declared key (objectui#6678 class) #7712

Description

@claude

Filed unassigned from the objectstack #15442 / #15449 consumer census (PM session session_01M59rPZZFzqhfMUPFqqZTkf, os-dev seat, 2026-09-05). Measured at the pin a472b07.

Measured

  • packages/plugin-kanban/src/index.tsx — the four registrations (:208, :313, :420, :434) declare, in total, className, columns, enableVirtualScrolling, objectName, onCardMove, onColumnToggle, virtualScrollThreshold. No filter, no limit.
  • packages/plugin-calendar/src/index.tsx — the two registrations (:293 object-calendar, :303 calendar) declare calendar and objectName. No filter, no sort.
  • Both renderers READ the key: packages/plugin-kanban/src/ObjectKanban.tsx:263 $filter: schema.filter (and :264 $top: schema.limit); packages/plugin-calendar/src/ObjectCalendar.tsx:454 $filter: schema.filter (and schema.sort).
  • The spec declares it for both: objectstack ComponentPropsMap['object-kanban'].filter (component.zod.ts:2664) and ['object-calendar'].filter (:2719).
  • Control: object-grid (plugin-grid/src/index.tsx:218) and object-metric (plugin-dashboard/src/index.tsx:207) declare filter as type: 'array'.

Why it matters

sdui-parser validateTree (packages/sdui-parser/src/validate.ts:70-76) reports unknown-prop for any key not in comp.inputs (after BASE_PROPS), so on the html tier an author writing the spec-declared filter on an object-kanban or object-calendar is told it is unknown — while the renderer honours it. That is the objectui#6678 shape (the one spelling that works gets the same diagnostic as the ones that do nothing). check:react-declaration-parity runs manifest to spec, so a spec-declared key missing from the manifest is not what it ratchets.

Refs: #6678 · objectstack#15449.


Generated by Claude Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdomain:uiobjectui ui stream: fix lands on the published library or apps — objectui execution seatfindingpm:queuepriority:p2

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions