keli-ui 0.0.13 → 0.0.15
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 +81109 -72032
- package/dist/keli-ui.umd.cjs +1 -1
- package/dist/types/lib/useButtonExec.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormCascaderAsync/FormCascaderAsync.vue.d.ts +42 -0
- package/dist/types/packages/FormComponents/FormCascaderAsync/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormCheckBoxAsync/FormCheckBoxAsync.vue.d.ts +44 -0
- package/dist/types/packages/FormComponents/FormCheckBoxAsync/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormCodeEditor/FormCodeEditor.vue.d.ts +43 -0
- package/dist/types/packages/FormComponents/FormCodeEditor/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormDatePicker/FormDatePickerClient.vue.d.ts +30 -0
- package/dist/types/packages/FormComponents/FormDatePicker/FormDatePickerMobile.vue.d.ts +38 -0
- package/dist/types/packages/FormComponents/FormDatePicker/index.d.ts +62 -0
- package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerClient.vue.d.ts +34 -0
- package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerMobile.vue.d.ts +38 -0
- package/dist/types/packages/FormComponents/FormDateTimePicker/index.d.ts +66 -0
- package/dist/types/packages/FormComponents/FormDivider/FormDivider.vue.d.ts +30 -0
- package/dist/types/packages/FormComponents/FormDivider/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormDynamicTable/FormDynamicTable.vue.d.ts +36 -0
- package/dist/types/packages/FormComponents/FormDynamicTable/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormInput/FormInput.vue.d.ts +34 -0
- package/dist/types/packages/FormComponents/FormInput/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormInputNumber/FormInputNumber.vue.d.ts +47 -0
- package/dist/types/packages/FormComponents/FormInputNumber/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormRadio/FormRadio.vue.d.ts +28 -0
- package/dist/types/packages/FormComponents/FormRadio/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormRender/FormRenderClient.vue.d.ts +113 -0
- package/dist/types/packages/FormComponents/FormRender/FormRenderMobile.vue.d.ts +108 -0
- package/dist/types/packages/FormComponents/FormRender/hooks/formRender.hook.d.ts +42 -0
- package/dist/types/packages/FormComponents/FormRender/index.d.ts +106 -0
- package/dist/types/packages/FormComponents/FormSelect/FormSelectClient.vue.d.ts +32 -0
- package/dist/types/packages/FormComponents/FormSelect/FormSelectMobile.vue.d.ts +36 -0
- package/dist/types/packages/FormComponents/FormSelect/index.d.ts +62 -0
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncClient.vue.d.ts +55 -0
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncMobile.vue.d.ts +55 -0
- package/dist/types/packages/FormComponents/FormSelectAsync/hooks/selectAsync.hook.d.ts +33 -0
- package/dist/types/packages/FormComponents/FormSelectAsync/index.d.ts +53 -0
- package/dist/types/packages/FormComponents/FormSelectRemote/FormSelectRemote.vue.d.ts +42 -0
- package/dist/types/packages/FormComponents/FormSelectRemote/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormSwitch/FormSwitch.vue.d.ts +34 -0
- package/dist/types/packages/FormComponents/FormSwitch/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormText/FormText.vue.d.ts +39 -0
- package/dist/types/packages/FormComponents/FormText/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/FormTextArea/FormTextArea.vue.d.ts +34 -0
- package/dist/types/packages/FormComponents/FormTextArea/index.d.ts +2 -0
- package/dist/types/packages/FormComponents/hook/useMitt.hook.d.ts +4 -0
- package/dist/types/packages/QueryComponents/QueryBar/QueryBarClient.vue.d.ts +1 -1
- package/dist/types/packages/QueryComponents/QueryBar/QueryBarMobile.vue.d.ts +1 -1
- package/dist/types/packages/QueryComponents/QueryBar/index.d.ts +4 -5
- package/dist/types/packages/QueryComponents/QuerySelect/QuerySelectClient.vue.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableCardRender/TableCardRenderClient.vue.d.ts +6 -6
- package/dist/types/packages/TableComponents/TableCardRender/TableCardRenderMobile.vue.d.ts +4 -6
- package/dist/types/packages/TableComponents/TableCardRender/index.d.ts +20 -21
- package/dist/types/packages/TableComponents/TableCheckBoxAsync/TableCheckBoxAsync.vue.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableCheckBoxAsync/index.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableInput/TableInput.vue.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableInput/index.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableInputNumber/TableInputNumber.vue.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableInputNumber/index.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableRender/TableRenderClient.vue.d.ts +28 -10
- package/dist/types/packages/TableComponents/TableRender/TableRenderMobile.vue.d.ts +6 -8
- package/dist/types/packages/TableComponents/TableRender/hooks/useCopyPaste.hook.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableRender/index.d.ts +20 -21
- package/dist/types/packages/TableComponents/TableSelect/TableSelect.vue.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableSelect/index.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableSelectAsync/TableSelectAsync.vue.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableSelectAsync/index.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableSwitch/TableSwitch.vue.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableSwitch/index.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableTreeRender/TableTreeRender.vue.d.ts +6 -8
- package/dist/types/packages/TableComponents/TableTreeRender/index.d.ts +2 -2
- package/dist/types/packages/TableComponents/utils/dataFormatter.d.ts +1 -1
- package/dist/types/packages/ToolBar/ToolBarClient.vue.d.ts +1 -1
- package/dist/types/packages/ToolBar/ToolBarMobile.vue.d.ts +1 -1
- package/dist/types/packages/ToolBar/ToolBarProxy.vue.d.ts +1 -1
- package/dist/types/packages/index.d.ts +21 -20
- package/dist/types/packages/types/componentFrame.d.ts +3 -1
- package/dist/types/packages/types/formFrame.d.ts +86 -0
- package/dist/types/packages/types/queryFrame.d.ts +1 -1
- package/dist/types/packages/types/tableFrame.d.ts +36 -7
- package/dist/types/utils/arrayUtils.d.ts +60 -0
- package/dist/types/utils/dateTime.d.ts +22 -0
- package/dist/types/utils/index.d.ts +3 -0
- package/dist/types/utils/mitt.d.ts +6 -0
- package/dist/types/utils/msgTips.d.ts +1 -1
- package/package.json +24 -5
- package/dist/types/packages/TableComponents/TableRender/hooks/tableRender.hook.d.ts +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
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>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
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>;
|
|
44
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import type { FormCodeEditor } 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<FormCodeEditor>;
|
|
11
|
+
};
|
|
12
|
+
disabled: {
|
|
13
|
+
required: false;
|
|
14
|
+
default: boolean;
|
|
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
|
+
required: false;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
detail: {
|
|
27
|
+
required: true;
|
|
28
|
+
type: PropType<FormCodeEditor>;
|
|
29
|
+
};
|
|
30
|
+
disabled: {
|
|
31
|
+
required: false;
|
|
32
|
+
default: boolean;
|
|
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: string;
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
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>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
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>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
declare const KeFormDatePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
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>;
|
|
62
|
+
export default KeFormDatePicker;
|
package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerClient.vue.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
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>;
|
|
34
|
+
export default _default;
|
package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerMobile.vue.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
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>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
declare const KeFormDateTimePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
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>;
|
|
66
|
+
export default KeFormDateTimePicker;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
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>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
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>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
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>;
|
|
34
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
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: StringConstructor;
|
|
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: StringConstructor;
|
|
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: string;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
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>;
|
|
28
|
+
export default _default;
|