@jsenv/navi 0.29.362 → 0.29.364
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/dist/dev/jsenv_navi.js +191 -92
- package/dist/dev/jsenv_navi.js.map +13 -11
- package/dist/jsenv_navi.js +191 -92
- package/dist/jsenv_navi.js.map +13 -11
- package/docs/popup_open.md +2 -1
- package/package.json +1 -1
package/docs/popup_open.md
CHANGED
|
@@ -434,7 +434,8 @@ as a card and is refused as a card, wherever in the tree the sheet was written.
|
|
|
434
434
|
|
|
435
435
|
The card shows the answer the moment the sheet leaves when its `ui` is drawn
|
|
436
436
|
from what the picker holds rather than from what the caller knows — the same
|
|
437
|
-
state navi's own default `ui` reads, rolled back by `resetOnError
|
|
437
|
+
state navi's own default `ui` reads, rolled back by `resetOnError` (and
|
|
438
|
+
`resetOnAbort`), so nothing
|
|
438
439
|
about the pending value is the caller's to keep or to put back. Two ways to
|
|
439
440
|
read it: `ui={MatchCard}` hands the component `value`, `loading` and
|
|
440
441
|
`interactive` as props; `ui={<MatchCard match={match} />}` keeps the caller's
|