@vuu-ui/vuu-protocol-types 0.13.31 → 0.13.33

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -0
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.13.31",
3
+ "version": "0.13.33",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},