@a2simcode/ui 0.0.299 → 0.0.300

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.
@@ -42,6 +42,8 @@ export interface DateProps {
42
42
  /** 自定义清空图标 */
43
43
  clearIcon?: string | Component;
44
44
  id?: string | string[];
45
+ /** 是否自动选择 */
46
+ autoFocus?: boolean;
45
47
  }
46
48
  declare const _default: import('vue').DefineComponent<DateProps, {
47
49
  /** 获取 el-date-picker 实例 */
@@ -26,6 +26,8 @@ export interface TimeProps {
26
26
  /** 范围选择时结束日期的占位内容 */
27
27
  endPlaceholder?: string;
28
28
  id?: string | string[];
29
+ /** 是否自动选择 */
30
+ autoFocus?: boolean;
29
31
  }
30
32
  declare const _default: import('vue').DefineComponent<TimeProps, {
31
33
  /** 获取 el-date-picker 实例 */