@baosight/erm 1.3.0 → 1.3.1

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,175 @@
1
+ import { EI } from '@baosight/ei';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ data: {
4
+ type: StringConstructor;
5
+ };
6
+ value: {
7
+ type: StringConstructor;
8
+ };
9
+ title: {
10
+ type: StringConstructor;
11
+ default: string;
12
+ };
13
+ codeSet: {
14
+ type: typeof EI.EiBlock;
15
+ };
16
+ valueCol: {
17
+ type: StringConstructor;
18
+ };
19
+ displayCol: {
20
+ type: StringConstructor;
21
+ };
22
+ showSearch: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ checkFlag: {
27
+ default: boolean;
28
+ };
29
+ readOnly: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ valueVisible: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ ename: {
38
+ type: StringConstructor;
39
+ required: true;
40
+ default: string;
41
+ };
42
+ option: {
43
+ type: {
44
+ (arrayLength: number): {
45
+ text: string;
46
+ value: string;
47
+ }[];
48
+ (...items: {
49
+ text: string;
50
+ value: string;
51
+ }[]): {
52
+ text: string;
53
+ value: string;
54
+ }[];
55
+ new (arrayLength: number): {
56
+ text: string;
57
+ value: string;
58
+ }[];
59
+ new (...items: {
60
+ text: string;
61
+ value: string;
62
+ }[]): {
63
+ text: string;
64
+ value: string;
65
+ }[];
66
+ isArray(arg: any): arg is any[];
67
+ readonly prototype: any[];
68
+ from<T>(arrayLike: ArrayLike<T>): T[];
69
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
70
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
71
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
72
+ of<T_4>(...items: T_4[]): T_4[];
73
+ readonly [Symbol.species]: ArrayConstructor;
74
+ };
75
+ defaule: () => any[];
76
+ };
77
+ defaultValue: {
78
+ type: BooleanConstructor;
79
+ default: string;
80
+ required: false;
81
+ };
82
+ }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
83
+ [key: string]: any;
84
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
85
+ data: {
86
+ type: StringConstructor;
87
+ };
88
+ value: {
89
+ type: StringConstructor;
90
+ };
91
+ title: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ codeSet: {
96
+ type: typeof EI.EiBlock;
97
+ };
98
+ valueCol: {
99
+ type: StringConstructor;
100
+ };
101
+ displayCol: {
102
+ type: StringConstructor;
103
+ };
104
+ showSearch: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ checkFlag: {
109
+ default: boolean;
110
+ };
111
+ readOnly: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ valueVisible: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ };
119
+ ename: {
120
+ type: StringConstructor;
121
+ required: true;
122
+ default: string;
123
+ };
124
+ option: {
125
+ type: {
126
+ (arrayLength: number): {
127
+ text: string;
128
+ value: string;
129
+ }[];
130
+ (...items: {
131
+ text: string;
132
+ value: string;
133
+ }[]): {
134
+ text: string;
135
+ value: string;
136
+ }[];
137
+ new (arrayLength: number): {
138
+ text: string;
139
+ value: string;
140
+ }[];
141
+ new (...items: {
142
+ text: string;
143
+ value: string;
144
+ }[]): {
145
+ text: string;
146
+ value: string;
147
+ }[];
148
+ isArray(arg: any): arg is any[];
149
+ readonly prototype: any[];
150
+ from<T>(arrayLike: ArrayLike<T>): T[];
151
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
152
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
153
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
154
+ of<T_4>(...items: T_4[]): T_4[];
155
+ readonly [Symbol.species]: ArrayConstructor;
156
+ };
157
+ defaule: () => any[];
158
+ };
159
+ defaultValue: {
160
+ type: BooleanConstructor;
161
+ default: string;
162
+ required: false;
163
+ };
164
+ }>> & {
165
+ onInput?: (...args: any[]) => any;
166
+ }, {
167
+ title: string;
168
+ showSearch: boolean;
169
+ checkFlag: boolean;
170
+ readOnly: boolean;
171
+ valueVisible: boolean;
172
+ ename: string;
173
+ defaultValue: boolean;
174
+ }, {}>;
175
+ export default _default;