I have the latest SDK from github and have been working on some new Widgets. I would like to customize some of the Infor Standard widgets, so I have been using the f12 dev tools in my browser to get the source code. The problem I run into is there are methods in lime (usually in IWidgetContext) that are being called in these Infor widgets that don't exist in the lime version we get with the SDK. Is there a newer version of lime that is more up to date with the lime version used in the cloud tenants? They use @infor-lime/core, which we can't access in the SDK. Because of this, if we make a change and then try to package it, we get errors from the linter and it fails to build.
Also, I have heard that all the standard widgets from Infor are available to download, but I haven't found them anywhere. Does anyone know where I can find these so I don't have to convert source code from the F12 dev tool?