indicator-ui 0.0.286 → 0.0.287
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.
|
@@ -9,6 +9,7 @@ export declare const SIDES_NUM = 2;
|
|
|
9
9
|
export declare const SCROLL_END_TIMEOUT = 150;
|
|
10
10
|
export declare const SET_UP_DATES_NUM = 13;
|
|
11
11
|
export declare const CHANGE_VALUE_TIMEOUT = 100;
|
|
12
|
+
export declare const ADJUST_SCROLL_POSITION_TIMEOUT = 150;
|
|
12
13
|
export declare const DATE_RANGE_TYPE_FORMAT = "yyyy-MM-dd";
|
|
13
14
|
export declare const TIME_RANGE_TYPE_FORMAT = "HH:mmXXX";
|
|
14
15
|
export declare const DATE_TYPE_FORMAT = "yyyy-MM-dd";
|