ll-plus 2.3.2 → 2.3.4
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 +303 -303
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- 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 +4 -4
- package/es/components/api-component/index.d.ts +36 -36
- package/es/components/api-component/src/api-component.vue.d.ts +36 -36
- 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 +7 -7
- package/es/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/es/components/api-component/src/components/params-table.vue.d.ts +22 -22
- 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 +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- 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/easy-cron/index.d.ts +86 -86
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- 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 +1 -1
- package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/index.d.ts +14322 -8
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +4544 -0
- package/es/components/key-value/src/components/key-value-item.vue2.mjs +25 -21
- package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/components/key-value/src/config/key-value-item.d.ts +24 -0
- package/es/components/key-value/src/config/key-value-item.mjs +12 -0
- package/es/components/key-value/src/config/key-value-item.mjs.map +1 -1
- package/es/components/key-value/src/config/key-value.d.ts +1 -0
- package/es/components/key-value/src/config/key-value.mjs +4 -0
- package/es/components/key-value/src/config/key-value.mjs.map +1 -1
- package/es/components/key-value/src/key-value.vue.d.ts +14322 -8
- package/es/components/key-value/src/key-value.vue2.mjs +15 -2
- package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
- 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 +2 -2
- package/es/components/number-range/src/number-range.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +3 -3
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- 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 +18 -1
- 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 +14 -0
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- 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 +6 -6
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/es/components/uri-input/index.d.ts +2 -2
- package/es/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/index.full.js +87 -23
- package/index.full.min.js +14 -14
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +19 -19
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +87 -23
- package/lib/components/advanced-filtering/index.d.ts +303 -303
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- 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 +4 -4
- package/lib/components/api-component/index.d.ts +36 -36
- package/lib/components/api-component/src/api-component.vue.d.ts +36 -36
- 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 +7 -7
- package/lib/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/lib/components/api-component/src/components/params-table.vue.d.ts +22 -22
- 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 +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- 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/easy-cron/index.d.ts +86 -86
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- 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 +1 -1
- package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/index.d.ts +14322 -8
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +4544 -0
- package/lib/components/key-value/src/components/key-value-item.vue2.js +24 -20
- package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/components/key-value/src/config/key-value-item.d.ts +24 -0
- package/lib/components/key-value/src/config/key-value-item.js +12 -0
- package/lib/components/key-value/src/config/key-value-item.js.map +1 -1
- package/lib/components/key-value/src/config/key-value.d.ts +1 -0
- package/lib/components/key-value/src/config/key-value.js +4 -0
- package/lib/components/key-value/src/config/key-value.js.map +1 -1
- package/lib/components/key-value/src/key-value.vue.d.ts +14322 -8
- package/lib/components/key-value/src/key-value.vue2.js +15 -2
- package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
- 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 +2 -2
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +3 -3
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- 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 +18 -1
- 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 -0
- package/lib/components/table/src/table.vue2.js.map +1 -1
- 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 +6 -6
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/lib/components/uri-input/index.d.ts +2 -2
- package/lib/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +303 -303
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- 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 +4 -4
- package/types/packages/components/api-component/index.d.ts +36 -36
- package/types/packages/components/api-component/src/api-component.vue.d.ts +36 -36
- 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 +7 -7
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +22 -22
- 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 +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- 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/easy-cron/index.d.ts +86 -86
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- 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 +1 -1
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
- 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/key-value/index.d.ts +14322 -8
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +4544 -0
- package/types/packages/components/key-value/src/config/key-value-item.d.ts +24 -0
- package/types/packages/components/key-value/src/config/key-value.d.ts +1 -0
- package/types/packages/components/key-value/src/key-value.vue.d.ts +14322 -8
- 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 +2 -2
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +3 -3
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- 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/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 +6 -6
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/types/packages/components/uri-input/index.d.ts +2 -2
- package/types/packages/components/uri-input/src/uri-input.vue.d.ts +2 -2
|
@@ -17,14 +17,14 @@ export declare const treeSearchProps: {
|
|
|
17
17
|
readonly modalConfigProps: {
|
|
18
18
|
readonly type: import("vue").PropType<{
|
|
19
19
|
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>;
|
|
20
|
-
readonly title: string;
|
|
21
20
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
|
-
readonly
|
|
21
|
+
readonly title: string;
|
|
23
22
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
23
|
readonly wrapClassName: string;
|
|
25
24
|
readonly class: string;
|
|
26
25
|
readonly cancelText: string;
|
|
27
26
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
27
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
28
28
|
readonly confirmText: string;
|
|
29
29
|
}>;
|
|
30
30
|
readonly required: false;
|
|
@@ -33,12 +33,12 @@ export declare const treeSearchProps: {
|
|
|
33
33
|
};
|
|
34
34
|
readonly drawerConfigProps: {
|
|
35
35
|
readonly type: import("vue").PropType<{
|
|
36
|
-
readonly title: string;
|
|
37
36
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
|
-
readonly
|
|
37
|
+
readonly title: string;
|
|
39
38
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
39
|
readonly cancelText: string;
|
|
41
40
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
42
|
readonly confirmText: string;
|
|
43
43
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
44
44
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13,14 +13,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
readonly modalConfigProps: {
|
|
14
14
|
readonly type: import("vue").PropType<{
|
|
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
|
}>;
|
|
26
26
|
readonly required: false;
|
|
@@ -29,12 +29,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
};
|
|
30
30
|
readonly drawerConfigProps: {
|
|
31
31
|
readonly type: import("vue").PropType<{
|
|
32
|
-
readonly title: string;
|
|
33
32
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
|
-
readonly
|
|
33
|
+
readonly title: string;
|
|
35
34
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
36
35
|
readonly cancelText: string;
|
|
37
36
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
37
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
38
|
readonly confirmText: string;
|
|
39
39
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
40
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -64,36 +64,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
readonly expandedKeys?: string[] | undefined;
|
|
65
65
|
readonly modalConfigProps?: {
|
|
66
66
|
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>;
|
|
67
|
-
readonly title: string;
|
|
68
67
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
69
|
-
readonly
|
|
68
|
+
readonly title: string;
|
|
70
69
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
70
|
readonly wrapClassName: string;
|
|
72
71
|
readonly class: string;
|
|
73
72
|
readonly cancelText: string;
|
|
74
73
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
74
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
75
75
|
readonly confirmText: string;
|
|
76
76
|
} | undefined;
|
|
77
77
|
readonly drawerConfigProps?: {
|
|
78
|
-
readonly title: string;
|
|
79
78
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
-
readonly
|
|
79
|
+
readonly title: string;
|
|
81
80
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
82
81
|
readonly cancelText: string;
|
|
83
82
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
83
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
84
|
readonly confirmText: string;
|
|
85
85
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
86
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
87
87
|
readonly cancelConfirmOptions: Record<string, any>;
|
|
88
88
|
} | undefined;
|
|
89
|
-
readonly onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
90
|
-
readonly onClose?: (() => any) | undefined;
|
|
91
89
|
readonly onOk?: (() => any) | undefined;
|
|
90
|
+
readonly onClose?: (() => any) | undefined;
|
|
91
|
+
readonly onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
92
92
|
readonly onExpand?: ((expandedKeys: string[], data: any) => any) | undefined;
|
|
93
93
|
readonly onCancel?: (() => any) | undefined;
|
|
94
94
|
readonly onClickAdd?: (() => any) | undefined;
|
|
95
95
|
} & {}>;
|
|
96
|
-
emits: ((event: "
|
|
96
|
+
emits: ((event: "ok") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "close") => void) & ((event: "cancel") => void) & ((event: "expand", expandedKeys: string[], data: any) => void) & ((event: "clickAdd") => void);
|
|
97
97
|
isCollapseMenu: import("vue").Ref<boolean>;
|
|
98
98
|
newExpandedKeys: import("vue").Ref<string[]>;
|
|
99
99
|
searchValue: import("vue").Ref<string>;
|
|
@@ -321,14 +321,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
321
321
|
readonly modalConfigProps: {
|
|
322
322
|
readonly type: import("vue").PropType<{
|
|
323
323
|
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>;
|
|
324
|
-
readonly title: string;
|
|
325
324
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
326
|
-
readonly
|
|
325
|
+
readonly title: string;
|
|
327
326
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
328
327
|
readonly wrapClassName: string;
|
|
329
328
|
readonly class: string;
|
|
330
329
|
readonly cancelText: string;
|
|
331
330
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
332
332
|
readonly confirmText: string;
|
|
333
333
|
}>;
|
|
334
334
|
readonly required: false;
|
|
@@ -337,12 +337,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
337
337
|
};
|
|
338
338
|
readonly drawerConfigProps: {
|
|
339
339
|
readonly type: import("vue").PropType<{
|
|
340
|
-
readonly title: string;
|
|
341
340
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
342
|
-
readonly
|
|
341
|
+
readonly title: string;
|
|
343
342
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
343
|
readonly cancelText: string;
|
|
345
344
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
345
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
346
346
|
readonly confirmText: string;
|
|
347
347
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
348
348
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -360,9 +360,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
360
360
|
};
|
|
361
361
|
readonly onSearchInputChange: import("ll-plus/es/utils").EpPropFinalized<FunctionConstructor, unknown, unknown, (v: string) => boolean, boolean>;
|
|
362
362
|
}>> & {
|
|
363
|
-
onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
364
|
-
onClose?: (() => any) | undefined;
|
|
365
363
|
onOk?: (() => any) | undefined;
|
|
364
|
+
onClose?: (() => any) | undefined;
|
|
365
|
+
onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
366
366
|
onExpand?: ((expandedKeys: string[], data: any) => any) | undefined;
|
|
367
367
|
onCancel?: (() => any) | undefined;
|
|
368
368
|
onClickAdd?: (() => any) | undefined;
|
|
@@ -28,18 +28,18 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
28
28
|
[x: string]: unknown;
|
|
29
29
|
};
|
|
30
30
|
props: import("@vue/shared").LooseRequired<{
|
|
31
|
-
readonly value: unknown[];
|
|
32
31
|
readonly disabled: boolean;
|
|
32
|
+
readonly value: unknown[];
|
|
33
33
|
readonly accept: string;
|
|
34
34
|
readonly multiple: boolean;
|
|
35
35
|
readonly tip: string;
|
|
36
36
|
readonly fileSize: number;
|
|
37
37
|
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
38
|
-
readonly onConfirm?: ((...args: any[]) => any) | undefined;
|
|
39
38
|
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
readonly onConfirm?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
} & {}>;
|
|
42
|
-
emits: (event: "update:value" | "
|
|
42
|
+
emits: (event: "update:value" | "customRequest" | "confirm" | "cancel", ...args: any[]) => void;
|
|
43
43
|
bem: {
|
|
44
44
|
b: (blockSuffix?: string) => string;
|
|
45
45
|
e: (element?: string) => string;
|
|
@@ -61,7 +61,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
61
61
|
handleDragReject: () => void;
|
|
62
62
|
handleClickCancelBtn: () => void;
|
|
63
63
|
handleClickOkBtn: () => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "
|
|
64
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "customRequest" | "confirm" | "cancel")[], "update:value" | "customRequest" | "confirm" | "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
value: {
|
|
66
66
|
type: ArrayConstructor;
|
|
67
67
|
default: () => never[];
|
|
@@ -88,12 +88,12 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
88
88
|
};
|
|
89
89
|
}>> & {
|
|
90
90
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
91
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
92
91
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
}, {
|
|
95
|
-
value: unknown[];
|
|
96
95
|
disabled: boolean;
|
|
96
|
+
value: unknown[];
|
|
97
97
|
accept: string;
|
|
98
98
|
multiple: boolean;
|
|
99
99
|
tip: string;
|
|
@@ -28,18 +28,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
[x: string]: unknown;
|
|
29
29
|
};
|
|
30
30
|
props: import("@vue/shared").LooseRequired<{
|
|
31
|
-
readonly value: unknown[];
|
|
32
31
|
readonly disabled: boolean;
|
|
32
|
+
readonly value: unknown[];
|
|
33
33
|
readonly accept: string;
|
|
34
34
|
readonly multiple: boolean;
|
|
35
35
|
readonly tip: string;
|
|
36
36
|
readonly fileSize: number;
|
|
37
37
|
readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
38
|
-
readonly onConfirm?: ((...args: any[]) => any) | undefined;
|
|
39
38
|
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
readonly onConfirm?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
} & {}>;
|
|
42
|
-
emits: (event: "update:value" | "
|
|
42
|
+
emits: (event: "update:value" | "customRequest" | "confirm" | "cancel", ...args: any[]) => void;
|
|
43
43
|
bem: {
|
|
44
44
|
b: (blockSuffix?: string) => string;
|
|
45
45
|
e: (element?: string) => string;
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
handleDragReject: () => void;
|
|
62
62
|
handleClickCancelBtn: () => void;
|
|
63
63
|
handleClickOkBtn: () => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "
|
|
64
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "customRequest" | "confirm" | "cancel")[], "update:value" | "customRequest" | "confirm" | "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
value: {
|
|
66
66
|
type: ArrayConstructor;
|
|
67
67
|
default: () => never[];
|
|
@@ -88,12 +88,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
};
|
|
89
89
|
}>> & {
|
|
90
90
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
91
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
92
91
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
}, {
|
|
95
|
-
value: unknown[];
|
|
96
95
|
disabled: boolean;
|
|
96
|
+
value: unknown[];
|
|
97
97
|
accept: string;
|
|
98
98
|
multiple: boolean;
|
|
99
99
|
tip: string;
|
|
@@ -8,8 +8,8 @@ export declare const LlUriInput: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8
8
|
readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "请输入", boolean>;
|
|
9
9
|
}, {
|
|
10
10
|
props: import("@vue/shared").LooseRequired<{
|
|
11
|
-
readonly value: any;
|
|
12
11
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12
|
+
readonly value: any;
|
|
13
13
|
readonly placeholder: string;
|
|
14
14
|
readonly suffix: string;
|
|
15
15
|
readonly onChange?: ((value: string) => any) | undefined;
|
|
@@ -41,8 +41,8 @@ export declare const LlUriInput: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
41
41
|
onChange?: ((value: string) => any) | undefined;
|
|
42
42
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
43
43
|
}, {
|
|
44
|
-
readonly value: any;
|
|
45
44
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
|
+
readonly value: any;
|
|
46
46
|
readonly placeholder: string;
|
|
47
47
|
readonly suffix: string;
|
|
48
48
|
}, {}>>;
|
|
@@ -5,8 +5,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "请输入", boolean>;
|
|
6
6
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
|
-
readonly value: any;
|
|
9
8
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9
|
+
readonly value: any;
|
|
10
10
|
readonly placeholder: string;
|
|
11
11
|
readonly suffix: string;
|
|
12
12
|
readonly onChange?: ((value: string) => any) | undefined;
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
onChange?: ((value: string) => any) | undefined;
|
|
39
39
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
40
40
|
}, {
|
|
41
|
-
readonly value: any;
|
|
42
41
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
+
readonly value: any;
|
|
43
43
|
readonly placeholder: string;
|
|
44
44
|
readonly suffix: string;
|
|
45
45
|
}, {}>;
|
package/index.full.js
CHANGED
|
@@ -58249,6 +58249,10 @@
|
|
|
58249
58249
|
disabledAdd: {
|
|
58250
58250
|
type: Boolean,
|
|
58251
58251
|
default: false
|
|
58252
|
+
},
|
|
58253
|
+
validate: {
|
|
58254
|
+
type: Boolean,
|
|
58255
|
+
default: false
|
|
58252
58256
|
}
|
|
58253
58257
|
});
|
|
58254
58258
|
const keyValueEmits = {
|
|
@@ -58296,6 +58300,18 @@
|
|
|
58296
58300
|
disabledDelete: {
|
|
58297
58301
|
type: definePropType(Array)
|
|
58298
58302
|
},
|
|
58303
|
+
keyValueType: {
|
|
58304
|
+
type: definePropType(String)
|
|
58305
|
+
},
|
|
58306
|
+
keyType: {
|
|
58307
|
+
type: definePropType(Object)
|
|
58308
|
+
},
|
|
58309
|
+
keyTypes: {
|
|
58310
|
+
type: definePropType(Array)
|
|
58311
|
+
},
|
|
58312
|
+
valueType: {
|
|
58313
|
+
type: definePropType(Object)
|
|
58314
|
+
},
|
|
58299
58315
|
value: {
|
|
58300
58316
|
type: definePropType(Object),
|
|
58301
58317
|
default: () => ({
|
|
@@ -58329,26 +58345,19 @@
|
|
|
58329
58345
|
__name: "key-value-item",
|
|
58330
58346
|
props: keyValueItemProps,
|
|
58331
58347
|
emits: keyValueItemEmits,
|
|
58332
|
-
setup(__props, { emit: __emit }) {
|
|
58348
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
58333
58349
|
const props = __props;
|
|
58334
58350
|
const emits = __emit;
|
|
58335
58351
|
const attrs = require$$0.useAttrs();
|
|
58336
58352
|
const bem = createNamespace("key-value");
|
|
58337
58353
|
const innerValue = require$$0.ref(props.value);
|
|
58354
|
+
const form = require$$0.ref();
|
|
58338
58355
|
const getKeyType = require$$0.computed(() => {
|
|
58339
|
-
const option =
|
|
58340
|
-
type: "input",
|
|
58341
|
-
placeholder: "\u8BF7\u8F93\u5165",
|
|
58342
|
-
rule: typeRules || []
|
|
58343
|
-
};
|
|
58356
|
+
const option = props.keyType;
|
|
58344
58357
|
return option;
|
|
58345
58358
|
});
|
|
58346
58359
|
const getValueType = require$$0.computed(() => {
|
|
58347
|
-
let option =
|
|
58348
|
-
type: "input",
|
|
58349
|
-
placeholder: "\u8BF7\u8F93\u5165",
|
|
58350
|
-
rule: []
|
|
58351
|
-
};
|
|
58360
|
+
let option = props.valueType;
|
|
58352
58361
|
if (innerValue.value["key"] && !isEmpty(props.keyValueTypeDict)) {
|
|
58353
58362
|
option = props.keyValueTypeDict[innerValue.value["key"]];
|
|
58354
58363
|
}
|
|
@@ -58367,7 +58376,13 @@
|
|
|
58367
58376
|
emits("delete");
|
|
58368
58377
|
};
|
|
58369
58378
|
const handleChange = () => {
|
|
58370
|
-
innerValue.value["value"] =
|
|
58379
|
+
innerValue.value["value"] = null;
|
|
58380
|
+
};
|
|
58381
|
+
const validate = async () => {
|
|
58382
|
+
return await form.value?.validate();
|
|
58383
|
+
};
|
|
58384
|
+
const resetFields = async () => {
|
|
58385
|
+
return await form.value?.resetFields();
|
|
58371
58386
|
};
|
|
58372
58387
|
require$$0.watch(
|
|
58373
58388
|
innerValue,
|
|
@@ -58385,6 +58400,10 @@
|
|
|
58385
58400
|
deep: true
|
|
58386
58401
|
}
|
|
58387
58402
|
);
|
|
58403
|
+
__expose({
|
|
58404
|
+
validate,
|
|
58405
|
+
resetFields
|
|
58406
|
+
});
|
|
58388
58407
|
return (_ctx, _cache) => {
|
|
58389
58408
|
const _component_ll_select = require$$0.resolveComponent("ll-select");
|
|
58390
58409
|
const _component_ll_form_item = require$$0.resolveComponent("ll-form-item");
|
|
@@ -58393,7 +58412,8 @@
|
|
|
58393
58412
|
const _component_a_popconfirm = require$$0.resolveComponent("a-popconfirm");
|
|
58394
58413
|
const _component_ll_form = require$$0.resolveComponent("ll-form");
|
|
58395
58414
|
return require$$0.openBlock(), require$$0.createBlock(_component_ll_form, {
|
|
58396
|
-
|
|
58415
|
+
ref_key: "form",
|
|
58416
|
+
ref: form,
|
|
58397
58417
|
"form-columns": require$$0.unref(formColumns),
|
|
58398
58418
|
"form-data": props.value,
|
|
58399
58419
|
"form-options": require$$0.unref(formOptions)
|
|
@@ -58406,7 +58426,7 @@
|
|
|
58406
58426
|
class: require$$0.normalizeClass(require$$0.unref(bem).e("item"))
|
|
58407
58427
|
},
|
|
58408
58428
|
[
|
|
58409
|
-
|
|
58429
|
+
props.keyValueType !== "single" ? (require$$0.openBlock(), require$$0.createElementBlock(
|
|
58410
58430
|
"div",
|
|
58411
58431
|
{
|
|
58412
58432
|
key: 0,
|
|
@@ -58418,16 +58438,16 @@
|
|
|
58418
58438
|
"label-col": {
|
|
58419
58439
|
span: 24
|
|
58420
58440
|
},
|
|
58421
|
-
rules: getKeyType.value.
|
|
58441
|
+
rules: getKeyType.value.rules || [],
|
|
58422
58442
|
name: "key"
|
|
58423
58443
|
}, {
|
|
58424
58444
|
default: require$$0.withCtx(() => [
|
|
58425
58445
|
require$$0.renderSlot(_ctx.$slots, "key", {}, () => [
|
|
58426
|
-
!require$$0.unref(isEmpty)(
|
|
58446
|
+
!require$$0.unref(isEmpty)(props.keyTypes) ? (require$$0.openBlock(), require$$0.createBlock(_component_ll_select, {
|
|
58427
58447
|
key: 0,
|
|
58428
58448
|
value: innerValue.value["key"],
|
|
58429
58449
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => innerValue.value["key"] = $event),
|
|
58430
|
-
options:
|
|
58450
|
+
options: props.keyTypes,
|
|
58431
58451
|
disabled: getKeyDisabled.value,
|
|
58432
58452
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
58433
58453
|
"allow-clear": "",
|
|
@@ -58461,7 +58481,7 @@
|
|
|
58461
58481
|
2
|
|
58462
58482
|
/* CLASS */
|
|
58463
58483
|
)) : require$$0.createCommentVNode("v-if", true),
|
|
58464
|
-
|
|
58484
|
+
props.keyValueType !== "single" ? (require$$0.openBlock(), require$$0.createElementBlock(
|
|
58465
58485
|
"div",
|
|
58466
58486
|
{
|
|
58467
58487
|
key: 1,
|
|
@@ -58489,7 +58509,7 @@
|
|
|
58489
58509
|
"label-col": {
|
|
58490
58510
|
span: 24
|
|
58491
58511
|
},
|
|
58492
|
-
|
|
58512
|
+
rules: getValueType.value.rules || [],
|
|
58493
58513
|
name: "value"
|
|
58494
58514
|
}, {
|
|
58495
58515
|
default: require$$0.withCtx(() => [
|
|
@@ -58516,7 +58536,7 @@
|
|
|
58516
58536
|
]),
|
|
58517
58537
|
_: 3
|
|
58518
58538
|
/* FORWARDED */
|
|
58519
|
-
}, 8, ["label", "
|
|
58539
|
+
}, 8, ["label", "rules"])
|
|
58520
58540
|
],
|
|
58521
58541
|
2
|
|
58522
58542
|
/* CLASS */
|
|
@@ -58584,7 +58604,7 @@
|
|
|
58584
58604
|
__name: "key-value",
|
|
58585
58605
|
props: keyValueProps,
|
|
58586
58606
|
emits: keyValueEmits,
|
|
58587
|
-
setup(__props, { emit: __emit }) {
|
|
58607
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
58588
58608
|
const props = __props;
|
|
58589
58609
|
const emits = __emit;
|
|
58590
58610
|
const bem = createNamespace("key-value");
|
|
@@ -58598,7 +58618,16 @@
|
|
|
58598
58618
|
});
|
|
58599
58619
|
return obj;
|
|
58600
58620
|
});
|
|
58601
|
-
const
|
|
58621
|
+
const validate = async () => {
|
|
58622
|
+
return Promise.all(keyValueItems.value.map((e) => e.validate()));
|
|
58623
|
+
};
|
|
58624
|
+
const resetFields = async () => {
|
|
58625
|
+
return Promise.all(keyValueItems.value.map((e) => e.resetFields()));
|
|
58626
|
+
};
|
|
58627
|
+
const handleAddItem = async () => {
|
|
58628
|
+
const valid = await validate();
|
|
58629
|
+
if (props.validate && !valid)
|
|
58630
|
+
return false;
|
|
58602
58631
|
innerValue.value.push(getKeyValueItem());
|
|
58603
58632
|
emits("add", {
|
|
58604
58633
|
index: innerValue.value.length - 1,
|
|
@@ -58631,6 +58660,10 @@
|
|
|
58631
58660
|
deep: true
|
|
58632
58661
|
}
|
|
58633
58662
|
);
|
|
58663
|
+
__expose({
|
|
58664
|
+
validate,
|
|
58665
|
+
resetFields
|
|
58666
|
+
});
|
|
58634
58667
|
return (_ctx, _cache) => {
|
|
58635
58668
|
const _component_ll_icon = require$$0.resolveComponent("ll-icon");
|
|
58636
58669
|
const _component_ll_button = require$$0.resolveComponent("ll-button");
|
|
@@ -69103,7 +69136,10 @@
|
|
|
69103
69136
|
require$$0.createVNode(_component_a_checkbox, {
|
|
69104
69137
|
checked: element.isCheck,
|
|
69105
69138
|
onChange: (e) => {
|
|
69106
|
-
handleColumnItemChange(
|
|
69139
|
+
handleColumnItemChange(
|
|
69140
|
+
e.target?.checked,
|
|
69141
|
+
element
|
|
69142
|
+
);
|
|
69107
69143
|
}
|
|
69108
69144
|
}, {
|
|
69109
69145
|
default: require$$0.withCtx(() => [
|
|
@@ -69262,6 +69298,20 @@
|
|
|
69262
69298
|
require$$0.renderSlot(_ctx.$slots, "expandedRow", require$$0.normalizeProps(require$$0.guardReactiveProps(slots)))
|
|
69263
69299
|
]),
|
|
69264
69300
|
key: "0"
|
|
69301
|
+
} : void 0,
|
|
69302
|
+
_ctx.$slots.customFilterDropdown ? {
|
|
69303
|
+
name: "customFilterDropdown",
|
|
69304
|
+
fn: require$$0.withCtx((slots) => [
|
|
69305
|
+
require$$0.renderSlot(_ctx.$slots, "customFilterDropdown", require$$0.normalizeProps(require$$0.guardReactiveProps(slots)))
|
|
69306
|
+
]),
|
|
69307
|
+
key: "1"
|
|
69308
|
+
} : void 0,
|
|
69309
|
+
_ctx.$slots.summary ? {
|
|
69310
|
+
name: "summary",
|
|
69311
|
+
fn: require$$0.withCtx((slots) => [
|
|
69312
|
+
require$$0.renderSlot(_ctx.$slots, "summary", require$$0.normalizeProps(require$$0.guardReactiveProps(slots)))
|
|
69313
|
+
]),
|
|
69314
|
+
key: "2"
|
|
69265
69315
|
} : void 0
|
|
69266
69316
|
]), 1040, ["class", "columns", "data-source", "expanded-row-keys", "custom-row", "scroll", "onChange", "onExpandedRowsChange"]);
|
|
69267
69317
|
};
|
|
@@ -69410,6 +69460,20 @@
|
|
|
69410
69460
|
require$$0.renderSlot(_ctx.$slots, "expandedRow", require$$0.normalizeProps(require$$0.guardReactiveProps(slots)))
|
|
69411
69461
|
]),
|
|
69412
69462
|
key: "0"
|
|
69463
|
+
} : void 0,
|
|
69464
|
+
_ctx.$slots.customFilterDropdown ? {
|
|
69465
|
+
name: "customFilterDropdown",
|
|
69466
|
+
fn: require$$0.withCtx((slots) => [
|
|
69467
|
+
require$$0.renderSlot(_ctx.$slots, "customFilterDropdown", require$$0.normalizeProps(require$$0.guardReactiveProps(slots)))
|
|
69468
|
+
]),
|
|
69469
|
+
key: "1"
|
|
69470
|
+
} : void 0,
|
|
69471
|
+
_ctx.$slots.summary ? {
|
|
69472
|
+
name: "summary",
|
|
69473
|
+
fn: require$$0.withCtx((slots) => [
|
|
69474
|
+
require$$0.renderSlot(_ctx.$slots, "summary", require$$0.normalizeProps(require$$0.guardReactiveProps(slots)))
|
|
69475
|
+
]),
|
|
69476
|
+
key: "2"
|
|
69413
69477
|
} : void 0
|
|
69414
69478
|
]),
|
|
69415
69479
|
1040
|