issue: customer communication contacts grid height.
change: replace schedule date control. change: date validation from 1753-01-01 to 9999-12-31.
This commit is contained in:
4
lib/ui/dropdown.d.ts
vendored
4
lib/ui/dropdown.d.ts
vendored
@ -117,8 +117,10 @@ export class Dropdown {
|
||||
* 选中某个条目
|
||||
* @param selected 选中的值
|
||||
* @param silence 是否静默选中,即不触发 {@linkcode onSelected} 事件
|
||||
* @param ignoreCase 是否不区分大小写
|
||||
* @returns 是否选中
|
||||
*/
|
||||
select(selected: string, silence?: boolean): void;
|
||||
select(selected: string, silence?: boolean, ignoreCase?: boolean): boolean | undefined;
|
||||
/**
|
||||
* 选中条目列表
|
||||
* @param selectedlist 选中的值的列表
|
||||
|
Reference in New Issue
Block a user