@skyfox2000/webui 1.3.18 → 1.3.20
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.
- package/lib/AceEditor.d.ts +1 -0
- package/lib/BasicLayout.d.ts +1 -0
- package/lib/Error403.d.ts +1 -0
- package/lib/Error404.d.ts +1 -0
- package/lib/ExcelForm.d.ts +1 -0
- package/lib/MenuLayout.d.ts +1 -0
- package/lib/UploadForm.d.ts +1 -0
- package/lib/assets/modules/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
- package/lib/assets/modules/baseLayout-B9dSxkYo.js +79 -0
- package/lib/assets/modules/file-upload-JBIvw5Xx.js +204 -0
- package/lib/assets/modules/index-BMkaOjBS.js +380 -0
- package/lib/assets/modules/index-BOYtm8ib.js +112 -0
- package/lib/assets/modules/index-BkChvyed.js +109 -0
- package/lib/assets/modules/menuTabs-BFPjaQRI.js +671 -0
- package/lib/assets/modules/toolIcon-XOgjdQdO.js +50 -0
- package/lib/assets/modules/uploadList-BedljASx.js +2407 -0
- package/lib/assets/modules/uploadList-CW7OIDS3.js +382 -0
- package/lib/components/common/alert/index.vue.d.ts +13 -0
- package/lib/components/common/button/index.vue.d.ts +41 -0
- package/lib/components/common/icon/appicon.vue.d.ts +11 -0
- package/lib/components/common/icon/fullscreen.vue.d.ts +3 -0
- package/lib/components/common/icon/helper.vue.d.ts +23 -0
- package/lib/components/common/icon/index.vue.d.ts +243 -0
- package/lib/components/common/icon/layoutIcon.vue.d.ts +43 -0
- package/lib/components/common/icon/projectIcon.vue.d.ts +59 -0
- package/lib/components/common/icon/toolIcon.vue.d.ts +43 -0
- package/lib/components/common/index.d.ts +22 -0
- package/lib/components/common/loading/index.vue.d.ts +3 -0
- package/lib/components/common/tooltip/index.vue.d.ts +21 -0
- package/lib/components/content/dialog/index.vue.d.ts +35 -0
- package/lib/components/content/drawer/index.vue.d.ts +28 -0
- package/lib/components/content/form/formItem.vue.d.ts +28 -0
- package/lib/components/content/form/index.vue.d.ts +25 -0
- package/lib/components/content/index.d.ts +22 -0
- package/lib/components/content/search/index.vue.d.ts +32 -0
- package/lib/components/content/search/searchItem.vue.d.ts +23 -0
- package/lib/components/content/table/index.vue.d.ts +127 -0
- package/lib/components/content/table/tableOperate.vue.d.ts +18 -0
- package/lib/components/content/toolbar/icontool.vue.d.ts +7 -0
- package/lib/components/content/toolbar/index.vue.d.ts +18 -0
- package/lib/components/content/tree/index.vue.d.ts +46 -0
- package/lib/components/form/aceEditor/aceConfig.d.ts +8 -0
- package/lib/components/form/autoComplete/index.vue.d.ts +101 -0
- package/lib/components/form/cascader/index.vue.d.ts +80 -0
- package/lib/components/form/checkbox/index.vue.d.ts +100 -0
- package/lib/components/form/datePicker/index.vue.d.ts +6 -0
- package/lib/components/form/index.d.ts +41 -0
- package/lib/components/form/input/index.vue.d.ts +29 -0
- package/lib/components/form/input/inputIcon.vue.d.ts +10 -0
- package/lib/components/form/input/inputNumber.vue.d.ts +3 -0
- package/lib/components/form/input/inputPassword.vue.d.ts +3 -0
- package/lib/components/form/propEditor/index.vue.d.ts +15 -0
- package/lib/components/form/radio/index.vue.d.ts +105 -0
- package/lib/components/form/radio/radioStatus.vue.d.ts +31 -0
- package/lib/components/form/rangePicker/index.vue.d.ts +16 -0
- package/lib/components/form/select/index.vue.d.ts +119 -0
- package/lib/components/form/switch/index.vue.d.ts +76 -0
- package/lib/components/form/textarea/index.vue.d.ts +3 -0
- package/lib/components/form/timePicker/index.vue.d.ts +6 -0
- package/lib/components/form/transfer/index.vue.d.ts +38 -0
- package/lib/components/form/transfer/transferTable.vue.d.ts +38 -0
- package/lib/components/form/treeSelect/index.vue.d.ts +47 -0
- package/lib/components/form/upload/uploadList.vue.d.ts +488 -0
- package/lib/components/index.d.ts +4 -0
- package/lib/components/layout/breadcrumb/index.vue.d.ts +3 -0
- package/lib/components/layout/content/index.vue.d.ts +22 -0
- package/lib/components/layout/datetime/index.vue.d.ts +3 -0
- package/lib/components/layout/header/headerExits.vue.d.ts +3 -0
- package/lib/components/layout/header/index.vue.d.ts +3 -0
- package/lib/components/layout/header/user.vue.d.ts +3 -0
- package/lib/components/layout/index.d.ts +14 -0
- package/lib/components/layout/menu/index.vue.d.ts +6 -0
- package/lib/components/layout/menu/menuTabs.vue.d.ts +3 -0
- package/lib/const/options.d.ts +32 -0
- package/lib/directives/enter-submit.d.ts +4 -0
- package/lib/directives/index.d.ts +2 -0
- package/lib/directives/permission.d.ts +5 -0
- package/lib/es/AceEditor/index.js +167 -0
- package/lib/es/BasicLayout/index.js +54 -0
- package/lib/es/Error403/index.js +39 -0
- package/lib/es/Error404/index.js +39 -0
- package/lib/es/ExcelForm/index.js +491 -0
- package/lib/es/MenuLayout/index.js +54 -0
- package/lib/es/UploadForm/index.js +110 -0
- package/lib/index.d.ts +46 -0
- package/lib/router/index.d.ts +15 -0
- package/lib/stores/appInfo.d.ts +31 -0
- package/lib/stores/hostInfo.d.ts +11 -0
- package/lib/stores/pageInfo.d.ts +18 -0
- package/lib/stores/pinia.d.ts +3 -0
- package/lib/stores/settingInfo.d.ts +8 -0
- package/lib/stores/userInfo.d.ts +25 -0
- package/lib/typings/data.d.ts +80 -0
- package/lib/typings/form.d.ts +206 -0
- package/lib/typings/menu.d.ts +7 -0
- package/lib/typings/option.d.ts +209 -0
- package/lib/typings/page.d.ts +70 -0
- package/lib/typings/table.d.ts +181 -0
- package/lib/typings/tools.d.ts +130 -0
- package/lib/typings/tree.d.ts +72 -0
- package/lib/typings/upload.d.ts +161 -0
- package/lib/typings/urls.d.ts +69 -0
- package/lib/utils/cache.d.ts +23 -0
- package/lib/utils/data.d.ts +6 -0
- package/lib/utils/download.d.ts +6 -0
- package/lib/utils/eventbus.d.ts +16 -0
- package/lib/utils/excel-preview.d.ts +24 -0
- package/lib/utils/excel-view.d.ts +25 -0
- package/lib/utils/export-table.d.ts +12 -0
- package/lib/utils/file-upload.d.ts +17 -0
- package/lib/utils/form-csv.d.ts +18 -0
- package/lib/utils/form-excel.d.ts +36 -0
- package/lib/utils/form-validate.d.ts +29 -0
- package/lib/utils/form.d.ts +9 -0
- package/lib/utils/icon-loader.d.ts +125 -0
- package/lib/utils/isEmpty.d.ts +1 -0
- package/lib/utils/main-openapis.d.ts +8 -0
- package/lib/utils/menu.d.ts +6 -0
- package/lib/utils/options.d.ts +7 -0
- package/lib/utils/page.d.ts +30 -0
- package/lib/utils/table.d.ts +21 -0
- package/lib/utils/tools.d.ts +18 -0
- package/lib/utils/tree.d.ts +3 -0
- package/lib/vite-env.d.ts +8 -0
- package/lib/webui.css +1 -0
- package/lib/webui.es.js +2345 -0
- package/package.json +1 -1
- package/src/components/layout/page/menuLayout.vue +34 -0
- package/vite.config.ts +1 -1
- package/.cursorignore +0 -8
- package/scripts/userInput.py +0 -2
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
autoSwitch: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
tiptext: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
};
|
|
10
|
+
tipsize: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
};
|
|
13
|
+
tipcolor: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
};
|
|
16
|
+
placement: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
icon: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
};
|
|
23
|
+
icons: {
|
|
24
|
+
type: {
|
|
25
|
+
(arrayLength: number): string[];
|
|
26
|
+
(...items: string[]): string[];
|
|
27
|
+
new (arrayLength: number): string[];
|
|
28
|
+
new (...items: string[]): string[];
|
|
29
|
+
isArray(arg: any): arg is any[];
|
|
30
|
+
readonly prototype: any[];
|
|
31
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
32
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
33
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
34
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
35
|
+
of<T>(...items: T[]): T[];
|
|
36
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
37
|
+
};
|
|
38
|
+
default: () => never[];
|
|
39
|
+
};
|
|
40
|
+
iconIndex: {
|
|
41
|
+
type: NumberConstructor;
|
|
42
|
+
default: number;
|
|
43
|
+
};
|
|
44
|
+
clickable: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
clickEvent: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
};
|
|
51
|
+
data: {
|
|
52
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
53
|
+
};
|
|
54
|
+
fontsize: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
size: {
|
|
59
|
+
type: (StringConstructor | {
|
|
60
|
+
(arrayLength: number): String[];
|
|
61
|
+
(...items: String[]): String[];
|
|
62
|
+
new (arrayLength: number): String[];
|
|
63
|
+
new (...items: String[]): String[];
|
|
64
|
+
isArray(arg: any): arg is any[];
|
|
65
|
+
readonly prototype: any[];
|
|
66
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
67
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
68
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
69
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
70
|
+
of<T>(...items: T[]): T[];
|
|
71
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
72
|
+
})[];
|
|
73
|
+
default: () => string[];
|
|
74
|
+
};
|
|
75
|
+
position: {
|
|
76
|
+
type: {
|
|
77
|
+
(arrayLength: number): (string | number)[];
|
|
78
|
+
(...items: (string | number)[]): (string | number)[];
|
|
79
|
+
new (arrayLength: number): (string | number)[];
|
|
80
|
+
new (...items: (string | number)[]): (string | number)[];
|
|
81
|
+
isArray(arg: any): arg is any[];
|
|
82
|
+
readonly prototype: any[];
|
|
83
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
84
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
85
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
86
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
87
|
+
of<T>(...items: T[]): T[];
|
|
88
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
center: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
};
|
|
94
|
+
angle: {
|
|
95
|
+
type: NumberConstructor;
|
|
96
|
+
};
|
|
97
|
+
color: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
|
+
className: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
|
+
flip: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
spin: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
114
|
+
click: (...args: any[]) => void;
|
|
115
|
+
"update:iconIndex": (...args: any[]) => void;
|
|
116
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
117
|
+
autoSwitch: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
121
|
+
tiptext: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
};
|
|
124
|
+
tipsize: {
|
|
125
|
+
type: StringConstructor;
|
|
126
|
+
};
|
|
127
|
+
tipcolor: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
};
|
|
130
|
+
placement: {
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
icon: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
};
|
|
137
|
+
icons: {
|
|
138
|
+
type: {
|
|
139
|
+
(arrayLength: number): string[];
|
|
140
|
+
(...items: string[]): string[];
|
|
141
|
+
new (arrayLength: number): string[];
|
|
142
|
+
new (...items: string[]): string[];
|
|
143
|
+
isArray(arg: any): arg is any[];
|
|
144
|
+
readonly prototype: any[];
|
|
145
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
146
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
147
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
148
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
149
|
+
of<T>(...items: T[]): T[];
|
|
150
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
151
|
+
};
|
|
152
|
+
default: () => never[];
|
|
153
|
+
};
|
|
154
|
+
iconIndex: {
|
|
155
|
+
type: NumberConstructor;
|
|
156
|
+
default: number;
|
|
157
|
+
};
|
|
158
|
+
clickable: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
default: boolean;
|
|
161
|
+
};
|
|
162
|
+
clickEvent: {
|
|
163
|
+
type: StringConstructor;
|
|
164
|
+
};
|
|
165
|
+
data: {
|
|
166
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
167
|
+
};
|
|
168
|
+
fontsize: {
|
|
169
|
+
type: StringConstructor;
|
|
170
|
+
default: string;
|
|
171
|
+
};
|
|
172
|
+
size: {
|
|
173
|
+
type: (StringConstructor | {
|
|
174
|
+
(arrayLength: number): String[];
|
|
175
|
+
(...items: String[]): String[];
|
|
176
|
+
new (arrayLength: number): String[];
|
|
177
|
+
new (...items: String[]): String[];
|
|
178
|
+
isArray(arg: any): arg is any[];
|
|
179
|
+
readonly prototype: any[];
|
|
180
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
181
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
182
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
183
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
184
|
+
of<T>(...items: T[]): T[];
|
|
185
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
186
|
+
})[];
|
|
187
|
+
default: () => string[];
|
|
188
|
+
};
|
|
189
|
+
position: {
|
|
190
|
+
type: {
|
|
191
|
+
(arrayLength: number): (string | number)[];
|
|
192
|
+
(...items: (string | number)[]): (string | number)[];
|
|
193
|
+
new (arrayLength: number): (string | number)[];
|
|
194
|
+
new (...items: (string | number)[]): (string | number)[];
|
|
195
|
+
isArray(arg: any): arg is any[];
|
|
196
|
+
readonly prototype: any[];
|
|
197
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
198
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
199
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
200
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
201
|
+
of<T>(...items: T[]): T[];
|
|
202
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
center: {
|
|
206
|
+
type: StringConstructor;
|
|
207
|
+
};
|
|
208
|
+
angle: {
|
|
209
|
+
type: NumberConstructor;
|
|
210
|
+
};
|
|
211
|
+
color: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
className: {
|
|
216
|
+
type: StringConstructor;
|
|
217
|
+
default: string;
|
|
218
|
+
};
|
|
219
|
+
flip: {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
223
|
+
spin: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
}>> & Readonly<{
|
|
228
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
229
|
+
"onUpdate:iconIndex"?: ((...args: any[]) => any) | undefined;
|
|
230
|
+
}>, {
|
|
231
|
+
fontsize: string;
|
|
232
|
+
icons: string[];
|
|
233
|
+
size: string | String[];
|
|
234
|
+
className: string;
|
|
235
|
+
iconIndex: number;
|
|
236
|
+
clickable: boolean;
|
|
237
|
+
flip: boolean;
|
|
238
|
+
color: string;
|
|
239
|
+
placement: string;
|
|
240
|
+
autoSwitch: boolean;
|
|
241
|
+
spin: boolean;
|
|
242
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
243
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
icon: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
icons: {
|
|
7
|
+
type: {
|
|
8
|
+
(arrayLength: number): string[];
|
|
9
|
+
(...items: string[]): string[];
|
|
10
|
+
new (arrayLength: number): string[];
|
|
11
|
+
new (...items: string[]): string[];
|
|
12
|
+
isArray(arg: any): arg is any[];
|
|
13
|
+
readonly prototype: any[];
|
|
14
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
17
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
of<T>(...items: T[]): T[];
|
|
19
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
23
|
+
icon: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
};
|
|
26
|
+
icons: {
|
|
27
|
+
type: {
|
|
28
|
+
(arrayLength: number): string[];
|
|
29
|
+
(...items: string[]): string[];
|
|
30
|
+
new (arrayLength: number): string[];
|
|
31
|
+
new (...items: string[]): string[];
|
|
32
|
+
isArray(arg: any): arg is any[];
|
|
33
|
+
readonly prototype: any[];
|
|
34
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
35
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
36
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
37
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
38
|
+
of<T>(...items: T[]): T[];
|
|
39
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
icon: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
icons: {
|
|
7
|
+
type: {
|
|
8
|
+
(arrayLength: number): string[];
|
|
9
|
+
(...items: string[]): string[];
|
|
10
|
+
new (arrayLength: number): string[];
|
|
11
|
+
new (...items: string[]): string[];
|
|
12
|
+
isArray(arg: any): arg is any[];
|
|
13
|
+
readonly prototype: any[];
|
|
14
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
17
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
of<T>(...items: T[]): T[];
|
|
19
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
iconUrl: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
};
|
|
25
|
+
monoColor: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
30
|
+
icon: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
};
|
|
33
|
+
icons: {
|
|
34
|
+
type: {
|
|
35
|
+
(arrayLength: number): string[];
|
|
36
|
+
(...items: string[]): string[];
|
|
37
|
+
new (arrayLength: number): string[];
|
|
38
|
+
new (...items: string[]): string[];
|
|
39
|
+
isArray(arg: any): arg is any[];
|
|
40
|
+
readonly prototype: any[];
|
|
41
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
42
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
43
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
44
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
45
|
+
of<T>(...items: T[]): T[];
|
|
46
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
iconUrl: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
};
|
|
52
|
+
monoColor: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
}>> & Readonly<{}>, {
|
|
57
|
+
monoColor: boolean;
|
|
58
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
59
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
icon: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
icons: {
|
|
7
|
+
type: {
|
|
8
|
+
(arrayLength: number): string[];
|
|
9
|
+
(...items: string[]): string[];
|
|
10
|
+
new (arrayLength: number): string[];
|
|
11
|
+
new (...items: string[]): string[];
|
|
12
|
+
isArray(arg: any): arg is any[];
|
|
13
|
+
readonly prototype: any[];
|
|
14
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
17
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
of<T>(...items: T[]): T[];
|
|
19
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
23
|
+
icon: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
};
|
|
26
|
+
icons: {
|
|
27
|
+
type: {
|
|
28
|
+
(arrayLength: number): string[];
|
|
29
|
+
(...items: string[]): string[];
|
|
30
|
+
new (arrayLength: number): string[];
|
|
31
|
+
new (...items: string[]): string[];
|
|
32
|
+
isArray(arg: any): arg is any[];
|
|
33
|
+
readonly prototype: any[];
|
|
34
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
35
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
36
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
37
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
38
|
+
of<T>(...items: T[]): T[];
|
|
39
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as Button } from './button/index.vue';
|
|
2
|
+
import { default as Tooltip } from './tooltip/index.vue';
|
|
3
|
+
import { default as AppIcon } from './icon/appicon.vue';
|
|
4
|
+
import { default as Fullscreen } from './icon/fullscreen.vue';
|
|
5
|
+
import { default as Helper } from './icon/helper.vue';
|
|
6
|
+
import { default as Icon } from './icon/index.vue';
|
|
7
|
+
import { default as LayoutIcon } from './icon/layoutIcon.vue';
|
|
8
|
+
import { default as ProjectIcon } from './icon/projectIcon.vue';
|
|
9
|
+
import { default as ToolIcon } from './icon/toolIcon.vue';
|
|
10
|
+
import { default as Loading } from './loading/index.vue';
|
|
11
|
+
import { default as Alert } from './alert/index.vue';
|
|
12
|
+
export { Button };
|
|
13
|
+
export { Tooltip };
|
|
14
|
+
export { AppIcon };
|
|
15
|
+
export { Fullscreen };
|
|
16
|
+
export { Helper };
|
|
17
|
+
export { Icon };
|
|
18
|
+
export { LayoutIcon };
|
|
19
|
+
export { ProjectIcon };
|
|
20
|
+
export { ToolIcon };
|
|
21
|
+
export { Loading };
|
|
22
|
+
export { Alert };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
size?: string;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EditorControl } from '../../../index';
|
|
2
|
+
import { AnyData } from '../../../../../502417_fapi';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
saveText?: string;
|
|
6
|
+
saveAsText?: string;
|
|
7
|
+
cancelText?: string;
|
|
8
|
+
editorCtrl?: EditorControl<AnyData>;
|
|
9
|
+
dialogSave?: () => void;
|
|
10
|
+
dialogSaveAs?: () => void;
|
|
11
|
+
width?: number;
|
|
12
|
+
full?: boolean;
|
|
13
|
+
open?: boolean;
|
|
14
|
+
};
|
|
15
|
+
declare function __VLS_template(): {
|
|
16
|
+
attrs: Partial<{}>;
|
|
17
|
+
slots: {
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
};
|
|
20
|
+
refs: {};
|
|
21
|
+
rootEl: any;
|
|
22
|
+
};
|
|
23
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
25
|
+
"update:open": (...args: any[]) => void;
|
|
26
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
27
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EditorControl } from '../../../index';
|
|
2
|
+
import { AnyData } from '../../../../../502417_fapi';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
saveText?: string;
|
|
6
|
+
saveAsText?: string;
|
|
7
|
+
cancelText?: string;
|
|
8
|
+
editorCtrl: EditorControl<AnyData>;
|
|
9
|
+
drawerSave?: () => void;
|
|
10
|
+
drawerSaveAs?: () => void;
|
|
11
|
+
};
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: any;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
label?: string;
|
|
4
|
+
rule?: string;
|
|
5
|
+
helper?: string;
|
|
6
|
+
width?: string;
|
|
7
|
+
nextLine?: boolean;
|
|
8
|
+
bottomMargin?: string;
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
helper?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: any;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EditorControl } from '../../../index';
|
|
2
|
+
import { AnyData } from '../../../../../502417_fapi';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
labelWidth?: string;
|
|
6
|
+
wrapperWidth?: string;
|
|
7
|
+
editorCtrl?: EditorControl<AnyData>;
|
|
8
|
+
};
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as Dialog } from './dialog/index.vue';
|
|
2
|
+
import { default as Drawer } from './drawer/index.vue';
|
|
3
|
+
import { default as Form } from './form/index.vue';
|
|
4
|
+
import { default as FormItem } from './form/formItem.vue';
|
|
5
|
+
import { default as Search } from './search/index.vue';
|
|
6
|
+
import { default as SearchItem } from './search/searchItem.vue';
|
|
7
|
+
import { default as Table } from './table/index.vue';
|
|
8
|
+
import { default as TableOperate } from './table/tableOperate.vue';
|
|
9
|
+
import { default as Toolbar } from './toolbar/index.vue';
|
|
10
|
+
import { default as Icontool } from './toolbar/icontool.vue';
|
|
11
|
+
import { default as Tree } from './tree/index.vue';
|
|
12
|
+
export { Dialog };
|
|
13
|
+
export { Drawer };
|
|
14
|
+
export { Form };
|
|
15
|
+
export { FormItem };
|
|
16
|
+
export { Search };
|
|
17
|
+
export { SearchItem };
|
|
18
|
+
export { Table };
|
|
19
|
+
export { TableOperate };
|
|
20
|
+
export { Toolbar };
|
|
21
|
+
export { Icontool };
|
|
22
|
+
export { Tree };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { GridControl } from '../../../index';
|
|
2
|
+
import { AnyData } from '../../../../../502417_fapi';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
search: Record<string, any>;
|
|
6
|
+
gridCtrl: GridControl<AnyData>;
|
|
7
|
+
likeFields?: string[];
|
|
8
|
+
};
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
control?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: any;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
20
|
+
reset: () => any;
|
|
21
|
+
"update:search": (val: Record<string, any>) => any;
|
|
22
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
|
+
onReset?: (() => any) | undefined;
|
|
24
|
+
"onUpdate:search"?: ((val: Record<string, any>) => any) | undefined;
|
|
25
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
label?: string;
|
|
4
|
+
width?: string;
|
|
5
|
+
rule?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|