@topvisor/ui 1.4.3-fixTabsView.2 → 1.4.3-fixTabsView.3

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.
@@ -7,13 +7,17 @@ import { components } from 'topvisor-openapi/src/ts/TV/API/Params/LimitTrait';
7
7
  import { components } from 'topvisor-openapi/src/ts/TV/API/Params/OffsetTrait';
8
8
  import { components } from 'topvisor-openapi/src/ts/TV/API/Types/UrlShort';
9
9
  /**
10
- * Выполняет переход по ссылке с добавлением релевантных hash-параметров текущего проекта
10
+ * Закрыть попап и выполнить переход на страницу проекта
11
11
  */
12
- export declare const navigateTo: (link: string) => void;
12
+ export declare const navigateToProject: (link: string, event?: PointerEvent) => void;
13
13
  /**
14
14
  * Сгенерировать ссылку на проект
15
15
  */
16
16
  export declare const genProjectLink: (projectId: number) => string;
17
+ /**
18
+ * Вернуть базовый хост без поддомена
19
+ */
20
+ export declare const getBaseHost: () => string;
17
21
  /**
18
22
  * Сгенерировать ссылку на сайт проекта
19
23
  */