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
|
@@ -14,21 +14,21 @@ export declare const checkboxGroupProps: {
|
|
|
14
14
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => option[]) | (() => option[]) | ((new (...args: any[]) => option[]) | (() => option[]))[], unknown, unknown, () => never[], boolean>;
|
|
15
15
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<ExtractPropTypes<{
|
|
16
16
|
align: {
|
|
17
|
-
type: import("vue").PropType<"
|
|
18
|
-
xs?: "
|
|
19
|
-
sm?: "
|
|
20
|
-
md?: "
|
|
21
|
-
lg?: "
|
|
22
|
-
xl?: "
|
|
23
|
-
xxl?: "
|
|
17
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
18
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
19
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
20
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
21
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
22
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
23
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
24
24
|
}>;
|
|
25
|
-
default: "
|
|
26
|
-
xs?: "
|
|
27
|
-
sm?: "
|
|
28
|
-
md?: "
|
|
29
|
-
lg?: "
|
|
30
|
-
xl?: "
|
|
31
|
-
xxl?: "
|
|
25
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
26
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
27
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
28
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
29
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
30
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
31
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
justify: {
|
|
@@ -60,21 +60,21 @@ export declare const checkboxGroupProps: {
|
|
|
60
60
|
};
|
|
61
61
|
}>>) | (() => Partial<ExtractPropTypes<{
|
|
62
62
|
align: {
|
|
63
|
-
type: import("vue").PropType<"
|
|
64
|
-
xs?: "
|
|
65
|
-
sm?: "
|
|
66
|
-
md?: "
|
|
67
|
-
lg?: "
|
|
68
|
-
xl?: "
|
|
69
|
-
xxl?: "
|
|
63
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
64
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
65
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
66
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
67
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
68
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
69
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
70
70
|
}>;
|
|
71
|
-
default: "
|
|
72
|
-
xs?: "
|
|
73
|
-
sm?: "
|
|
74
|
-
md?: "
|
|
75
|
-
lg?: "
|
|
76
|
-
xl?: "
|
|
77
|
-
xxl?: "
|
|
71
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
72
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
73
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
74
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
75
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
76
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
77
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
78
78
|
};
|
|
79
79
|
};
|
|
80
80
|
justify: {
|
|
@@ -106,21 +106,21 @@ export declare const checkboxGroupProps: {
|
|
|
106
106
|
};
|
|
107
107
|
}>>) | ((new (...args: any[]) => Partial<ExtractPropTypes<{
|
|
108
108
|
align: {
|
|
109
|
-
type: import("vue").PropType<"
|
|
110
|
-
xs?: "
|
|
111
|
-
sm?: "
|
|
112
|
-
md?: "
|
|
113
|
-
lg?: "
|
|
114
|
-
xl?: "
|
|
115
|
-
xxl?: "
|
|
109
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
110
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
111
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
112
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
113
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
114
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
115
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
116
116
|
}>;
|
|
117
|
-
default: "
|
|
118
|
-
xs?: "
|
|
119
|
-
sm?: "
|
|
120
|
-
md?: "
|
|
121
|
-
lg?: "
|
|
122
|
-
xl?: "
|
|
123
|
-
xxl?: "
|
|
117
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
118
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
119
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
120
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
121
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
122
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
123
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
126
|
justify: {
|
|
@@ -152,21 +152,21 @@ export declare const checkboxGroupProps: {
|
|
|
152
152
|
};
|
|
153
153
|
}>>) | (() => Partial<ExtractPropTypes<{
|
|
154
154
|
align: {
|
|
155
|
-
type: import("vue").PropType<"
|
|
156
|
-
xs?: "
|
|
157
|
-
sm?: "
|
|
158
|
-
md?: "
|
|
159
|
-
lg?: "
|
|
160
|
-
xl?: "
|
|
161
|
-
xxl?: "
|
|
155
|
+
type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
|
|
156
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
157
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
158
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
159
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
160
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
161
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
162
162
|
}>;
|
|
163
|
-
default: "
|
|
164
|
-
xs?: "
|
|
165
|
-
sm?: "
|
|
166
|
-
md?: "
|
|
167
|
-
lg?: "
|
|
168
|
-
xl?: "
|
|
169
|
-
xxl?: "
|
|
163
|
+
default: "bottom" | "top" | "middle" | "stretch" | {
|
|
164
|
+
xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
165
|
+
sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
166
|
+
md?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
167
|
+
lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
168
|
+
xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
169
|
+
xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
|
|
170
170
|
};
|
|
171
171
|
};
|
|
172
172
|
justify: {
|
|
@@ -14,11 +14,11 @@ export declare const LlCodeEditor: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
14
14
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
15
15
|
readonly theme: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./src/config").Theme) | ((new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./src/config").Theme))[], unknown, unknown>;
|
|
16
16
|
readonly language: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "javascript" | "typescript" | "html" | "css" | "json") | (() => import("./src/config").Language) | ((new (...args: any[]) => "javascript" | "typescript" | "html" | "css" | "json") | (() => import("./src/config").Language))[], unknown, unknown>;
|
|
17
|
-
readonly onChange?: ((value: string) => any) | undefined;
|
|
18
17
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
18
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
|
19
19
|
readonly "onEditor-mounted"?: ((editor: any) => any) | undefined;
|
|
20
20
|
} & {}>;
|
|
21
|
-
emits: ((event: "
|
|
21
|
+
emits: ((event: "update:value", value: string) => void) & ((event: "change", value: string) => void) & ((event: "editor-mounted", editor: any) => void);
|
|
22
22
|
bem: {
|
|
23
23
|
b: (blockSuffix?: string) => string;
|
|
24
24
|
e: (element?: string) => string;
|
|
@@ -45,8 +45,8 @@ export declare const LlCodeEditor: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
45
45
|
readonly theme: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./src/config").Theme) | ((new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./src/config").Theme))[], unknown, unknown, "vs", boolean>;
|
|
46
46
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").Options) | (() => import("./src/config").Options) | ((new (...args: any[]) => import("./src/config").Options) | (() => import("./src/config").Options))[], unknown, unknown, () => import("./src/config").Options, boolean>;
|
|
47
47
|
}>> & {
|
|
48
|
-
onChange?: ((value: string) => any) | undefined;
|
|
49
48
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
49
|
+
onChange?: ((value: string) => any) | undefined;
|
|
50
50
|
"onEditor-mounted"?: ((editor: any) => any) | undefined;
|
|
51
51
|
}, {
|
|
52
52
|
readonly value: string;
|
|
@@ -14,11 +14,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
15
15
|
readonly theme: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./config").Theme) | ((new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./config").Theme))[], unknown, unknown>;
|
|
16
16
|
readonly language: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "javascript" | "typescript" | "html" | "css" | "json") | (() => import("./config").Language) | ((new (...args: any[]) => "javascript" | "typescript" | "html" | "css" | "json") | (() => import("./config").Language))[], unknown, unknown>;
|
|
17
|
-
readonly onChange?: ((value: string) => any) | undefined;
|
|
18
17
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
18
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
|
19
19
|
readonly "onEditor-mounted"?: ((editor: any) => any) | undefined;
|
|
20
20
|
} & {}>;
|
|
21
|
-
emits: ((event: "
|
|
21
|
+
emits: ((event: "update:value", value: string) => void) & ((event: "change", value: string) => void) & ((event: "editor-mounted", editor: any) => void);
|
|
22
22
|
bem: {
|
|
23
23
|
b: (blockSuffix?: string) => string;
|
|
24
24
|
e: (element?: string) => string;
|
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
readonly theme: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./config").Theme) | ((new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./config").Theme))[], unknown, unknown, "vs", boolean>;
|
|
46
46
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").Options) | (() => import("./config").Options) | ((new (...args: any[]) => import("./config").Options) | (() => import("./config").Options))[], unknown, unknown, () => import("./config").Options, boolean>;
|
|
47
47
|
}>> & {
|
|
48
|
-
onChange?: ((value: string) => any) | undefined;
|
|
49
48
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
49
|
+
onChange?: ((value: string) => any) | undefined;
|
|
50
50
|
"onEditor-mounted"?: ((editor: any) => any) | undefined;
|
|
51
51
|
}, {
|
|
52
52
|
readonly value: string;
|
|
@@ -12,22 +12,22 @@ export declare const LlDrawer: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
12
12
|
readonly cancelConfirmOptions: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, null, boolean>;
|
|
13
13
|
}, {
|
|
14
14
|
props: import("@vue/shared").LooseRequired<{
|
|
15
|
-
readonly title: string;
|
|
16
15
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17
|
-
readonly
|
|
16
|
+
readonly title: string;
|
|
18
17
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
18
|
readonly cancelText: string;
|
|
20
19
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
21
|
readonly confirmText: string;
|
|
22
22
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
23
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
24
|
readonly cancelConfirmOptions: Record<string, any>;
|
|
25
25
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
26
26
|
readonly onClose?: (() => any) | undefined;
|
|
27
|
-
readonly onConfirm?: (() => any) | undefined;
|
|
28
27
|
readonly onCancel?: (() => any) | undefined;
|
|
28
|
+
readonly onConfirm?: (() => any) | undefined;
|
|
29
29
|
} & {}>;
|
|
30
|
-
emits: ((event: "
|
|
30
|
+
emits: ((event: "update:open") => void) & ((event: "confirm") => void) & ((event: "close") => void) & ((event: "cancel") => void);
|
|
31
31
|
attrs: {
|
|
32
32
|
[x: string]: unknown;
|
|
33
33
|
};
|
|
@@ -128,7 +128,7 @@ export declare const LlDrawer: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
128
128
|
zIndex: NumberConstructor;
|
|
129
129
|
prefixCls: StringConstructor;
|
|
130
130
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
131
|
-
placement: import("vue-types").VueTypeDef<"
|
|
131
|
+
placement: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">;
|
|
132
132
|
keyboard: {
|
|
133
133
|
type: BooleanConstructor;
|
|
134
134
|
default: any;
|
|
@@ -225,7 +225,7 @@ export declare const LlDrawer: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
225
225
|
zIndex: NumberConstructor;
|
|
226
226
|
prefixCls: StringConstructor;
|
|
227
227
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
228
|
-
placement: import("vue-types").VueTypeDef<"
|
|
228
|
+
placement: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">;
|
|
229
229
|
keyboard: {
|
|
230
230
|
type: BooleanConstructor;
|
|
231
231
|
default: any;
|
|
@@ -354,7 +354,7 @@ export declare const LlDrawer: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
354
354
|
zIndex: NumberConstructor;
|
|
355
355
|
prefixCls: StringConstructor;
|
|
356
356
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
357
|
-
placement: import("vue-types").VueTypeDef<"
|
|
357
|
+
placement: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">;
|
|
358
358
|
keyboard: {
|
|
359
359
|
type: BooleanConstructor;
|
|
360
360
|
default: any;
|
|
@@ -473,7 +473,7 @@ export declare const LlDrawer: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
473
473
|
zIndex: NumberConstructor;
|
|
474
474
|
prefixCls: StringConstructor;
|
|
475
475
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
476
|
-
placement: import("vue-types").VueTypeDef<"
|
|
476
|
+
placement: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">;
|
|
477
477
|
keyboard: {
|
|
478
478
|
type: BooleanConstructor;
|
|
479
479
|
default: any;
|
|
@@ -543,15 +543,15 @@ export declare const LlDrawer: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
543
543
|
}>> & {
|
|
544
544
|
"onUpdate:open"?: (() => any) | undefined;
|
|
545
545
|
onClose?: (() => any) | undefined;
|
|
546
|
-
onConfirm?: (() => any) | undefined;
|
|
547
546
|
onCancel?: (() => any) | undefined;
|
|
547
|
+
onConfirm?: (() => any) | undefined;
|
|
548
548
|
}, {
|
|
549
|
-
readonly title: string;
|
|
550
549
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
551
|
-
readonly
|
|
550
|
+
readonly title: string;
|
|
552
551
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
553
552
|
readonly cancelText: string;
|
|
554
553
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
554
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
555
555
|
readonly confirmText: string;
|
|
556
556
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
557
557
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -29,8 +29,8 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
29
29
|
is: (name?: string) => string;
|
|
30
30
|
};
|
|
31
31
|
props: import("@vue/shared").LooseRequired<{
|
|
32
|
-
readonly title: string;
|
|
33
32
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
33
|
+
readonly title: string;
|
|
34
34
|
readonly icon: {
|
|
35
35
|
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;
|
|
36
36
|
readonly color?: string | undefined;
|
|
@@ -40,8 +40,8 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
40
40
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
41
|
readonly cancelText: string;
|
|
42
42
|
readonly confirmText: string;
|
|
43
|
-
readonly onConfirm?: Function | undefined;
|
|
44
43
|
readonly onCancel?: Function | undefined;
|
|
44
|
+
readonly onConfirm?: Function | undefined;
|
|
45
45
|
} & {}>;
|
|
46
46
|
warningColor: string;
|
|
47
47
|
readonly LlModal: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
@@ -58,14 +58,14 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
58
58
|
}, {
|
|
59
59
|
props: import("@vue/shared").LooseRequired<{
|
|
60
60
|
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>;
|
|
61
|
-
readonly title: string;
|
|
62
61
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
63
|
-
readonly
|
|
62
|
+
readonly title: string;
|
|
64
63
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
65
64
|
readonly wrapClassName: string;
|
|
66
65
|
readonly class: string;
|
|
67
66
|
readonly cancelText: string;
|
|
68
67
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
68
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
69
69
|
readonly confirmText: string;
|
|
70
70
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
71
71
|
readonly onOk?: (() => any) | undefined;
|
|
@@ -1628,13 +1628,13 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1628
1628
|
};
|
|
1629
1629
|
}, {
|
|
1630
1630
|
props: import("@vue/shared").LooseRequired<{
|
|
1631
|
-
readonly label?: string | undefined;
|
|
1632
1631
|
readonly position?: string | undefined;
|
|
1633
1632
|
readonly icon?: {
|
|
1634
1633
|
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;
|
|
1635
1634
|
readonly color?: string | undefined;
|
|
1636
1635
|
readonly iconName?: string | undefined;
|
|
1637
1636
|
} | undefined;
|
|
1637
|
+
readonly label?: string | undefined;
|
|
1638
1638
|
} & {}>;
|
|
1639
1639
|
bem: {
|
|
1640
1640
|
b: (blockSuffix?: string) => string;
|
|
@@ -2004,14 +2004,14 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
2004
2004
|
onCancel?: (() => any) | undefined;
|
|
2005
2005
|
}, {
|
|
2006
2006
|
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>;
|
|
2007
|
-
readonly title: string;
|
|
2008
2007
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2009
|
-
readonly
|
|
2008
|
+
readonly title: string;
|
|
2010
2009
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2011
2010
|
readonly wrapClassName: string;
|
|
2012
2011
|
readonly class: string;
|
|
2013
2012
|
readonly cancelText: string;
|
|
2014
2013
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2014
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2015
2015
|
readonly confirmText: string;
|
|
2016
2016
|
}, {}>>;
|
|
2017
2017
|
readonly LlIcon: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
@@ -2090,8 +2090,8 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
2090
2090
|
readonly onConfirm: FunctionConstructor;
|
|
2091
2091
|
readonly onCancel: FunctionConstructor;
|
|
2092
2092
|
}>>, {
|
|
2093
|
-
readonly title: string;
|
|
2094
2093
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2094
|
+
readonly title: string;
|
|
2095
2095
|
readonly icon: {
|
|
2096
2096
|
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;
|
|
2097
2097
|
readonly color?: string | undefined;
|
|
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
is: (name?: string) => string;
|
|
29
29
|
};
|
|
30
30
|
props: import("@vue/shared").LooseRequired<{
|
|
31
|
-
readonly title: string;
|
|
32
31
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
32
|
+
readonly title: string;
|
|
33
33
|
readonly icon: {
|
|
34
34
|
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;
|
|
35
35
|
readonly color?: string | undefined;
|
|
@@ -39,8 +39,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
40
40
|
readonly cancelText: string;
|
|
41
41
|
readonly confirmText: string;
|
|
42
|
-
readonly onConfirm?: Function | undefined;
|
|
43
42
|
readonly onCancel?: Function | undefined;
|
|
43
|
+
readonly onConfirm?: Function | undefined;
|
|
44
44
|
} & {}>;
|
|
45
45
|
warningColor: string;
|
|
46
46
|
readonly LlModal: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
@@ -57,14 +57,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
}, {
|
|
58
58
|
props: import("@vue/shared").LooseRequired<{
|
|
59
59
|
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>;
|
|
60
|
-
readonly title: string;
|
|
61
60
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
62
|
-
readonly
|
|
61
|
+
readonly title: string;
|
|
63
62
|
readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
64
63
|
readonly wrapClassName: string;
|
|
65
64
|
readonly class: string;
|
|
66
65
|
readonly cancelText: string;
|
|
67
66
|
readonly showCancel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
67
|
+
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
68
68
|
readonly confirmText: string;
|
|
69
69
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
70
70
|
readonly onOk?: (() => any) | undefined;
|
|
@@ -1627,13 +1627,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1627
1627
|
};
|
|
1628
1628
|
}, {
|
|
1629
1629
|
props: import("@vue/shared").LooseRequired<{
|
|
1630
|
-
readonly label?: string | undefined;
|
|
1631
1630
|
readonly position?: string | undefined;
|
|
1632
1631
|
readonly icon?: {
|
|
1633
1632
|
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;
|
|
1634
1633
|
readonly color?: string | undefined;
|
|
1635
1634
|
readonly iconName?: string | undefined;
|
|
1636
1635
|
} | undefined;
|
|
1636
|
+
readonly label?: string | undefined;
|
|
1637
1637
|
} & {}>;
|
|
1638
1638
|
bem: {
|
|
1639
1639
|
b: (blockSuffix?: string) => string;
|
|
@@ -2003,14 +2003,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2003
2003
|
onCancel?: (() => any) | undefined;
|
|
2004
2004
|
}, {
|
|
2005
2005
|
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>;
|
|
2006
|
-
readonly title: string;
|
|
2007
2006
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
2008
|
-
readonly
|
|
2007
|
+
readonly title: string;
|
|
2009
2008
|
readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
2010
2009
|
readonly wrapClassName: string;
|
|
2011
2010
|
readonly class: string;
|
|
2012
2011
|
readonly cancelText: string;
|
|
2013
2012
|
readonly showCancel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
2013
|
+
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
2014
2014
|
readonly confirmText: string;
|
|
2015
2015
|
}, {}>>;
|
|
2016
2016
|
readonly LlIcon: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
@@ -2089,8 +2089,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2089
2089
|
readonly onConfirm: FunctionConstructor;
|
|
2090
2090
|
readonly onCancel: FunctionConstructor;
|
|
2091
2091
|
}>>, {
|
|
2092
|
-
readonly title: string;
|
|
2093
2092
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
2093
|
+
readonly title: string;
|
|
2094
2094
|
readonly icon: {
|
|
2095
2095
|
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;
|
|
2096
2096
|
readonly color?: string | undefined;
|
|
@@ -11,22 +11,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
readonly cancelConfirmOptions: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, null, boolean>;
|
|
12
12
|
}, {
|
|
13
13
|
props: import("@vue/shared").LooseRequired<{
|
|
14
|
-
readonly title: string;
|
|
15
14
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16
|
-
readonly
|
|
15
|
+
readonly title: string;
|
|
17
16
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18
17
|
readonly cancelText: string;
|
|
19
18
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
20
|
readonly confirmText: string;
|
|
21
21
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
22
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
23
|
readonly cancelConfirmOptions: Record<string, any>;
|
|
24
24
|
readonly "onUpdate:open"?: (() => any) | undefined;
|
|
25
25
|
readonly onClose?: (() => any) | undefined;
|
|
26
|
-
readonly onConfirm?: (() => any) | undefined;
|
|
27
26
|
readonly onCancel?: (() => any) | undefined;
|
|
27
|
+
readonly onConfirm?: (() => any) | undefined;
|
|
28
28
|
} & {}>;
|
|
29
|
-
emits: ((event: "
|
|
29
|
+
emits: ((event: "update:open") => void) & ((event: "confirm") => void) & ((event: "close") => void) & ((event: "cancel") => void);
|
|
30
30
|
attrs: {
|
|
31
31
|
[x: string]: unknown;
|
|
32
32
|
};
|
|
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
127
|
zIndex: NumberConstructor;
|
|
128
128
|
prefixCls: StringConstructor;
|
|
129
129
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
130
|
-
placement: import("vue-types").VueTypeDef<"
|
|
130
|
+
placement: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">;
|
|
131
131
|
keyboard: {
|
|
132
132
|
type: BooleanConstructor;
|
|
133
133
|
default: any;
|
|
@@ -224,7 +224,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
224
224
|
zIndex: NumberConstructor;
|
|
225
225
|
prefixCls: StringConstructor;
|
|
226
226
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
227
|
-
placement: import("vue-types").VueTypeDef<"
|
|
227
|
+
placement: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">;
|
|
228
228
|
keyboard: {
|
|
229
229
|
type: BooleanConstructor;
|
|
230
230
|
default: any;
|
|
@@ -353,7 +353,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
353
353
|
zIndex: NumberConstructor;
|
|
354
354
|
prefixCls: StringConstructor;
|
|
355
355
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
356
|
-
placement: import("vue-types").VueTypeDef<"
|
|
356
|
+
placement: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">;
|
|
357
357
|
keyboard: {
|
|
358
358
|
type: BooleanConstructor;
|
|
359
359
|
default: any;
|
|
@@ -472,7 +472,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
472
472
|
zIndex: NumberConstructor;
|
|
473
473
|
prefixCls: StringConstructor;
|
|
474
474
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
475
|
-
placement: import("vue-types").VueTypeDef<"
|
|
475
|
+
placement: import("vue-types").VueTypeDef<"bottom" | "left" | "right" | "top">;
|
|
476
476
|
keyboard: {
|
|
477
477
|
type: BooleanConstructor;
|
|
478
478
|
default: any;
|
|
@@ -542,15 +542,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
542
542
|
}>> & {
|
|
543
543
|
"onUpdate:open"?: (() => any) | undefined;
|
|
544
544
|
onClose?: (() => any) | undefined;
|
|
545
|
-
onConfirm?: (() => any) | undefined;
|
|
546
545
|
onCancel?: (() => any) | undefined;
|
|
546
|
+
onConfirm?: (() => any) | undefined;
|
|
547
547
|
}, {
|
|
548
|
-
readonly title: string;
|
|
549
548
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
550
|
-
readonly
|
|
549
|
+
readonly title: string;
|
|
551
550
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
552
551
|
readonly cancelText: string;
|
|
553
552
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
553
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
554
554
|
readonly confirmText: string;
|
|
555
555
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
556
556
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|