hrm_ui_lib 1.6.4 → 1.6.5
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.
|
@@ -2,7 +2,7 @@ export declare const TRANSLATIONS_DEFAULT_VALUES: {
|
|
|
2
2
|
emptyListMainMessage: string;
|
|
3
3
|
overflowText: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const SELECTED_VISIBLE_MIN_COUNT =
|
|
5
|
+
export declare const SELECTED_VISIBLE_MIN_COUNT = 7;
|
|
6
6
|
export declare const DROPDOWN_MAX_HEIGHT = 260;
|
|
7
7
|
export declare const DROPDOWN_MAX_HEIGHT_PART = 106;
|
|
8
8
|
export declare const ITEM_SIZE = 32;
|
|
@@ -2,7 +2,7 @@ var TRANSLATIONS_DEFAULT_VALUES = {
|
|
|
2
2
|
emptyListMainMessage: "Sorry, we couldn't find any results",
|
|
3
3
|
overflowText: '%s selected'
|
|
4
4
|
};
|
|
5
|
-
var SELECTED_VISIBLE_MIN_COUNT =
|
|
5
|
+
var SELECTED_VISIBLE_MIN_COUNT = 7;
|
|
6
6
|
var DROPDOWN_MAX_HEIGHT = 260;
|
|
7
7
|
var DROPDOWN_MAX_HEIGHT_PART = 106;
|
|
8
8
|
var ITEM_SIZE = 32;
|