unione-form-vue 0.1.6 → 0.1.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.
- package/dist/UFCmds.d.ts +31 -0
- package/dist/UFEngine.d.ts +91 -0
- package/dist/index.d.ts +10 -6
- package/dist/index.umd.js +57 -8
- package/dist/lib/data.d.ts +12 -11
- package/dist/lib/debounce.d.ts +1 -1
- package/dist/lib/ebus.d.ts +3 -4
- package/dist/lib/utils.d.ts +7 -0
- package/dist/page/data/define/components/dataFieldMange.vue.d.ts +33 -6
- package/dist/page/data/define/components/dataFieldSetting.vue.d.ts +58 -6
- package/dist/page/data/form/components/baseInfo.vue.d.ts +15 -0
- package/dist/page/data/form/components/dataInfo.vue.d.ts +10 -0
- package/dist/page/data/form/components/formEditor.vue.d.ts +15 -0
- package/dist/page/data/form/components/formProps.vue.d.ts +20 -0
- package/dist/page/data/form/components/tableEditor.vue.d.ts +10 -0
- package/dist/page/data/form/components/tableFieldSetting.vue.d.ts +37 -0
- package/dist/page/data/form/components/tableProps.vue.d.ts +20 -0
- package/dist/page/data/form/components/widgetEditor.vue.d.ts +10 -0
- package/dist/page/data/form/components/widgetInfo.vue.d.ts +16 -0
- package/dist/page/data/form/components/widgetList.vue.d.ts +2 -0
- package/dist/page/data/form/components/widgetProps.vue.d.ts +10 -0
- package/dist/page/data/form/design.vue.d.ts +30 -0
- package/dist/page/data/form/list.vue.d.ts +2 -0
- package/dist/page/data/form/widget.vue.d.ts +2 -0
- package/dist/page/{form.vue.d.ts → data/page/form.vue.d.ts} +18 -1
- package/dist/page/{list.vue.d.ts → data/page/list.vue.d.ts} +18 -3
- package/dist/page/{tree.vue.d.ts → data/page/tree.vue.d.ts} +2 -2
- package/dist/page/flow/todo.vue.d.ts +2 -2
- package/dist/page/page.vue.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/typing.d.ts +105 -1
- package/dist/version/version.d.ts +1 -1
- package/dist/widgets/advance/codeEditor/index.vue.d.ts +20 -5
- package/dist/widgets/advance/rickText/richText.vue.d.ts +2 -2
- package/dist/widgets/base/btn.vue.d.ts +2 -2
- package/dist/widgets/container.vue.d.ts +47 -0
- package/dist/widgets/form/checkBox.vue.d.ts +2 -2
- package/dist/widgets/form/codeInput.vue.d.ts +64 -0
- package/dist/widgets/form/colorBox.vue.d.ts +10 -0
- package/dist/widgets/form/form.vue.d.ts +32 -7
- package/dist/widgets/form/formItem.vue.d.ts +20 -4
- package/dist/widgets/form/icon-select/icon-list.vue.d.ts +5 -0
- package/dist/widgets/form/icon-select/index.vue.d.ts +68 -0
- package/dist/widgets/form/radioBox.vue.d.ts +2 -2
- package/dist/widgets/form/randomInput.vue.d.ts +2 -2
- package/dist/widgets/form/selectBox.vue.d.ts +4 -4
- package/dist/widgets/form/sliderBox.vue.d.ts +42 -0
- package/dist/widgets/form/switchBox.vue.d.ts +4 -4
- package/dist/widgets/form/uploadBox.vue.d.ts +11 -2
- package/dist/widgets/layout/section.vue.d.ts +10 -2
- package/dist/widgets/layout/tabs.vue.d.ts +18 -11
- package/dist/widgets/props/base/btnSetting/index.vue.d.ts +184 -0
- package/dist/widgets/props/base/btnSetting/setting.vue.d.ts +62 -0
- package/dist/widgets/props/base/itemSetting.vue.d.ts +31 -0
- package/dist/widgets/props/data/convertSetting.vue.d.ts +76 -0
- package/dist/widgets/props/data/dataBind.vue.d.ts +42 -0
- package/dist/widgets/props/data/dataDefine.vue.d.ts +2 -2
- package/dist/widgets/props/data/dataField.vue.d.ts +4 -5
- package/dist/widgets/props/data/dataTitle.vue.d.ts +22 -0
- package/dist/widgets/props/data/model/index.vue.d.ts +125 -0
- package/dist/widgets/props/data/model/list.vue.d.ts +21 -0
- package/dist/widgets/props/data/table/index.vue.d.ts +143 -0
- package/dist/widgets/props/data/table/list.vue.d.ts +33 -0
- package/dist/widgets/props/form/sliderSetting.vue.d.ts +10 -0
- package/dist/widgets/props/page/pageBtns.vue.d.ts +132 -0
- package/dist/widgets/props/page/pageSetting.vue.d.ts +2 -2
- package/dist/widgets/props/query/querySetting.vue.d.ts +2 -2
- package/dist/widgets/props/table/tableSetting.vue.d.ts +2 -2
- package/dist/widgets/props/widget/name.vue.d.ts +10 -0
- package/dist/widgets/props/widget/setting.vue.d.ts +144 -0
- package/dist/widgets/query/queryForm.vue.d.ts +11 -2
- package/dist/widgets/render.vue.d.ts +36 -0
- package/dist/widgets/table/tableList.vue.d.ts +6 -6
- package/dist/widgets/widget.vue.d.ts +16 -2
- package/package.json +9 -3
- package/dist/editor.d.ts +0 -45
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { WidgetModel } from '../../../../typing';
|
|
3
|
+
declare function open(btn: any, callback: Function, helps?: any): void;
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
wid: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: false;
|
|
8
|
+
};
|
|
9
|
+
engine: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
required: false;
|
|
12
|
+
};
|
|
13
|
+
widget: {
|
|
14
|
+
type: PropType<WidgetModel>;
|
|
15
|
+
required: false;
|
|
16
|
+
};
|
|
17
|
+
formValue: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
label: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
};
|
|
24
|
+
title: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
show: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
position: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
width: {
|
|
37
|
+
type: NumberConstructor;
|
|
38
|
+
default: number;
|
|
39
|
+
};
|
|
40
|
+
isForm: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
helps: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
default(): {};
|
|
47
|
+
};
|
|
48
|
+
preset: {
|
|
49
|
+
type: {
|
|
50
|
+
(arrayLength: number): string[];
|
|
51
|
+
(...items: string[]): string[];
|
|
52
|
+
new (arrayLength: number): string[];
|
|
53
|
+
new (...items: string[]): string[];
|
|
54
|
+
isArray(arg: any): arg is any[];
|
|
55
|
+
readonly prototype: any[];
|
|
56
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
57
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
58
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
59
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
60
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
61
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
62
|
+
};
|
|
63
|
+
default(): never[];
|
|
64
|
+
};
|
|
65
|
+
checkable: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
deleteable: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
disabled: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
defualt: boolean;
|
|
76
|
+
};
|
|
77
|
+
value: {
|
|
78
|
+
type: PropType<any>;
|
|
79
|
+
};
|
|
80
|
+
visible: {
|
|
81
|
+
type: PropType<any>;
|
|
82
|
+
};
|
|
83
|
+
}>, {
|
|
84
|
+
open: typeof open;
|
|
85
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
86
|
+
delete: (...args: any[]) => void;
|
|
87
|
+
change: (...args: any[]) => void;
|
|
88
|
+
ok: (...args: any[]) => void;
|
|
89
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
90
|
+
wid: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
required: false;
|
|
93
|
+
};
|
|
94
|
+
engine: {
|
|
95
|
+
type: ObjectConstructor;
|
|
96
|
+
required: false;
|
|
97
|
+
};
|
|
98
|
+
widget: {
|
|
99
|
+
type: PropType<WidgetModel>;
|
|
100
|
+
required: false;
|
|
101
|
+
};
|
|
102
|
+
formValue: {
|
|
103
|
+
type: ObjectConstructor;
|
|
104
|
+
required: true;
|
|
105
|
+
};
|
|
106
|
+
label: {
|
|
107
|
+
type: StringConstructor;
|
|
108
|
+
};
|
|
109
|
+
title: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
show: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
position: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
|
+
width: {
|
|
122
|
+
type: NumberConstructor;
|
|
123
|
+
default: number;
|
|
124
|
+
};
|
|
125
|
+
isForm: {
|
|
126
|
+
type: BooleanConstructor;
|
|
127
|
+
default: boolean;
|
|
128
|
+
};
|
|
129
|
+
helps: {
|
|
130
|
+
type: ObjectConstructor;
|
|
131
|
+
default(): {};
|
|
132
|
+
};
|
|
133
|
+
preset: {
|
|
134
|
+
type: {
|
|
135
|
+
(arrayLength: number): string[];
|
|
136
|
+
(...items: string[]): string[];
|
|
137
|
+
new (arrayLength: number): string[];
|
|
138
|
+
new (...items: string[]): string[];
|
|
139
|
+
isArray(arg: any): arg is any[];
|
|
140
|
+
readonly prototype: any[];
|
|
141
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
142
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
143
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
144
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
145
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
146
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
147
|
+
};
|
|
148
|
+
default(): never[];
|
|
149
|
+
};
|
|
150
|
+
checkable: {
|
|
151
|
+
type: BooleanConstructor;
|
|
152
|
+
default: boolean;
|
|
153
|
+
};
|
|
154
|
+
deleteable: {
|
|
155
|
+
type: BooleanConstructor;
|
|
156
|
+
default: boolean;
|
|
157
|
+
};
|
|
158
|
+
disabled: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
defualt: boolean;
|
|
161
|
+
};
|
|
162
|
+
value: {
|
|
163
|
+
type: PropType<any>;
|
|
164
|
+
};
|
|
165
|
+
visible: {
|
|
166
|
+
type: PropType<any>;
|
|
167
|
+
};
|
|
168
|
+
}>> & Readonly<{
|
|
169
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
170
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
171
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
172
|
+
}>, {
|
|
173
|
+
title: string;
|
|
174
|
+
width: number;
|
|
175
|
+
preset: string[];
|
|
176
|
+
disabled: boolean;
|
|
177
|
+
isForm: boolean;
|
|
178
|
+
show: string;
|
|
179
|
+
position: string;
|
|
180
|
+
checkable: boolean;
|
|
181
|
+
helps: Record<string, any>;
|
|
182
|
+
deleteable: boolean;
|
|
183
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
184
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
declare function open(btn: any, callback: Function, helps?: any): void;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
preset: {
|
|
4
|
+
type: {
|
|
5
|
+
(arrayLength: number): string[];
|
|
6
|
+
(...items: string[]): string[];
|
|
7
|
+
new (arrayLength: number): string[];
|
|
8
|
+
new (...items: string[]): string[];
|
|
9
|
+
isArray(arg: any): arg is any[];
|
|
10
|
+
readonly prototype: any[];
|
|
11
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
12
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
13
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
14
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
15
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
16
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
17
|
+
};
|
|
18
|
+
default(): never[];
|
|
19
|
+
};
|
|
20
|
+
helps: {
|
|
21
|
+
type: ObjectConstructor;
|
|
22
|
+
default(): {};
|
|
23
|
+
};
|
|
24
|
+
value: {
|
|
25
|
+
type: import('vue').PropType<any>;
|
|
26
|
+
};
|
|
27
|
+
}>, {
|
|
28
|
+
open: typeof open;
|
|
29
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
"update:value": (value: any) => any;
|
|
31
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
+
preset: {
|
|
33
|
+
type: {
|
|
34
|
+
(arrayLength: number): string[];
|
|
35
|
+
(...items: string[]): string[];
|
|
36
|
+
new (arrayLength: number): string[];
|
|
37
|
+
new (...items: string[]): string[];
|
|
38
|
+
isArray(arg: any): arg is any[];
|
|
39
|
+
readonly prototype: any[];
|
|
40
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
41
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
42
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
43
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
44
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
45
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
46
|
+
};
|
|
47
|
+
default(): never[];
|
|
48
|
+
};
|
|
49
|
+
helps: {
|
|
50
|
+
type: ObjectConstructor;
|
|
51
|
+
default(): {};
|
|
52
|
+
};
|
|
53
|
+
value: {
|
|
54
|
+
type: import('vue').PropType<any>;
|
|
55
|
+
};
|
|
56
|
+
}>> & Readonly<{
|
|
57
|
+
"onUpdate:value"?: ((value: any) => any) | undefined;
|
|
58
|
+
}>, {
|
|
59
|
+
preset: string[];
|
|
60
|
+
helps: Record<string, any>;
|
|
61
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
title: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
factory: {
|
|
8
|
+
type: PropType<any>;
|
|
9
|
+
};
|
|
10
|
+
value: {
|
|
11
|
+
type: PropType<any[]>;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
change: (...args: any[]) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
title: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
factory: {
|
|
21
|
+
type: PropType<any>;
|
|
22
|
+
};
|
|
23
|
+
value: {
|
|
24
|
+
type: PropType<any[]>;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
title: string;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Convert } from '../../../typing';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
title: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
exclude: {
|
|
9
|
+
type: {
|
|
10
|
+
(arrayLength: number): String[];
|
|
11
|
+
(...items: String[]): String[];
|
|
12
|
+
new (arrayLength: number): String[];
|
|
13
|
+
new (...items: String[]): String[];
|
|
14
|
+
isArray(arg: any): arg is any[];
|
|
15
|
+
readonly prototype: any[];
|
|
16
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
17
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
18
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
19
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
20
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
21
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
22
|
+
};
|
|
23
|
+
default: () => never[];
|
|
24
|
+
};
|
|
25
|
+
widgetName: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
};
|
|
28
|
+
formValue: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => void;
|
|
31
|
+
};
|
|
32
|
+
value: {
|
|
33
|
+
type: PropType<Convert>;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
change: (...args: any[]) => void;
|
|
37
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
38
|
+
title: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
exclude: {
|
|
43
|
+
type: {
|
|
44
|
+
(arrayLength: number): String[];
|
|
45
|
+
(...items: String[]): String[];
|
|
46
|
+
new (arrayLength: number): String[];
|
|
47
|
+
new (...items: String[]): String[];
|
|
48
|
+
isArray(arg: any): arg is any[];
|
|
49
|
+
readonly prototype: any[];
|
|
50
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
51
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
52
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
53
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
54
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
55
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
56
|
+
};
|
|
57
|
+
default: () => never[];
|
|
58
|
+
};
|
|
59
|
+
widgetName: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
};
|
|
62
|
+
formValue: {
|
|
63
|
+
type: ObjectConstructor;
|
|
64
|
+
default: () => void;
|
|
65
|
+
};
|
|
66
|
+
value: {
|
|
67
|
+
type: PropType<Convert>;
|
|
68
|
+
};
|
|
69
|
+
}>> & Readonly<{
|
|
70
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
}>, {
|
|
72
|
+
title: string;
|
|
73
|
+
formValue: Record<string, any>;
|
|
74
|
+
exclude: String[];
|
|
75
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
76
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
engine: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
required: false;
|
|
6
|
+
};
|
|
7
|
+
type: {
|
|
8
|
+
type: PropType<"name" | "table">;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
formValue: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
default(): {};
|
|
14
|
+
};
|
|
15
|
+
value: {
|
|
16
|
+
type: PropType<string>;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
change: (...args: any[]) => void;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
+
engine: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
type: {
|
|
26
|
+
type: PropType<"name" | "table">;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
formValue: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default(): {};
|
|
32
|
+
};
|
|
33
|
+
value: {
|
|
34
|
+
type: PropType<string>;
|
|
35
|
+
};
|
|
36
|
+
}>> & Readonly<{
|
|
37
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
}>, {
|
|
39
|
+
type: "name" | "table";
|
|
40
|
+
formValue: Record<string, any>;
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4
4
|
type: NumberConstructor;
|
|
5
5
|
default: number;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
engine: {
|
|
8
8
|
type: ObjectConstructor;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
@@ -15,7 +15,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
15
|
type: NumberConstructor;
|
|
16
16
|
default: number;
|
|
17
17
|
};
|
|
18
|
-
|
|
18
|
+
engine: {
|
|
19
19
|
type: ObjectConstructor;
|
|
20
20
|
required: true;
|
|
21
21
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DataField } from '../../../typing';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
2
|
filter: {
|
|
4
3
|
type: {
|
|
@@ -18,11 +17,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
17
|
default(): never[];
|
|
19
18
|
};
|
|
20
19
|
modelValue: {
|
|
21
|
-
type: import('vue').PropType<
|
|
20
|
+
type: import('vue').PropType<any>;
|
|
22
21
|
required: true;
|
|
23
22
|
};
|
|
24
23
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
-
"update:modelValue": (modelValue:
|
|
24
|
+
"update:modelValue": (modelValue: any) => any;
|
|
26
25
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
26
|
filter: {
|
|
28
27
|
type: {
|
|
@@ -42,11 +41,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
41
|
default(): never[];
|
|
43
42
|
};
|
|
44
43
|
modelValue: {
|
|
45
|
-
type: import('vue').PropType<
|
|
44
|
+
type: import('vue').PropType<any>;
|
|
46
45
|
required: true;
|
|
47
46
|
};
|
|
48
47
|
}>> & Readonly<{
|
|
49
|
-
"onUpdate:modelValue"?: ((modelValue:
|
|
48
|
+
"onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
|
|
50
49
|
}>, {
|
|
51
50
|
filter: String[];
|
|
52
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
engine: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
value: {
|
|
7
|
+
type: import('vue').PropType<string>;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
change: (...args: any[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
engine: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
value: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{
|
|
20
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { WidgetModel } from '../../../../typing';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
wid: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: false;
|
|
7
|
+
};
|
|
8
|
+
engine: {
|
|
9
|
+
type: ObjectConstructor;
|
|
10
|
+
required: false;
|
|
11
|
+
};
|
|
12
|
+
widget: {
|
|
13
|
+
type: PropType<WidgetModel>;
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
formValue: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
title: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
show: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
position: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
width: {
|
|
33
|
+
type: NumberConstructor;
|
|
34
|
+
default: number;
|
|
35
|
+
};
|
|
36
|
+
disabled: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
defualt: boolean;
|
|
39
|
+
};
|
|
40
|
+
modelField: {
|
|
41
|
+
type: ObjectConstructor;
|
|
42
|
+
required: false;
|
|
43
|
+
};
|
|
44
|
+
dsId: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
};
|
|
47
|
+
nids: {
|
|
48
|
+
type: ArrayConstructor;
|
|
49
|
+
default: () => never[];
|
|
50
|
+
};
|
|
51
|
+
value: {
|
|
52
|
+
type: PropType<string>;
|
|
53
|
+
};
|
|
54
|
+
visible: {
|
|
55
|
+
type: PropType<any>;
|
|
56
|
+
};
|
|
57
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
58
|
+
select: (...args: any[]) => void;
|
|
59
|
+
change: (...args: any[]) => void;
|
|
60
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
61
|
+
wid: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
required: false;
|
|
64
|
+
};
|
|
65
|
+
engine: {
|
|
66
|
+
type: ObjectConstructor;
|
|
67
|
+
required: false;
|
|
68
|
+
};
|
|
69
|
+
widget: {
|
|
70
|
+
type: PropType<WidgetModel>;
|
|
71
|
+
required: false;
|
|
72
|
+
};
|
|
73
|
+
formValue: {
|
|
74
|
+
type: ObjectConstructor;
|
|
75
|
+
required: true;
|
|
76
|
+
};
|
|
77
|
+
title: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
show: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
position: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
width: {
|
|
90
|
+
type: NumberConstructor;
|
|
91
|
+
default: number;
|
|
92
|
+
};
|
|
93
|
+
disabled: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
defualt: boolean;
|
|
96
|
+
};
|
|
97
|
+
modelField: {
|
|
98
|
+
type: ObjectConstructor;
|
|
99
|
+
required: false;
|
|
100
|
+
};
|
|
101
|
+
dsId: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
};
|
|
104
|
+
nids: {
|
|
105
|
+
type: ArrayConstructor;
|
|
106
|
+
default: () => never[];
|
|
107
|
+
};
|
|
108
|
+
value: {
|
|
109
|
+
type: PropType<string>;
|
|
110
|
+
};
|
|
111
|
+
visible: {
|
|
112
|
+
type: PropType<any>;
|
|
113
|
+
};
|
|
114
|
+
}>> & Readonly<{
|
|
115
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
116
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
117
|
+
}>, {
|
|
118
|
+
title: string;
|
|
119
|
+
width: number;
|
|
120
|
+
disabled: boolean;
|
|
121
|
+
show: string;
|
|
122
|
+
position: string;
|
|
123
|
+
nids: unknown[];
|
|
124
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
125
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare function getSelected(): any;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
nids: {
|
|
4
|
+
type: ArrayConstructor;
|
|
5
|
+
default: () => never[];
|
|
6
|
+
};
|
|
7
|
+
}>, {
|
|
8
|
+
getSelected: typeof getSelected;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
select: (...args: any[]) => void;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
nids: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
default: () => never[];
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{
|
|
17
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
nids: unknown[];
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
export default _default;
|