ll-plus 2.9.29 → 2.10.1
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/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/es/components/modal/index.d.ts +4 -4
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +4 -4
- package/es/components/new-modal/index.d.ts +4 -4
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +3 -3
- package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/index.full.js +32 -24
- package/index.full.mjs +32 -24
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/lib/components/modal/index.d.ts +4 -4
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +4 -4
- package/lib/components/new-modal/index.d.ts +4 -4
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +3 -3
- package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +3 -3
- package/theme-chalk/css/api-component.css +3 -3
- package/theme-chalk/css/cascader.css +3 -3
- package/theme-chalk/css/checkbox.css +3 -3
- package/theme-chalk/css/code-editor.css +3 -3
- package/theme-chalk/css/color-picker.css +3 -3
- package/theme-chalk/css/cropper.css +3 -3
- package/theme-chalk/css/descriptions.css +3 -3
- package/theme-chalk/css/drawer.css +3 -3
- package/theme-chalk/css/dropdown-button-simple.css +3 -3
- package/theme-chalk/css/dropdown.css +3 -3
- package/theme-chalk/css/easy-cron.css +3 -3
- package/theme-chalk/css/form.css +3 -3
- package/theme-chalk/css/index.css +3 -3
- package/theme-chalk/css/input-number.css +3 -3
- package/theme-chalk/css/input.css +3 -3
- package/theme-chalk/css/key-value.css +3 -3
- package/theme-chalk/css/markdown-editor.css +3 -3
- package/theme-chalk/css/message.css +3 -3
- package/theme-chalk/css/modal.css +3 -3
- package/theme-chalk/css/new-drawer.css +3 -3
- package/theme-chalk/css/new-modal.css +3 -3
- package/theme-chalk/css/number-range.css +3 -3
- package/theme-chalk/css/rich-text-editor.css +3 -3
- package/theme-chalk/css/segmented.css +3 -3
- package/theme-chalk/css/switch.css +3 -3
- package/theme-chalk/css/table.css +3 -3
- package/theme-chalk/css/tabs-simple.css +3 -3
- package/theme-chalk/css/tag-group.css +3 -3
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/types/packages/components/modal/index.d.ts +4 -4
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/new-modal/index.d.ts +4 -4
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +3 -3
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +3 -3
|
@@ -48,7 +48,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
48
48
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
49
49
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
50
50
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
51
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
51
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
52
52
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
53
53
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
54
54
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -59,7 +59,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
59
59
|
readonly keyboard: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
60
60
|
}, {
|
|
61
61
|
props: import("@vue/shared").LooseRequired<{
|
|
62
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
62
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
63
63
|
readonly class: string;
|
|
64
64
|
readonly title: string;
|
|
65
65
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -244,7 +244,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
244
244
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
245
245
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
246
246
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
247
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
247
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
248
248
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
249
249
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
250
250
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -258,7 +258,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
258
258
|
"onUpdate:open"?: (() => any) | undefined;
|
|
259
259
|
onOk?: (() => any) | undefined;
|
|
260
260
|
}, {
|
|
261
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
261
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
262
262
|
readonly class: string;
|
|
263
263
|
readonly title: string;
|
|
264
264
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
48
48
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
49
49
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
50
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
50
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
51
51
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
52
52
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
53
53
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
readonly keyboard: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
59
|
}, {
|
|
60
60
|
props: import("@vue/shared").LooseRequired<{
|
|
61
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
61
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
62
62
|
readonly class: string;
|
|
63
63
|
readonly title: string;
|
|
64
64
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -243,7 +243,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
243
243
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
244
244
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
245
245
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
246
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
246
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
247
247
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
248
248
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
249
249
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -257,7 +257,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
257
257
|
"onUpdate:open"?: (() => any) | undefined;
|
|
258
258
|
onOk?: (() => any) | undefined;
|
|
259
259
|
}, {
|
|
260
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
260
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
261
261
|
readonly class: string;
|
|
262
262
|
readonly title: string;
|
|
263
263
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3,7 +3,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
3
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
4
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
5
5
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
7
7
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8
8
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
9
9
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -14,7 +14,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
14
14
|
readonly keyboard: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
17
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
18
18
|
readonly class: string;
|
|
19
19
|
readonly title: string;
|
|
20
20
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -199,7 +199,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
199
199
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
200
200
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
201
201
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
202
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
202
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
203
203
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
204
204
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
205
205
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -213,7 +213,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
213
213
|
"onUpdate:open"?: (() => any) | undefined;
|
|
214
214
|
onOk?: (() => any) | undefined;
|
|
215
215
|
}, {
|
|
216
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
216
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
217
217
|
readonly class: string;
|
|
218
218
|
readonly title: string;
|
|
219
219
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9,7 +9,7 @@ export declare const modalProps: {
|
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10
10
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
11
11
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
12
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => IType) | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => IType))[], unknown, unknown, "operate", boolean>;
|
|
13
13
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14
14
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
15
15
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
4
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
5
5
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
7
7
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8
8
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
9
9
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
readonly keyboard: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
17
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
18
18
|
readonly class: string;
|
|
19
19
|
readonly title: string;
|
|
20
20
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -199,7 +199,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
200
200
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
201
201
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
202
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
202
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
203
203
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
204
204
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
205
205
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -213,7 +213,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
213
|
"onUpdate:open"?: (() => any) | undefined;
|
|
214
214
|
onOk?: (() => any) | undefined;
|
|
215
215
|
}, {
|
|
216
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
216
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
217
217
|
readonly class: string;
|
|
218
218
|
readonly title: string;
|
|
219
219
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -31,7 +31,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
31
31
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
32
|
__epPropKey: true;
|
|
33
33
|
};
|
|
34
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
34
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "operate" | "confirm", unknown, "operate", boolean>;
|
|
35
35
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
36
36
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
37
37
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "inner" | "outer", unknown, "inner", boolean>;
|
|
@@ -41,7 +41,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
41
41
|
readonly keyboard: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
42
42
|
}, {
|
|
43
43
|
props: import("@vue/shared").LooseRequired<{
|
|
44
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
44
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "operate" | "confirm", unknown>;
|
|
45
45
|
readonly title: string;
|
|
46
46
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
47
47
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -556,7 +556,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
556
556
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
557
557
|
__epPropKey: true;
|
|
558
558
|
};
|
|
559
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
559
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "operate" | "confirm", unknown, "operate", boolean>;
|
|
560
560
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
561
561
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
562
562
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "inner" | "outer", unknown, "inner", boolean>;
|
|
@@ -569,7 +569,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
569
569
|
"onUpdate:open"?: (() => any) | undefined;
|
|
570
570
|
onOk?: (() => any) | undefined;
|
|
571
571
|
}, {
|
|
572
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
572
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "operate" | "confirm", unknown>;
|
|
573
573
|
readonly title: string;
|
|
574
574
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
575
575
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -33,7 +33,7 @@ export declare const newModalProps: {
|
|
|
33
33
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
34
|
__epPropKey: true;
|
|
35
35
|
};
|
|
36
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
36
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "operate" | "confirm", unknown, "operate", boolean>;
|
|
37
37
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
38
38
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
39
39
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "inner" | "outer", unknown, "inner", boolean>;
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
31
|
__epPropKey: true;
|
|
32
32
|
};
|
|
33
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
33
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "operate" | "confirm", unknown, "operate", boolean>;
|
|
34
34
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
35
35
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
36
36
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "inner" | "outer", unknown, "inner", boolean>;
|
|
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
readonly keyboard: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
41
41
|
}, {
|
|
42
42
|
props: import("@vue/shared").LooseRequired<{
|
|
43
|
-
readonly type: import("ll-plus/es/components").AvatarType<StringConstructor, "
|
|
43
|
+
readonly type: import("ll-plus/es/components").AvatarType<StringConstructor, "operate" | "confirm", unknown>;
|
|
44
44
|
readonly title: string;
|
|
45
45
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
46
46
|
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -555,7 +555,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
555
555
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
556
556
|
__epPropKey: true;
|
|
557
557
|
};
|
|
558
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
558
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "operate" | "confirm", unknown, "operate", boolean>;
|
|
559
559
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
560
560
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
561
561
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "inner" | "outer", unknown, "inner", boolean>;
|
|
@@ -568,7 +568,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
568
568
|
"onUpdate:open"?: (() => any) | undefined;
|
|
569
569
|
onOk?: (() => any) | undefined;
|
|
570
570
|
}, {
|
|
571
|
-
readonly type: import("ll-plus/es/components").AvatarType<StringConstructor, "
|
|
571
|
+
readonly type: import("ll-plus/es/components").AvatarType<StringConstructor, "operate" | "confirm", unknown>;
|
|
572
572
|
readonly title: string;
|
|
573
573
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
574
574
|
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -20,7 +20,7 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
20
20
|
readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
|
|
21
21
|
readonly modalConfigProps: {
|
|
22
22
|
readonly type: import("vue").PropType<{
|
|
23
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
23
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
24
24
|
readonly class: string;
|
|
25
25
|
readonly title: string;
|
|
26
26
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -76,7 +76,7 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
76
76
|
readonly searchValue?: string | undefined;
|
|
77
77
|
readonly expandedKeys?: string[] | undefined;
|
|
78
78
|
readonly modalConfigProps?: {
|
|
79
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
79
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
80
80
|
readonly class: string;
|
|
81
81
|
readonly title: string;
|
|
82
82
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -360,7 +360,7 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
360
360
|
readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
|
|
361
361
|
readonly modalConfigProps: {
|
|
362
362
|
readonly type: import("vue").PropType<{
|
|
363
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
363
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
364
364
|
readonly class: string;
|
|
365
365
|
readonly title: string;
|
|
366
366
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -23,7 +23,7 @@ export declare const treeSearchProps: {
|
|
|
23
23
|
readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
|
|
24
24
|
readonly modalConfigProps: {
|
|
25
25
|
readonly type: import("vue").PropType<{
|
|
26
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
26
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
27
27
|
readonly class: string;
|
|
28
28
|
readonly title: string;
|
|
29
29
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
|
|
20
20
|
readonly modalConfigProps: {
|
|
21
21
|
readonly type: import("vue").PropType<{
|
|
22
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
22
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
23
23
|
readonly class: string;
|
|
24
24
|
readonly title: string;
|
|
25
25
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
readonly searchValue?: string | undefined;
|
|
76
76
|
readonly expandedKeys?: string[] | undefined;
|
|
77
77
|
readonly modalConfigProps?: {
|
|
78
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
78
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
79
79
|
readonly class: string;
|
|
80
80
|
readonly title: string;
|
|
81
81
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -359,7 +359,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
359
359
|
readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
|
|
360
360
|
readonly modalConfigProps: {
|
|
361
361
|
readonly type: import("vue").PropType<{
|
|
362
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
362
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
363
363
|
readonly class: string;
|
|
364
364
|
readonly title: string;
|
|
365
365
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
package/index.full.js
CHANGED
|
@@ -81107,8 +81107,8 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81107
81107
|
}
|
|
81108
81108
|
});
|
|
81109
81109
|
|
|
81110
|
-
var FileOutlined$
|
|
81111
|
-
var FileOutlinedSvg = FileOutlined$
|
|
81110
|
+
var FileOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file", "theme": "outlined" };
|
|
81111
|
+
var FileOutlinedSvg = FileOutlined$2;
|
|
81112
81112
|
|
|
81113
81113
|
function _objectSpread$f(target) {
|
|
81114
81114
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -81141,9 +81141,10 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81141
81141
|
};
|
|
81142
81142
|
FileOutlined.displayName = "FileOutlined";
|
|
81143
81143
|
FileOutlined.inheritAttrs = false;
|
|
81144
|
+
var FileOutlined$1 = FileOutlined;
|
|
81144
81145
|
|
|
81145
|
-
var MinusSquareOutlined$
|
|
81146
|
-
var MinusSquareOutlinedSvg = MinusSquareOutlined$
|
|
81146
|
+
var MinusSquareOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "minus-square", "theme": "outlined" };
|
|
81147
|
+
var MinusSquareOutlinedSvg = MinusSquareOutlined$2;
|
|
81147
81148
|
|
|
81148
81149
|
function _objectSpread$e(target) {
|
|
81149
81150
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -81176,9 +81177,10 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81176
81177
|
};
|
|
81177
81178
|
MinusSquareOutlined.displayName = "MinusSquareOutlined";
|
|
81178
81179
|
MinusSquareOutlined.inheritAttrs = false;
|
|
81180
|
+
var MinusSquareOutlined$1 = MinusSquareOutlined;
|
|
81179
81181
|
|
|
81180
|
-
var PlusSquareOutlined$
|
|
81181
|
-
var PlusSquareOutlinedSvg = PlusSquareOutlined$
|
|
81182
|
+
var PlusSquareOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "plus-square", "theme": "outlined" };
|
|
81183
|
+
var PlusSquareOutlinedSvg = PlusSquareOutlined$2;
|
|
81182
81184
|
|
|
81183
81185
|
function _objectSpread$d(target) {
|
|
81184
81186
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -81211,9 +81213,10 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81211
81213
|
};
|
|
81212
81214
|
PlusSquareOutlined.displayName = "PlusSquareOutlined";
|
|
81213
81215
|
PlusSquareOutlined.inheritAttrs = false;
|
|
81216
|
+
var PlusSquareOutlined$1 = PlusSquareOutlined;
|
|
81214
81217
|
|
|
81215
|
-
var CaretDownFilled$
|
|
81216
|
-
var CaretDownFilledSvg = CaretDownFilled$
|
|
81218
|
+
var CaretDownFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "filled" };
|
|
81219
|
+
var CaretDownFilledSvg = CaretDownFilled$2;
|
|
81217
81220
|
|
|
81218
81221
|
function _objectSpread$c(target) {
|
|
81219
81222
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -81246,6 +81249,7 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81246
81249
|
};
|
|
81247
81250
|
CaretDownFilled.displayName = "CaretDownFilled";
|
|
81248
81251
|
CaretDownFilled.inheritAttrs = false;
|
|
81252
|
+
var CaretDownFilled$1 = CaretDownFilled;
|
|
81249
81253
|
|
|
81250
81254
|
function renderSwitcherIcon(prefixCls, switcherIcon, props, leafIcon, showLine) {
|
|
81251
81255
|
const {
|
|
@@ -81277,19 +81281,19 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81277
81281
|
"class": `${prefixCls}-switcher-leaf-line`
|
|
81278
81282
|
}, null);
|
|
81279
81283
|
} else {
|
|
81280
|
-
defaultIcon = require$$0.createVNode(FileOutlined, {
|
|
81284
|
+
defaultIcon = require$$0.createVNode(FileOutlined$1, {
|
|
81281
81285
|
"class": `${prefixCls}-switcher-line-icon`
|
|
81282
81286
|
}, null);
|
|
81283
81287
|
}
|
|
81284
81288
|
return defaultIcon;
|
|
81285
81289
|
} else {
|
|
81286
|
-
defaultIcon = require$$0.createVNode(CaretDownFilled, {
|
|
81290
|
+
defaultIcon = require$$0.createVNode(CaretDownFilled$1, {
|
|
81287
81291
|
"class": switcherCls
|
|
81288
81292
|
}, null);
|
|
81289
81293
|
if (showLine) {
|
|
81290
|
-
defaultIcon = expanded ? require$$0.createVNode(MinusSquareOutlined, {
|
|
81294
|
+
defaultIcon = expanded ? require$$0.createVNode(MinusSquareOutlined$1, {
|
|
81291
81295
|
"class": `${prefixCls}-switcher-line-icon`
|
|
81292
|
-
}, null) : require$$0.createVNode(PlusSquareOutlined, {
|
|
81296
|
+
}, null) : require$$0.createVNode(PlusSquareOutlined$1, {
|
|
81293
81297
|
"class": `${prefixCls}-switcher-line-icon`
|
|
81294
81298
|
}, null);
|
|
81295
81299
|
}
|
|
@@ -81922,8 +81926,8 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81922
81926
|
}
|
|
81923
81927
|
});
|
|
81924
81928
|
|
|
81925
|
-
var FolderOpenOutlined$
|
|
81926
|
-
var FolderOpenOutlinedSvg = FolderOpenOutlined$
|
|
81929
|
+
var FolderOpenOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, "name": "folder-open", "theme": "outlined" };
|
|
81930
|
+
var FolderOpenOutlinedSvg = FolderOpenOutlined$2;
|
|
81927
81931
|
|
|
81928
81932
|
function _objectSpread$b(target) {
|
|
81929
81933
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -81956,9 +81960,10 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81956
81960
|
};
|
|
81957
81961
|
FolderOpenOutlined.displayName = "FolderOpenOutlined";
|
|
81958
81962
|
FolderOpenOutlined.inheritAttrs = false;
|
|
81963
|
+
var FolderOpenOutlined$1 = FolderOpenOutlined;
|
|
81959
81964
|
|
|
81960
|
-
var FolderOutlined$
|
|
81961
|
-
var FolderOutlinedSvg = FolderOutlined$
|
|
81965
|
+
var FolderOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
|
|
81966
|
+
var FolderOutlinedSvg = FolderOutlined$2;
|
|
81962
81967
|
|
|
81963
81968
|
function _objectSpread$a(target) {
|
|
81964
81969
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -81991,6 +81996,7 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
81991
81996
|
};
|
|
81992
81997
|
FolderOutlined.displayName = "FolderOutlined";
|
|
81993
81998
|
FolderOutlined.inheritAttrs = false;
|
|
81999
|
+
var FolderOutlined$1 = FolderOutlined;
|
|
81994
82000
|
|
|
81995
82001
|
var Record;
|
|
81996
82002
|
(function(Record2) {
|
|
@@ -82085,9 +82091,9 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
82085
82091
|
expanded
|
|
82086
82092
|
} = props;
|
|
82087
82093
|
if (isLeaf) {
|
|
82088
|
-
return require$$0.createVNode(FileOutlined, null, null);
|
|
82094
|
+
return require$$0.createVNode(FileOutlined$1, null, null);
|
|
82089
82095
|
}
|
|
82090
|
-
return expanded ? require$$0.createVNode(FolderOpenOutlined, null, null) : require$$0.createVNode(FolderOutlined, null, null);
|
|
82096
|
+
return expanded ? require$$0.createVNode(FolderOpenOutlined$1, null, null) : require$$0.createVNode(FolderOutlined$1, null, null);
|
|
82091
82097
|
}
|
|
82092
82098
|
var DirectoryTree = require$$0.defineComponent({
|
|
82093
82099
|
compatConfig: {
|
|
@@ -88974,8 +88980,8 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
88974
88980
|
return success;
|
|
88975
88981
|
}
|
|
88976
88982
|
|
|
88977
|
-
var CopyOutlined$
|
|
88978
|
-
var CopyOutlinedSvg = CopyOutlined$
|
|
88983
|
+
var CopyOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
|
|
88984
|
+
var CopyOutlinedSvg = CopyOutlined$2;
|
|
88979
88985
|
|
|
88980
88986
|
function _objectSpread$7(target) {
|
|
88981
88987
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -89008,9 +89014,10 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
89008
89014
|
};
|
|
89009
89015
|
CopyOutlined.displayName = "CopyOutlined";
|
|
89010
89016
|
CopyOutlined.inheritAttrs = false;
|
|
89017
|
+
var CopyOutlined$1 = CopyOutlined;
|
|
89011
89018
|
|
|
89012
|
-
var EditOutlined$
|
|
89013
|
-
var EditOutlinedSvg = EditOutlined$
|
|
89019
|
+
var EditOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, "name": "edit", "theme": "outlined" };
|
|
89020
|
+
var EditOutlinedSvg = EditOutlined$2;
|
|
89014
89021
|
|
|
89015
89022
|
function _objectSpread$6(target) {
|
|
89016
89023
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -89043,6 +89050,7 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
89043
89050
|
};
|
|
89044
89051
|
EditOutlined.displayName = "EditOutlined";
|
|
89045
89052
|
EditOutlined.inheritAttrs = false;
|
|
89053
|
+
var EditOutlined$1 = EditOutlined;
|
|
89046
89054
|
|
|
89047
89055
|
var __rest$9 = function(s, e) {
|
|
89048
89056
|
var t = {};
|
|
@@ -89374,7 +89382,7 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
89374
89382
|
tooltip,
|
|
89375
89383
|
triggerType = ["icon"]
|
|
89376
89384
|
} = props.editable;
|
|
89377
|
-
const icon = slots.editableIcon ? slots.editableIcon() : require$$0.createVNode(EditOutlined, {
|
|
89385
|
+
const icon = slots.editableIcon ? slots.editableIcon() : require$$0.createVNode(EditOutlined$1, {
|
|
89378
89386
|
"role": "button"
|
|
89379
89387
|
}, null);
|
|
89380
89388
|
const title = slots.editableTooltip ? slots.editableTooltip() : state.editStr;
|
|
@@ -89404,7 +89412,7 @@ summary tabindex target title type usemap value width wmode wrap`;
|
|
|
89404
89412
|
copied: state.copied
|
|
89405
89413
|
}) : defaultTitle;
|
|
89406
89414
|
const ariaLabel = typeof title === "string" ? title : "";
|
|
89407
|
-
const defaultIcon = state.copied ? require$$0.createVNode(CheckOutlined$1, null, null) : require$$0.createVNode(CopyOutlined, null, null);
|
|
89415
|
+
const defaultIcon = state.copied ? require$$0.createVNode(CheckOutlined$1, null, null) : require$$0.createVNode(CopyOutlined$1, null, null);
|
|
89408
89416
|
const icon = slots.copyableIcon ? slots.copyableIcon({
|
|
89409
89417
|
copied: !!state.copied
|
|
89410
89418
|
}) : defaultIcon;
|