keli-ui 0.0.24 → 0.0.26
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/keli-ui.css +1 -1
- package/dist/keli-ui.js +4055 -51406
- package/dist/keli-ui.umd.cjs +1 -1
- package/dist/types/lib/modeControl.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormCascaderAsync/FormCascaderAsync.vue.d.ts +1 -41
- package/dist/types/packages/FormComponents/FormCheckBoxAsync/FormCheckBoxAsync.vue.d.ts +1 -43
- package/dist/types/packages/FormComponents/FormDatePicker/FormDatePickerClient.vue.d.ts +1 -29
- package/dist/types/packages/FormComponents/FormDatePicker/FormDatePickerMobile.vue.d.ts +1 -37
- package/dist/types/packages/FormComponents/FormDatePicker/index.d.ts +1 -61
- package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerClient.vue.d.ts +1 -33
- package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerMobile.vue.d.ts +1 -37
- package/dist/types/packages/FormComponents/FormDateTimePicker/index.d.ts +1 -65
- package/dist/types/packages/FormComponents/FormDivider/FormDivider.vue.d.ts +1 -29
- package/dist/types/packages/FormComponents/FormDynamicTable/FormDynamicTable.vue.d.ts +1 -35
- package/dist/types/packages/FormComponents/FormInput/FormInput.vue.d.ts +1 -33
- package/dist/types/packages/FormComponents/FormInputNumber/FormInputNumber.vue.d.ts +1 -46
- package/dist/types/packages/FormComponents/FormRadio/FormRadio.vue.d.ts +1 -27
- package/dist/types/packages/FormComponents/FormRender/FormRenderClient.vue.d.ts +1 -121
- package/dist/types/packages/FormComponents/FormRender/FormRenderMobile.vue.d.ts +1 -122
- package/dist/types/packages/FormComponents/FormRender/index.d.ts +1 -237
- package/dist/types/packages/FormComponents/FormSelect/FormSelectClient.vue.d.ts +1 -31
- package/dist/types/packages/FormComponents/FormSelect/FormSelectMobile.vue.d.ts +1 -35
- package/dist/types/packages/FormComponents/FormSelect/index.d.ts +1 -61
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncClient.vue.d.ts +1 -54
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncMobile.vue.d.ts +1 -54
- package/dist/types/packages/FormComponents/FormSelectAsync/hooks/selectAsync.hook.d.ts +2 -13
- package/dist/types/packages/FormComponents/FormSelectAsync/index.d.ts +1 -52
- package/dist/types/packages/FormComponents/FormSelectRemote/FormSelectRemote.vue.d.ts +1 -41
- package/dist/types/packages/FormComponents/FormSwitch/FormSwitch.vue.d.ts +1 -33
- package/dist/types/packages/FormComponents/FormText/FormText.vue.d.ts +1 -38
- package/dist/types/packages/FormComponents/FormTextArea/FormTextArea.vue.d.ts +1 -33
- package/dist/types/packages/QueryComponents/QueryBar/QueryBarClient.vue.d.ts +1 -42
- package/dist/types/packages/QueryComponents/QueryBar/QueryBarMobile.vue.d.ts +1 -39
- package/dist/types/packages/QueryComponents/QueryBar/index.d.ts +1 -76
- package/dist/types/packages/QueryComponents/QueryDateTime/QueryDateTimeClient.vue.d.ts +1 -15
- package/dist/types/packages/QueryComponents/QueryInput/QueryInput.vue.d.ts +1 -15
- package/dist/types/packages/QueryComponents/QueryInputLike/QueryInputLike.vue.d.ts +1 -15
- package/dist/types/packages/QueryComponents/QuerySelect/QuerySelectClient.vue.d.ts +1 -29
- package/dist/types/packages/TableComponents/TableCardRender/TableCardRenderClient.vue.d.ts +1 -119
- package/dist/types/packages/TableComponents/TableCardRender/TableCardRenderMobile.vue.d.ts +1 -117
- package/dist/types/packages/TableComponents/TableCardRender/index.d.ts +1 -113
- package/dist/types/packages/TableComponents/TableCheckBoxAsync/TableCheckBoxAsync.vue.d.ts +1 -62
- package/dist/types/packages/TableComponents/TableInput/TableInput.vue.d.ts +1 -56
- package/dist/types/packages/TableComponents/TableInputNumber/TableInputNumber.vue.d.ts +1 -56
- package/dist/types/packages/TableComponents/TableRender/TableRenderClient.vue.d.ts +1 -139
- package/dist/types/packages/TableComponents/TableRender/TableRenderMobile.vue.d.ts +1 -117
- package/dist/types/packages/TableComponents/TableRender/hooks/useCopyPaste.hook.d.ts +5 -5
- package/dist/types/packages/TableComponents/TableRender/index.d.ts +1 -113
- package/dist/types/packages/TableComponents/TableSelect/TableSelect.vue.d.ts +1 -38
- package/dist/types/packages/TableComponents/TableSelectAsync/TableSelectAsync.vue.d.ts +1 -38
- package/dist/types/packages/TableComponents/TableSwitch/TableSwitch.vue.d.ts +1 -38
- package/dist/types/packages/TableComponents/TableTreeRender/TableTreeRender.vue.d.ts +1 -117
- package/dist/types/packages/ToolBar/ToolBarClient.vue.d.ts +1 -13
- package/dist/types/packages/ToolBar/ToolBarMobile.vue.d.ts +1 -13
- package/dist/types/packages/ToolBar/ToolBarProxy.vue.d.ts +1 -13
- package/dist/types/packages/index.d.ts +1 -2
- package/package.json +4 -12
- package/dist/types/packages/FormComponents/FormCodeEditor/FormCodeEditor.vue.d.ts +0 -43
- package/dist/types/packages/FormComponents/FormCodeEditor/index.d.ts +0 -2
- package/dist/types/packages/types/button.d.ts +0 -26
- package/dist/types/packages/types/componentFrame.d.ts +0 -25
- package/dist/types/packages/types/formFrame.d.ts +0 -90
- package/dist/types/packages/types/index.d.ts +0 -5
- package/dist/types/packages/types/queryFrame.d.ts +0 -24
- package/dist/types/packages/types/tableFrame.d.ts +0 -112
- package/dist/types/packages/types/translate.d.ts +0 -20
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const deviceMode:
|
|
2
|
-
export declare const isMobileDevice:
|
|
1
|
+
export declare const deviceMode: any;
|
|
2
|
+
export declare const isMobileDevice: any;
|
|
@@ -1,42 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { KeFormSelectAsync } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
type: PropType<null | Number[] | String[]>;
|
|
6
|
-
default: any;
|
|
7
|
-
};
|
|
8
|
-
detail: {
|
|
9
|
-
required: true;
|
|
10
|
-
type: PropType<KeFormSelectAsync>;
|
|
11
|
-
};
|
|
12
|
-
fieldTitle: {
|
|
13
|
-
required: true;
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
};
|
|
16
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
-
valueChange: (...args: any[]) => void;
|
|
18
|
-
"update:value": (...args: any[]) => void;
|
|
19
|
-
setShow: (...args: any[]) => void;
|
|
20
|
-
getComponentValue: (...args: any[]) => void;
|
|
21
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
value: {
|
|
23
|
-
type: PropType<null | Number[] | String[]>;
|
|
24
|
-
default: any;
|
|
25
|
-
};
|
|
26
|
-
detail: {
|
|
27
|
-
required: true;
|
|
28
|
-
type: PropType<KeFormSelectAsync>;
|
|
29
|
-
};
|
|
30
|
-
fieldTitle: {
|
|
31
|
-
required: true;
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
};
|
|
34
|
-
}>> & Readonly<{
|
|
35
|
-
onValueChange?: (...args: any[]) => any;
|
|
36
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
37
|
-
onSetShow?: (...args: any[]) => any;
|
|
38
|
-
onGetComponentValue?: (...args: any[]) => any;
|
|
39
|
-
}>, {
|
|
40
|
-
value: Number[] | String[];
|
|
41
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
42
2
|
export default _default;
|
|
@@ -1,44 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { KeFormSelectAsync } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
required: false;
|
|
6
|
-
type: PropType<any[]>;
|
|
7
|
-
default: any;
|
|
8
|
-
};
|
|
9
|
-
detail: {
|
|
10
|
-
required: true;
|
|
11
|
-
type: PropType<KeFormSelectAsync>;
|
|
12
|
-
};
|
|
13
|
-
fieldTitle: {
|
|
14
|
-
required: true;
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
};
|
|
17
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
valueChange: (...args: any[]) => void;
|
|
19
|
-
"update:value": (...args: any[]) => void;
|
|
20
|
-
setShow: (...args: any[]) => void;
|
|
21
|
-
getComponentValue: (...args: any[]) => void;
|
|
22
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
value: {
|
|
24
|
-
required: false;
|
|
25
|
-
type: PropType<any[]>;
|
|
26
|
-
default: any;
|
|
27
|
-
};
|
|
28
|
-
detail: {
|
|
29
|
-
required: true;
|
|
30
|
-
type: PropType<KeFormSelectAsync>;
|
|
31
|
-
};
|
|
32
|
-
fieldTitle: {
|
|
33
|
-
required: true;
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
};
|
|
36
|
-
}>> & Readonly<{
|
|
37
|
-
onValueChange?: (...args: any[]) => any;
|
|
38
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
39
|
-
onSetShow?: (...args: any[]) => any;
|
|
40
|
-
onGetComponentValue?: (...args: any[]) => any;
|
|
41
|
-
}>, {
|
|
42
|
-
value: any[];
|
|
43
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
44
2
|
export default _default;
|
|
@@ -1,30 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { FormFrame } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
required: false;
|
|
6
|
-
default: () => any;
|
|
7
|
-
};
|
|
8
|
-
detail: {
|
|
9
|
-
required: true;
|
|
10
|
-
type: PropType<FormFrame>;
|
|
11
|
-
};
|
|
12
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
valueChange: (...args: any[]) => void;
|
|
14
|
-
"update:value": (...args: any[]) => void;
|
|
15
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
value: {
|
|
17
|
-
required: false;
|
|
18
|
-
default: () => any;
|
|
19
|
-
};
|
|
20
|
-
detail: {
|
|
21
|
-
required: true;
|
|
22
|
-
type: PropType<FormFrame>;
|
|
23
|
-
};
|
|
24
|
-
}>> & Readonly<{
|
|
25
|
-
onValueChange?: (...args: any[]) => any;
|
|
26
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
27
|
-
}>, {
|
|
28
|
-
value: any;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
30
2
|
export default _default;
|
|
@@ -1,38 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { FormFrame } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
type: PropType<String | Number>;
|
|
6
|
-
required: false;
|
|
7
|
-
default: () => any;
|
|
8
|
-
};
|
|
9
|
-
detail: {
|
|
10
|
-
required: true;
|
|
11
|
-
type: PropType<FormFrame>;
|
|
12
|
-
};
|
|
13
|
-
fieldTitle: {
|
|
14
|
-
required: true;
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
};
|
|
17
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
"update:value": (value: string) => any;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
value: {
|
|
21
|
-
type: PropType<String | Number>;
|
|
22
|
-
required: false;
|
|
23
|
-
default: () => any;
|
|
24
|
-
};
|
|
25
|
-
detail: {
|
|
26
|
-
required: true;
|
|
27
|
-
type: PropType<FormFrame>;
|
|
28
|
-
};
|
|
29
|
-
fieldTitle: {
|
|
30
|
-
required: true;
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{
|
|
34
|
-
"onUpdate:value"?: (value: string) => any;
|
|
35
|
-
}>, {
|
|
36
|
-
value: String | Number;
|
|
37
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
38
2
|
export default _default;
|
|
@@ -1,62 +1,2 @@
|
|
|
1
|
-
declare const KeFormDatePicker:
|
|
2
|
-
value: {
|
|
3
|
-
required: false;
|
|
4
|
-
default: () => any;
|
|
5
|
-
};
|
|
6
|
-
detail: {
|
|
7
|
-
required: true;
|
|
8
|
-
type: import("vue").PropType<import("../../types/formFrame.js").FormFrame>;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
-
valueChange: (...args: any[]) => void;
|
|
12
|
-
"update:value": (...args: any[]) => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
-
value: {
|
|
15
|
-
required: false;
|
|
16
|
-
default: () => any;
|
|
17
|
-
};
|
|
18
|
-
detail: {
|
|
19
|
-
required: true;
|
|
20
|
-
type: import("vue").PropType<import("../../types/formFrame.js").FormFrame>;
|
|
21
|
-
};
|
|
22
|
-
}>> & Readonly<{
|
|
23
|
-
onValueChange?: (...args: any[]) => any;
|
|
24
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
25
|
-
}>, {
|
|
26
|
-
value: any;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
28
|
-
value: {
|
|
29
|
-
type: import("vue").PropType<String | Number>;
|
|
30
|
-
required: false;
|
|
31
|
-
default: () => any;
|
|
32
|
-
};
|
|
33
|
-
detail: {
|
|
34
|
-
required: true;
|
|
35
|
-
type: import("vue").PropType<import("../../types/formFrame.js").FormFrame>;
|
|
36
|
-
};
|
|
37
|
-
fieldTitle: {
|
|
38
|
-
required: true;
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
};
|
|
41
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
|
-
"update:value": (value: string) => any;
|
|
43
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
-
value: {
|
|
45
|
-
type: import("vue").PropType<String | Number>;
|
|
46
|
-
required: false;
|
|
47
|
-
default: () => any;
|
|
48
|
-
};
|
|
49
|
-
detail: {
|
|
50
|
-
required: true;
|
|
51
|
-
type: import("vue").PropType<import("../../types/formFrame.js").FormFrame>;
|
|
52
|
-
};
|
|
53
|
-
fieldTitle: {
|
|
54
|
-
required: true;
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
};
|
|
57
|
-
}>> & Readonly<{
|
|
58
|
-
"onUpdate:value"?: (value: string) => any;
|
|
59
|
-
}>, {
|
|
60
|
-
value: String | Number;
|
|
61
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const KeFormDatePicker: any;
|
|
62
2
|
export default KeFormDatePicker;
|
package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerClient.vue.d.ts
CHANGED
|
@@ -1,34 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { FormFrame } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
required: false;
|
|
6
|
-
default: () => any;
|
|
7
|
-
};
|
|
8
|
-
detail: {
|
|
9
|
-
required: true;
|
|
10
|
-
type: PropType<FormFrame>;
|
|
11
|
-
};
|
|
12
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
valueChange: (...args: any[]) => void;
|
|
14
|
-
"update:value": (...args: any[]) => void;
|
|
15
|
-
setShow: (...args: any[]) => void;
|
|
16
|
-
getComponentValue: (...args: any[]) => void;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
value: {
|
|
19
|
-
required: false;
|
|
20
|
-
default: () => any;
|
|
21
|
-
};
|
|
22
|
-
detail: {
|
|
23
|
-
required: true;
|
|
24
|
-
type: PropType<FormFrame>;
|
|
25
|
-
};
|
|
26
|
-
}>> & Readonly<{
|
|
27
|
-
onValueChange?: (...args: any[]) => any;
|
|
28
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
29
|
-
onSetShow?: (...args: any[]) => any;
|
|
30
|
-
onGetComponentValue?: (...args: any[]) => any;
|
|
31
|
-
}>, {
|
|
32
|
-
value: any;
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
34
2
|
export default _default;
|
package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerMobile.vue.d.ts
CHANGED
|
@@ -1,38 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { FormFrame } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
type: PropType<String | Number>;
|
|
6
|
-
required: false;
|
|
7
|
-
default: () => any;
|
|
8
|
-
};
|
|
9
|
-
detail: {
|
|
10
|
-
required: true;
|
|
11
|
-
type: PropType<FormFrame>;
|
|
12
|
-
};
|
|
13
|
-
fieldTitle: {
|
|
14
|
-
required: true;
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
};
|
|
17
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
"update:value": (value: string) => any;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
value: {
|
|
21
|
-
type: PropType<String | Number>;
|
|
22
|
-
required: false;
|
|
23
|
-
default: () => any;
|
|
24
|
-
};
|
|
25
|
-
detail: {
|
|
26
|
-
required: true;
|
|
27
|
-
type: PropType<FormFrame>;
|
|
28
|
-
};
|
|
29
|
-
fieldTitle: {
|
|
30
|
-
required: true;
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{
|
|
34
|
-
"onUpdate:value"?: (value: string) => any;
|
|
35
|
-
}>, {
|
|
36
|
-
value: String | Number;
|
|
37
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
38
2
|
export default _default;
|
|
@@ -1,66 +1,2 @@
|
|
|
1
|
-
declare const KeFormDateTimePicker:
|
|
2
|
-
value: {
|
|
3
|
-
required: false;
|
|
4
|
-
default: () => any;
|
|
5
|
-
};
|
|
6
|
-
detail: {
|
|
7
|
-
required: true;
|
|
8
|
-
type: import("vue").PropType<import("../../types/formFrame.js").FormFrame>;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
-
valueChange: (...args: any[]) => void;
|
|
12
|
-
"update:value": (...args: any[]) => void;
|
|
13
|
-
setShow: (...args: any[]) => void;
|
|
14
|
-
getComponentValue: (...args: any[]) => void;
|
|
15
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
value: {
|
|
17
|
-
required: false;
|
|
18
|
-
default: () => any;
|
|
19
|
-
};
|
|
20
|
-
detail: {
|
|
21
|
-
required: true;
|
|
22
|
-
type: import("vue").PropType<import("../../types/formFrame.js").FormFrame>;
|
|
23
|
-
};
|
|
24
|
-
}>> & Readonly<{
|
|
25
|
-
onValueChange?: (...args: any[]) => any;
|
|
26
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
27
|
-
onSetShow?: (...args: any[]) => any;
|
|
28
|
-
onGetComponentValue?: (...args: any[]) => any;
|
|
29
|
-
}>, {
|
|
30
|
-
value: any;
|
|
31
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
32
|
-
value: {
|
|
33
|
-
type: import("vue").PropType<String | Number>;
|
|
34
|
-
required: false;
|
|
35
|
-
default: () => any;
|
|
36
|
-
};
|
|
37
|
-
detail: {
|
|
38
|
-
required: true;
|
|
39
|
-
type: import("vue").PropType<import("../../types/formFrame.js").FormFrame>;
|
|
40
|
-
};
|
|
41
|
-
fieldTitle: {
|
|
42
|
-
required: true;
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
};
|
|
45
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
46
|
-
"update:value": (value: string) => any;
|
|
47
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
-
value: {
|
|
49
|
-
type: import("vue").PropType<String | Number>;
|
|
50
|
-
required: false;
|
|
51
|
-
default: () => any;
|
|
52
|
-
};
|
|
53
|
-
detail: {
|
|
54
|
-
required: true;
|
|
55
|
-
type: import("vue").PropType<import("../../types/formFrame.js").FormFrame>;
|
|
56
|
-
};
|
|
57
|
-
fieldTitle: {
|
|
58
|
-
required: true;
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
};
|
|
61
|
-
}>> & Readonly<{
|
|
62
|
-
"onUpdate:value"?: (value: string) => any;
|
|
63
|
-
}>, {
|
|
64
|
-
value: String | Number;
|
|
65
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const KeFormDateTimePicker: any;
|
|
66
2
|
export default KeFormDateTimePicker;
|
|
@@ -1,30 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { FormFrame } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
fieldName: {
|
|
5
|
-
required: true;
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
};
|
|
8
|
-
fieldTitle: {
|
|
9
|
-
required: true;
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
};
|
|
12
|
-
detail: {
|
|
13
|
-
required: true;
|
|
14
|
-
type: PropType<FormFrame>;
|
|
15
|
-
};
|
|
16
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
fieldName: {
|
|
18
|
-
required: true;
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
};
|
|
21
|
-
fieldTitle: {
|
|
22
|
-
required: true;
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
};
|
|
25
|
-
detail: {
|
|
26
|
-
required: true;
|
|
27
|
-
type: PropType<FormFrame>;
|
|
28
|
-
};
|
|
29
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
30
2
|
export default _default;
|
|
@@ -1,36 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { FormDynamicTable } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
required: false;
|
|
6
|
-
default: () => any[];
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
};
|
|
9
|
-
detail: {
|
|
10
|
-
required: true;
|
|
11
|
-
type: PropType<FormDynamicTable>;
|
|
12
|
-
};
|
|
13
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
valueChange: (...args: any[]) => void;
|
|
15
|
-
"update:value": (...args: any[]) => void;
|
|
16
|
-
setShow: (...args: any[]) => void;
|
|
17
|
-
getComponentValue: (...args: any[]) => void;
|
|
18
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
value: {
|
|
20
|
-
required: false;
|
|
21
|
-
default: () => any[];
|
|
22
|
-
type: ArrayConstructor;
|
|
23
|
-
};
|
|
24
|
-
detail: {
|
|
25
|
-
required: true;
|
|
26
|
-
type: PropType<FormDynamicTable>;
|
|
27
|
-
};
|
|
28
|
-
}>> & Readonly<{
|
|
29
|
-
onValueChange?: (...args: any[]) => any;
|
|
30
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
31
|
-
onSetShow?: (...args: any[]) => any;
|
|
32
|
-
onGetComponentValue?: (...args: any[]) => any;
|
|
33
|
-
}>, {
|
|
34
|
-
value: unknown[];
|
|
35
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
36
2
|
export default _default;
|
|
@@ -1,34 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { FormFrame } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
required: false;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
detail: {
|
|
9
|
-
required: true;
|
|
10
|
-
type: PropType<FormFrame>;
|
|
11
|
-
};
|
|
12
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
valueChange: (...args: any[]) => void;
|
|
14
|
-
"update:value": (...args: any[]) => void;
|
|
15
|
-
setShow: (...args: any[]) => void;
|
|
16
|
-
getComponentValue: (...args: any[]) => void;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
value: {
|
|
19
|
-
required: false;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
detail: {
|
|
23
|
-
required: true;
|
|
24
|
-
type: PropType<FormFrame>;
|
|
25
|
-
};
|
|
26
|
-
}>> & Readonly<{
|
|
27
|
-
onValueChange?: (...args: any[]) => any;
|
|
28
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
29
|
-
onSetShow?: (...args: any[]) => any;
|
|
30
|
-
onGetComponentValue?: (...args: any[]) => any;
|
|
31
|
-
}>, {
|
|
32
|
-
value: string;
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
34
2
|
export default _default;
|
|
@@ -1,47 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { FormFrame } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
required: false;
|
|
6
|
-
type: NumberConstructor;
|
|
7
|
-
default: () => any;
|
|
8
|
-
};
|
|
9
|
-
detail: {
|
|
10
|
-
required: true;
|
|
11
|
-
type: PropType<FormFrame>;
|
|
12
|
-
};
|
|
13
|
-
mittId: {
|
|
14
|
-
type: any;
|
|
15
|
-
required: false;
|
|
16
|
-
default: () => any;
|
|
17
|
-
};
|
|
18
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
valueChange: (...args: any[]) => void;
|
|
20
|
-
"update:value": (...args: any[]) => void;
|
|
21
|
-
setShow: (...args: any[]) => void;
|
|
22
|
-
getComponentValue: (...args: any[]) => void;
|
|
23
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
-
value: {
|
|
25
|
-
required: false;
|
|
26
|
-
type: NumberConstructor;
|
|
27
|
-
default: () => any;
|
|
28
|
-
};
|
|
29
|
-
detail: {
|
|
30
|
-
required: true;
|
|
31
|
-
type: PropType<FormFrame>;
|
|
32
|
-
};
|
|
33
|
-
mittId: {
|
|
34
|
-
type: any;
|
|
35
|
-
required: false;
|
|
36
|
-
default: () => any;
|
|
37
|
-
};
|
|
38
|
-
}>> & Readonly<{
|
|
39
|
-
onValueChange?: (...args: any[]) => any;
|
|
40
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
41
|
-
onSetShow?: (...args: any[]) => any;
|
|
42
|
-
onGetComponentValue?: (...args: any[]) => any;
|
|
43
|
-
}>, {
|
|
44
|
-
value: number;
|
|
45
|
-
mittId: any;
|
|
46
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
47
2
|
export default _default;
|
|
@@ -1,28 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import type { KeFormRadio } from '../../types/formFrame';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {
|
|
5
|
-
required: false;
|
|
6
|
-
default: () => any;
|
|
7
|
-
};
|
|
8
|
-
detail: {
|
|
9
|
-
required: true;
|
|
10
|
-
type: PropType<KeFormRadio>;
|
|
11
|
-
};
|
|
12
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
"update:value": (value: any) => any;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
value: {
|
|
16
|
-
required: false;
|
|
17
|
-
default: () => any;
|
|
18
|
-
};
|
|
19
|
-
detail: {
|
|
20
|
-
required: true;
|
|
21
|
-
type: PropType<KeFormRadio>;
|
|
22
|
-
};
|
|
23
|
-
}>> & Readonly<{
|
|
24
|
-
"onUpdate:value"?: (value: any) => any;
|
|
25
|
-
}>, {
|
|
26
|
-
value: any;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: any;
|
|
28
2
|
export default _default;
|