orion-design 0.1.23 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,8 +41,8 @@ declare const _default: import('vue').DefineComponent<FileInputProps, {}, {}, {}
41
41
  readonly id?: string | undefined;
42
42
  readonly formatter?: Function | undefined;
43
43
  readonly ariaLabel?: string | undefined;
44
- readonly placeholder?: string | undefined;
45
44
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
45
+ readonly placeholder?: string | undefined;
46
46
  readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
47
47
  readonly parser?: Function | undefined;
48
48
  readonly suffixIcon?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown> | undefined;
@@ -427,7 +427,7 @@ declare const _default: import('vue').DefineComponent<FileInputProps, {}, {}, {}
427
427
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
428
428
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
429
429
  onClear?: (() => any) | undefined;
430
- }, "input" | "select" | "textarea" | "clear" | "disabled" | "id" | "type" | "ref" | "autofocus" | "modelValue" | "focus" | "readonly" | "blur" | "autosize" | "autocomplete" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
430
+ }, "input" | "select" | "textarea" | "clear" | "disabled" | "id" | "type" | "ref" | "autofocus" | "modelValue" | "focus" | "blur" | "readonly" | "autosize" | "autocomplete" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
431
431
  input: import('vue').ShallowRef<HTMLInputElement | undefined>;
432
432
  textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
433
433
  ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;