@vuu-ui/vuu-protocol-types 0.11.3 → 0.12.1
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 +1 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -429,7 +429,7 @@ export interface ClientToServerMenuGridRPC {
|
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
export interface ClientToServerMenuRowRPC {
|
|
432
|
-
row:
|
|
432
|
+
row: VuuDataRowDto;
|
|
433
433
|
rowKey: string;
|
|
434
434
|
rpcName: string;
|
|
435
435
|
type: "VIEW_PORT_MENU_ROW_RPC";
|
|
@@ -642,9 +642,6 @@ export declare type VuuLinkDescriptor = {
|
|
|
642
642
|
link: VuuLink;
|
|
643
643
|
};
|
|
644
644
|
|
|
645
|
-
// used in MenuRPC row message
|
|
646
|
-
export declare type VuuRowRecord = { [key: string]: VuuRowDataItemType };
|
|
647
|
-
|
|
648
645
|
/**
|
|
649
646
|
* LinkDescriptor with label is not strictly part of the Vuu Protocol
|
|
650
647
|
*
|