AbsaOSS / cps-shared-ui

Angular shared components library
https://absaoss.github.io/cps-shared-ui/
Apache License 2.0
2 stars 2 forks source link

Support enums in docs #364

Closed lukasmatta closed 4 months ago

fateeand commented 4 months ago

Missing @group Enums for CpsNotificationType.

CpsColumnFilterMatchMode is ambiguous for now, as it seems like it's not used anywhere according to the docs, but it should be fixed in #350

lukasmatta commented 4 months ago

Missing @group Enums for CpsNotificationType.

CpsColumnFilterMatchMode is ambiguous for now, as it seems like it's not used anywhere according to the docs, but it should be fixed in #350

I didn't add it for the CpsNotificationType enum on purpose, as it is an internal enum not exported by the library, on the other hand, CpsColumnFilterMatchMode is exported.