AAE-30336 Screens updates (#10619)

* [AAE-30336] updated interface and removed buttons

* [AAE-30336] added fullscreen support for dynamic component

* [AAE-30336] fullscreen feature and css fix

* [AAE-30336] fixed wrong subscription, removed obsolete code

* [AAE-30336] removed obsolete variable

* [AAE-30336] updated unit test and model

* [AAE-30336] updated documentation and comments
This commit is contained in:
tomasz hanaj
2025-02-05 15:18:11 +01:00
committed by GitHub
parent a1a3f97ec8
commit 8e3bd154ed
12 changed files with 397 additions and 32 deletions

View File

@@ -24,6 +24,7 @@ export * from './lib/people/public-api';
export * from './lib/form/public-api';
export * from './lib/services/public-api';
export * from './lib/rich-text-editor/public-api';
export * from './lib/screen/public-api';
export * from './lib/types';
export * from './lib/common/index';