|
@@ -30,7 +30,7 @@ pub enum GridNotification {
|
|
DidUpdateGridBlock = 20,
|
|
DidUpdateGridBlock = 20,
|
|
DidUpdateRow = 30,
|
|
DidUpdateRow = 30,
|
|
DidUpdateCell = 31,
|
|
DidUpdateCell = 31,
|
|
- DidUpdateGrid = 40,
|
|
|
|
|
|
+ DidUpdateGridField = 40,
|
|
DidUpdateField = 41,
|
|
DidUpdateField = 41,
|
|
}
|
|
}
|
|
|
|
|
|
@@ -46,7 +46,7 @@ impl ::protobuf::ProtobufEnum for GridNotification {
|
|
20 => ::std::option::Option::Some(GridNotification::DidUpdateGridBlock),
|
|
20 => ::std::option::Option::Some(GridNotification::DidUpdateGridBlock),
|
|
30 => ::std::option::Option::Some(GridNotification::DidUpdateRow),
|
|
30 => ::std::option::Option::Some(GridNotification::DidUpdateRow),
|
|
31 => ::std::option::Option::Some(GridNotification::DidUpdateCell),
|
|
31 => ::std::option::Option::Some(GridNotification::DidUpdateCell),
|
|
- 40 => ::std::option::Option::Some(GridNotification::DidUpdateGrid),
|
|
|
|
|
|
+ 40 => ::std::option::Option::Some(GridNotification::DidUpdateGridField),
|
|
41 => ::std::option::Option::Some(GridNotification::DidUpdateField),
|
|
41 => ::std::option::Option::Some(GridNotification::DidUpdateField),
|
|
_ => ::std::option::Option::None
|
|
_ => ::std::option::Option::None
|
|
}
|
|
}
|
|
@@ -59,7 +59,7 @@ impl ::protobuf::ProtobufEnum for GridNotification {
|
|
GridNotification::DidUpdateGridBlock,
|
|
GridNotification::DidUpdateGridBlock,
|
|
GridNotification::DidUpdateRow,
|
|
GridNotification::DidUpdateRow,
|
|
GridNotification::DidUpdateCell,
|
|
GridNotification::DidUpdateCell,
|
|
- GridNotification::DidUpdateGrid,
|
|
|
|
|
|
+ GridNotification::DidUpdateGridField,
|
|
GridNotification::DidUpdateField,
|
|
GridNotification::DidUpdateField,
|
|
];
|
|
];
|
|
values
|
|
values
|
|
@@ -89,11 +89,11 @@ impl ::protobuf::reflect::ProtobufValue for GridNotification {
|
|
}
|
|
}
|
|
|
|
|
|
static file_descriptor_proto_data: &'static [u8] = b"\
|
|
static file_descriptor_proto_data: &'static [u8] = b"\
|
|
- \n\x17dart_notification.proto*\x97\x01\n\x10GridNotification\x12\x0b\n\
|
|
|
|
|
|
+ \n\x17dart_notification.proto*\x9c\x01\n\x10GridNotification\x12\x0b\n\
|
|
\x07Unknown\x10\0\x12\x12\n\x0eDidCreateBlock\x10\x0b\x12\x16\n\x12DidUp\
|
|
\x07Unknown\x10\0\x12\x12\n\x0eDidCreateBlock\x10\x0b\x12\x16\n\x12DidUp\
|
|
dateGridBlock\x10\x14\x12\x10\n\x0cDidUpdateRow\x10\x1e\x12\x11\n\rDidUp\
|
|
dateGridBlock\x10\x14\x12\x10\n\x0cDidUpdateRow\x10\x1e\x12\x11\n\rDidUp\
|
|
- dateCell\x10\x1f\x12\x11\n\rDidUpdateGrid\x10(\x12\x12\n\x0eDidUpdateFie\
|
|
|
|
- ld\x10)b\x06proto3\
|
|
|
|
|
|
+ dateCell\x10\x1f\x12\x16\n\x12DidUpdateGridField\x10(\x12\x12\n\x0eDidUp\
|
|
|
|
+ dateField\x10)b\x06proto3\
|
|
";
|
|
";
|
|
|
|
|
|
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
|
|
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
|