@bscomp/ep-ui 0.6.1 → 0.6.2

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.
@@ -0,0 +1,76 @@
1
+ declare const EPColumnSet: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
+ columns: {
4
+ type: ArrayConstructor;
5
+ default: () => never[];
6
+ };
7
+ title: StringConstructor;
8
+ name: StringConstructor;
9
+ menuConfig: {
10
+ type: ObjectConstructor;
11
+ default: () => {};
12
+ };
13
+ }>> & Readonly<{
14
+ onColumnSetting?: ((...args: any[]) => any) | undefined;
15
+ }>, {
16
+ reSetColumnSet: () => void;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ columnSetting: (...args: any[]) => void;
19
+ }, import('vue').PublicProps, {
20
+ columns: unknown[];
21
+ menuConfig: Record<string, any>;
22
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23
+ P: {};
24
+ B: {};
25
+ D: {};
26
+ C: {};
27
+ M: {};
28
+ Defaults: {};
29
+ }, Readonly<import('vue').ExtractPropTypes<{
30
+ columns: {
31
+ type: ArrayConstructor;
32
+ default: () => never[];
33
+ };
34
+ title: StringConstructor;
35
+ name: StringConstructor;
36
+ menuConfig: {
37
+ type: ObjectConstructor;
38
+ default: () => {};
39
+ };
40
+ }>> & Readonly<{
41
+ onColumnSetting?: ((...args: any[]) => any) | undefined;
42
+ }>, {
43
+ reSetColumnSet: () => void;
44
+ }, {}, {}, {}, {
45
+ columns: unknown[];
46
+ menuConfig: Record<string, any>;
47
+ }>;
48
+ __isFragment?: undefined;
49
+ __isTeleport?: undefined;
50
+ __isSuspense?: undefined;
51
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
52
+ columns: {
53
+ type: ArrayConstructor;
54
+ default: () => never[];
55
+ };
56
+ title: StringConstructor;
57
+ name: StringConstructor;
58
+ menuConfig: {
59
+ type: ObjectConstructor;
60
+ default: () => {};
61
+ };
62
+ }>> & Readonly<{
63
+ onColumnSetting?: ((...args: any[]) => any) | undefined;
64
+ }>, {
65
+ reSetColumnSet: () => void;
66
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
67
+ columnSetting: (...args: any[]) => void;
68
+ }, string, {
69
+ columns: unknown[];
70
+ menuConfig: Record<string, any>;
71
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
72
+ $slots: {
73
+ footer?(_: {}): any;
74
+ };
75
+ }) & import('vue').Plugin<any[]>) & Record<string, any>;
76
+ export default EPColumnSet;
@@ -0,0 +1,40 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ columns: {
3
+ type: ArrayConstructor;
4
+ default: () => never[];
5
+ };
6
+ title: StringConstructor;
7
+ name: StringConstructor;
8
+ menuConfig: {
9
+ type: ObjectConstructor;
10
+ default: () => {};
11
+ };
12
+ }>, {
13
+ reSetColumnSet: () => void;
14
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ columnSetting: (...args: any[]) => void;
16
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ columns: {
18
+ type: ArrayConstructor;
19
+ default: () => never[];
20
+ };
21
+ title: StringConstructor;
22
+ name: StringConstructor;
23
+ menuConfig: {
24
+ type: ObjectConstructor;
25
+ default: () => {};
26
+ };
27
+ }>> & Readonly<{
28
+ onColumnSetting?: ((...args: any[]) => any) | undefined;
29
+ }>, {
30
+ columns: unknown[];
31
+ menuConfig: Record<string, any>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
33
+ footer?(_: {}): any;
34
+ }>;
35
+ export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
@@ -21,8 +21,8 @@ export declare const EPConfigProvider: ({
21
21
  }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
22
22
  input: Record<string, any>;
23
23
  dialog: Record<string, any>;
24
- datePicker: Record<string, any>;
25
24
  table: Record<string, any>;
25
+ datePicker: Record<string, any>;
26
26
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
27
27
  P: {};
28
28
  B: {};
@@ -52,8 +52,8 @@ export declare const EPConfigProvider: ({
52
52
  }>, {}, {}, {}, {
53
53
  input: Record<string, any>;
54
54
  dialog: Record<string, any>;
55
- datePicker: Record<string, any>;
56
55
  table: Record<string, any>;
56
+ datePicker: Record<string, any>;
57
57
  }>;
58
58
  __isFragment?: undefined;
59
59
  __isTeleport?: undefined;
@@ -80,7 +80,7 @@ export declare const EPConfigProvider: ({
80
80
  }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
81
81
  input: Record<string, any>;
82
82
  dialog: Record<string, any>;
83
- datePicker: Record<string, any>;
84
83
  table: Record<string, any>;
84
+ datePicker: Record<string, any>;
85
85
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]>) & Record<string, any>;
86
86
  export default EPConfigProvider;
@@ -37,7 +37,7 @@ declare const ConfigProvider: import('vue').DefineComponent<import('vue').Extrac
37
37
  }>> & Readonly<{}>, {
38
38
  input: Record<string, any>;
39
39
  dialog: Record<string, any>;
40
- datePicker: Record<string, any>;
41
40
  table: Record<string, any>;
41
+ datePicker: Record<string, any>;
42
42
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
43
43
  export default ConfigProvider;