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,89 +1,63 @@
|
|
|
1
1
|
import type { NamePath } from 'ant-design-vue/es/form/interface';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
readonly disabled:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
readonly
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
readonly
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
readonly
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
readonly
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
readonly
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
readonly required: false;
|
|
34
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
|
-
__epPropKey: true;
|
|
36
|
-
};
|
|
37
|
-
readonly keyType: {
|
|
38
|
-
readonly type: import("vue").PropType<any>;
|
|
39
|
-
readonly required: false;
|
|
40
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
-
__epPropKey: true;
|
|
42
|
-
};
|
|
43
|
-
readonly keyTypes: {
|
|
44
|
-
readonly type: import("vue").PropType<import("ll-plus/es/components").KeyType[]>;
|
|
45
|
-
readonly required: false;
|
|
46
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
47
|
-
__epPropKey: true;
|
|
48
|
-
};
|
|
49
|
-
readonly valueType: {
|
|
50
|
-
readonly type: import("vue").PropType<any>;
|
|
51
|
-
readonly required: false;
|
|
52
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
|
-
__epPropKey: true;
|
|
54
|
-
};
|
|
55
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").KeyValueItem) | (() => import("ll-plus/es/components").KeyValueItem) | ((new (...args: any[]) => import("ll-plus/es/components").KeyValueItem) | (() => import("ll-plus/es/components").KeyValueItem))[], unknown, unknown, () => {
|
|
56
|
-
key: string;
|
|
57
|
-
value: string;
|
|
58
|
-
}, boolean>;
|
|
3
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyValueItem[]) | (() => import("ll-plus/es/components").IKeyValueItem[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyValueItem[]) | (() => import("ll-plus/es/components").IKeyValueItem[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyValueItem[], boolean>;
|
|
5
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
6
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
7
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
8
|
+
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>;
|
|
9
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
10
|
+
(): any;
|
|
11
|
+
new (): any;
|
|
12
|
+
readonly prototype: any;
|
|
13
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
14
|
+
(): any;
|
|
15
|
+
new (): any;
|
|
16
|
+
readonly prototype: any;
|
|
17
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
18
|
+
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>;
|
|
19
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
20
|
+
(): any;
|
|
21
|
+
new (): any;
|
|
22
|
+
readonly prototype: any;
|
|
23
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
24
|
+
(): any;
|
|
25
|
+
new (): any;
|
|
26
|
+
readonly prototype: any;
|
|
27
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
28
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyValueReturn & {
|
|
29
|
+
guid: string;
|
|
30
|
+
}) | (() => import("ll-plus/es/components").IKeyValueItem) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyValueReturn & {
|
|
31
|
+
guid: string;
|
|
32
|
+
}) | (() => import("ll-plus/es/components").IKeyValueItem))[], unknown, unknown, () => import("ll-plus/es/components").IKeyValueItem, boolean>;
|
|
59
33
|
readonly idx: {
|
|
60
34
|
readonly type: import("vue").PropType<number>;
|
|
61
35
|
readonly required: true;
|
|
62
36
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
37
|
__epPropKey: true;
|
|
64
38
|
};
|
|
65
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
39
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
66
40
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
67
41
|
}, {
|
|
68
42
|
props: import("@vue/shared").LooseRequired<{
|
|
69
|
-
readonly values: import("ll-plus/es/components").
|
|
70
|
-
readonly value: import("ll-plus/es/components").
|
|
43
|
+
readonly values: import("ll-plus/es/components").IKeyValueItem[];
|
|
44
|
+
readonly value: import("ll-plus/es/components").IKeyValueItem;
|
|
45
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
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>;
|
|
47
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
48
|
+
readonly disabledValue: number[];
|
|
49
|
+
readonly disabledKey: number[];
|
|
50
|
+
readonly disabledDelete: number[];
|
|
71
51
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
52
|
readonly idx: number;
|
|
73
|
-
readonly keyValueTypeDict: Record<string,
|
|
74
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
75
|
-
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;
|
|
53
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
76
54
|
readonly keyType?: any;
|
|
77
|
-
readonly keyTypes?: import("ll-plus/es/components").KeyType[] | undefined;
|
|
78
55
|
readonly valueType?: any;
|
|
79
|
-
readonly disabledValue?: number[] | undefined;
|
|
80
|
-
readonly disabledKey?: number[] | undefined;
|
|
81
|
-
readonly disabledDelete?: number[] | undefined;
|
|
82
56
|
readonly onChange?: (() => any) | undefined;
|
|
83
|
-
readonly "onUpdate:value"?: ((value: import("ll-plus/es/components").
|
|
57
|
+
readonly "onUpdate:value"?: ((value: import("ll-plus/es/components").IKeyValueItem) => any) | undefined;
|
|
84
58
|
readonly onDelete?: (() => any) | undefined;
|
|
85
59
|
} & {}>;
|
|
86
|
-
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value: import("ll-plus/es/components").
|
|
60
|
+
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value: import("ll-plus/es/components").IKeyValueItem) => void);
|
|
87
61
|
attrs: {
|
|
88
62
|
[x: string]: unknown;
|
|
89
63
|
};
|
|
@@ -100,8 +74,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
74
|
innerValue: import("vue").Ref<{
|
|
101
75
|
key: any;
|
|
102
76
|
value: any;
|
|
77
|
+
guid: string;
|
|
103
78
|
}>;
|
|
104
|
-
|
|
79
|
+
formRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
105
80
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
106
81
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
107
82
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -1666,10 +1641,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1666
1641
|
name?: string | undefined;
|
|
1667
1642
|
}>;
|
|
1668
1643
|
id: import("vue").Ref<string>;
|
|
1669
|
-
validate: () => Promise<
|
|
1670
|
-
resetFields: () => Promise<
|
|
1671
|
-
clearValidate: (nameList?: NamePath[] | undefined) => Promise<
|
|
1672
|
-
scrollToField: (name: NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
1644
|
+
validate: () => Promise<void>;
|
|
1645
|
+
resetFields: () => Promise<void>;
|
|
1646
|
+
clearValidate: (nameList?: NamePath[] | undefined) => Promise<void>;
|
|
1647
|
+
scrollToField: (name: NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
1673
1648
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1674
1649
|
getFormItemClass: (item?: any) => string;
|
|
1675
1650
|
handleChangeField: (item: any) => void;
|
|
@@ -4670,10 +4645,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4670
4645
|
name?: string | undefined;
|
|
4671
4646
|
}>;
|
|
4672
4647
|
id: import("vue").Ref<string>;
|
|
4673
|
-
validate: () => Promise<
|
|
4674
|
-
resetFields: () => Promise<
|
|
4675
|
-
clearValidate: (nameList?: NamePath[] | undefined) => Promise<
|
|
4676
|
-
scrollToField: (name: NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
4648
|
+
validate: () => Promise<void>;
|
|
4649
|
+
resetFields: () => Promise<void>;
|
|
4650
|
+
clearValidate: (nameList?: NamePath[] | undefined) => Promise<void>;
|
|
4651
|
+
scrollToField: (name: NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
4677
4652
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4678
4653
|
getFormItemClass: (item?: any) => string;
|
|
4679
4654
|
handleChangeField: (item: any) => void;
|
|
@@ -5018,9 +4993,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5018
4993
|
getDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
5019
4994
|
handleDelete: () => void;
|
|
5020
4995
|
handleChange: () => Promise<void>;
|
|
5021
|
-
validate: () => Promise<
|
|
5022
|
-
resetFields: () => Promise<
|
|
5023
|
-
clearValidate: (namePath?: NamePath[]) => Promise<
|
|
4996
|
+
validate: () => Promise<void>;
|
|
4997
|
+
resetFields: () => Promise<void>;
|
|
4998
|
+
clearValidate: (namePath?: NamePath[]) => Promise<void>;
|
|
5024
4999
|
readonly isEmpty: {
|
|
5025
5000
|
<T extends {
|
|
5026
5001
|
__trapAny: any;
|
|
@@ -5264,80 +5239,62 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5264
5239
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5265
5240
|
delete: () => boolean;
|
|
5266
5241
|
change: () => boolean;
|
|
5267
|
-
'update:value': (value: import("ll-plus/es/components").
|
|
5242
|
+
'update:value': (value: import("ll-plus/es/components").IKeyValueItem) => boolean;
|
|
5268
5243
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5269
|
-
readonly disabled:
|
|
5270
|
-
|
|
5271
|
-
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
readonly
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
readonly
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
readonly
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
readonly
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
readonly
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
}
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
readonly required: false;
|
|
5300
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5301
|
-
__epPropKey: true;
|
|
5302
|
-
};
|
|
5303
|
-
readonly keyType: {
|
|
5304
|
-
readonly type: import("vue").PropType<any>;
|
|
5305
|
-
readonly required: false;
|
|
5306
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5307
|
-
__epPropKey: true;
|
|
5308
|
-
};
|
|
5309
|
-
readonly keyTypes: {
|
|
5310
|
-
readonly type: import("vue").PropType<import("ll-plus/es/components").KeyType[]>;
|
|
5311
|
-
readonly required: false;
|
|
5312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5313
|
-
__epPropKey: true;
|
|
5314
|
-
};
|
|
5315
|
-
readonly valueType: {
|
|
5316
|
-
readonly type: import("vue").PropType<any>;
|
|
5317
|
-
readonly required: false;
|
|
5318
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5319
|
-
__epPropKey: true;
|
|
5320
|
-
};
|
|
5321
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").KeyValueItem) | (() => import("ll-plus/es/components").KeyValueItem) | ((new (...args: any[]) => import("ll-plus/es/components").KeyValueItem) | (() => import("ll-plus/es/components").KeyValueItem))[], unknown, unknown, () => {
|
|
5322
|
-
key: string;
|
|
5323
|
-
value: string;
|
|
5324
|
-
}, boolean>;
|
|
5244
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5245
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyValueItem[]) | (() => import("ll-plus/es/components").IKeyValueItem[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyValueItem[]) | (() => import("ll-plus/es/components").IKeyValueItem[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyValueItem[], boolean>;
|
|
5246
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5247
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5248
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5249
|
+
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>;
|
|
5250
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5251
|
+
(): any;
|
|
5252
|
+
new (): any;
|
|
5253
|
+
readonly prototype: any;
|
|
5254
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5255
|
+
(): any;
|
|
5256
|
+
new (): any;
|
|
5257
|
+
readonly prototype: any;
|
|
5258
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5259
|
+
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>;
|
|
5260
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5261
|
+
(): any;
|
|
5262
|
+
new (): any;
|
|
5263
|
+
readonly prototype: any;
|
|
5264
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5265
|
+
(): any;
|
|
5266
|
+
new (): any;
|
|
5267
|
+
readonly prototype: any;
|
|
5268
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5269
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyValueReturn & {
|
|
5270
|
+
guid: string;
|
|
5271
|
+
}) | (() => import("ll-plus/es/components").IKeyValueItem) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyValueReturn & {
|
|
5272
|
+
guid: string;
|
|
5273
|
+
}) | (() => import("ll-plus/es/components").IKeyValueItem))[], unknown, unknown, () => import("ll-plus/es/components").IKeyValueItem, boolean>;
|
|
5325
5274
|
readonly idx: {
|
|
5326
5275
|
readonly type: import("vue").PropType<number>;
|
|
5327
5276
|
readonly required: true;
|
|
5328
5277
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5329
5278
|
__epPropKey: true;
|
|
5330
5279
|
};
|
|
5331
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
5280
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
5332
5281
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5333
5282
|
}>> & {
|
|
5334
5283
|
onChange?: (() => any) | undefined;
|
|
5335
|
-
"onUpdate:value"?: ((value: import("ll-plus/es/components").
|
|
5284
|
+
"onUpdate:value"?: ((value: import("ll-plus/es/components").IKeyValueItem) => any) | undefined;
|
|
5336
5285
|
onDelete?: (() => any) | undefined;
|
|
5337
5286
|
}, {
|
|
5338
|
-
readonly values: import("ll-plus/es/components").
|
|
5339
|
-
readonly value: import("ll-plus/es/components").
|
|
5287
|
+
readonly values: import("ll-plus/es/components").IKeyValueItem[];
|
|
5288
|
+
readonly value: import("ll-plus/es/components").IKeyValueItem;
|
|
5289
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5290
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
5291
|
+
readonly keyType: any;
|
|
5292
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
5293
|
+
readonly valueType: any;
|
|
5294
|
+
readonly disabledValue: number[];
|
|
5295
|
+
readonly disabledKey: number[];
|
|
5296
|
+
readonly disabledDelete: number[];
|
|
5340
5297
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5341
|
-
readonly keyValueTypeDict: Record<string,
|
|
5298
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
5342
5299
|
}, {}>;
|
|
5343
5300
|
export default _default;
|