@vuu-ui/vuu-protocol-types 0.13.32 → 0.13.34
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/index.d.ts +5 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -704,6 +704,11 @@ export interface OpenDialogAction {
|
|
|
704
704
|
type: "OPEN_DIALOG_ACTION";
|
|
705
705
|
table: VuuTable;
|
|
706
706
|
}
|
|
707
|
+
|
|
708
|
+
export interface OpenComponentInDialogAction extends OpenDialogAction {
|
|
709
|
+
renderComponent: string;
|
|
710
|
+
}
|
|
711
|
+
|
|
707
712
|
export interface NoAction {
|
|
708
713
|
type: "NO_ACTION";
|
|
709
714
|
}
|