yc-vep-ui 0.1.4 → 0.1.6

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.
@@ -1,16 +1,16 @@
1
1
  import { IUploadProps } from './type';
2
2
  declare const _default: import('vue').DefineComponent<IUploadProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ success: (...args: any[]) => void;
3
4
  change: (...args: any[]) => void;
4
5
  error: (...args: any[]) => void;
5
- success: (...args: any[]) => void;
6
6
  "update:modelValue": (...args: any[]) => void;
7
7
  "update:fileList": (...args: any[]) => void;
8
8
  exceed: (...args: any[]) => void;
9
9
  remove: (...args: any[]) => void;
10
10
  }, string, import('vue').PublicProps, Readonly<IUploadProps> & Readonly<{
11
+ onSuccess?: ((...args: any[]) => any) | undefined;
11
12
  onChange?: ((...args: any[]) => any) | undefined;
12
13
  onError?: ((...args: any[]) => any) | undefined;
13
- onSuccess?: ((...args: any[]) => any) | undefined;
14
14
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
15
15
  "onUpdate:fileList"?: ((...args: any[]) => any) | undefined;
16
16
  onExceed?: ((...args: any[]) => any) | undefined;
@@ -38,9 +38,7 @@ declare const _default: import('vue').DefineComponent<IUploadProps, {}, {}, {},
38
38
  readonly action?: string | undefined;
39
39
  readonly onChange?: (((file: any, files: import('./type').IUploadRawFile[]) => void) & ((...args: any[]) => any)) | undefined;
40
40
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
41
- $attrs: {
42
- [x: string]: unknown;
43
- };
41
+ $attrs: import('vue').Attrs;
44
42
  $refs: {
45
43
  [x: string]: unknown;
46
44
  };
@@ -78,7 +76,7 @@ declare const _default: import('vue').DefineComponent<IUploadProps, {}, {}, {},
78
76
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
79
77
  } & Readonly<{}> & Omit<Readonly<IUploadProps> & Readonly<{
80
78
  onChange?: ((...args: any[]) => any) | undefined;
81
- }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
79
+ }>, never> & {} & import('vue').ComponentCustomProperties & {} & {
82
80
  $slots: {
83
81
  tip?(_: {}): any;
84
82
  };
@@ -11,64 +11,32 @@ type TimeSelectProps = any;
11
11
  type InputNumberProps = any;
12
12
  type RadioGroupProps = any;
13
13
  type TextProps = any;
14
- declare function button(props: ButtonProps | ButtonProps[]): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
15
- [key: string]: any;
16
- }>;
14
+ declare function button(props: ButtonProps | ButtonProps[]): any;
17
15
  declare function link(props: LinkProps & {
18
16
  prop: string;
19
17
  lineClamp?: number;
20
18
  type?: 'primary' | 'success' | 'warning' | 'info' | 'danger';
21
- }): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
22
- [key: string]: any;
23
- }>;
19
+ }): any;
24
20
  declare function tag(props: TagProps & {
25
21
  prop: string;
26
- }): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
27
- [key: string]: any;
28
- }>;
29
- declare function _switch(props: SwitchProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
30
- [key: string]: any;
31
- }>;
32
- declare function select(props: SelectProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
33
- [key: string]: any;
34
- }>;
22
+ }): any;
23
+ declare function _switch(props: SwitchProps): any;
24
+ declare function select(props: SelectProps): any;
35
25
  declare function datePicker(props: DatePickerProps & {
36
26
  onChange?: (val: string) => void;
37
- }): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
38
- [key: string]: any;
39
- }>;
40
- declare function timeSelect(props: TimeSelectProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
41
- [key: string]: any;
42
- }>;
43
- declare function input(props: InputProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
44
- [key: string]: any;
45
- }>;
46
- declare function inputNumber(props: InputNumberProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
47
- [key: string]: any;
48
- }>;
49
- declare function textarea(props: InputProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
50
- [key: string]: any;
51
- }>;
52
- declare function inputTag(props: InputTagProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
53
- [key: string]: any;
54
- }>;
55
- declare function editor(props: any): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
56
- [key: string]: any;
57
- }>;
58
- declare function radio(props: RadioGroupProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
59
- [key: string]: any;
60
- }>;
27
+ }): any;
28
+ declare function timeSelect(props: TimeSelectProps): any;
29
+ declare function input(props: InputProps): any;
30
+ declare function inputNumber(props: InputNumberProps): any;
31
+ declare function textarea(props: InputProps): any;
32
+ declare function inputTag(props: InputTagProps): any;
33
+ declare function editor(props: any): any;
34
+ declare function radio(props: RadioGroupProps): any;
61
35
  declare function text(props: TextProps & {
62
36
  prop: string;
63
- }): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
64
- [key: string]: any;
65
- }>;
66
- declare function staffSelect(props: any): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
67
- [key: string]: any;
68
- }>;
69
- declare function upload(props: IUploadProps): import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
70
- [key: string]: any;
71
- }>;
37
+ }): any;
38
+ declare function staffSelect(props: any): any;
39
+ declare function upload(props: IUploadProps): any;
72
40
  declare const _default: {
73
41
  button: typeof button;
74
42
  link: typeof link;