@cxtms/cx-schema 1.9.243 → 1.9.244
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/package.json
CHANGED
|
@@ -426,6 +426,11 @@ props:
|
|
|
426
426
|
|
|
427
427
|
Tabbed interface with MUI TabContext. Tab state stored in URL params.
|
|
428
428
|
|
|
429
|
+
Tabs may contain a `slot` child as an extension point. The web renderer replaces that child
|
|
430
|
+
in place with the registered extension layouts, ordered by `props.order`. Each extension
|
|
431
|
+
layout must be a `tab`; the slot does not render as an empty tab. Template expressions in
|
|
432
|
+
the slot name are resolved from component variables and store values before lookup.
|
|
433
|
+
|
|
429
434
|
**Props:**
|
|
430
435
|
| Prop | Type | Description |
|
|
431
436
|
|------|------|-------------|
|