Skip to content

Commit 4ee841b

Browse files
committed
chore(spec): accept the ListView objectName / viewType registry-only inputs in the declaration-parity baseline, with their discharge condition
The gate's own --update path (MANIFEST=sdui.manifest.json check:react-declaration-parity --baseline react-declaration-parity.baseline.json --update), then the hand-maintained _acceptedReasons block re-added as the baseline's _note prescribes, with two new entries that state the expiry: accepted only until objectui#8510 removes the two designer inputs from objectui's list-view registration. This moves a ratchet as the mechanical consequence of the #14791 ruling (option B, no deprecation window); declaring the props back in spec or on the overlay would undo that ruling and is not an exit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016N6xmWt5hYm94ffVEwGH8x
1 parent 50ec9f2 commit 4ee841b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

packages/spec/react-declaration-parity.baseline.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"_note": "Hand-maintained record of WHY each accepted registry-only input is deliberately not declared in spec (maintainer ruling 2026-08-18 on #9392). `--update` rewrites this file and drops this block — re-add it (updated) whenever the accepted set changes; an entry with no reason here is an accept nobody ruled.",
55
"ObjectForm.initialData": "Alias spelling of `initialValues` (the drawer/modal presentations read it first). Aliases are not promoted into spec, per the alias-convergence direction.",
66
"ObjectForm.mobile": "Internal presentation override, not an authoring surface.",
7-
"ObjectForm.navigateOnSuccess": "Explicitly parked pending the 'action success navigation' family ruling (#9474/#9566, objectui#5034) — declaring it now risks freezing a spelling that family is shaping; revisit when `onSuccess` lands. The family landed on 2026-08-18 (PR #9601); the revisit is tracked on #9392."
7+
"ObjectForm.navigateOnSuccess": "Explicitly parked pending the 'action success navigation' family ruling (#9474/#9566, objectui#5034) — declaring it now risks freezing a spelling that family is shaping; revisit when `onSuccess` lands. The family landed on 2026-08-18 (PR #9601); the revisit is tracked on #9392.",
8+
"ListView.objectName": "TEMPORARY, with a stated expiry (#14791, maintainer ruling 2026-09-07, option B): the react-tier contract retired the ListView `objectName` / `viewType` overlay aliases with no deprecation window, so objectui plugin-list's designer `inputs` (`objectName` required, `viewType`) are registry-only until objectui#8510 removes them from the list-view registration (the metadata host stamps `objectName`, and `normalizeListViewSchema` supplies it from `data` at pin a472b071). Accepted only until objectui#8510 lands and the pin moves past it — DELETE this entry and the two inputs from the `ListView.registryOnly` row then; declaring the props back in spec or on the overlay is not an exit, it undoes the ruling.",
9+
"ListView.viewType": "TEMPORARY, with a stated expiry (#14791, maintainer ruling 2026-09-07, option B): the react-tier contract retired the ListView `objectName` / `viewType` overlay aliases with no deprecation window, so objectui plugin-list's designer `inputs` (`objectName` required, `viewType`) are registry-only until objectui#8510 removes them from the list-view registration (the metadata host stamps `objectName`, and `normalizeListViewSchema` supplies it from `data` at pin a472b071). Accepted only until objectui#8510 lands and the pin moves past it — DELETE this entry and the two inputs from the `ListView.registryOnly` row then; declaring the props back in spec or on the overlay is not an exit, it undoes the ruling."
810
},
911
"blocks": {
1012
"ObjectForm": {
@@ -16,7 +18,10 @@
1618
"missing": false
1719
},
1820
"ListView": {
19-
"registryOnly": [],
21+
"registryOnly": [
22+
"objectName",
23+
"viewType"
24+
],
2025
"missing": false
2126
},
2227
"ObjectChart": {

0 commit comments

Comments
 (0)