@topvisor/ui 1.4.3-updateRegionSelector.0 → 1.4.3-updateRegionSelector.1

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.
@@ -11,7 +11,7 @@ import { Props } from '../dialog_regionSelectorRegions/types';
11
11
  *
12
12
  * Если регионов в списке нет, в список будет добавлен regionUndefined
13
13
  *
14
- * @param forMode - получить массив для просмотра частоты (или ставок)
14
+ * @param forMode - Режим выбора регионов
15
15
  * @param autoRegion - добавить элемент с ключем -2, который в API заменяется на нужный ключ в зависимости от контекста
16
16
  * @param searchers - поисковики с регионами проекта, см.: get/projects_2/projects, show_searchers_and_regions = 1
17
17
  */
@@ -19,7 +19,7 @@ export declare const genSearcherByKey: (forMode?: ForMode, autoRegion?: boolean,
19
19
  /**
20
20
  * Поиск региона по заданному критерию из списка поисковиков проекта
21
21
  *
22
- * @param forMode - поиск региона для просмотра, ставок или релевантной(подбор)
22
+ * @param forMode - Режим выбора регионов
23
23
  * @param searchRegion - объект с параметрами региона, который следует найти
24
24
  * @param searchers
25
25
  */