@okiss/oms 0.0.8 → 0.0.11
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/dist/index.es.js +12 -7
- package/dist/index.es.js.map +1 -1
- package/package.json +8 -8
- package/dist/types/App.d.ts +0 -124
- package/dist/types/admin.d.ts +0 -12
- package/dist/types/components/PageLoad.d.ts +0 -29
- package/dist/types/components/RightMenu.d.ts +0 -43
- package/dist/types/components/VLoading.d.ts +0 -0
- package/dist/types/components/VTree.d.ts +0 -129
- package/dist/types/components/report/NumberPanel.d.ts +0 -14
- package/dist/types/components/report/option.d.ts +0 -1
- package/dist/types/components/report/part.d.ts +0 -66
- package/dist/types/default.d.ts +0 -4
- package/dist/types/directive/devtool.d.ts +0 -3
- package/dist/types/directive/index.d.ts +0 -4
- package/dist/types/directive/outClick.d.ts +0 -3
- package/dist/types/directive/resize.d.ts +0 -3
- package/dist/types/directive/rightClick.d.ts +0 -3
- package/dist/types/index.d.ts +0 -11
- package/dist/types/init.d.ts +0 -3
- package/dist/types/mock/apis/index.d.ts +0 -3
- package/dist/types/mock/apis/user.d.ts +0 -3
- package/dist/types/mock/data/example.d.ts +0 -897
- package/dist/types/mock/data/menu.d.ts +0 -104
- package/dist/types/mock/data/role.d.ts +0 -68
- package/dist/types/mock/index.d.ts +0 -3
- package/dist/types/mock/types.d.ts +0 -21
- package/dist/types/plugins/element-plus.d.ts +0 -6
- package/dist/types/plugins/eventBus.d.ts +0 -5
- package/dist/types/router/guard/func.d.ts +0 -3
- package/dist/types/router/guard/index.d.ts +0 -2
- package/dist/types/router/guard/nprogress.d.ts +0 -3
- package/dist/types/router/guard/permission.d.ts +0 -2
- package/dist/types/router/guard/remote-routes.d.ts +0 -2
- package/dist/types/router/guard/set-page-title.d.ts +0 -2
- package/dist/types/router/index.d.ts +0 -2
- package/dist/types/router/remote.d.ts +0 -3
- package/dist/types/router/router.d.ts +0 -2
- package/dist/types/router/types.d.ts +0 -5
- package/dist/types/scaffold/404.d.ts +0 -4
- package/dist/types/scaffold/container.d.ts +0 -10
- package/dist/types/scaffold/dashboard.d.ts +0 -2
- package/dist/types/scaffold/devtool/DevLayout.d.ts +0 -0
- package/dist/types/scaffold/devtool/base.d.ts +0 -5
- package/dist/types/scaffold/devtool/formBuilder/ctrls/checkbox.d.ts +0 -32
- package/dist/types/scaffold/devtool/formBuilder/ctrls/code.d.ts +0 -17
- package/dist/types/scaffold/devtool/formBuilder/ctrls/icon-select.d.ts +0 -17
- package/dist/types/scaffold/devtool/formBuilder/ctrls/input.d.ts +0 -38
- package/dist/types/scaffold/devtool/formBuilder/ctrls/json.d.ts +0 -17
- package/dist/types/scaffold/devtool/formBuilder/ctrls/number-range.d.ts +0 -32
- package/dist/types/scaffold/devtool/formBuilder/ctrls/number.d.ts +0 -32
- package/dist/types/scaffold/devtool/formBuilder/ctrls/radio.d.ts +0 -31
- package/dist/types/scaffold/devtool/formBuilder/ctrls/select.d.ts +0 -90
- package/dist/types/scaffold/devtool/formBuilder/ctrls/sub-form.d.ts +0 -57
- package/dist/types/scaffold/devtool/formBuilder/ctrls/switch.d.ts +0 -32
- package/dist/types/scaffold/devtool/formBuilder/ctrls/template.d.ts +0 -17
- package/dist/types/scaffold/devtool/formBuilder/ctrls/upload.d.ts +0 -17
- package/dist/types/scaffold/devtool/formBuilder/form.d.ts +0 -76
- package/dist/types/scaffold/devtool/formBuilder/index.d.ts +0 -47
- package/dist/types/scaffold/devtool/tableBuilder/btn/api.d.ts +0 -57
- package/dist/types/scaffold/devtool/tableBuilder/btn/form.d.ts +0 -50
- package/dist/types/scaffold/devtool/tableBuilder/index.d.ts +0 -51
- package/dist/types/scaffold/devtool/tableBuilder/table.d.ts +0 -18
- package/dist/types/scaffold/form.d.ts +0 -22
- package/dist/types/scaffold/index.d.ts +0 -5
- package/dist/types/scaffold/login.d.ts +0 -14
- package/dist/types/scaffold/report.d.ts +0 -11
- package/dist/types/scaffold/table.d.ts +0 -17
- package/dist/types/scaffold/tree.d.ts +0 -10
- package/dist/types/types.d.ts +0 -109
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
form: {
|
|
3
|
-
submitApi: string;
|
|
4
|
-
formItems: ({
|
|
5
|
-
type: string;
|
|
6
|
-
label: string;
|
|
7
|
-
field?: undefined;
|
|
8
|
-
options?: undefined;
|
|
9
|
-
} | {
|
|
10
|
-
type: string;
|
|
11
|
-
label: string;
|
|
12
|
-
field: string;
|
|
13
|
-
options?: undefined;
|
|
14
|
-
} | {
|
|
15
|
-
type: string;
|
|
16
|
-
label: string;
|
|
17
|
-
field: string;
|
|
18
|
-
options: {
|
|
19
|
-
value: number;
|
|
20
|
-
label: string;
|
|
21
|
-
}[];
|
|
22
|
-
})[];
|
|
23
|
-
};
|
|
24
|
-
table: {
|
|
25
|
-
filter: ({
|
|
26
|
-
field: string;
|
|
27
|
-
type: string;
|
|
28
|
-
label: string;
|
|
29
|
-
options?: undefined;
|
|
30
|
-
} | {
|
|
31
|
-
field: string;
|
|
32
|
-
type: string;
|
|
33
|
-
label: string;
|
|
34
|
-
options: {
|
|
35
|
-
value: number;
|
|
36
|
-
label: string;
|
|
37
|
-
}[];
|
|
38
|
-
})[];
|
|
39
|
-
headers: ({
|
|
40
|
-
field: string;
|
|
41
|
-
type: string;
|
|
42
|
-
label: string;
|
|
43
|
-
options?: undefined;
|
|
44
|
-
state?: undefined;
|
|
45
|
-
} | {
|
|
46
|
-
field: string;
|
|
47
|
-
type: string;
|
|
48
|
-
label: string;
|
|
49
|
-
options: {
|
|
50
|
-
value: number;
|
|
51
|
-
label: string;
|
|
52
|
-
}[];
|
|
53
|
-
state: {
|
|
54
|
-
1: string;
|
|
55
|
-
0: string;
|
|
56
|
-
};
|
|
57
|
-
})[];
|
|
58
|
-
normalButton: {
|
|
59
|
-
type: string;
|
|
60
|
-
target: string;
|
|
61
|
-
text: string;
|
|
62
|
-
}[];
|
|
63
|
-
rowButton: ({
|
|
64
|
-
type: string;
|
|
65
|
-
target: string;
|
|
66
|
-
props: {
|
|
67
|
-
icon: string;
|
|
68
|
-
type: string;
|
|
69
|
-
};
|
|
70
|
-
api?: undefined;
|
|
71
|
-
} | {
|
|
72
|
-
type: string;
|
|
73
|
-
api: {
|
|
74
|
-
method: string;
|
|
75
|
-
url: string;
|
|
76
|
-
};
|
|
77
|
-
props: {
|
|
78
|
-
icon: string;
|
|
79
|
-
type: string;
|
|
80
|
-
};
|
|
81
|
-
target?: undefined;
|
|
82
|
-
})[];
|
|
83
|
-
};
|
|
84
|
-
listMock: {
|
|
85
|
-
code: number;
|
|
86
|
-
data: {
|
|
87
|
-
'list|0-20': {
|
|
88
|
-
'id|0-1000': number;
|
|
89
|
-
'pid|0-1000': number;
|
|
90
|
-
name: string;
|
|
91
|
-
route_path: string;
|
|
92
|
-
icon: string;
|
|
93
|
-
'status|0-1': number;
|
|
94
|
-
'type|0-3': number;
|
|
95
|
-
'sort|0-99': number;
|
|
96
|
-
}[];
|
|
97
|
-
page: {
|
|
98
|
-
'count|1-10': number;
|
|
99
|
-
'page|1-5': number;
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
};
|
|
104
|
-
export default _default;
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
form: {
|
|
3
|
-
formItems: ({
|
|
4
|
-
type: string;
|
|
5
|
-
field: string;
|
|
6
|
-
label: string;
|
|
7
|
-
options?: undefined;
|
|
8
|
-
} | {
|
|
9
|
-
type: string;
|
|
10
|
-
label: string;
|
|
11
|
-
field: string;
|
|
12
|
-
options: {
|
|
13
|
-
value: number;
|
|
14
|
-
label: string;
|
|
15
|
-
}[];
|
|
16
|
-
})[];
|
|
17
|
-
};
|
|
18
|
-
table: {
|
|
19
|
-
headers: {
|
|
20
|
-
type: string;
|
|
21
|
-
field: string;
|
|
22
|
-
label: string;
|
|
23
|
-
}[];
|
|
24
|
-
normalButton: {
|
|
25
|
-
type: string;
|
|
26
|
-
target: string;
|
|
27
|
-
text: string;
|
|
28
|
-
}[];
|
|
29
|
-
rowButton: ({
|
|
30
|
-
type: string;
|
|
31
|
-
target: string;
|
|
32
|
-
props: {
|
|
33
|
-
icon: string;
|
|
34
|
-
type: string;
|
|
35
|
-
};
|
|
36
|
-
api?: undefined;
|
|
37
|
-
} | {
|
|
38
|
-
type: string;
|
|
39
|
-
api: {
|
|
40
|
-
method: string;
|
|
41
|
-
url: string;
|
|
42
|
-
};
|
|
43
|
-
props: {
|
|
44
|
-
icon: string;
|
|
45
|
-
type: string;
|
|
46
|
-
};
|
|
47
|
-
target?: undefined;
|
|
48
|
-
})[];
|
|
49
|
-
};
|
|
50
|
-
listMock: {
|
|
51
|
-
code: number;
|
|
52
|
-
data: {
|
|
53
|
-
'list|0-20': {
|
|
54
|
-
'id|0-1000': number;
|
|
55
|
-
'pid|0-1000': number;
|
|
56
|
-
name: string;
|
|
57
|
-
'status|0-1': number;
|
|
58
|
-
'type|0-3': number;
|
|
59
|
-
'sort|0-99': number;
|
|
60
|
-
}[];
|
|
61
|
-
page: {
|
|
62
|
-
'count|1-10': number;
|
|
63
|
-
'page|1-5': number;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare enum MockHttpMethod {
|
|
2
|
-
GET = "get",
|
|
3
|
-
POST = "post",
|
|
4
|
-
DELETE = "delete",
|
|
5
|
-
FETCH = "fetch",
|
|
6
|
-
OPTION = "option",
|
|
7
|
-
PUT = "put"
|
|
8
|
-
}
|
|
9
|
-
export interface MockOption {
|
|
10
|
-
query: Record<string, any>;
|
|
11
|
-
data: Record<string, any>;
|
|
12
|
-
}
|
|
13
|
-
export interface MockApi {
|
|
14
|
-
method: MockHttpMethod;
|
|
15
|
-
url: string | RegExp;
|
|
16
|
-
baseURL?: string;
|
|
17
|
-
response: (options: MockOption) => Record<string, any>;
|
|
18
|
-
}
|
|
19
|
-
export interface MockApiMap {
|
|
20
|
-
[key: string]: MockApi;
|
|
21
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import ElementPlus from "element-plus'";
|
|
2
|
-
import "element-plus/dist/index.css'";
|
|
3
|
-
import "dayjs/locale/zh-cn'";
|
|
4
|
-
export declare const Message: import("element-plus/es/utils").SFCInstallWithContext<import("element-plus").Message>;
|
|
5
|
-
export declare const MessageBox: import("element-plus/es/utils").SFCWithInstall<import("element-plus").IElMessageBox>;
|
|
6
|
-
export default ElementPlus;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { App } from "vue'";
|
|
2
|
-
declare const eventBus: import("mitt").Emitter<Record<import("mitt").EventType, unknown>>;
|
|
3
|
-
export default eventBus;
|
|
4
|
-
export declare const bus: import("mitt").Emitter<Record<import("mitt").EventType, unknown>>;
|
|
5
|
-
export declare function install(app: App, options?: {}): import("mitt").Emitter<Record<import("mitt").EventType, unknown>>;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, () => custom, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
-
export default _default;
|
|
File without changes
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: ({
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
props?: undefined;
|
|
16
|
-
} | {
|
|
17
|
-
type: string;
|
|
18
|
-
field: string;
|
|
19
|
-
props: {
|
|
20
|
-
options: {
|
|
21
|
-
labelPosition: string;
|
|
22
|
-
};
|
|
23
|
-
formItems: {
|
|
24
|
-
type: string;
|
|
25
|
-
field: string;
|
|
26
|
-
label: string;
|
|
27
|
-
}[];
|
|
28
|
-
};
|
|
29
|
-
label?: undefined;
|
|
30
|
-
})[];
|
|
31
|
-
}
|
|
32
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: {
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
}[];
|
|
16
|
-
}
|
|
17
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: {
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
}[];
|
|
16
|
-
}
|
|
17
|
-
export default _default;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: ({
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
props?: undefined;
|
|
16
|
-
} | {
|
|
17
|
-
type: string;
|
|
18
|
-
field: string;
|
|
19
|
-
label: string;
|
|
20
|
-
props: {
|
|
21
|
-
options: {
|
|
22
|
-
labelPosition: string;
|
|
23
|
-
};
|
|
24
|
-
formItems: ({
|
|
25
|
-
type: string;
|
|
26
|
-
field: string;
|
|
27
|
-
label: string;
|
|
28
|
-
info?: undefined;
|
|
29
|
-
} | {
|
|
30
|
-
type: string;
|
|
31
|
-
field: string;
|
|
32
|
-
label: string;
|
|
33
|
-
info: string;
|
|
34
|
-
})[];
|
|
35
|
-
};
|
|
36
|
-
})[];
|
|
37
|
-
}
|
|
38
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: {
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
}[];
|
|
16
|
-
}
|
|
17
|
-
export default _default;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: ({
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
props?: undefined;
|
|
16
|
-
} | {
|
|
17
|
-
type: string;
|
|
18
|
-
field: string;
|
|
19
|
-
props: {
|
|
20
|
-
options: {
|
|
21
|
-
labelPosition: string;
|
|
22
|
-
};
|
|
23
|
-
formItems: {
|
|
24
|
-
type: string;
|
|
25
|
-
field: string;
|
|
26
|
-
label: string;
|
|
27
|
-
}[];
|
|
28
|
-
};
|
|
29
|
-
label?: undefined;
|
|
30
|
-
})[];
|
|
31
|
-
}
|
|
32
|
-
export default _default;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: ({
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
props?: undefined;
|
|
16
|
-
} | {
|
|
17
|
-
type: string;
|
|
18
|
-
field: string;
|
|
19
|
-
label: string;
|
|
20
|
-
props: {
|
|
21
|
-
options: {
|
|
22
|
-
labelPosition: string;
|
|
23
|
-
};
|
|
24
|
-
formItems: {
|
|
25
|
-
type: string;
|
|
26
|
-
field: string;
|
|
27
|
-
label: string;
|
|
28
|
-
}[];
|
|
29
|
-
};
|
|
30
|
-
})[];
|
|
31
|
-
}
|
|
32
|
-
export default _default;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
export const options: never[];
|
|
10
|
-
}
|
|
11
|
-
export { _default as default };
|
|
12
|
-
export const builder: ({
|
|
13
|
-
type: string;
|
|
14
|
-
field: string;
|
|
15
|
-
label: string;
|
|
16
|
-
props?: undefined;
|
|
17
|
-
} | {
|
|
18
|
-
type: string;
|
|
19
|
-
field: string;
|
|
20
|
-
label: string;
|
|
21
|
-
props: {
|
|
22
|
-
formItems: {
|
|
23
|
-
type: string;
|
|
24
|
-
field: string;
|
|
25
|
-
label: string;
|
|
26
|
-
}[];
|
|
27
|
-
repeat: boolean;
|
|
28
|
-
};
|
|
29
|
-
})[];
|
|
30
|
-
}
|
|
31
|
-
export default _default;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: ({
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
value?: undefined;
|
|
16
|
-
options?: undefined;
|
|
17
|
-
props?: undefined;
|
|
18
|
-
depend?: undefined;
|
|
19
|
-
} | {
|
|
20
|
-
type: string;
|
|
21
|
-
field: string;
|
|
22
|
-
label: string;
|
|
23
|
-
value: number;
|
|
24
|
-
options: {
|
|
25
|
-
value: number;
|
|
26
|
-
label: string;
|
|
27
|
-
}[];
|
|
28
|
-
props?: undefined;
|
|
29
|
-
depend?: undefined;
|
|
30
|
-
} | {
|
|
31
|
-
type: string;
|
|
32
|
-
field: string;
|
|
33
|
-
label: string;
|
|
34
|
-
props: {
|
|
35
|
-
repeat: boolean;
|
|
36
|
-
options: {
|
|
37
|
-
labelPosition: string;
|
|
38
|
-
};
|
|
39
|
-
formItems: {
|
|
40
|
-
type: string;
|
|
41
|
-
field: string;
|
|
42
|
-
label: string;
|
|
43
|
-
}[];
|
|
44
|
-
};
|
|
45
|
-
depend: {
|
|
46
|
-
field: string;
|
|
47
|
-
value: number;
|
|
48
|
-
};
|
|
49
|
-
value?: undefined;
|
|
50
|
-
options?: undefined;
|
|
51
|
-
} | {
|
|
52
|
-
type: string;
|
|
53
|
-
field: string;
|
|
54
|
-
label: string;
|
|
55
|
-
props: {
|
|
56
|
-
options: {
|
|
57
|
-
labelPosition: string;
|
|
58
|
-
};
|
|
59
|
-
formItems: ({
|
|
60
|
-
type: string;
|
|
61
|
-
field: string;
|
|
62
|
-
label: string;
|
|
63
|
-
depend: {
|
|
64
|
-
field: string;
|
|
65
|
-
value: number;
|
|
66
|
-
};
|
|
67
|
-
} | {
|
|
68
|
-
type: string;
|
|
69
|
-
field: string;
|
|
70
|
-
label: string;
|
|
71
|
-
depend?: undefined;
|
|
72
|
-
} | {
|
|
73
|
-
type: string;
|
|
74
|
-
field: string;
|
|
75
|
-
label: string;
|
|
76
|
-
depend: {
|
|
77
|
-
field: string;
|
|
78
|
-
value: boolean;
|
|
79
|
-
};
|
|
80
|
-
})[];
|
|
81
|
-
repeat?: undefined;
|
|
82
|
-
};
|
|
83
|
-
value?: undefined;
|
|
84
|
-
options?: undefined;
|
|
85
|
-
depend?: undefined;
|
|
86
|
-
})[];
|
|
87
|
-
export function trans(item: any): any;
|
|
88
|
-
export function trans(item: any): any;
|
|
89
|
-
}
|
|
90
|
-
export default _default;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const type: string;
|
|
3
|
-
export const name: string;
|
|
4
|
-
namespace _default {
|
|
5
|
-
const type_1: string;
|
|
6
|
-
export { type_1 as type };
|
|
7
|
-
export const label: string;
|
|
8
|
-
export const field: string;
|
|
9
|
-
}
|
|
10
|
-
export { _default as default };
|
|
11
|
-
export const builder: ({
|
|
12
|
-
type: string;
|
|
13
|
-
field: string;
|
|
14
|
-
label: string;
|
|
15
|
-
props?: undefined;
|
|
16
|
-
} | {
|
|
17
|
-
type: string;
|
|
18
|
-
field: string;
|
|
19
|
-
label: string;
|
|
20
|
-
props: {
|
|
21
|
-
options: {
|
|
22
|
-
labelPosition: string;
|
|
23
|
-
};
|
|
24
|
-
formItems: ({
|
|
25
|
-
type: string;
|
|
26
|
-
field: string;
|
|
27
|
-
label: string;
|
|
28
|
-
props?: undefined;
|
|
29
|
-
} | {
|
|
30
|
-
type: string;
|
|
31
|
-
field: string;
|
|
32
|
-
label: string;
|
|
33
|
-
props: {
|
|
34
|
-
options: {
|
|
35
|
-
labelPosition: string;
|
|
36
|
-
};
|
|
37
|
-
repeat: boolean;
|
|
38
|
-
formItems: ({
|
|
39
|
-
type: string;
|
|
40
|
-
field: string;
|
|
41
|
-
label: string;
|
|
42
|
-
options?: undefined;
|
|
43
|
-
} | {
|
|
44
|
-
type: string;
|
|
45
|
-
field: string;
|
|
46
|
-
label: string;
|
|
47
|
-
options: {
|
|
48
|
-
value: string;
|
|
49
|
-
label: string;
|
|
50
|
-
}[];
|
|
51
|
-
})[];
|
|
52
|
-
};
|
|
53
|
-
})[];
|
|
54
|
-
};
|
|
55
|
-
})[];
|
|
56
|
-
}
|
|
57
|
-
export default _default;
|