From f6c3be43579b448e18412c3bd909835b4a8dd4e2 Mon Sep 17 00:00:00 2001 From: Andrei Floricel Date: Mon, 20 Nov 2023 20:01:01 +0200 Subject: [PATCH] Update AdapTable with latest enhancements Signed-off-by: Andrei Floricel --- .gitignore | 3 ++- directory/local.v2.json | 49 ++++++++++++++++++++++++++--------------- 2 files changed, 33 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index f5615c96..763811b7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dist *.local thumbs.db .eslintcache -packages/preload/exposedInMainWorld.d.ts \ No newline at end of file +packages/preload/exposedInMainWorld.d.ts +.idea diff --git a/directory/local.v2.json b/directory/local.v2.json index 97aaca39..7bb5fd77 100644 --- a/directory/local.v2.json +++ b/directory/local.v2.json @@ -885,10 +885,8 @@ ], "screenshots": [ { - "src": "https://fdc3-demo.adaptabletools.com/adaptable_fdc3.gif", - "label": "AdapTable FDC3 Demo", - "type": "image/gif", - "size": "612x300" + "src": "https://fdc3-demo.adaptabletools.com/adaptable_fdc3.jpeg", + "label": "AdapTable FDC3 Demo" } ], "type": "web", @@ -903,32 +901,47 @@ "contexts": [ "fdc3.instrument" ] - }, - "ViewContact": { - "displayName": "View Contact", - "contexts": [ - "fdc3.contact" - ] - }, - "ViewQuote": { - "displayName": "View Quote", - "contexts": [ - "fdc3.instrument" - ] } }, "raises": { "ViewInstrument": [ "fdc3.instrument" ], - "StartChat": [ - "fdc3.contact" + "ViewChart": [ + "fdc3.instrument" + ], + "ViewNews": [ + "fdc3.instrument" + ], + "ViewAnalysis": [ + "fdc3.instrument" + ], + "ViewHoldings": [ + "fdc3.instrument" + ], + "ViewOrders": [ + "fdc3.instrument" + ], + "ViewInteractions": [ + "fdc3.instrument" + ], + "ViewOrders": [ + "fdc3.instrument" + ], + "ViewQuote": [ + "fdc3.instrument" + ], + "ViewResearch": [ + "fdc3.instrument" ] } }, "userChannels": { "broadcasts": [ "fdc3.instrument" + ], + "listensFor": [ + "fdc3.instrument" ] }, "appChannels": []