@declarion/react 0.1.48 → 0.1.51
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-lib/components/detail-layout/AssociatedBlock.d.ts +4 -0
- package/dist-lib/components/primitives/Icons.d.ts +30 -0
- package/dist-lib/components/shared/RowActionsKebab.d.ts +19 -0
- package/dist-lib/declarion-react.css +1 -1
- package/dist-lib/index.js +1152 -777
- package/dist-lib/index.js.map +1 -1
- package/dist-lib/types/schema.d.ts +1 -2
- package/package.json +1 -1
|
@@ -391,8 +391,7 @@ export interface HandlerParam {
|
|
|
391
391
|
display?: HandlerParamDisplay;
|
|
392
392
|
/**
|
|
393
393
|
* Narrows the param's option set. Values may be literals or templates
|
|
394
|
-
* using the ui_steps interpolation vocabulary (e.g. "${params.other}").
|
|
395
|
-
* legacy "{{params.other}}" form is still accepted but deprecated.
|
|
394
|
+
* using the ui_steps interpolation vocabulary (e.g. "${params.other}").
|
|
396
395
|
* Semantics are type-specific: for type="status", a "status_group" key
|
|
397
396
|
* selects the group whose statuses are offered.
|
|
398
397
|
*/
|