@central-design-system/components 3.0.0-beta.27 → 3.0.0-beta.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,6 +16,11 @@ export interface ITeleportOptions {
|
|
|
16
16
|
* Используйте только если вы уверены, что это необходимо. В противном случае используйте свойства attach и contained непосредственно в самих компонентах.
|
|
17
17
|
*/
|
|
18
18
|
contained: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Указывает, что все всплывающие компоненты будут прикреплены к первому элементу в getRootNode автоматически.
|
|
21
|
+
* Игнорирует переданный target во всех случаях.
|
|
22
|
+
*/
|
|
23
|
+
root: boolean;
|
|
19
24
|
/**
|
|
20
25
|
* Класс контейнера для компонентов телепорта.
|
|
21
26
|
*/
|
package/package.json
CHANGED