ll-plus 2.7.16 → 2.7.18
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/es/components/advanced-filtering/index.d.ts +8 -8
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +4 -4
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +4 -4
- package/es/components/form/index.d.ts +4 -4
- package/es/components/form/src/form.vue.d.ts +4 -4
- package/es/components/key-value/index.d.ts +2 -16122
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +99 -142
- package/es/components/key-value/src/config/key-value-item.d.ts +40 -291
- package/es/components/key-value/src/config/key-value.d.ts +23 -29
- package/es/components/key-value/src/key-value.vue.d.ts +447 -561
- package/es/index.mjs +1 -1
- package/es/packages/components/form/src/form.vue2.mjs +15 -9
- package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
- package/es/packages/components/key-value/index.mjs.map +1 -1
- package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs +16 -9
- package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value-item.mjs +26 -10
- package/es/packages/components/key-value/src/config/key-value-item.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value.mjs +3 -1
- package/es/packages/components/key-value/src/config/key-value.mjs.map +1 -1
- package/es/packages/components/key-value/src/key-value.vue2.mjs +61 -21
- package/es/packages/components/key-value/src/key-value.vue2.mjs.map +1 -1
- package/es/packages/utils/data.mjs +8 -1
- package/es/packages/utils/data.mjs.map +1 -1
- package/es/packages/utils/index.mjs +1 -1
- package/es/utils/data.d.ts +1 -0
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +126 -48
- package/index.full.min.js +22 -22
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +126 -49
- package/lib/components/advanced-filtering/index.d.ts +8 -8
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +4 -4
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +4 -4
- package/lib/components/form/index.d.ts +4 -4
- package/lib/components/form/src/form.vue.d.ts +4 -4
- package/lib/components/key-value/index.d.ts +2 -16122
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +99 -142
- package/lib/components/key-value/src/config/key-value-item.d.ts +40 -291
- package/lib/components/key-value/src/config/key-value.d.ts +23 -29
- package/lib/components/key-value/src/key-value.vue.d.ts +447 -561
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/packages/components/form/src/form.vue2.js +15 -9
- package/lib/packages/components/form/src/form.vue2.js.map +1 -1
- package/lib/packages/components/key-value/index.js.map +1 -1
- package/lib/packages/components/key-value/src/components/key-value-item.vue2.js +15 -8
- package/lib/packages/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value-item.js +26 -10
- package/lib/packages/components/key-value/src/config/key-value-item.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value.js +3 -1
- package/lib/packages/components/key-value/src/config/key-value.js.map +1 -1
- package/lib/packages/components/key-value/src/key-value.vue2.js +60 -20
- package/lib/packages/components/key-value/src/key-value.vue2.js.map +1 -1
- package/lib/packages/utils/data.js +8 -0
- package/lib/packages/utils/data.js.map +1 -1
- package/lib/packages/utils/index.js +1 -0
- package/lib/packages/utils/index.js.map +1 -1
- package/lib/utils/data.d.ts +1 -0
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +2 -2
- package/theme-chalk/css/api-component.css +2 -2
- package/theme-chalk/css/cascader.css +2 -2
- package/theme-chalk/css/checkbox.css +2 -2
- package/theme-chalk/css/code-editor.css +2 -2
- package/theme-chalk/css/color-picker.css +2 -2
- package/theme-chalk/css/cropper.css +2 -2
- package/theme-chalk/css/descriptions.css +2 -2
- package/theme-chalk/css/drawer.css +2 -2
- package/theme-chalk/css/dropdown-button-simple.css +2 -2
- package/theme-chalk/css/dropdown.css +2 -2
- package/theme-chalk/css/easy-cron.css +2 -2
- package/theme-chalk/css/form.css +2 -2
- package/theme-chalk/css/images.css +1 -1
- package/theme-chalk/css/index.css +3 -3
- package/theme-chalk/css/input-number.css +2 -2
- package/theme-chalk/css/input.css +2 -2
- package/theme-chalk/css/key-value.css +2 -2
- package/theme-chalk/css/markdown-editor.css +2 -2
- package/theme-chalk/css/modal.css +2 -2
- package/theme-chalk/css/new-drawer.css +2 -2
- package/theme-chalk/css/new-modal.css +2 -2
- package/theme-chalk/css/number-range.css +2 -2
- package/theme-chalk/css/rich-text-editor.css +2 -2
- package/theme-chalk/css/segmented.css +2 -2
- package/theme-chalk/css/switch.css +2 -2
- package/theme-chalk/css/table.css +2 -2
- package/theme-chalk/css/tabs-simple.css +2 -2
- package/theme-chalk/css/tag-group.css +2 -2
- package/types/packages/components/advanced-filtering/index.d.ts +8 -8
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +4 -4
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +4 -4
- package/types/packages/components/form/index.d.ts +4 -4
- package/types/packages/components/form/src/form.vue.d.ts +4 -4
- package/types/packages/components/key-value/index.d.ts +2 -16122
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +99 -142
- package/types/packages/components/key-value/src/config/key-value-item.d.ts +40 -291
- package/types/packages/components/key-value/src/config/key-value.d.ts +23 -29
- package/types/packages/components/key-value/src/key-value.vue.d.ts +447 -561
- package/types/packages/utils/data.d.ts +1 -0
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type IKeyValueItem, type IKeyValueReturn, type IKeyValueAddEmits } from './config';
|
|
2
|
+
import keyValueItem from './components/key-value-item.vue';
|
|
3
|
+
type KeyValueItemInstance = InstanceType<typeof keyValueItem>;
|
|
2
4
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
4
|
-
key: null;
|
|
5
|
-
value: null;
|
|
6
|
-
}[], boolean>;
|
|
5
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn[]) | (() => IKeyValueReturn[]) | ((new (...args: any[]) => IKeyValueReturn[]) | (() => IKeyValueReturn[]))[], unknown, unknown, () => IKeyValueReturn[], boolean>;
|
|
7
6
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8
7
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9
8
|
readonly keyLabel: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -18,11 +17,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
17
|
(): any;
|
|
19
18
|
new (): any;
|
|
20
19
|
readonly prototype: any;
|
|
21
|
-
})[], unknown, unknown, () =>
|
|
22
|
-
|
|
23
|
-
placeholder: string;
|
|
24
|
-
}, boolean>;
|
|
25
|
-
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").KeyType[]) | (() => import("./config").KeyType[]) | ((new (...args: any[]) => import("./config").KeyType[]) | (() => import("./config").KeyType[]))[], unknown, unknown, () => never[], boolean>;
|
|
20
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
21
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
26
22
|
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
27
23
|
(): any;
|
|
28
24
|
new (): any;
|
|
@@ -31,19 +27,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
27
|
(): any;
|
|
32
28
|
new (): any;
|
|
33
29
|
readonly prototype: any;
|
|
34
|
-
})[], unknown, unknown, () =>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
39
|
-
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
40
|
-
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
30
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
31
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
32
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
33
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
41
34
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
42
35
|
readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
43
36
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
44
37
|
}, {
|
|
45
38
|
props: import("@vue/shared").LooseRequired<{
|
|
46
|
-
readonly value:
|
|
39
|
+
readonly value: IKeyValueReturn[];
|
|
47
40
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
41
|
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
42
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -51,20 +44,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
44
|
readonly valueLabel: string;
|
|
52
45
|
readonly addText: string;
|
|
53
46
|
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
54
|
-
readonly
|
|
55
|
-
readonly keyTypes: import("./config").KeyType[];
|
|
56
|
-
readonly valueType: any;
|
|
47
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
57
48
|
readonly disabledValue: number[];
|
|
58
49
|
readonly disabledKey: number[];
|
|
59
50
|
readonly disabledDelete: number[];
|
|
60
51
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
61
52
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
53
|
+
readonly keyType?: any;
|
|
54
|
+
readonly valueType?: any;
|
|
55
|
+
readonly onChange?: ((value: IKeyValueReturn[]) => any) | undefined;
|
|
56
|
+
readonly "onUpdate:value"?: ((value: IKeyValueReturn[]) => any) | undefined;
|
|
64
57
|
readonly onDelete?: ((index: number) => any) | undefined;
|
|
65
|
-
readonly onAdd?: ((params:
|
|
58
|
+
readonly onAdd?: ((params: IKeyValueAddEmits) => any) | undefined;
|
|
66
59
|
} & {}>;
|
|
67
|
-
emits: ((event: "delete", index: number) => void) & ((event: "add", params:
|
|
60
|
+
emits: ((event: "delete", index: number) => void) & ((event: "add", params: IKeyValueAddEmits) => void) & ((event: "change", value: IKeyValueReturn[]) => void) & ((event: "update:value", value: IKeyValueReturn[]) => void);
|
|
68
61
|
bem: {
|
|
69
62
|
b: (blockSuffix?: string) => string;
|
|
70
63
|
e: (element?: string) => string;
|
|
@@ -79,96 +72,71 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
72
|
innerValue: import("vue").Ref<{
|
|
80
73
|
key: any;
|
|
81
74
|
value: any;
|
|
75
|
+
guid: string;
|
|
82
76
|
}[]>;
|
|
83
|
-
keyValueItems: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
-
readonly disabled:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
readonly
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
readonly
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
readonly
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
readonly
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
readonly
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
readonly required: false;
|
|
115
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
|
-
__epPropKey: true;
|
|
117
|
-
};
|
|
118
|
-
readonly keyType: {
|
|
119
|
-
readonly type: import("vue").PropType<any>;
|
|
120
|
-
readonly required: false;
|
|
121
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
|
-
__epPropKey: true;
|
|
123
|
-
};
|
|
124
|
-
readonly keyTypes: {
|
|
125
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
126
|
-
readonly required: false;
|
|
127
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
-
__epPropKey: true;
|
|
129
|
-
};
|
|
130
|
-
readonly valueType: {
|
|
131
|
-
readonly type: import("vue").PropType<any>;
|
|
132
|
-
readonly required: false;
|
|
133
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
|
-
__epPropKey: true;
|
|
135
|
-
};
|
|
136
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
137
|
-
key: string;
|
|
138
|
-
value: string;
|
|
139
|
-
}, boolean>;
|
|
77
|
+
keyValueItems: import("vue").Ref<Record<string, import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
78
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
79
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
80
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
81
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
82
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
83
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
84
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
85
|
+
(): any;
|
|
86
|
+
new (): any;
|
|
87
|
+
readonly prototype: any;
|
|
88
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
89
|
+
(): any;
|
|
90
|
+
new (): any;
|
|
91
|
+
readonly prototype: any;
|
|
92
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
93
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
94
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
95
|
+
(): any;
|
|
96
|
+
new (): any;
|
|
97
|
+
readonly prototype: any;
|
|
98
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
99
|
+
(): any;
|
|
100
|
+
new (): any;
|
|
101
|
+
readonly prototype: any;
|
|
102
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
103
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
104
|
+
guid: string;
|
|
105
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
106
|
+
guid: string;
|
|
107
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
140
108
|
readonly idx: {
|
|
141
109
|
readonly type: import("vue").PropType<number>;
|
|
142
110
|
readonly required: true;
|
|
143
111
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
112
|
__epPropKey: true;
|
|
145
113
|
};
|
|
146
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
114
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
147
115
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
148
116
|
}>> & {
|
|
149
117
|
onChange?: (() => any) | undefined;
|
|
150
|
-
"onUpdate:value"?: ((value:
|
|
118
|
+
"onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
151
119
|
onDelete?: (() => any) | undefined;
|
|
152
120
|
}, {
|
|
153
121
|
props: import("@vue/shared").LooseRequired<{
|
|
154
|
-
readonly values:
|
|
155
|
-
readonly value:
|
|
122
|
+
readonly values: IKeyValueItem[];
|
|
123
|
+
readonly value: IKeyValueItem;
|
|
124
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
125
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
126
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
127
|
+
readonly disabledValue: number[];
|
|
128
|
+
readonly disabledKey: number[];
|
|
129
|
+
readonly disabledDelete: number[];
|
|
156
130
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
157
131
|
readonly idx: number;
|
|
158
|
-
readonly keyValueTypeDict: Record<string,
|
|
159
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
160
|
-
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
132
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
161
133
|
readonly keyType?: any;
|
|
162
|
-
readonly keyTypes?: import("./config").KeyType[] | undefined;
|
|
163
134
|
readonly valueType?: any;
|
|
164
|
-
readonly disabledValue?: number[] | undefined;
|
|
165
|
-
readonly disabledKey?: number[] | undefined;
|
|
166
|
-
readonly disabledDelete?: number[] | undefined;
|
|
167
135
|
readonly onChange?: (() => any) | undefined;
|
|
168
|
-
readonly "onUpdate:value"?: ((value:
|
|
136
|
+
readonly "onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
169
137
|
readonly onDelete?: (() => any) | undefined;
|
|
170
138
|
} & {}>;
|
|
171
|
-
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value:
|
|
139
|
+
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value: IKeyValueItem) => void);
|
|
172
140
|
attrs: {
|
|
173
141
|
[x: string]: unknown;
|
|
174
142
|
};
|
|
@@ -185,8 +153,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
185
153
|
innerValue: import("vue").Ref<{
|
|
186
154
|
key: any;
|
|
187
155
|
value: any;
|
|
156
|
+
guid: string;
|
|
188
157
|
}>;
|
|
189
|
-
|
|
158
|
+
formRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
190
159
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
191
160
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
192
161
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -1083,7 +1052,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1083
1052
|
}>>))[], unknown, unknown, () => {
|
|
1084
1053
|
layout: string;
|
|
1085
1054
|
}, boolean>;
|
|
1086
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1055
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1087
1056
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1088
1057
|
align: {
|
|
1089
1058
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -1276,7 +1245,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1276
1245
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1277
1246
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1278
1247
|
}>> & {
|
|
1279
|
-
onChange?: ((params: import("ll-plus/es/
|
|
1248
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
1280
1249
|
}, {
|
|
1281
1250
|
props: import("@vue/shared").LooseRequired<{
|
|
1282
1251
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -1553,12 +1522,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1553
1522
|
};
|
|
1554
1523
|
}>>;
|
|
1555
1524
|
readonly formColumns: any[];
|
|
1556
|
-
readonly formData: import("ll-plus/es/
|
|
1525
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1557
1526
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1558
1527
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1559
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
1528
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
1560
1529
|
} & {}>;
|
|
1561
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
1530
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
1562
1531
|
bem: {
|
|
1563
1532
|
b: (blockSuffix?: string) => string;
|
|
1564
1533
|
e: (element?: string) => string;
|
|
@@ -1569,7 +1538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1569
1538
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1570
1539
|
is: (name?: string) => string;
|
|
1571
1540
|
};
|
|
1572
|
-
formData: import("ll-plus/es/
|
|
1541
|
+
formData: import("ll-plus/es/components").FormData;
|
|
1573
1542
|
formRef: import("vue").Ref<any>;
|
|
1574
1543
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
1575
1544
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -1581,17 +1550,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1581
1550
|
new (): any;
|
|
1582
1551
|
readonly prototype: any;
|
|
1583
1552
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1584
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1553
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1585
1554
|
}>> & {
|
|
1586
1555
|
onChangeField?: ((item: any) => any) | undefined;
|
|
1587
1556
|
}, {
|
|
1588
1557
|
props: import("@vue/shared").LooseRequired<{
|
|
1589
|
-
readonly formData: import("ll-plus/es/
|
|
1558
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1590
1559
|
readonly item: any;
|
|
1591
1560
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
1592
1561
|
} & {}>;
|
|
1593
1562
|
emits: (event: "changeField", item: any) => void;
|
|
1594
|
-
formData: import("ll-plus/es/
|
|
1563
|
+
formData: import("ll-plus/es/components").FormData;
|
|
1595
1564
|
componentRef: import("vue").Ref<any>;
|
|
1596
1565
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1597
1566
|
handleChange: (...arg: any[]) => void;
|
|
@@ -1610,11 +1579,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1610
1579
|
new (): any;
|
|
1611
1580
|
readonly prototype: any;
|
|
1612
1581
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1613
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1582
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1614
1583
|
}>> & {
|
|
1615
1584
|
onChangeField?: ((item: any) => any) | undefined;
|
|
1616
1585
|
}, {
|
|
1617
|
-
readonly formData: import("ll-plus/es/
|
|
1586
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1618
1587
|
readonly item: any;
|
|
1619
1588
|
}, true, {}, {}, {
|
|
1620
1589
|
P: {};
|
|
@@ -1633,17 +1602,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1633
1602
|
new (): any;
|
|
1634
1603
|
readonly prototype: any;
|
|
1635
1604
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1636
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1605
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1637
1606
|
}>> & {
|
|
1638
1607
|
onChangeField?: ((item: any) => any) | undefined;
|
|
1639
1608
|
}, {
|
|
1640
1609
|
props: import("@vue/shared").LooseRequired<{
|
|
1641
|
-
readonly formData: import("ll-plus/es/
|
|
1610
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1642
1611
|
readonly item: any;
|
|
1643
1612
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
1644
1613
|
} & {}>;
|
|
1645
1614
|
emits: (event: "changeField", item: any) => void;
|
|
1646
|
-
formData: import("ll-plus/es/
|
|
1615
|
+
formData: import("ll-plus/es/components").FormData;
|
|
1647
1616
|
componentRef: import("vue").Ref<any>;
|
|
1648
1617
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1649
1618
|
handleChange: (...arg: any[]) => void;
|
|
@@ -1651,7 +1620,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1651
1620
|
getItem: () => any;
|
|
1652
1621
|
readonly checkedType: string[];
|
|
1653
1622
|
}, {}, {}, {}, {
|
|
1654
|
-
readonly formData: import("ll-plus/es/
|
|
1623
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1655
1624
|
readonly item: any;
|
|
1656
1625
|
}>[]>;
|
|
1657
1626
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -1751,10 +1720,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1751
1720
|
name?: string | undefined;
|
|
1752
1721
|
}>;
|
|
1753
1722
|
id: import("vue").Ref<string>;
|
|
1754
|
-
validate: () => Promise<
|
|
1755
|
-
resetFields: () => Promise<
|
|
1756
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
1757
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
1723
|
+
validate: () => Promise<void>;
|
|
1724
|
+
resetFields: () => Promise<void>;
|
|
1725
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
1726
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
1758
1727
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1759
1728
|
getFormItemClass: (item?: any) => string;
|
|
1760
1729
|
handleChangeField: (item: any) => void;
|
|
@@ -1778,15 +1747,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1778
1747
|
new (): any;
|
|
1779
1748
|
readonly prototype: any;
|
|
1780
1749
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1781
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1750
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1782
1751
|
}, {
|
|
1783
1752
|
props: import("@vue/shared").LooseRequired<{
|
|
1784
|
-
readonly formData: import("ll-plus/es/
|
|
1753
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1785
1754
|
readonly item: any;
|
|
1786
1755
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
1787
1756
|
} & {}>;
|
|
1788
1757
|
emits: (event: "changeField", item: any) => void;
|
|
1789
|
-
formData: import("ll-plus/es/
|
|
1758
|
+
formData: import("ll-plus/es/components").FormData;
|
|
1790
1759
|
componentRef: import("vue").Ref<any>;
|
|
1791
1760
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1792
1761
|
handleChange: (...arg: any[]) => void;
|
|
@@ -1805,15 +1774,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1805
1774
|
new (): any;
|
|
1806
1775
|
readonly prototype: any;
|
|
1807
1776
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1808
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1777
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1809
1778
|
}>> & {
|
|
1810
1779
|
onChangeField?: ((item: any) => any) | undefined;
|
|
1811
1780
|
}, {
|
|
1812
|
-
readonly formData: import("ll-plus/es/
|
|
1781
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1813
1782
|
readonly item: any;
|
|
1814
1783
|
}, {}>;
|
|
1815
1784
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1816
|
-
change: (params: import("ll-plus/es/
|
|
1785
|
+
change: (params: import("ll-plus/es/components").FormChangeEvent) => boolean;
|
|
1817
1786
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1818
1787
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
1819
1788
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -2711,7 +2680,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2711
2680
|
}>>))[], unknown, unknown, () => {
|
|
2712
2681
|
layout: string;
|
|
2713
2682
|
}, boolean>;
|
|
2714
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
2683
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
2715
2684
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2716
2685
|
align: {
|
|
2717
2686
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -2904,7 +2873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2904
2873
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2905
2874
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2906
2875
|
}>> & {
|
|
2907
|
-
onChange?: ((params: import("ll-plus/es/
|
|
2876
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
2908
2877
|
}, {
|
|
2909
2878
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2910
2879
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -3180,7 +3149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3180
3149
|
};
|
|
3181
3150
|
}>>;
|
|
3182
3151
|
readonly formColumns: any[];
|
|
3183
|
-
readonly formData: import("ll-plus/es/
|
|
3152
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
3184
3153
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3185
3154
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3186
3155
|
}, true, {}, {}, {
|
|
@@ -4087,7 +4056,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4087
4056
|
}>>))[], unknown, unknown, () => {
|
|
4088
4057
|
layout: string;
|
|
4089
4058
|
}, boolean>;
|
|
4090
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4059
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4091
4060
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4092
4061
|
align: {
|
|
4093
4062
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -4280,7 +4249,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4280
4249
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4281
4250
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4282
4251
|
}>> & {
|
|
4283
|
-
onChange?: ((params: import("ll-plus/es/
|
|
4252
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
4284
4253
|
}, {
|
|
4285
4254
|
props: import("@vue/shared").LooseRequired<{
|
|
4286
4255
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -4557,12 +4526,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4557
4526
|
};
|
|
4558
4527
|
}>>;
|
|
4559
4528
|
readonly formColumns: any[];
|
|
4560
|
-
readonly formData: import("ll-plus/es/
|
|
4529
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4561
4530
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4562
4531
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4563
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
4532
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
4564
4533
|
} & {}>;
|
|
4565
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
4534
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
4566
4535
|
bem: {
|
|
4567
4536
|
b: (blockSuffix?: string) => string;
|
|
4568
4537
|
e: (element?: string) => string;
|
|
@@ -4573,7 +4542,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4573
4542
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
4574
4543
|
is: (name?: string) => string;
|
|
4575
4544
|
};
|
|
4576
|
-
formData: import("ll-plus/es/
|
|
4545
|
+
formData: import("ll-plus/es/components").FormData;
|
|
4577
4546
|
formRef: import("vue").Ref<any>;
|
|
4578
4547
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4579
4548
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -4585,17 +4554,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4585
4554
|
new (): any;
|
|
4586
4555
|
readonly prototype: any;
|
|
4587
4556
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4588
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4557
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4589
4558
|
}>> & {
|
|
4590
4559
|
onChangeField?: ((item: any) => any) | undefined;
|
|
4591
4560
|
}, {
|
|
4592
4561
|
props: import("@vue/shared").LooseRequired<{
|
|
4593
|
-
readonly formData: import("ll-plus/es/
|
|
4562
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4594
4563
|
readonly item: any;
|
|
4595
4564
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
4596
4565
|
} & {}>;
|
|
4597
4566
|
emits: (event: "changeField", item: any) => void;
|
|
4598
|
-
formData: import("ll-plus/es/
|
|
4567
|
+
formData: import("ll-plus/es/components").FormData;
|
|
4599
4568
|
componentRef: import("vue").Ref<any>;
|
|
4600
4569
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4601
4570
|
handleChange: (...arg: any[]) => void;
|
|
@@ -4614,11 +4583,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4614
4583
|
new (): any;
|
|
4615
4584
|
readonly prototype: any;
|
|
4616
4585
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4617
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4586
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4618
4587
|
}>> & {
|
|
4619
4588
|
onChangeField?: ((item: any) => any) | undefined;
|
|
4620
4589
|
}, {
|
|
4621
|
-
readonly formData: import("ll-plus/es/
|
|
4590
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4622
4591
|
readonly item: any;
|
|
4623
4592
|
}, true, {}, {}, {
|
|
4624
4593
|
P: {};
|
|
@@ -4637,17 +4606,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4637
4606
|
new (): any;
|
|
4638
4607
|
readonly prototype: any;
|
|
4639
4608
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4640
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4609
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4641
4610
|
}>> & {
|
|
4642
4611
|
onChangeField?: ((item: any) => any) | undefined;
|
|
4643
4612
|
}, {
|
|
4644
4613
|
props: import("@vue/shared").LooseRequired<{
|
|
4645
|
-
readonly formData: import("ll-plus/es/
|
|
4614
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4646
4615
|
readonly item: any;
|
|
4647
4616
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
4648
4617
|
} & {}>;
|
|
4649
4618
|
emits: (event: "changeField", item: any) => void;
|
|
4650
|
-
formData: import("ll-plus/es/
|
|
4619
|
+
formData: import("ll-plus/es/components").FormData;
|
|
4651
4620
|
componentRef: import("vue").Ref<any>;
|
|
4652
4621
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4653
4622
|
handleChange: (...arg: any[]) => void;
|
|
@@ -4655,7 +4624,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4655
4624
|
getItem: () => any;
|
|
4656
4625
|
readonly checkedType: string[];
|
|
4657
4626
|
}, {}, {}, {}, {
|
|
4658
|
-
readonly formData: import("ll-plus/es/
|
|
4627
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4659
4628
|
readonly item: any;
|
|
4660
4629
|
}>[]>;
|
|
4661
4630
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -4755,10 +4724,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4755
4724
|
name?: string | undefined;
|
|
4756
4725
|
}>;
|
|
4757
4726
|
id: import("vue").Ref<string>;
|
|
4758
|
-
validate: () => Promise<
|
|
4759
|
-
resetFields: () => Promise<
|
|
4760
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
4761
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
4727
|
+
validate: () => Promise<void>;
|
|
4728
|
+
resetFields: () => Promise<void>;
|
|
4729
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
4730
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
4762
4731
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4763
4732
|
getFormItemClass: (item?: any) => string;
|
|
4764
4733
|
handleChangeField: (item: any) => void;
|
|
@@ -4782,15 +4751,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4782
4751
|
new (): any;
|
|
4783
4752
|
readonly prototype: any;
|
|
4784
4753
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4785
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4754
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4786
4755
|
}, {
|
|
4787
4756
|
props: import("@vue/shared").LooseRequired<{
|
|
4788
|
-
readonly formData: import("ll-plus/es/
|
|
4757
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4789
4758
|
readonly item: any;
|
|
4790
4759
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
4791
4760
|
} & {}>;
|
|
4792
4761
|
emits: (event: "changeField", item: any) => void;
|
|
4793
|
-
formData: import("ll-plus/es/
|
|
4762
|
+
formData: import("ll-plus/es/components").FormData;
|
|
4794
4763
|
componentRef: import("vue").Ref<any>;
|
|
4795
4764
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4796
4765
|
handleChange: (...arg: any[]) => void;
|
|
@@ -4809,11 +4778,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4809
4778
|
new (): any;
|
|
4810
4779
|
readonly prototype: any;
|
|
4811
4780
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4812
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4781
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4813
4782
|
}>> & {
|
|
4814
4783
|
onChangeField?: ((item: any) => any) | undefined;
|
|
4815
4784
|
}, {
|
|
4816
|
-
readonly formData: import("ll-plus/es/
|
|
4785
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4817
4786
|
readonly item: any;
|
|
4818
4787
|
}, {}>;
|
|
4819
4788
|
}, {}, {}, {}, {
|
|
@@ -5091,7 +5060,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5091
5060
|
};
|
|
5092
5061
|
}>>;
|
|
5093
5062
|
readonly formColumns: any[];
|
|
5094
|
-
readonly formData: import("ll-plus/es/
|
|
5063
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
5095
5064
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5096
5065
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5097
5066
|
}> | null | undefined>;
|
|
@@ -5103,9 +5072,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5103
5072
|
getDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
5104
5073
|
handleDelete: () => void;
|
|
5105
5074
|
handleChange: () => Promise<void>;
|
|
5106
|
-
validate: () => Promise<
|
|
5107
|
-
resetFields: () => Promise<
|
|
5108
|
-
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
5075
|
+
validate: () => Promise<void>;
|
|
5076
|
+
resetFields: () => Promise<void>;
|
|
5077
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
5109
5078
|
readonly isEmpty: {
|
|
5110
5079
|
<T extends {
|
|
5111
5080
|
__trapAny: any;
|
|
@@ -5349,81 +5318,63 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5349
5318
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5350
5319
|
delete: () => boolean;
|
|
5351
5320
|
change: () => boolean;
|
|
5352
|
-
'update:value': (value:
|
|
5321
|
+
'update:value': (value: IKeyValueItem) => boolean;
|
|
5353
5322
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5354
|
-
readonly disabled:
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
readonly
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
readonly
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
readonly
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
readonly
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
readonly
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
}
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
readonly required: false;
|
|
5385
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5386
|
-
__epPropKey: true;
|
|
5387
|
-
};
|
|
5388
|
-
readonly keyType: {
|
|
5389
|
-
readonly type: import("vue").PropType<any>;
|
|
5390
|
-
readonly required: false;
|
|
5391
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5392
|
-
__epPropKey: true;
|
|
5393
|
-
};
|
|
5394
|
-
readonly keyTypes: {
|
|
5395
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
5396
|
-
readonly required: false;
|
|
5397
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5398
|
-
__epPropKey: true;
|
|
5399
|
-
};
|
|
5400
|
-
readonly valueType: {
|
|
5401
|
-
readonly type: import("vue").PropType<any>;
|
|
5402
|
-
readonly required: false;
|
|
5403
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5404
|
-
__epPropKey: true;
|
|
5405
|
-
};
|
|
5406
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
5407
|
-
key: string;
|
|
5408
|
-
value: string;
|
|
5409
|
-
}, boolean>;
|
|
5323
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5324
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
5325
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5326
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5327
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5328
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
5329
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5330
|
+
(): any;
|
|
5331
|
+
new (): any;
|
|
5332
|
+
readonly prototype: any;
|
|
5333
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5334
|
+
(): any;
|
|
5335
|
+
new (): any;
|
|
5336
|
+
readonly prototype: any;
|
|
5337
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5338
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
5339
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5340
|
+
(): any;
|
|
5341
|
+
new (): any;
|
|
5342
|
+
readonly prototype: any;
|
|
5343
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5344
|
+
(): any;
|
|
5345
|
+
new (): any;
|
|
5346
|
+
readonly prototype: any;
|
|
5347
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5348
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
5349
|
+
guid: string;
|
|
5350
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
5351
|
+
guid: string;
|
|
5352
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
5410
5353
|
readonly idx: {
|
|
5411
5354
|
readonly type: import("vue").PropType<number>;
|
|
5412
5355
|
readonly required: true;
|
|
5413
5356
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5414
5357
|
__epPropKey: true;
|
|
5415
5358
|
};
|
|
5416
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
5359
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
5417
5360
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5418
5361
|
}>> & {
|
|
5419
5362
|
onChange?: (() => any) | undefined;
|
|
5420
|
-
"onUpdate:value"?: ((value:
|
|
5363
|
+
"onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
5421
5364
|
onDelete?: (() => any) | undefined;
|
|
5422
5365
|
}, {
|
|
5423
|
-
readonly values:
|
|
5424
|
-
readonly value:
|
|
5366
|
+
readonly values: IKeyValueItem[];
|
|
5367
|
+
readonly value: IKeyValueItem;
|
|
5368
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5369
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
5370
|
+
readonly keyType: any;
|
|
5371
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
5372
|
+
readonly valueType: any;
|
|
5373
|
+
readonly disabledValue: number[];
|
|
5374
|
+
readonly disabledKey: number[];
|
|
5375
|
+
readonly disabledDelete: number[];
|
|
5425
5376
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5426
|
-
readonly keyValueTypeDict: Record<string,
|
|
5377
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
5427
5378
|
}, true, {}, {}, {
|
|
5428
5379
|
P: {};
|
|
5429
5380
|
B: {};
|
|
@@ -5432,94 +5383,68 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5432
5383
|
M: {};
|
|
5433
5384
|
Defaults: {};
|
|
5434
5385
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5435
|
-
readonly disabled:
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
readonly
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
readonly
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
readonly
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
readonly
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
readonly
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
}
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
readonly required: false;
|
|
5466
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5467
|
-
__epPropKey: true;
|
|
5468
|
-
};
|
|
5469
|
-
readonly keyType: {
|
|
5470
|
-
readonly type: import("vue").PropType<any>;
|
|
5471
|
-
readonly required: false;
|
|
5472
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5473
|
-
__epPropKey: true;
|
|
5474
|
-
};
|
|
5475
|
-
readonly keyTypes: {
|
|
5476
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
5477
|
-
readonly required: false;
|
|
5478
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5479
|
-
__epPropKey: true;
|
|
5480
|
-
};
|
|
5481
|
-
readonly valueType: {
|
|
5482
|
-
readonly type: import("vue").PropType<any>;
|
|
5483
|
-
readonly required: false;
|
|
5484
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5485
|
-
__epPropKey: true;
|
|
5486
|
-
};
|
|
5487
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
5488
|
-
key: string;
|
|
5489
|
-
value: string;
|
|
5490
|
-
}, boolean>;
|
|
5386
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5387
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
5388
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5389
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5390
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5391
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
5392
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5393
|
+
(): any;
|
|
5394
|
+
new (): any;
|
|
5395
|
+
readonly prototype: any;
|
|
5396
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5397
|
+
(): any;
|
|
5398
|
+
new (): any;
|
|
5399
|
+
readonly prototype: any;
|
|
5400
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5401
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
5402
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5403
|
+
(): any;
|
|
5404
|
+
new (): any;
|
|
5405
|
+
readonly prototype: any;
|
|
5406
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5407
|
+
(): any;
|
|
5408
|
+
new (): any;
|
|
5409
|
+
readonly prototype: any;
|
|
5410
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5411
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
5412
|
+
guid: string;
|
|
5413
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
5414
|
+
guid: string;
|
|
5415
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
5491
5416
|
readonly idx: {
|
|
5492
5417
|
readonly type: import("vue").PropType<number>;
|
|
5493
5418
|
readonly required: true;
|
|
5494
5419
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5495
5420
|
__epPropKey: true;
|
|
5496
5421
|
};
|
|
5497
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
5422
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
5498
5423
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5499
5424
|
}>> & {
|
|
5500
5425
|
onChange?: (() => any) | undefined;
|
|
5501
|
-
"onUpdate:value"?: ((value:
|
|
5426
|
+
"onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
5502
5427
|
onDelete?: (() => any) | undefined;
|
|
5503
5428
|
}, {
|
|
5504
5429
|
props: import("@vue/shared").LooseRequired<{
|
|
5505
|
-
readonly values:
|
|
5506
|
-
readonly value:
|
|
5430
|
+
readonly values: IKeyValueItem[];
|
|
5431
|
+
readonly value: IKeyValueItem;
|
|
5432
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5433
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
5434
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
5435
|
+
readonly disabledValue: number[];
|
|
5436
|
+
readonly disabledKey: number[];
|
|
5437
|
+
readonly disabledDelete: number[];
|
|
5507
5438
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5508
5439
|
readonly idx: number;
|
|
5509
|
-
readonly keyValueTypeDict: Record<string,
|
|
5510
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
5511
|
-
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
5440
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
5512
5441
|
readonly keyType?: any;
|
|
5513
|
-
readonly keyTypes?: import("./config").KeyType[] | undefined;
|
|
5514
5442
|
readonly valueType?: any;
|
|
5515
|
-
readonly disabledValue?: number[] | undefined;
|
|
5516
|
-
readonly disabledKey?: number[] | undefined;
|
|
5517
|
-
readonly disabledDelete?: number[] | undefined;
|
|
5518
5443
|
readonly onChange?: (() => any) | undefined;
|
|
5519
|
-
readonly "onUpdate:value"?: ((value:
|
|
5444
|
+
readonly "onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
5520
5445
|
readonly onDelete?: (() => any) | undefined;
|
|
5521
5446
|
} & {}>;
|
|
5522
|
-
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value:
|
|
5447
|
+
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value: IKeyValueItem) => void);
|
|
5523
5448
|
attrs: {
|
|
5524
5449
|
[x: string]: unknown;
|
|
5525
5450
|
};
|
|
@@ -5536,8 +5461,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5536
5461
|
innerValue: import("vue").Ref<{
|
|
5537
5462
|
key: any;
|
|
5538
5463
|
value: any;
|
|
5464
|
+
guid: string;
|
|
5539
5465
|
}>;
|
|
5540
|
-
|
|
5466
|
+
formRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
5541
5467
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
5542
5468
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5543
5469
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -6434,7 +6360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6434
6360
|
}>>))[], unknown, unknown, () => {
|
|
6435
6361
|
layout: string;
|
|
6436
6362
|
}, boolean>;
|
|
6437
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
6363
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6438
6364
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6439
6365
|
align: {
|
|
6440
6366
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -6627,7 +6553,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6627
6553
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6628
6554
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6629
6555
|
}>> & {
|
|
6630
|
-
onChange?: ((params: import("ll-plus/es/
|
|
6556
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
6631
6557
|
}, {
|
|
6632
6558
|
props: import("@vue/shared").LooseRequired<{
|
|
6633
6559
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -6904,12 +6830,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6904
6830
|
};
|
|
6905
6831
|
}>>;
|
|
6906
6832
|
readonly formColumns: any[];
|
|
6907
|
-
readonly formData: import("ll-plus/es/
|
|
6833
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6908
6834
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6909
6835
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6910
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
6836
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
6911
6837
|
} & {}>;
|
|
6912
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
6838
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
6913
6839
|
bem: {
|
|
6914
6840
|
b: (blockSuffix?: string) => string;
|
|
6915
6841
|
e: (element?: string) => string;
|
|
@@ -6920,7 +6846,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6920
6846
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
6921
6847
|
is: (name?: string) => string;
|
|
6922
6848
|
};
|
|
6923
|
-
formData: import("ll-plus/es/
|
|
6849
|
+
formData: import("ll-plus/es/components").FormData;
|
|
6924
6850
|
formRef: import("vue").Ref<any>;
|
|
6925
6851
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
6926
6852
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -6932,17 +6858,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6932
6858
|
new (): any;
|
|
6933
6859
|
readonly prototype: any;
|
|
6934
6860
|
})[], unknown, unknown, () => {}, boolean>;
|
|
6935
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
6861
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6936
6862
|
}>> & {
|
|
6937
6863
|
onChangeField?: ((item: any) => any) | undefined;
|
|
6938
6864
|
}, {
|
|
6939
6865
|
props: import("@vue/shared").LooseRequired<{
|
|
6940
|
-
readonly formData: import("ll-plus/es/
|
|
6866
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6941
6867
|
readonly item: any;
|
|
6942
6868
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
6943
6869
|
} & {}>;
|
|
6944
6870
|
emits: (event: "changeField", item: any) => void;
|
|
6945
|
-
formData: import("ll-plus/es/
|
|
6871
|
+
formData: import("ll-plus/es/components").FormData;
|
|
6946
6872
|
componentRef: import("vue").Ref<any>;
|
|
6947
6873
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
6948
6874
|
handleChange: (...arg: any[]) => void;
|
|
@@ -6961,11 +6887,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6961
6887
|
new (): any;
|
|
6962
6888
|
readonly prototype: any;
|
|
6963
6889
|
})[], unknown, unknown, () => {}, boolean>;
|
|
6964
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
6890
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6965
6891
|
}>> & {
|
|
6966
6892
|
onChangeField?: ((item: any) => any) | undefined;
|
|
6967
6893
|
}, {
|
|
6968
|
-
readonly formData: import("ll-plus/es/
|
|
6894
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6969
6895
|
readonly item: any;
|
|
6970
6896
|
}, true, {}, {}, {
|
|
6971
6897
|
P: {};
|
|
@@ -6984,17 +6910,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6984
6910
|
new (): any;
|
|
6985
6911
|
readonly prototype: any;
|
|
6986
6912
|
})[], unknown, unknown, () => {}, boolean>;
|
|
6987
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
6913
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6988
6914
|
}>> & {
|
|
6989
6915
|
onChangeField?: ((item: any) => any) | undefined;
|
|
6990
6916
|
}, {
|
|
6991
6917
|
props: import("@vue/shared").LooseRequired<{
|
|
6992
|
-
readonly formData: import("ll-plus/es/
|
|
6918
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6993
6919
|
readonly item: any;
|
|
6994
6920
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
6995
6921
|
} & {}>;
|
|
6996
6922
|
emits: (event: "changeField", item: any) => void;
|
|
6997
|
-
formData: import("ll-plus/es/
|
|
6923
|
+
formData: import("ll-plus/es/components").FormData;
|
|
6998
6924
|
componentRef: import("vue").Ref<any>;
|
|
6999
6925
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
7000
6926
|
handleChange: (...arg: any[]) => void;
|
|
@@ -7002,7 +6928,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7002
6928
|
getItem: () => any;
|
|
7003
6929
|
readonly checkedType: string[];
|
|
7004
6930
|
}, {}, {}, {}, {
|
|
7005
|
-
readonly formData: import("ll-plus/es/
|
|
6931
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
7006
6932
|
readonly item: any;
|
|
7007
6933
|
}>[]>;
|
|
7008
6934
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -7102,10 +7028,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7102
7028
|
name?: string | undefined;
|
|
7103
7029
|
}>;
|
|
7104
7030
|
id: import("vue").Ref<string>;
|
|
7105
|
-
validate: () => Promise<
|
|
7106
|
-
resetFields: () => Promise<
|
|
7107
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
7108
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
7031
|
+
validate: () => Promise<void>;
|
|
7032
|
+
resetFields: () => Promise<void>;
|
|
7033
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
7034
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
7109
7035
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
7110
7036
|
getFormItemClass: (item?: any) => string;
|
|
7111
7037
|
handleChangeField: (item: any) => void;
|
|
@@ -7129,15 +7055,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7129
7055
|
new (): any;
|
|
7130
7056
|
readonly prototype: any;
|
|
7131
7057
|
})[], unknown, unknown, () => {}, boolean>;
|
|
7132
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
7058
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
7133
7059
|
}, {
|
|
7134
7060
|
props: import("@vue/shared").LooseRequired<{
|
|
7135
|
-
readonly formData: import("ll-plus/es/
|
|
7061
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
7136
7062
|
readonly item: any;
|
|
7137
7063
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
7138
7064
|
} & {}>;
|
|
7139
7065
|
emits: (event: "changeField", item: any) => void;
|
|
7140
|
-
formData: import("ll-plus/es/
|
|
7066
|
+
formData: import("ll-plus/es/components").FormData;
|
|
7141
7067
|
componentRef: import("vue").Ref<any>;
|
|
7142
7068
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
7143
7069
|
handleChange: (...arg: any[]) => void;
|
|
@@ -7156,15 +7082,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7156
7082
|
new (): any;
|
|
7157
7083
|
readonly prototype: any;
|
|
7158
7084
|
})[], unknown, unknown, () => {}, boolean>;
|
|
7159
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
7085
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
7160
7086
|
}>> & {
|
|
7161
7087
|
onChangeField?: ((item: any) => any) | undefined;
|
|
7162
7088
|
}, {
|
|
7163
|
-
readonly formData: import("ll-plus/es/
|
|
7089
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
7164
7090
|
readonly item: any;
|
|
7165
7091
|
}, {}>;
|
|
7166
7092
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7167
|
-
change: (params: import("ll-plus/es/
|
|
7093
|
+
change: (params: import("ll-plus/es/components").FormChangeEvent) => boolean;
|
|
7168
7094
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7169
7095
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
7170
7096
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -8062,7 +7988,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8062
7988
|
}>>))[], unknown, unknown, () => {
|
|
8063
7989
|
layout: string;
|
|
8064
7990
|
}, boolean>;
|
|
8065
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
7991
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
8066
7992
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8067
7993
|
align: {
|
|
8068
7994
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -8255,7 +8181,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8255
8181
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8256
8182
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8257
8183
|
}>> & {
|
|
8258
|
-
onChange?: ((params: import("ll-plus/es/
|
|
8184
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
8259
8185
|
}, {
|
|
8260
8186
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8261
8187
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -8531,7 +8457,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8531
8457
|
};
|
|
8532
8458
|
}>>;
|
|
8533
8459
|
readonly formColumns: any[];
|
|
8534
|
-
readonly formData: import("ll-plus/es/
|
|
8460
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
8535
8461
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8536
8462
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8537
8463
|
}, true, {}, {}, {
|
|
@@ -9438,7 +9364,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9438
9364
|
}>>))[], unknown, unknown, () => {
|
|
9439
9365
|
layout: string;
|
|
9440
9366
|
}, boolean>;
|
|
9441
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
9367
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9442
9368
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9443
9369
|
align: {
|
|
9444
9370
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -9631,7 +9557,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9631
9557
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9632
9558
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9633
9559
|
}>> & {
|
|
9634
|
-
onChange?: ((params: import("ll-plus/es/
|
|
9560
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
9635
9561
|
}, {
|
|
9636
9562
|
props: import("@vue/shared").LooseRequired<{
|
|
9637
9563
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -9908,12 +9834,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9908
9834
|
};
|
|
9909
9835
|
}>>;
|
|
9910
9836
|
readonly formColumns: any[];
|
|
9911
|
-
readonly formData: import("ll-plus/es/
|
|
9837
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9912
9838
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9913
9839
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9914
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
9840
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
9915
9841
|
} & {}>;
|
|
9916
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
9842
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
9917
9843
|
bem: {
|
|
9918
9844
|
b: (blockSuffix?: string) => string;
|
|
9919
9845
|
e: (element?: string) => string;
|
|
@@ -9924,7 +9850,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9924
9850
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
9925
9851
|
is: (name?: string) => string;
|
|
9926
9852
|
};
|
|
9927
|
-
formData: import("ll-plus/es/
|
|
9853
|
+
formData: import("ll-plus/es/components").FormData;
|
|
9928
9854
|
formRef: import("vue").Ref<any>;
|
|
9929
9855
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
9930
9856
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -9936,17 +9862,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9936
9862
|
new (): any;
|
|
9937
9863
|
readonly prototype: any;
|
|
9938
9864
|
})[], unknown, unknown, () => {}, boolean>;
|
|
9939
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
9865
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9940
9866
|
}>> & {
|
|
9941
9867
|
onChangeField?: ((item: any) => any) | undefined;
|
|
9942
9868
|
}, {
|
|
9943
9869
|
props: import("@vue/shared").LooseRequired<{
|
|
9944
|
-
readonly formData: import("ll-plus/es/
|
|
9870
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9945
9871
|
readonly item: any;
|
|
9946
9872
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
9947
9873
|
} & {}>;
|
|
9948
9874
|
emits: (event: "changeField", item: any) => void;
|
|
9949
|
-
formData: import("ll-plus/es/
|
|
9875
|
+
formData: import("ll-plus/es/components").FormData;
|
|
9950
9876
|
componentRef: import("vue").Ref<any>;
|
|
9951
9877
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
9952
9878
|
handleChange: (...arg: any[]) => void;
|
|
@@ -9965,11 +9891,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9965
9891
|
new (): any;
|
|
9966
9892
|
readonly prototype: any;
|
|
9967
9893
|
})[], unknown, unknown, () => {}, boolean>;
|
|
9968
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
9894
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9969
9895
|
}>> & {
|
|
9970
9896
|
onChangeField?: ((item: any) => any) | undefined;
|
|
9971
9897
|
}, {
|
|
9972
|
-
readonly formData: import("ll-plus/es/
|
|
9898
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9973
9899
|
readonly item: any;
|
|
9974
9900
|
}, true, {}, {}, {
|
|
9975
9901
|
P: {};
|
|
@@ -9988,17 +9914,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9988
9914
|
new (): any;
|
|
9989
9915
|
readonly prototype: any;
|
|
9990
9916
|
})[], unknown, unknown, () => {}, boolean>;
|
|
9991
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
9917
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9992
9918
|
}>> & {
|
|
9993
9919
|
onChangeField?: ((item: any) => any) | undefined;
|
|
9994
9920
|
}, {
|
|
9995
9921
|
props: import("@vue/shared").LooseRequired<{
|
|
9996
|
-
readonly formData: import("ll-plus/es/
|
|
9922
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9997
9923
|
readonly item: any;
|
|
9998
9924
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
9999
9925
|
} & {}>;
|
|
10000
9926
|
emits: (event: "changeField", item: any) => void;
|
|
10001
|
-
formData: import("ll-plus/es/
|
|
9927
|
+
formData: import("ll-plus/es/components").FormData;
|
|
10002
9928
|
componentRef: import("vue").Ref<any>;
|
|
10003
9929
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
10004
9930
|
handleChange: (...arg: any[]) => void;
|
|
@@ -10006,7 +9932,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10006
9932
|
getItem: () => any;
|
|
10007
9933
|
readonly checkedType: string[];
|
|
10008
9934
|
}, {}, {}, {}, {
|
|
10009
|
-
readonly formData: import("ll-plus/es/
|
|
9935
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
10010
9936
|
readonly item: any;
|
|
10011
9937
|
}>[]>;
|
|
10012
9938
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -10106,10 +10032,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10106
10032
|
name?: string | undefined;
|
|
10107
10033
|
}>;
|
|
10108
10034
|
id: import("vue").Ref<string>;
|
|
10109
|
-
validate: () => Promise<
|
|
10110
|
-
resetFields: () => Promise<
|
|
10111
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
10112
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
10035
|
+
validate: () => Promise<void>;
|
|
10036
|
+
resetFields: () => Promise<void>;
|
|
10037
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
10038
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
10113
10039
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
10114
10040
|
getFormItemClass: (item?: any) => string;
|
|
10115
10041
|
handleChangeField: (item: any) => void;
|
|
@@ -10133,15 +10059,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10133
10059
|
new (): any;
|
|
10134
10060
|
readonly prototype: any;
|
|
10135
10061
|
})[], unknown, unknown, () => {}, boolean>;
|
|
10136
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
10062
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
10137
10063
|
}, {
|
|
10138
10064
|
props: import("@vue/shared").LooseRequired<{
|
|
10139
|
-
readonly formData: import("ll-plus/es/
|
|
10065
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
10140
10066
|
readonly item: any;
|
|
10141
10067
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
10142
10068
|
} & {}>;
|
|
10143
10069
|
emits: (event: "changeField", item: any) => void;
|
|
10144
|
-
formData: import("ll-plus/es/
|
|
10070
|
+
formData: import("ll-plus/es/components").FormData;
|
|
10145
10071
|
componentRef: import("vue").Ref<any>;
|
|
10146
10072
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
10147
10073
|
handleChange: (...arg: any[]) => void;
|
|
@@ -10160,11 +10086,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10160
10086
|
new (): any;
|
|
10161
10087
|
readonly prototype: any;
|
|
10162
10088
|
})[], unknown, unknown, () => {}, boolean>;
|
|
10163
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
10089
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
10164
10090
|
}>> & {
|
|
10165
10091
|
onChangeField?: ((item: any) => any) | undefined;
|
|
10166
10092
|
}, {
|
|
10167
|
-
readonly formData: import("ll-plus/es/
|
|
10093
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
10168
10094
|
readonly item: any;
|
|
10169
10095
|
}, {}>;
|
|
10170
10096
|
}, {}, {}, {}, {
|
|
@@ -10442,7 +10368,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10442
10368
|
};
|
|
10443
10369
|
}>>;
|
|
10444
10370
|
readonly formColumns: any[];
|
|
10445
|
-
readonly formData: import("ll-plus/es/
|
|
10371
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
10446
10372
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10447
10373
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10448
10374
|
}> | null | undefined>;
|
|
@@ -10454,9 +10380,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10454
10380
|
getDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
10455
10381
|
handleDelete: () => void;
|
|
10456
10382
|
handleChange: () => Promise<void>;
|
|
10457
|
-
validate: () => Promise<
|
|
10458
|
-
resetFields: () => Promise<
|
|
10459
|
-
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
10383
|
+
validate: () => Promise<void>;
|
|
10384
|
+
resetFields: () => Promise<void>;
|
|
10385
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
10460
10386
|
readonly isEmpty: {
|
|
10461
10387
|
<T extends {
|
|
10462
10388
|
__trapAny: any;
|
|
@@ -10698,103 +10624,89 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10698
10624
|
};
|
|
10699
10625
|
}>>;
|
|
10700
10626
|
}, {}, {}, {}, {
|
|
10701
|
-
readonly values:
|
|
10702
|
-
readonly value:
|
|
10627
|
+
readonly values: IKeyValueItem[];
|
|
10628
|
+
readonly value: IKeyValueItem;
|
|
10629
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10630
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
10631
|
+
readonly keyType: any;
|
|
10632
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
10633
|
+
readonly valueType: any;
|
|
10634
|
+
readonly disabledValue: number[];
|
|
10635
|
+
readonly disabledKey: number[];
|
|
10636
|
+
readonly disabledDelete: number[];
|
|
10703
10637
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10704
|
-
readonly keyValueTypeDict: Record<string,
|
|
10705
|
-
}
|
|
10706
|
-
|
|
10707
|
-
|
|
10708
|
-
|
|
10709
|
-
|
|
10710
|
-
|
|
10638
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
10639
|
+
}>>>;
|
|
10640
|
+
setKeyValueItems: (el: KeyValueItemInstance | null, type: string) => void;
|
|
10641
|
+
keyValueTypeDict: import("vue").ComputedRef<Record<string, any>>;
|
|
10642
|
+
validate: () => Promise<{
|
|
10643
|
+
valid: boolean;
|
|
10644
|
+
errors?: any[] | undefined;
|
|
10645
|
+
}>;
|
|
10646
|
+
resetFields: () => Promise<void>;
|
|
10647
|
+
clearValidate: () => Promise<void>;
|
|
10648
|
+
handleAddItem: () => Promise<void>;
|
|
10711
10649
|
handleDelete: (idx: number) => void;
|
|
10712
|
-
getValue: (val:
|
|
10650
|
+
getValue: (val: IKeyValueItem[] | IKeyValueReturn[]) => IKeyValueReturn[];
|
|
10713
10651
|
keyValueItem: import("vue").DefineComponent<{
|
|
10714
|
-
readonly disabled:
|
|
10715
|
-
|
|
10716
|
-
|
|
10717
|
-
|
|
10718
|
-
|
|
10719
|
-
|
|
10720
|
-
readonly
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
10724
|
-
|
|
10725
|
-
|
|
10726
|
-
|
|
10727
|
-
readonly
|
|
10728
|
-
|
|
10729
|
-
|
|
10730
|
-
readonly
|
|
10731
|
-
|
|
10732
|
-
|
|
10733
|
-
readonly
|
|
10734
|
-
|
|
10735
|
-
|
|
10736
|
-
|
|
10737
|
-
readonly
|
|
10738
|
-
|
|
10739
|
-
|
|
10740
|
-
|
|
10741
|
-
}
|
|
10742
|
-
|
|
10743
|
-
|
|
10744
|
-
readonly required: false;
|
|
10745
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10746
|
-
__epPropKey: true;
|
|
10747
|
-
};
|
|
10748
|
-
readonly keyType: {
|
|
10749
|
-
readonly type: import("vue").PropType<any>;
|
|
10750
|
-
readonly required: false;
|
|
10751
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10752
|
-
__epPropKey: true;
|
|
10753
|
-
};
|
|
10754
|
-
readonly keyTypes: {
|
|
10755
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
10756
|
-
readonly required: false;
|
|
10757
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10758
|
-
__epPropKey: true;
|
|
10759
|
-
};
|
|
10760
|
-
readonly valueType: {
|
|
10761
|
-
readonly type: import("vue").PropType<any>;
|
|
10762
|
-
readonly required: false;
|
|
10763
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10764
|
-
__epPropKey: true;
|
|
10765
|
-
};
|
|
10766
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
10767
|
-
key: string;
|
|
10768
|
-
value: string;
|
|
10769
|
-
}, boolean>;
|
|
10652
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10653
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
10654
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
10655
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
10656
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
10657
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
10658
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
10659
|
+
(): any;
|
|
10660
|
+
new (): any;
|
|
10661
|
+
readonly prototype: any;
|
|
10662
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
10663
|
+
(): any;
|
|
10664
|
+
new (): any;
|
|
10665
|
+
readonly prototype: any;
|
|
10666
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
10667
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
10668
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
10669
|
+
(): any;
|
|
10670
|
+
new (): any;
|
|
10671
|
+
readonly prototype: any;
|
|
10672
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
10673
|
+
(): any;
|
|
10674
|
+
new (): any;
|
|
10675
|
+
readonly prototype: any;
|
|
10676
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
10677
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
10678
|
+
guid: string;
|
|
10679
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
10680
|
+
guid: string;
|
|
10681
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
10770
10682
|
readonly idx: {
|
|
10771
10683
|
readonly type: import("vue").PropType<number>;
|
|
10772
10684
|
readonly required: true;
|
|
10773
10685
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10774
10686
|
__epPropKey: true;
|
|
10775
10687
|
};
|
|
10776
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
10688
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
10777
10689
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10778
10690
|
}, {
|
|
10779
10691
|
props: import("@vue/shared").LooseRequired<{
|
|
10780
|
-
readonly values:
|
|
10781
|
-
readonly value:
|
|
10692
|
+
readonly values: IKeyValueItem[];
|
|
10693
|
+
readonly value: IKeyValueItem;
|
|
10694
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10695
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
10696
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
10697
|
+
readonly disabledValue: number[];
|
|
10698
|
+
readonly disabledKey: number[];
|
|
10699
|
+
readonly disabledDelete: number[];
|
|
10782
10700
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10783
10701
|
readonly idx: number;
|
|
10784
|
-
readonly keyValueTypeDict: Record<string,
|
|
10785
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
10786
|
-
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
10702
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
10787
10703
|
readonly keyType?: any;
|
|
10788
|
-
readonly keyTypes?: import("./config").KeyType[] | undefined;
|
|
10789
10704
|
readonly valueType?: any;
|
|
10790
|
-
readonly disabledValue?: number[] | undefined;
|
|
10791
|
-
readonly disabledKey?: number[] | undefined;
|
|
10792
|
-
readonly disabledDelete?: number[] | undefined;
|
|
10793
10705
|
readonly onChange?: (() => any) | undefined;
|
|
10794
|
-
readonly "onUpdate:value"?: ((value:
|
|
10706
|
+
readonly "onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
10795
10707
|
readonly onDelete?: (() => any) | undefined;
|
|
10796
10708
|
} & {}>;
|
|
10797
|
-
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value:
|
|
10709
|
+
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value: IKeyValueItem) => void);
|
|
10798
10710
|
attrs: {
|
|
10799
10711
|
[x: string]: unknown;
|
|
10800
10712
|
};
|
|
@@ -10811,8 +10723,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10811
10723
|
innerValue: import("vue").Ref<{
|
|
10812
10724
|
key: any;
|
|
10813
10725
|
value: any;
|
|
10726
|
+
guid: string;
|
|
10814
10727
|
}>;
|
|
10815
|
-
|
|
10728
|
+
formRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
10816
10729
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
10817
10730
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
10818
10731
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -11709,7 +11622,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11709
11622
|
}>>))[], unknown, unknown, () => {
|
|
11710
11623
|
layout: string;
|
|
11711
11624
|
}, boolean>;
|
|
11712
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
11625
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
11713
11626
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11714
11627
|
align: {
|
|
11715
11628
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -11902,7 +11815,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11902
11815
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
11903
11816
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
11904
11817
|
}>> & {
|
|
11905
|
-
onChange?: ((params: import("ll-plus/es/
|
|
11818
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
11906
11819
|
}, {
|
|
11907
11820
|
props: import("@vue/shared").LooseRequired<{
|
|
11908
11821
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -12179,12 +12092,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12179
12092
|
};
|
|
12180
12093
|
}>>;
|
|
12181
12094
|
readonly formColumns: any[];
|
|
12182
|
-
readonly formData: import("ll-plus/es/
|
|
12095
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12183
12096
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12184
12097
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12185
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
12098
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
12186
12099
|
} & {}>;
|
|
12187
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
12100
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
12188
12101
|
bem: {
|
|
12189
12102
|
b: (blockSuffix?: string) => string;
|
|
12190
12103
|
e: (element?: string) => string;
|
|
@@ -12195,7 +12108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12195
12108
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
12196
12109
|
is: (name?: string) => string;
|
|
12197
12110
|
};
|
|
12198
|
-
formData: import("ll-plus/es/
|
|
12111
|
+
formData: import("ll-plus/es/components").FormData;
|
|
12199
12112
|
formRef: import("vue").Ref<any>;
|
|
12200
12113
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
12201
12114
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -12207,17 +12120,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12207
12120
|
new (): any;
|
|
12208
12121
|
readonly prototype: any;
|
|
12209
12122
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12210
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12123
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12211
12124
|
}>> & {
|
|
12212
12125
|
onChangeField?: ((item: any) => any) | undefined;
|
|
12213
12126
|
}, {
|
|
12214
12127
|
props: import("@vue/shared").LooseRequired<{
|
|
12215
|
-
readonly formData: import("ll-plus/es/
|
|
12128
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12216
12129
|
readonly item: any;
|
|
12217
12130
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
12218
12131
|
} & {}>;
|
|
12219
12132
|
emits: (event: "changeField", item: any) => void;
|
|
12220
|
-
formData: import("ll-plus/es/
|
|
12133
|
+
formData: import("ll-plus/es/components").FormData;
|
|
12221
12134
|
componentRef: import("vue").Ref<any>;
|
|
12222
12135
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12223
12136
|
handleChange: (...arg: any[]) => void;
|
|
@@ -12236,11 +12149,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12236
12149
|
new (): any;
|
|
12237
12150
|
readonly prototype: any;
|
|
12238
12151
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12239
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12152
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12240
12153
|
}>> & {
|
|
12241
12154
|
onChangeField?: ((item: any) => any) | undefined;
|
|
12242
12155
|
}, {
|
|
12243
|
-
readonly formData: import("ll-plus/es/
|
|
12156
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12244
12157
|
readonly item: any;
|
|
12245
12158
|
}, true, {}, {}, {
|
|
12246
12159
|
P: {};
|
|
@@ -12259,17 +12172,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12259
12172
|
new (): any;
|
|
12260
12173
|
readonly prototype: any;
|
|
12261
12174
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12262
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12175
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12263
12176
|
}>> & {
|
|
12264
12177
|
onChangeField?: ((item: any) => any) | undefined;
|
|
12265
12178
|
}, {
|
|
12266
12179
|
props: import("@vue/shared").LooseRequired<{
|
|
12267
|
-
readonly formData: import("ll-plus/es/
|
|
12180
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12268
12181
|
readonly item: any;
|
|
12269
12182
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
12270
12183
|
} & {}>;
|
|
12271
12184
|
emits: (event: "changeField", item: any) => void;
|
|
12272
|
-
formData: import("ll-plus/es/
|
|
12185
|
+
formData: import("ll-plus/es/components").FormData;
|
|
12273
12186
|
componentRef: import("vue").Ref<any>;
|
|
12274
12187
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12275
12188
|
handleChange: (...arg: any[]) => void;
|
|
@@ -12277,7 +12190,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12277
12190
|
getItem: () => any;
|
|
12278
12191
|
readonly checkedType: string[];
|
|
12279
12192
|
}, {}, {}, {}, {
|
|
12280
|
-
readonly formData: import("ll-plus/es/
|
|
12193
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12281
12194
|
readonly item: any;
|
|
12282
12195
|
}>[]>;
|
|
12283
12196
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -12377,10 +12290,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12377
12290
|
name?: string | undefined;
|
|
12378
12291
|
}>;
|
|
12379
12292
|
id: import("vue").Ref<string>;
|
|
12380
|
-
validate: () => Promise<
|
|
12381
|
-
resetFields: () => Promise<
|
|
12382
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
12383
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
12293
|
+
validate: () => Promise<void>;
|
|
12294
|
+
resetFields: () => Promise<void>;
|
|
12295
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
12296
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
12384
12297
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
12385
12298
|
getFormItemClass: (item?: any) => string;
|
|
12386
12299
|
handleChangeField: (item: any) => void;
|
|
@@ -12404,15 +12317,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12404
12317
|
new (): any;
|
|
12405
12318
|
readonly prototype: any;
|
|
12406
12319
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12407
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12320
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12408
12321
|
}, {
|
|
12409
12322
|
props: import("@vue/shared").LooseRequired<{
|
|
12410
|
-
readonly formData: import("ll-plus/es/
|
|
12323
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12411
12324
|
readonly item: any;
|
|
12412
12325
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
12413
12326
|
} & {}>;
|
|
12414
12327
|
emits: (event: "changeField", item: any) => void;
|
|
12415
|
-
formData: import("ll-plus/es/
|
|
12328
|
+
formData: import("ll-plus/es/components").FormData;
|
|
12416
12329
|
componentRef: import("vue").Ref<any>;
|
|
12417
12330
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12418
12331
|
handleChange: (...arg: any[]) => void;
|
|
@@ -12431,15 +12344,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12431
12344
|
new (): any;
|
|
12432
12345
|
readonly prototype: any;
|
|
12433
12346
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12434
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12347
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12435
12348
|
}>> & {
|
|
12436
12349
|
onChangeField?: ((item: any) => any) | undefined;
|
|
12437
12350
|
}, {
|
|
12438
|
-
readonly formData: import("ll-plus/es/
|
|
12351
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12439
12352
|
readonly item: any;
|
|
12440
12353
|
}, {}>;
|
|
12441
12354
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12442
|
-
change: (params: import("ll-plus/es/
|
|
12355
|
+
change: (params: import("ll-plus/es/components").FormChangeEvent) => boolean;
|
|
12443
12356
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12444
12357
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
12445
12358
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -13337,7 +13250,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13337
13250
|
}>>))[], unknown, unknown, () => {
|
|
13338
13251
|
layout: string;
|
|
13339
13252
|
}, boolean>;
|
|
13340
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
13253
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13341
13254
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13342
13255
|
align: {
|
|
13343
13256
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -13530,7 +13443,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13530
13443
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
13531
13444
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
13532
13445
|
}>> & {
|
|
13533
|
-
onChange?: ((params: import("ll-plus/es/
|
|
13446
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
13534
13447
|
}, {
|
|
13535
13448
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13536
13449
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -13806,7 +13719,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13806
13719
|
};
|
|
13807
13720
|
}>>;
|
|
13808
13721
|
readonly formColumns: any[];
|
|
13809
|
-
readonly formData: import("ll-plus/es/
|
|
13722
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
13810
13723
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13811
13724
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13812
13725
|
}, true, {}, {}, {
|
|
@@ -14713,7 +14626,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14713
14626
|
}>>))[], unknown, unknown, () => {
|
|
14714
14627
|
layout: string;
|
|
14715
14628
|
}, boolean>;
|
|
14716
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
14629
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
14717
14630
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14718
14631
|
align: {
|
|
14719
14632
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -14906,7 +14819,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14906
14819
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14907
14820
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14908
14821
|
}>> & {
|
|
14909
|
-
onChange?: ((params: import("ll-plus/es/
|
|
14822
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
14910
14823
|
}, {
|
|
14911
14824
|
props: import("@vue/shared").LooseRequired<{
|
|
14912
14825
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -15183,12 +15096,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15183
15096
|
};
|
|
15184
15097
|
}>>;
|
|
15185
15098
|
readonly formColumns: any[];
|
|
15186
|
-
readonly formData: import("ll-plus/es/
|
|
15099
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15187
15100
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15188
15101
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15189
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
15102
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
15190
15103
|
} & {}>;
|
|
15191
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
15104
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
15192
15105
|
bem: {
|
|
15193
15106
|
b: (blockSuffix?: string) => string;
|
|
15194
15107
|
e: (element?: string) => string;
|
|
@@ -15199,7 +15112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15199
15112
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
15200
15113
|
is: (name?: string) => string;
|
|
15201
15114
|
};
|
|
15202
|
-
formData: import("ll-plus/es/
|
|
15115
|
+
formData: import("ll-plus/es/components").FormData;
|
|
15203
15116
|
formRef: import("vue").Ref<any>;
|
|
15204
15117
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
15205
15118
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -15211,17 +15124,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15211
15124
|
new (): any;
|
|
15212
15125
|
readonly prototype: any;
|
|
15213
15126
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15214
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15127
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15215
15128
|
}>> & {
|
|
15216
15129
|
onChangeField?: ((item: any) => any) | undefined;
|
|
15217
15130
|
}, {
|
|
15218
15131
|
props: import("@vue/shared").LooseRequired<{
|
|
15219
|
-
readonly formData: import("ll-plus/es/
|
|
15132
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15220
15133
|
readonly item: any;
|
|
15221
15134
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
15222
15135
|
} & {}>;
|
|
15223
15136
|
emits: (event: "changeField", item: any) => void;
|
|
15224
|
-
formData: import("ll-plus/es/
|
|
15137
|
+
formData: import("ll-plus/es/components").FormData;
|
|
15225
15138
|
componentRef: import("vue").Ref<any>;
|
|
15226
15139
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15227
15140
|
handleChange: (...arg: any[]) => void;
|
|
@@ -15240,11 +15153,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15240
15153
|
new (): any;
|
|
15241
15154
|
readonly prototype: any;
|
|
15242
15155
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15243
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15156
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15244
15157
|
}>> & {
|
|
15245
15158
|
onChangeField?: ((item: any) => any) | undefined;
|
|
15246
15159
|
}, {
|
|
15247
|
-
readonly formData: import("ll-plus/es/
|
|
15160
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15248
15161
|
readonly item: any;
|
|
15249
15162
|
}, true, {}, {}, {
|
|
15250
15163
|
P: {};
|
|
@@ -15263,17 +15176,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15263
15176
|
new (): any;
|
|
15264
15177
|
readonly prototype: any;
|
|
15265
15178
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15266
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15179
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15267
15180
|
}>> & {
|
|
15268
15181
|
onChangeField?: ((item: any) => any) | undefined;
|
|
15269
15182
|
}, {
|
|
15270
15183
|
props: import("@vue/shared").LooseRequired<{
|
|
15271
|
-
readonly formData: import("ll-plus/es/
|
|
15184
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15272
15185
|
readonly item: any;
|
|
15273
15186
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
15274
15187
|
} & {}>;
|
|
15275
15188
|
emits: (event: "changeField", item: any) => void;
|
|
15276
|
-
formData: import("ll-plus/es/
|
|
15189
|
+
formData: import("ll-plus/es/components").FormData;
|
|
15277
15190
|
componentRef: import("vue").Ref<any>;
|
|
15278
15191
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15279
15192
|
handleChange: (...arg: any[]) => void;
|
|
@@ -15281,7 +15194,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15281
15194
|
getItem: () => any;
|
|
15282
15195
|
readonly checkedType: string[];
|
|
15283
15196
|
}, {}, {}, {}, {
|
|
15284
|
-
readonly formData: import("ll-plus/es/
|
|
15197
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15285
15198
|
readonly item: any;
|
|
15286
15199
|
}>[]>;
|
|
15287
15200
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -15381,10 +15294,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15381
15294
|
name?: string | undefined;
|
|
15382
15295
|
}>;
|
|
15383
15296
|
id: import("vue").Ref<string>;
|
|
15384
|
-
validate: () => Promise<
|
|
15385
|
-
resetFields: () => Promise<
|
|
15386
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
15387
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
15297
|
+
validate: () => Promise<void>;
|
|
15298
|
+
resetFields: () => Promise<void>;
|
|
15299
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
15300
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
15388
15301
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
15389
15302
|
getFormItemClass: (item?: any) => string;
|
|
15390
15303
|
handleChangeField: (item: any) => void;
|
|
@@ -15408,15 +15321,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15408
15321
|
new (): any;
|
|
15409
15322
|
readonly prototype: any;
|
|
15410
15323
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15411
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15324
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15412
15325
|
}, {
|
|
15413
15326
|
props: import("@vue/shared").LooseRequired<{
|
|
15414
|
-
readonly formData: import("ll-plus/es/
|
|
15327
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15415
15328
|
readonly item: any;
|
|
15416
15329
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
15417
15330
|
} & {}>;
|
|
15418
15331
|
emits: (event: "changeField", item: any) => void;
|
|
15419
|
-
formData: import("ll-plus/es/
|
|
15332
|
+
formData: import("ll-plus/es/components").FormData;
|
|
15420
15333
|
componentRef: import("vue").Ref<any>;
|
|
15421
15334
|
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15422
15335
|
handleChange: (...arg: any[]) => void;
|
|
@@ -15435,11 +15348,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15435
15348
|
new (): any;
|
|
15436
15349
|
readonly prototype: any;
|
|
15437
15350
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15438
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15351
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15439
15352
|
}>> & {
|
|
15440
15353
|
onChangeField?: ((item: any) => any) | undefined;
|
|
15441
15354
|
}, {
|
|
15442
|
-
readonly formData: import("ll-plus/es/
|
|
15355
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15443
15356
|
readonly item: any;
|
|
15444
15357
|
}, {}>;
|
|
15445
15358
|
}, {}, {}, {}, {
|
|
@@ -15717,7 +15630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15717
15630
|
};
|
|
15718
15631
|
}>>;
|
|
15719
15632
|
readonly formColumns: any[];
|
|
15720
|
-
readonly formData: import("ll-plus/es/
|
|
15633
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15721
15634
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15722
15635
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15723
15636
|
}> | null | undefined>;
|
|
@@ -15729,9 +15642,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15729
15642
|
getDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
15730
15643
|
handleDelete: () => void;
|
|
15731
15644
|
handleChange: () => Promise<void>;
|
|
15732
|
-
validate: () => Promise<
|
|
15733
|
-
resetFields: () => Promise<
|
|
15734
|
-
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
15645
|
+
validate: () => Promise<void>;
|
|
15646
|
+
resetFields: () => Promise<void>;
|
|
15647
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
15735
15648
|
readonly isEmpty: {
|
|
15736
15649
|
<T extends {
|
|
15737
15650
|
__trapAny: any;
|
|
@@ -15975,92 +15888,71 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15975
15888
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15976
15889
|
delete: () => boolean;
|
|
15977
15890
|
change: () => boolean;
|
|
15978
|
-
'update:value': (value:
|
|
15891
|
+
'update:value': (value: IKeyValueItem) => boolean;
|
|
15979
15892
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15980
|
-
readonly disabled:
|
|
15981
|
-
|
|
15982
|
-
|
|
15983
|
-
|
|
15984
|
-
|
|
15985
|
-
|
|
15986
|
-
readonly
|
|
15987
|
-
|
|
15988
|
-
|
|
15989
|
-
|
|
15990
|
-
|
|
15991
|
-
|
|
15992
|
-
|
|
15993
|
-
readonly
|
|
15994
|
-
|
|
15995
|
-
|
|
15996
|
-
readonly
|
|
15997
|
-
|
|
15998
|
-
|
|
15999
|
-
readonly
|
|
16000
|
-
|
|
16001
|
-
|
|
16002
|
-
|
|
16003
|
-
readonly
|
|
16004
|
-
|
|
16005
|
-
|
|
16006
|
-
|
|
16007
|
-
}
|
|
16008
|
-
|
|
16009
|
-
|
|
16010
|
-
readonly required: false;
|
|
16011
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16012
|
-
__epPropKey: true;
|
|
16013
|
-
};
|
|
16014
|
-
readonly keyType: {
|
|
16015
|
-
readonly type: import("vue").PropType<any>;
|
|
16016
|
-
readonly required: false;
|
|
16017
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16018
|
-
__epPropKey: true;
|
|
16019
|
-
};
|
|
16020
|
-
readonly keyTypes: {
|
|
16021
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
16022
|
-
readonly required: false;
|
|
16023
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16024
|
-
__epPropKey: true;
|
|
16025
|
-
};
|
|
16026
|
-
readonly valueType: {
|
|
16027
|
-
readonly type: import("vue").PropType<any>;
|
|
16028
|
-
readonly required: false;
|
|
16029
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16030
|
-
__epPropKey: true;
|
|
16031
|
-
};
|
|
16032
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
16033
|
-
key: string;
|
|
16034
|
-
value: string;
|
|
16035
|
-
}, boolean>;
|
|
15893
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
15894
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
15895
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15896
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15897
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15898
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
15899
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
15900
|
+
(): any;
|
|
15901
|
+
new (): any;
|
|
15902
|
+
readonly prototype: any;
|
|
15903
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
15904
|
+
(): any;
|
|
15905
|
+
new (): any;
|
|
15906
|
+
readonly prototype: any;
|
|
15907
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
15908
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
15909
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
15910
|
+
(): any;
|
|
15911
|
+
new (): any;
|
|
15912
|
+
readonly prototype: any;
|
|
15913
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
15914
|
+
(): any;
|
|
15915
|
+
new (): any;
|
|
15916
|
+
readonly prototype: any;
|
|
15917
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
15918
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
15919
|
+
guid: string;
|
|
15920
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
15921
|
+
guid: string;
|
|
15922
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
16036
15923
|
readonly idx: {
|
|
16037
15924
|
readonly type: import("vue").PropType<number>;
|
|
16038
15925
|
readonly required: true;
|
|
16039
15926
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16040
15927
|
__epPropKey: true;
|
|
16041
15928
|
};
|
|
16042
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
15929
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
16043
15930
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16044
15931
|
}>> & {
|
|
16045
15932
|
onChange?: (() => any) | undefined;
|
|
16046
|
-
"onUpdate:value"?: ((value:
|
|
15933
|
+
"onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
16047
15934
|
onDelete?: (() => any) | undefined;
|
|
16048
15935
|
}, {
|
|
16049
|
-
readonly values:
|
|
16050
|
-
readonly value:
|
|
15936
|
+
readonly values: IKeyValueItem[];
|
|
15937
|
+
readonly value: IKeyValueItem;
|
|
15938
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15939
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
15940
|
+
readonly keyType: any;
|
|
15941
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
15942
|
+
readonly valueType: any;
|
|
15943
|
+
readonly disabledValue: number[];
|
|
15944
|
+
readonly disabledKey: number[];
|
|
15945
|
+
readonly disabledDelete: number[];
|
|
16051
15946
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16052
|
-
readonly keyValueTypeDict: Record<string,
|
|
15947
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
16053
15948
|
}, {}>;
|
|
16054
15949
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16055
|
-
change: (value:
|
|
16056
|
-
add: (params:
|
|
15950
|
+
change: (value: IKeyValueReturn[]) => boolean;
|
|
15951
|
+
add: (params: IKeyValueAddEmits) => boolean;
|
|
16057
15952
|
delete: (index: number) => boolean;
|
|
16058
|
-
'update:value': (value:
|
|
15953
|
+
'update:value': (value: IKeyValueReturn[]) => boolean;
|
|
16059
15954
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16060
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
16061
|
-
key: null;
|
|
16062
|
-
value: null;
|
|
16063
|
-
}[], boolean>;
|
|
15955
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn[]) | (() => IKeyValueReturn[]) | ((new (...args: any[]) => IKeyValueReturn[]) | (() => IKeyValueReturn[]))[], unknown, unknown, () => IKeyValueReturn[], boolean>;
|
|
16064
15956
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16065
15957
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16066
15958
|
readonly keyLabel: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -16075,11 +15967,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16075
15967
|
(): any;
|
|
16076
15968
|
new (): any;
|
|
16077
15969
|
readonly prototype: any;
|
|
16078
|
-
})[], unknown, unknown, () =>
|
|
16079
|
-
|
|
16080
|
-
placeholder: string;
|
|
16081
|
-
}, boolean>;
|
|
16082
|
-
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").KeyType[]) | (() => import("./config").KeyType[]) | ((new (...args: any[]) => import("./config").KeyType[]) | (() => import("./config").KeyType[]))[], unknown, unknown, () => never[], boolean>;
|
|
15970
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
15971
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
16083
15972
|
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
16084
15973
|
(): any;
|
|
16085
15974
|
new (): any;
|
|
@@ -16088,23 +15977,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16088
15977
|
(): any;
|
|
16089
15978
|
new (): any;
|
|
16090
15979
|
readonly prototype: any;
|
|
16091
|
-
})[], unknown, unknown, () =>
|
|
16092
|
-
|
|
16093
|
-
|
|
16094
|
-
|
|
16095
|
-
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
16096
|
-
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
16097
|
-
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
15980
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
15981
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15982
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15983
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
16098
15984
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16099
15985
|
readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16100
15986
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
16101
15987
|
}>> & {
|
|
16102
|
-
onChange?: ((value:
|
|
16103
|
-
"onUpdate:value"?: ((value:
|
|
15988
|
+
onChange?: ((value: IKeyValueReturn[]) => any) | undefined;
|
|
15989
|
+
"onUpdate:value"?: ((value: IKeyValueReturn[]) => any) | undefined;
|
|
16104
15990
|
onDelete?: ((index: number) => any) | undefined;
|
|
16105
|
-
onAdd?: ((params:
|
|
15991
|
+
onAdd?: ((params: IKeyValueAddEmits) => any) | undefined;
|
|
16106
15992
|
}, {
|
|
16107
|
-
readonly value:
|
|
15993
|
+
readonly value: IKeyValueReturn[];
|
|
16108
15994
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16109
15995
|
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16110
15996
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -16113,7 +15999,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16113
15999
|
readonly addText: string;
|
|
16114
16000
|
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
16115
16001
|
readonly keyType: any;
|
|
16116
|
-
readonly keyTypes: import("
|
|
16002
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
16117
16003
|
readonly valueType: any;
|
|
16118
16004
|
readonly disabledValue: number[];
|
|
16119
16005
|
readonly disabledKey: number[];
|