@bscomp/ep-ui 0.2.5 → 0.2.8

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,13 +1,29 @@
1
1
  declare const EPDatePicker: ({
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
3
  modelValue: import('vue').PropType<any>;
4
+ type: {
5
+ type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
6
+ default: string;
7
+ };
8
+ formatNullValue: {
9
+ type: import('vue').PropType<any>;
10
+ default: string;
11
+ };
12
+ shortcutsName: {
13
+ type: import('vue').PropType<string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
14
+ default: () => never[];
15
+ };
4
16
  }>> & Readonly<{
5
17
  onChange?: ((...args: any[]) => any) | undefined;
6
18
  onGetRef?: ((...args: any[]) => any) | undefined;
7
19
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
20
  change: (...args: any[]) => void;
9
21
  getRef: (...args: any[]) => void;
10
- }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
22
+ }, import('vue').PublicProps, {
23
+ type: "year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
24
+ formatNullValue: any;
25
+ shortcutsName: string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[];
26
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11
27
  P: {};
12
28
  B: {};
13
29
  D: {};
@@ -16,22 +32,54 @@ declare const EPDatePicker: ({
16
32
  Defaults: {};
17
33
  }, Readonly<import('vue').ExtractPropTypes<{
18
34
  modelValue: import('vue').PropType<any>;
35
+ type: {
36
+ type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
37
+ default: string;
38
+ };
39
+ formatNullValue: {
40
+ type: import('vue').PropType<any>;
41
+ default: string;
42
+ };
43
+ shortcutsName: {
44
+ type: import('vue').PropType<string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
45
+ default: () => never[];
46
+ };
19
47
  }>> & Readonly<{
20
48
  onChange?: ((...args: any[]) => any) | undefined;
21
49
  onGetRef?: ((...args: any[]) => any) | undefined;
22
- }>, {}, {}, {}, {}, {}>;
50
+ }>, {}, {}, {}, {}, {
51
+ type: "year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
52
+ formatNullValue: any;
53
+ shortcutsName: string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[];
54
+ }>;
23
55
  __isFragment?: undefined;
24
56
  __isTeleport?: undefined;
25
57
  __isSuspense?: undefined;
26
58
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
27
59
  modelValue: import('vue').PropType<any>;
60
+ type: {
61
+ type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
62
+ default: string;
63
+ };
64
+ formatNullValue: {
65
+ type: import('vue').PropType<any>;
66
+ default: string;
67
+ };
68
+ shortcutsName: {
69
+ type: import('vue').PropType<string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
70
+ default: () => never[];
71
+ };
28
72
  }>> & Readonly<{
29
73
  onChange?: ((...args: any[]) => any) | undefined;
30
74
  onGetRef?: ((...args: any[]) => any) | undefined;
31
75
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
76
  change: (...args: any[]) => void;
33
77
  getRef: (...args: any[]) => void;
34
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
78
+ }, string, {
79
+ type: "year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
80
+ formatNullValue: any;
81
+ shortcutsName: string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[];
82
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
35
83
  $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
36
84
  }) & import('vue').Plugin<any[]>) & Record<string, any>;
37
85
  export default EPDatePicker;
@@ -1,14 +1,42 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  modelValue: import('vue').PropType<any>;
3
+ type: {
4
+ type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
5
+ default: string;
6
+ };
7
+ formatNullValue: {
8
+ type: import('vue').PropType<any>;
9
+ default: string;
10
+ };
11
+ shortcutsName: {
12
+ type: import('vue').PropType<string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
13
+ default: () => never[];
14
+ };
3
15
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4
16
  change: (...args: any[]) => void;
5
17
  getRef: (...args: any[]) => void;
6
18
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
19
  modelValue: import('vue').PropType<any>;
20
+ type: {
21
+ type: import('vue').PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
22
+ default: string;
23
+ };
24
+ formatNullValue: {
25
+ type: import('vue').PropType<any>;
26
+ default: string;
27
+ };
28
+ shortcutsName: {
29
+ type: import('vue').PropType<string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[]>;
30
+ default: () => never[];
31
+ };
8
32
  }>> & Readonly<{
9
33
  onChange?: ((...args: any[]) => any) | undefined;
10
34
  onGetRef?: ((...args: any[]) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
35
+ }>, {
36
+ type: "year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
37
+ formatNullValue: any;
38
+ shortcutsName: string[] | ("今天" | "昨天" | "一周前" | "本日" | "本月" | "本年" | "近一日" | "近一周" | "近一月" | "近三月" | "近半年" | "近一年")[];
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
12
40
  export default _default;
13
41
  type __VLS_WithTemplateSlots<T, S> = T & {
14
42
  new (): {