@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.
@@ -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":"AAsSA,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"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-ui",
3
- "version": "3.0.0-alpha.52",
3
+ "version": "3.0.0-alpha.54",
4
4
  "description": "SmartApp UI library",
5
5
  "license": "MIT",
6
6
  "main": "build/main/index.js",