@expressms/smartapp-ui 3.0.0-alpha.52 → 3.0.0-alpha.54
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.
- package/build/main/constants/constants.d.ts +3 -1
- package/build/main/constants/constants.js +14 -1
- package/build/main/constants/constants.js.map +1 -1
- package/build/main/styles/styles.scss +1 -1
- package/build/main//321/201omponents/ListItem/ListItem.js +3 -3
- package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +1 -0
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +1 -1
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +2 -3
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +2 -1
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js +43 -31
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +1 -1
- package/build/main//321/201omponents/UserDropdown/selectStyles.js +3 -3
- package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -1
- package/build/main//321/201omponents/UserDropdown/types.d.ts +5 -0
- package/build/main//321/201omponents/UserDropdown/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@ export interface IMenuListProps extends MenuListProps {
|
|
|
31
31
|
selectRef: RefObject<any>;
|
|
32
32
|
scrollFromTop: RefObject<number>;
|
|
33
33
|
language: string;
|
|
34
|
+
menuListMaxHeight: number;
|
|
34
35
|
hasNextPage: boolean;
|
|
35
36
|
isLoading: boolean;
|
|
36
37
|
isUserTyping: boolean;
|
|
@@ -121,6 +122,7 @@ export type TSelectStyles = {
|
|
|
121
122
|
containerPadding?: string;
|
|
122
123
|
isDraggable?: boolean;
|
|
123
124
|
isChipsCollapsed?: boolean;
|
|
125
|
+
menuListMaxHeight: number;
|
|
124
126
|
};
|
|
125
127
|
export type TGenerateNoOptionsMessage = {
|
|
126
128
|
inputValue: string;
|
|
@@ -243,6 +245,8 @@ export interface IUserDropdownProps extends IPlatformProps, ILayoutTypeProps, IF
|
|
|
243
245
|
hint?: ReactElement | string;
|
|
244
246
|
noOptionsMessage?: string;
|
|
245
247
|
maxMembersCount?: number;
|
|
248
|
+
skeletonRowsCount?: number;
|
|
249
|
+
menuListMaxHeight?: number;
|
|
246
250
|
menuPosition?: 'bottom' | 'auto' | 'top';
|
|
247
251
|
menuLocation?: 'absolute' | 'fixed';
|
|
248
252
|
menuPortalTarget?: RefObject<HTMLDivElement | null>;
|
|
@@ -258,6 +262,7 @@ export interface IUserDropdownProps extends IPlatformProps, ILayoutTypeProps, IF
|
|
|
258
262
|
userDropdownId?: string;
|
|
259
263
|
focusRef?: RefObject<TFocusHandle | null>;
|
|
260
264
|
onInputChange: (inputValue: string) => void;
|
|
265
|
+
onImmediateInputChange?: (inputValue: string) => void;
|
|
261
266
|
onChange: (users: TUser[]) => void;
|
|
262
267
|
onMenuOpen?: () => void;
|
|
263
268
|
onMenuClose?: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/types.ts"],"names":[],"mappings":"AA2SA,MAAM,CAAC,IAAM,YAAY,GAAG;IAC1B,iBAAiB,EAAE,CAAC;IACpB,cAAc,EAAE,CAAC;IACjB,2BAA2B,EAAE,CAAC;IAC9B,yBAAyB,EAAE,CAAC;IAC5B,aAAa,EAAE,CAAC;IAChB,QAAQ,EAAE,CAAC;CACH,CAAA"}
|