Add some more store commands, add dialog helpers, and small fixes

This commit is contained in:
Christopher Schnick
2022-08-16 17:49:46 +02:00
parent 775a046e66
commit e0266fec6b
12 changed files with 202 additions and 30 deletions

View File

@@ -22,6 +22,8 @@ module io.xpipe.beacon {
uses MessageExchange;
provides io.xpipe.beacon.exchange.MessageExchange with
EditStoreExchange,
StoreProviderListExchange,
ListCollectionsExchange,
ListEntriesExchange,
ModeExchange,
@@ -45,7 +47,7 @@ module io.xpipe.beacon {
RemoveCollectionExchange,
RenameCollectionExchange,
RenameEntryExchange,
ProviderListExchange,
SourceProviderListExchange,
ConvertExchange,
QueryRawDataExchange,
QueryTableDataExchange,