fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Make static selectors internal #1369

Closed mortend closed 3 years ago

mortend commented 3 years ago

These properties are used internally for caching purposes, and should not be exposed in the public API, nor show up in docs, etc.

There are instance properties available for Uno programmers. The static selector properties are unlikely to be used directly by external code, and because we are working on 2.0 it is nice to clean-up our public API a little.

This PR contains: