ll-plus 2.1.21 → 2.2.0
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 +312 -312
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/es/components/api-component/index.d.ts +30 -30
- package/es/components/api-component/src/api-component.vue.d.ts +30 -30
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/es/components/api-component/src/config/api-component.d.ts +1 -1
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/code-editor/index.d.ts +3 -3
- package/es/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +2 -2
- package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/src/input-number.vue.d.ts +3 -3
- package/es/components/key-value/index.d.ts +6 -6
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/es/components/key-value/src/key-value.vue.d.ts +6 -6
- package/es/components/modal/index.d.ts +5 -5
- package/es/components/modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +6 -6
- package/es/components/number-range/src/number-range.vue.d.ts +6 -6
- package/es/components/operate-icon/index.d.ts +6 -6
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/components/main-table.vue2.mjs +13 -8
- package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/table/src/table.vue2.mjs +15 -10
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/components/tag-group/index.d.ts +3 -3
- package/es/components/tag-group/src/tag-group.vue.d.ts +3 -3
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +17 -17
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/index.full.js +26 -16
- package/index.full.min.js +10 -10
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +10 -10
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +26 -16
- package/lib/components/advanced-filtering/index.d.ts +312 -312
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/lib/components/api-component/index.d.ts +30 -30
- package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/lib/components/api-component/src/config/api-component.d.ts +1 -1
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/code-editor/index.d.ts +3 -3
- package/lib/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +2 -2
- package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
- package/lib/components/key-value/index.d.ts +6 -6
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
- package/lib/components/modal/index.d.ts +5 -5
- package/lib/components/modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +6 -6
- package/lib/components/number-range/src/number-range.vue.d.ts +6 -6
- package/lib/components/operate-icon/index.d.ts +6 -6
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/components/main-table.vue2.js +12 -7
- package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/table/src/table.vue2.js +14 -9
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/components/tag-group/index.d.ts +3 -3
- package/lib/components/tag-group/src/tag-group.vue.d.ts +3 -3
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +17 -17
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +312 -312
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/types/packages/components/api-component/index.d.ts +30 -30
- package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +1 -1
- package/types/packages/components/button/src/button.vue.d.ts +1 -1
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/code-editor/index.d.ts +3 -3
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +2 -2
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/input-number/index.d.ts +3 -3
- package/types/packages/components/input-number/src/input-number.vue.d.ts +3 -3
- package/types/packages/components/key-value/index.d.ts +6 -6
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
- package/types/packages/components/modal/index.d.ts +5 -5
- package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +6 -6
- package/types/packages/components/number-range/src/number-range.vue.d.ts +6 -6
- package/types/packages/components/operate-icon/index.d.ts +6 -6
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/tag-group/index.d.ts +3 -3
- package/types/packages/components/tag-group/src/tag-group.vue.d.ts +3 -3
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +17 -17
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
|
@@ -10,11 +10,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
readonly value: import("ll-plus/es/components").KeyValueItem;
|
|
11
11
|
readonly keyValueTypeDict: Record<string, any>;
|
|
12
12
|
readonly showDelete: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13
|
-
readonly onChange?: (() => any) | undefined;
|
|
14
13
|
readonly "onUpdate:value"?: ((value: import("ll-plus/es/components").KeyValueItem) => any) | undefined;
|
|
14
|
+
readonly onChange?: (() => any) | undefined;
|
|
15
15
|
readonly onDelete?: (() => any) | undefined;
|
|
16
16
|
} & {}>;
|
|
17
|
-
emits: ((event: "delete") => void) & ((event: "
|
|
17
|
+
emits: ((event: "delete") => void) & ((event: "update:value", value: import("ll-plus/es/components").KeyValueItem) => void) & ((event: "change") => void);
|
|
18
18
|
attrs: {
|
|
19
19
|
[x: string]: unknown;
|
|
20
20
|
};
|
|
@@ -288,8 +288,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
288
288
|
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {}, boolean>;
|
|
289
289
|
readonly showDelete: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
290
290
|
}>> & {
|
|
291
|
-
onChange?: (() => any) | undefined;
|
|
292
291
|
"onUpdate:value"?: ((value: import("ll-plus/es/components").KeyValueItem) => any) | undefined;
|
|
292
|
+
onChange?: (() => any) | undefined;
|
|
293
293
|
onDelete?: (() => any) | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
readonly value: import("ll-plus/es/components").KeyValueItem;
|
|
@@ -46,10 +46,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
readonly keyType: any;
|
|
47
47
|
readonly keyTypes: import("./config").KeyType[];
|
|
48
48
|
readonly valueType: any;
|
|
49
|
-
readonly onChange?: ((value: import("./config").KeyValueItem[]) => any) | undefined;
|
|
50
49
|
readonly "onUpdate:value"?: ((value: import("./config").KeyValueItem[]) => any) | undefined;
|
|
50
|
+
readonly onChange?: ((value: import("./config").KeyValueItem[]) => any) | undefined;
|
|
51
51
|
} & {}>;
|
|
52
|
-
emits: ((event: "
|
|
52
|
+
emits: ((event: "update:value", value: import("./config").KeyValueItem[]) => void) & ((event: "change", value: import("./config").KeyValueItem[]) => void);
|
|
53
53
|
bem: {
|
|
54
54
|
b: (blockSuffix?: string) => string;
|
|
55
55
|
e: (element?: string) => string;
|
|
@@ -81,11 +81,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
81
|
readonly value: import("./config").KeyValueItem;
|
|
82
82
|
readonly keyValueTypeDict: Record<string, any>;
|
|
83
83
|
readonly showDelete: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
|
-
readonly onChange?: (() => any) | undefined;
|
|
85
84
|
readonly "onUpdate:value"?: ((value: import("./config").KeyValueItem) => any) | undefined;
|
|
85
|
+
readonly onChange?: (() => any) | undefined;
|
|
86
86
|
readonly onDelete?: (() => any) | undefined;
|
|
87
87
|
} & {}>;
|
|
88
|
-
emits: ((event: "delete") => void) & ((event: "
|
|
88
|
+
emits: ((event: "delete") => void) & ((event: "update:value", value: import("./config").KeyValueItem) => void) & ((event: "change") => void);
|
|
89
89
|
attrs: {
|
|
90
90
|
[x: string]: unknown;
|
|
91
91
|
};
|
|
@@ -359,8 +359,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
359
359
|
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {}, boolean>;
|
|
360
360
|
readonly showDelete: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
361
361
|
}>> & {
|
|
362
|
-
onChange?: (() => any) | undefined;
|
|
363
362
|
"onUpdate:value"?: ((value: import("./config").KeyValueItem) => any) | undefined;
|
|
363
|
+
onChange?: (() => any) | undefined;
|
|
364
364
|
onDelete?: (() => any) | undefined;
|
|
365
365
|
}, {
|
|
366
366
|
readonly value: import("./config").KeyValueItem;
|
|
@@ -407,8 +407,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
407
407
|
placeholder: string;
|
|
408
408
|
}, boolean>;
|
|
409
409
|
}>> & {
|
|
410
|
-
onChange?: ((value: import("./config").KeyValueItem[]) => any) | undefined;
|
|
411
410
|
"onUpdate:value"?: ((value: import("./config").KeyValueItem[]) => any) | undefined;
|
|
411
|
+
onChange?: ((value: import("./config").KeyValueItem[]) => any) | undefined;
|
|
412
412
|
}, {
|
|
413
413
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
414
414
|
readonly value: import("./config").KeyValueItem[];
|
|
@@ -13,14 +13,14 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
13
13
|
}, {
|
|
14
14
|
props: import("@vue/shared").LooseRequired<{
|
|
15
15
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
16
|
-
readonly title: string;
|
|
17
16
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18
|
-
readonly
|
|
17
|
+
readonly title: string;
|
|
19
18
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
19
|
readonly wrapClassName: string;
|
|
21
20
|
readonly class: string;
|
|
22
21
|
readonly cancelText: string;
|
|
23
22
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
24
|
readonly confirmText: string;
|
|
25
25
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
26
26
|
readonly onOk?: (() => any) | undefined;
|
|
@@ -1583,13 +1583,13 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1583
1583
|
};
|
|
1584
1584
|
}, {
|
|
1585
1585
|
props: import("@vue/shared").LooseRequired<{
|
|
1586
|
-
readonly label?: string | undefined;
|
|
1587
1586
|
readonly position?: string | undefined;
|
|
1588
1587
|
readonly icon?: {
|
|
1589
1588
|
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
1590
1589
|
readonly color?: string | undefined;
|
|
1591
1590
|
readonly iconName?: string | undefined;
|
|
1592
1591
|
} | undefined;
|
|
1592
|
+
readonly label?: string | undefined;
|
|
1593
1593
|
} & {}>;
|
|
1594
1594
|
bem: {
|
|
1595
1595
|
b: (blockSuffix?: string) => string;
|
|
@@ -1959,14 +1959,14 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1959
1959
|
onCancel?: (() => any) | undefined;
|
|
1960
1960
|
}, {
|
|
1961
1961
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
1962
|
-
readonly title: string;
|
|
1963
1962
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1964
|
-
readonly
|
|
1963
|
+
readonly title: string;
|
|
1965
1964
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1966
1965
|
readonly wrapClassName: string;
|
|
1967
1966
|
readonly class: string;
|
|
1968
1967
|
readonly cancelText: string;
|
|
1969
1968
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1969
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1970
1970
|
readonly confirmText: string;
|
|
1971
1971
|
}, {}>>;
|
|
1972
1972
|
export default LlModal;
|
|
@@ -13,14 +13,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
}, {
|
|
14
14
|
props: import("@vue/shared").LooseRequired<{
|
|
15
15
|
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
16
|
-
readonly title: string;
|
|
17
16
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
18
|
-
readonly
|
|
17
|
+
readonly title: string;
|
|
19
18
|
readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
20
19
|
readonly wrapClassName: string;
|
|
21
20
|
readonly class: string;
|
|
22
21
|
readonly cancelText: string;
|
|
23
22
|
readonly showCancel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
23
|
+
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
24
24
|
readonly confirmText: string;
|
|
25
25
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
26
26
|
readonly onOk?: (() => any) | undefined;
|
|
@@ -1583,13 +1583,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1583
1583
|
};
|
|
1584
1584
|
}, {
|
|
1585
1585
|
props: import("@vue/shared").LooseRequired<{
|
|
1586
|
-
readonly label?: string | undefined;
|
|
1587
1586
|
readonly position?: string | undefined;
|
|
1588
1587
|
readonly icon?: {
|
|
1589
1588
|
readonly size?: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
1590
1589
|
readonly color?: string | undefined;
|
|
1591
1590
|
readonly iconName?: string | undefined;
|
|
1592
1591
|
} | undefined;
|
|
1592
|
+
readonly label?: string | undefined;
|
|
1593
1593
|
} & {}>;
|
|
1594
1594
|
bem: {
|
|
1595
1595
|
b: (blockSuffix?: string) => string;
|
|
@@ -1959,14 +1959,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1959
1959
|
onCancel?: (() => any) | undefined;
|
|
1960
1960
|
}, {
|
|
1961
1961
|
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
1962
|
-
readonly title: string;
|
|
1963
1962
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1964
|
-
readonly
|
|
1963
|
+
readonly title: string;
|
|
1965
1964
|
readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1966
1965
|
readonly wrapClassName: string;
|
|
1967
1966
|
readonly class: string;
|
|
1968
1967
|
readonly cancelText: string;
|
|
1969
1968
|
readonly showCancel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1969
|
+
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1970
1970
|
readonly confirmText: string;
|
|
1971
1971
|
}, {}>;
|
|
1972
1972
|
export default _default;
|
|
@@ -19,10 +19,10 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
19
19
|
readonly min?: number | undefined;
|
|
20
20
|
readonly max?: number | undefined;
|
|
21
21
|
readonly precision?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number) | (() => number | undefined) | ((new (...args: any[]) => number) | (() => number | undefined))[], unknown, unknown>;
|
|
22
|
-
readonly onChange?: ((value: import("ll-plus/es/utils").Nullable<number>[]) => any) | undefined;
|
|
23
22
|
readonly "onUpdate:value"?: ((value: import("ll-plus/es/utils").Nullable<number>[]) => any) | undefined;
|
|
23
|
+
readonly onChange?: ((value: import("ll-plus/es/utils").Nullable<number>[]) => any) | undefined;
|
|
24
24
|
} & {}>;
|
|
25
|
-
emits: ((event: "
|
|
25
|
+
emits: ((event: "update:value", value: import("ll-plus/es/utils").Nullable<number>[]) => void) & ((event: "change", value: import("ll-plus/es/utils").Nullable<number>[]) => void);
|
|
26
26
|
bem: {
|
|
27
27
|
b: (blockSuffix?: string) => string;
|
|
28
28
|
e: (element?: string) => string;
|
|
@@ -55,10 +55,10 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
55
55
|
readonly thousands: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
56
56
|
readonly isAmountChinese: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
57
57
|
readonly detailed: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
58
|
-
readonly onChange?: ((value: number) => any) | undefined;
|
|
59
58
|
readonly "onUpdate:value"?: ((value: number) => any) | undefined;
|
|
59
|
+
readonly onChange?: ((value: number) => any) | undefined;
|
|
60
60
|
} & {}>;
|
|
61
|
-
emit: ((event: "
|
|
61
|
+
emit: ((event: "update:value", value: number) => void) & ((event: "change", value: number) => void);
|
|
62
62
|
bem: {
|
|
63
63
|
b: (blockSuffix?: string) => string;
|
|
64
64
|
e: (element?: string) => string;
|
|
@@ -813,8 +813,8 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
813
813
|
detailed: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
814
814
|
integer: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64") | (() => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64" | null) | ((new (...args: any[]) => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64") | (() => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64" | null))[], unknown, unknown, null, boolean>;
|
|
815
815
|
}>> & {
|
|
816
|
-
onChange?: ((value: number) => any) | undefined;
|
|
817
816
|
"onUpdate:value"?: ((value: number) => any) | undefined;
|
|
817
|
+
onChange?: ((value: number) => any) | undefined;
|
|
818
818
|
}, {
|
|
819
819
|
integer: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64") | (() => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64" | null) | ((new (...args: any[]) => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64") | (() => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64" | null))[], unknown, unknown>;
|
|
820
820
|
value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType | undefined) | ((new (...args: any[]) => string | number) | (() => import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType | undefined))[], unknown, unknown>;
|
|
@@ -838,8 +838,8 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
838
838
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
839
839
|
readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => string[], boolean>;
|
|
840
840
|
}>> & {
|
|
841
|
-
onChange?: ((value: import("ll-plus/es/utils").Nullable<number>[]) => any) | undefined;
|
|
842
841
|
"onUpdate:value"?: ((value: import("ll-plus/es/utils").Nullable<number>[]) => any) | undefined;
|
|
842
|
+
onChange?: ((value: import("ll-plus/es/utils").Nullable<number>[]) => any) | undefined;
|
|
843
843
|
}, {
|
|
844
844
|
readonly value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ll-plus/es/utils").Nullable<number>[]) | (() => import("ll-plus/es/utils").Nullable<number>[] | null) | ((new (...args: any[]) => import("ll-plus/es/utils").Nullable<number>[]) | (() => import("ll-plus/es/utils").Nullable<number>[] | null))[], unknown, unknown>;
|
|
845
845
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -19,10 +19,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
readonly min?: number | undefined;
|
|
20
20
|
readonly max?: number | undefined;
|
|
21
21
|
readonly precision?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number) | (() => number | undefined) | ((new (...args: any[]) => number) | (() => number | undefined))[], unknown, unknown>;
|
|
22
|
-
readonly onChange?: ((value: Nullable<number>[]) => any) | undefined;
|
|
23
22
|
readonly "onUpdate:value"?: ((value: Nullable<number>[]) => any) | undefined;
|
|
23
|
+
readonly onChange?: ((value: Nullable<number>[]) => any) | undefined;
|
|
24
24
|
} & {}>;
|
|
25
|
-
emits: ((event: "
|
|
25
|
+
emits: ((event: "update:value", value: Nullable<number>[]) => void) & ((event: "change", value: Nullable<number>[]) => void);
|
|
26
26
|
bem: {
|
|
27
27
|
b: (blockSuffix?: string) => string;
|
|
28
28
|
e: (element?: string) => string;
|
|
@@ -55,10 +55,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
readonly thousands: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
56
56
|
readonly isAmountChinese: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
57
57
|
readonly detailed: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
58
|
-
readonly onChange?: ((value: number) => any) | undefined;
|
|
59
58
|
readonly "onUpdate:value"?: ((value: number) => any) | undefined;
|
|
59
|
+
readonly onChange?: ((value: number) => any) | undefined;
|
|
60
60
|
} & {}>;
|
|
61
|
-
emit: ((event: "
|
|
61
|
+
emit: ((event: "update:value", value: number) => void) & ((event: "change", value: number) => void);
|
|
62
62
|
bem: {
|
|
63
63
|
b: (blockSuffix?: string) => string;
|
|
64
64
|
e: (element?: string) => string;
|
|
@@ -813,8 +813,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
813
813
|
detailed: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
814
814
|
integer: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64") | (() => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64" | null) | ((new (...args: any[]) => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64") | (() => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64" | null))[], unknown, unknown, null, boolean>;
|
|
815
815
|
}>> & {
|
|
816
|
-
onChange?: ((value: number) => any) | undefined;
|
|
817
816
|
"onUpdate:value"?: ((value: number) => any) | undefined;
|
|
817
|
+
onChange?: ((value: number) => any) | undefined;
|
|
818
818
|
}, {
|
|
819
819
|
integer: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64") | (() => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64" | null) | ((new (...args: any[]) => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64") | (() => "int8" | "int16" | "int32" | "int64" | "uint8" | "uint16" | "uint32" | "uint64" | null))[], unknown, unknown>;
|
|
820
820
|
value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType | undefined) | ((new (...args: any[]) => string | number) | (() => import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType | undefined))[], unknown, unknown>;
|
|
@@ -838,8 +838,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
838
838
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
839
839
|
readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => string[], boolean>;
|
|
840
840
|
}>> & {
|
|
841
|
-
onChange?: ((value: Nullable<number>[]) => any) | undefined;
|
|
842
841
|
"onUpdate:value"?: ((value: Nullable<number>[]) => any) | undefined;
|
|
842
|
+
onChange?: ((value: Nullable<number>[]) => any) | undefined;
|
|
843
843
|
}, {
|
|
844
844
|
readonly value: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Nullable<number>[]) | (() => Nullable<number>[] | null) | ((new (...args: any[]) => Nullable<number>[]) | (() => Nullable<number>[] | null))[], unknown, unknown>;
|
|
845
845
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -40,9 +40,9 @@ export declare const LlOperateIcon: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
40
40
|
showIconList: import("vue").Ref<{
|
|
41
41
|
readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
42
|
readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
44
|
-
readonly onClick?: Function | undefined;
|
|
45
43
|
readonly data?: any;
|
|
44
|
+
readonly onClick?: Function | undefined;
|
|
45
|
+
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
46
46
|
readonly iconName?: string | undefined;
|
|
47
47
|
readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
|
|
48
48
|
readonly tooltipTitle?: string | undefined;
|
|
@@ -51,9 +51,9 @@ export declare const LlOperateIcon: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
51
51
|
modalIconList: import("vue").Ref<{
|
|
52
52
|
readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
53
53
|
readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
54
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
55
|
-
readonly onClick?: Function | undefined;
|
|
56
54
|
readonly data?: any;
|
|
55
|
+
readonly onClick?: Function | undefined;
|
|
56
|
+
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
57
57
|
readonly iconName?: string | undefined;
|
|
58
58
|
readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
|
|
59
59
|
readonly tooltipTitle?: string | undefined;
|
|
@@ -130,9 +130,9 @@ export declare const LlOperateIcon: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
130
130
|
props: import("@vue/shared").LooseRequired<{
|
|
131
131
|
readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
132
132
|
readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
133
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
134
|
-
readonly onClick?: Function | undefined;
|
|
135
133
|
readonly data?: any;
|
|
134
|
+
readonly onClick?: Function | undefined;
|
|
135
|
+
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
136
136
|
readonly iconName?: string | undefined;
|
|
137
137
|
readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
|
|
138
138
|
readonly tooltipTitle?: string | undefined;
|
|
@@ -40,9 +40,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
showIconList: import("vue").Ref<{
|
|
41
41
|
readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
42
|
readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
44
|
-
readonly onClick?: Function | undefined;
|
|
45
43
|
readonly data?: any;
|
|
44
|
+
readonly onClick?: Function | undefined;
|
|
45
|
+
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
46
46
|
readonly iconName?: string | undefined;
|
|
47
47
|
readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
|
|
48
48
|
readonly tooltipTitle?: string | undefined;
|
|
@@ -51,9 +51,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
modalIconList: import("vue").Ref<{
|
|
52
52
|
readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
53
53
|
readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
54
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
55
|
-
readonly onClick?: Function | undefined;
|
|
56
54
|
readonly data?: any;
|
|
55
|
+
readonly onClick?: Function | undefined;
|
|
56
|
+
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
57
57
|
readonly iconName?: string | undefined;
|
|
58
58
|
readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
|
|
59
59
|
readonly tooltipTitle?: string | undefined;
|
|
@@ -130,9 +130,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
130
|
props: import("@vue/shared").LooseRequired<{
|
|
131
131
|
readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
132
132
|
readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
133
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
134
|
-
readonly onClick?: Function | undefined;
|
|
135
133
|
readonly data?: any;
|
|
134
|
+
readonly onClick?: Function | undefined;
|
|
135
|
+
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
136
136
|
readonly iconName?: string | undefined;
|
|
137
137
|
readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
|
|
138
138
|
readonly tooltipTitle?: string | undefined;
|
|
@@ -33,8 +33,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
33
33
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
34
34
|
};
|
|
35
35
|
mode: {
|
|
36
|
-
type: import("vue").PropType<"
|
|
37
|
-
default: "
|
|
36
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
37
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
38
38
|
};
|
|
39
39
|
bordered: {
|
|
40
40
|
type: BooleanConstructor;
|
|
@@ -199,8 +199,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
199
199
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
200
200
|
};
|
|
201
201
|
mode: {
|
|
202
|
-
type: import("vue").PropType<"
|
|
203
|
-
default: "
|
|
202
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
203
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
204
204
|
};
|
|
205
205
|
bordered: {
|
|
206
206
|
type: BooleanConstructor;
|
|
@@ -351,7 +351,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
351
351
|
}>>, {
|
|
352
352
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
353
353
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
354
|
-
mode: "
|
|
354
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
355
355
|
open: boolean;
|
|
356
356
|
disabled: boolean;
|
|
357
357
|
autofocus: boolean;
|
|
@@ -409,8 +409,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
409
409
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
410
410
|
};
|
|
411
411
|
mode: {
|
|
412
|
-
type: import("vue").PropType<"
|
|
413
|
-
default: "
|
|
412
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
413
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
414
414
|
};
|
|
415
415
|
bordered: {
|
|
416
416
|
type: BooleanConstructor;
|
|
@@ -561,7 +561,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
561
561
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
562
562
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
563
563
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
564
|
-
mode: "
|
|
564
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
565
565
|
open: boolean;
|
|
566
566
|
disabled: boolean;
|
|
567
567
|
autofocus: boolean;
|
|
@@ -603,8 +603,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
603
603
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
604
604
|
};
|
|
605
605
|
mode: {
|
|
606
|
-
type: import("vue").PropType<"
|
|
607
|
-
default: "
|
|
606
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
607
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
608
608
|
};
|
|
609
609
|
bordered: {
|
|
610
610
|
type: BooleanConstructor;
|
|
@@ -755,7 +755,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
755
755
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
756
756
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
757
757
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
758
|
-
mode: "
|
|
758
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
759
759
|
open: boolean;
|
|
760
760
|
disabled: boolean;
|
|
761
761
|
autofocus: boolean;
|
|
@@ -30,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
30
30
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
31
31
|
};
|
|
32
32
|
mode: {
|
|
33
|
-
type: import("vue").PropType<"
|
|
34
|
-
default: "
|
|
33
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
34
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
35
35
|
};
|
|
36
36
|
bordered: {
|
|
37
37
|
type: BooleanConstructor;
|
|
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
196
196
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
197
197
|
};
|
|
198
198
|
mode: {
|
|
199
|
-
type: import("vue").PropType<"
|
|
200
|
-
default: "
|
|
199
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
200
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
201
201
|
};
|
|
202
202
|
bordered: {
|
|
203
203
|
type: BooleanConstructor;
|
|
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
348
348
|
}>>, {
|
|
349
349
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
350
350
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
351
|
-
mode: "
|
|
351
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
352
352
|
open: boolean;
|
|
353
353
|
disabled: boolean;
|
|
354
354
|
autofocus: boolean;
|
|
@@ -406,8 +406,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
406
406
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
407
407
|
};
|
|
408
408
|
mode: {
|
|
409
|
-
type: import("vue").PropType<"
|
|
410
|
-
default: "
|
|
409
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
410
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
411
411
|
};
|
|
412
412
|
bordered: {
|
|
413
413
|
type: BooleanConstructor;
|
|
@@ -558,7 +558,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
558
558
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
559
559
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
560
560
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
561
|
-
mode: "
|
|
561
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
562
562
|
open: boolean;
|
|
563
563
|
disabled: boolean;
|
|
564
564
|
autofocus: boolean;
|
|
@@ -600,8 +600,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
600
600
|
default: import("ant-design-vue/es/button").ButtonSize;
|
|
601
601
|
};
|
|
602
602
|
mode: {
|
|
603
|
-
type: import("vue").PropType<"
|
|
604
|
-
default: "
|
|
603
|
+
type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
604
|
+
default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
605
605
|
};
|
|
606
606
|
bordered: {
|
|
607
607
|
type: BooleanConstructor;
|
|
@@ -752,7 +752,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
752
752
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
753
753
|
size: import("ant-design-vue/es/button").ButtonSize;
|
|
754
754
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
755
|
-
mode: "
|
|
755
|
+
mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
756
756
|
open: boolean;
|
|
757
757
|
disabled: boolean;
|
|
758
758
|
autofocus: boolean;
|
|
@@ -7,8 +7,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
7
7
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
8
8
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
9
9
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
10
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
11
10
|
readonly dataSource: any[];
|
|
11
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
12
12
|
readonly settingKey: string;
|
|
13
13
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14
14
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -25,8 +25,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
25
25
|
readonly resizeColumn?: Function | undefined;
|
|
26
26
|
readonly dragChange?: Function | undefined;
|
|
27
27
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
28
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
29
28
|
readonly dataSource: any[];
|
|
29
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
30
30
|
readonly settingKey: string;
|
|
31
31
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
32
32
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -245,8 +245,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
245
245
|
};
|
|
246
246
|
}, {
|
|
247
247
|
props: import("@vue/shared").LooseRequired<{
|
|
248
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
249
248
|
readonly dataSource: any[];
|
|
249
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
250
250
|
readonly settingKey: string;
|
|
251
251
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
252
252
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -442,8 +442,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
442
442
|
}>> & {
|
|
443
443
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
446
445
|
readonly dataSource: any[];
|
|
446
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
447
447
|
readonly settingKey: string;
|
|
448
448
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
449
449
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -529,8 +529,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
529
529
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
530
530
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
531
531
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
532
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
533
532
|
readonly dataSource: any[];
|
|
533
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
534
534
|
readonly settingKey: string;
|
|
535
535
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
536
536
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -547,8 +547,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
547
547
|
readonly resizeColumn?: Function | undefined;
|
|
548
548
|
readonly dragChange?: Function | undefined;
|
|
549
549
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
550
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
551
550
|
readonly dataSource: any[];
|
|
551
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
552
552
|
readonly settingKey: string;
|
|
553
553
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
554
554
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -67,8 +67,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
};
|
|
68
68
|
}, {
|
|
69
69
|
props: import("@vue/shared").LooseRequired<{
|
|
70
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
71
70
|
readonly dataSource: any[];
|
|
71
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
72
72
|
readonly settingKey: string;
|
|
73
73
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
74
74
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -264,8 +264,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
264
|
}>> & {
|
|
265
265
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
266
266
|
}, {
|
|
267
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
268
267
|
readonly dataSource: any[];
|
|
268
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
269
269
|
readonly settingKey: string;
|
|
270
270
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
271
271
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9,8 +9,8 @@ export declare const tableProps: {
|
|
|
9
9
|
readonly menuSwitchOptions: import("./header-search").IMenuSwitchOptions;
|
|
10
10
|
} & {}) | (() => TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
11
11
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
12
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
13
12
|
readonly dataSource: any[];
|
|
13
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
14
14
|
readonly settingKey: string;
|
|
15
15
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16
16
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -27,8 +27,8 @@ export declare const tableProps: {
|
|
|
27
27
|
readonly resizeColumn?: Function | undefined;
|
|
28
28
|
readonly dragChange?: Function | undefined;
|
|
29
29
|
}) | (() => MainTableProps) | ((new (...args: any[]) => {
|
|
30
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
31
30
|
readonly dataSource: any[];
|
|
31
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
32
32
|
readonly settingKey: string;
|
|
33
33
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
34
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|