ll-plus 2.8.25 → 2.8.26
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 +24 -24
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +13 -13
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +9 -9
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/es/components/api-component/index.d.ts +8 -8
- package/es/components/api-component/src/api-component.vue.d.ts +8 -8
- package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/es/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/es/components/breadcrumb-card/index.d.ts +2 -2
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +5 -5
- package/es/components/descriptions/src/descriptions.d.ts +1 -1
- package/es/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/es/components/drawer/index.d.ts +3 -3
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/es/components/drawer/src/drawer.vue.d.ts +3 -3
- package/es/components/dropdown-button-simple/index.d.ts +1 -1
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +9 -9
- package/es/components/form/src/form.vue.d.ts +9 -9
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +18 -18
- package/es/components/key-value/src/key-value.vue.d.ts +54 -54
- package/es/components/modal/index.d.ts +6 -6
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +6 -6
- package/es/components/new-drawer/index.d.ts +3 -3
- package/es/components/new-drawer/src/drawer.vue.d.ts +3 -3
- package/es/components/new-modal/index.d.ts +6 -6
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +6 -6
- package/es/components/operate-icon/index.d.ts +1 -1
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/es/components/operate-tree/index.d.ts +1 -1
- package/es/components/operate-tree/src/operate-tree.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/select-group/index.d.ts +4 -4
- package/es/components/select-group/src/select-group.vue.d.ts +4 -4
- package/es/components/steps/index.d.ts +22 -22
- package/es/components/steps/src/steps.vue.d.ts +22 -22
- 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 +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +10 -10
- package/es/components/tree-search/src/config/tree-search.d.ts +3 -3
- package/es/components/tree-search/src/tree-search.vue.d.ts +10 -10
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/packages/components/form/src/form.vue2.mjs +2 -2
- package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
- package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs +0 -1
- package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs.map +1 -1
- package/index.full.js +2 -3
- package/index.full.min.js +2 -2
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +2 -2
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +2 -3
- package/lib/components/advanced-filtering/index.d.ts +24 -24
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +13 -13
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +9 -9
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/lib/components/api-component/index.d.ts +8 -8
- package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/lib/components/breadcrumb-card/index.d.ts +2 -2
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +5 -5
- package/lib/components/descriptions/src/descriptions.d.ts +1 -1
- package/lib/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/lib/components/drawer/index.d.ts +3 -3
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/lib/components/drawer/src/drawer.vue.d.ts +3 -3
- package/lib/components/dropdown-button-simple/index.d.ts +1 -1
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +9 -9
- package/lib/components/form/src/form.vue.d.ts +9 -9
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +18 -18
- package/lib/components/key-value/src/key-value.vue.d.ts +54 -54
- package/lib/components/modal/index.d.ts +6 -6
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +6 -6
- package/lib/components/new-drawer/index.d.ts +3 -3
- package/lib/components/new-drawer/src/drawer.vue.d.ts +3 -3
- package/lib/components/new-modal/index.d.ts +6 -6
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +6 -6
- package/lib/components/operate-icon/index.d.ts +1 -1
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/lib/components/operate-tree/index.d.ts +1 -1
- package/lib/components/operate-tree/src/operate-tree.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/select-group/index.d.ts +4 -4
- package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
- package/lib/components/steps/index.d.ts +22 -22
- package/lib/components/steps/src/steps.vue.d.ts +22 -22
- 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 +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +10 -10
- package/lib/components/tree-search/src/config/tree-search.d.ts +3 -3
- package/lib/components/tree-search/src/tree-search.vue.d.ts +10 -10
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/packages/components/form/src/form.vue2.js +2 -2
- package/lib/packages/components/form/src/form.vue2.js.map +1 -1
- package/lib/packages/components/operate-tree/src/operate-tree.vue2.js +0 -1
- package/lib/packages/components/operate-tree/src/operate-tree.vue2.js.map +1 -1
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +24 -24
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +13 -13
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +9 -9
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/types/packages/components/api-component/index.d.ts +8 -8
- package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/types/packages/components/breadcrumb-card/index.d.ts +2 -2
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/descriptions/index.d.ts +5 -5
- package/types/packages/components/descriptions/src/descriptions.d.ts +1 -1
- package/types/packages/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/types/packages/components/drawer/index.d.ts +3 -3
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +6 -6
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +6 -6
- package/types/packages/components/drawer/src/drawer.vue.d.ts +3 -3
- package/types/packages/components/dropdown-button-simple/index.d.ts +1 -1
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/types/packages/components/form/index.d.ts +9 -9
- package/types/packages/components/form/src/form.vue.d.ts +9 -9
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +18 -18
- package/types/packages/components/key-value/src/key-value.vue.d.ts +54 -54
- package/types/packages/components/modal/index.d.ts +6 -6
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/new-drawer/index.d.ts +3 -3
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +3 -3
- package/types/packages/components/new-modal/index.d.ts +6 -6
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +6 -6
- package/types/packages/components/operate-icon/index.d.ts +1 -1
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/types/packages/components/operate-tree/index.d.ts +1 -1
- package/types/packages/components/operate-tree/src/operate-tree.vue.d.ts +1 -1
- 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/select-group/index.d.ts +4 -4
- package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
- package/types/packages/components/steps/index.d.ts +22 -22
- package/types/packages/components/steps/src/steps.vue.d.ts +22 -22
- 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 +2 -2
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +10 -10
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +3 -3
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +10 -10
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
|
@@ -86,8 +86,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
86
86
|
}>>[];
|
|
87
87
|
};
|
|
88
88
|
labelPlacement: {
|
|
89
|
-
type: import("vue").PropType<"
|
|
90
|
-
default: "
|
|
89
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
90
|
+
default: "vertical" | "horizontal";
|
|
91
91
|
};
|
|
92
92
|
status: {
|
|
93
93
|
type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
|
|
@@ -98,8 +98,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
98
98
|
default: "default" | "small";
|
|
99
99
|
};
|
|
100
100
|
direction: {
|
|
101
|
-
type: import("vue").PropType<"
|
|
102
|
-
default: "
|
|
101
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
102
|
+
default: "vertical" | "horizontal";
|
|
103
103
|
};
|
|
104
104
|
progressDot: {
|
|
105
105
|
type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
|
|
@@ -190,8 +190,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
190
190
|
}>>[];
|
|
191
191
|
};
|
|
192
192
|
labelPlacement: {
|
|
193
|
-
type: import("vue").PropType<"
|
|
194
|
-
default: "
|
|
193
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
194
|
+
default: "vertical" | "horizontal";
|
|
195
195
|
};
|
|
196
196
|
status: {
|
|
197
197
|
type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
|
|
@@ -202,8 +202,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
202
202
|
default: "default" | "small";
|
|
203
203
|
};
|
|
204
204
|
direction: {
|
|
205
|
-
type: import("vue").PropType<"
|
|
206
|
-
default: "
|
|
205
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
206
|
+
default: "vertical" | "horizontal";
|
|
207
207
|
};
|
|
208
208
|
progressDot: {
|
|
209
209
|
type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
|
|
@@ -226,7 +226,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
226
226
|
type: "default" | "inline" | "navigation";
|
|
227
227
|
onChange: (current: number) => void;
|
|
228
228
|
responsive: boolean;
|
|
229
|
-
direction: "
|
|
229
|
+
direction: "vertical" | "horizontal";
|
|
230
230
|
status: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
231
231
|
items: Partial<import("vue").ExtractPropTypes<{
|
|
232
232
|
description: {
|
|
@@ -260,7 +260,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
260
260
|
}>>[];
|
|
261
261
|
'onUpdate:current': (current: number) => void;
|
|
262
262
|
progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
|
|
263
|
-
labelPlacement: "
|
|
263
|
+
labelPlacement: "vertical" | "horizontal";
|
|
264
264
|
}, true, {}, import("ant-design-vue/es/_util/type").CustomSlotsType<{
|
|
265
265
|
progressDot: any;
|
|
266
266
|
default: any;
|
|
@@ -344,8 +344,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
344
344
|
}>>[];
|
|
345
345
|
};
|
|
346
346
|
labelPlacement: {
|
|
347
|
-
type: import("vue").PropType<"
|
|
348
|
-
default: "
|
|
347
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
348
|
+
default: "vertical" | "horizontal";
|
|
349
349
|
};
|
|
350
350
|
status: {
|
|
351
351
|
type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
|
|
@@ -356,8 +356,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
356
356
|
default: "default" | "small";
|
|
357
357
|
};
|
|
358
358
|
direction: {
|
|
359
|
-
type: import("vue").PropType<"
|
|
360
|
-
default: "
|
|
359
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
360
|
+
default: "vertical" | "horizontal";
|
|
361
361
|
};
|
|
362
362
|
progressDot: {
|
|
363
363
|
type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
|
|
@@ -380,7 +380,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
380
380
|
type: "default" | "inline" | "navigation";
|
|
381
381
|
onChange: (current: number) => void;
|
|
382
382
|
responsive: boolean;
|
|
383
|
-
direction: "
|
|
383
|
+
direction: "vertical" | "horizontal";
|
|
384
384
|
status: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
385
385
|
items: Partial<import("vue").ExtractPropTypes<{
|
|
386
386
|
description: {
|
|
@@ -414,7 +414,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
414
414
|
}>>[];
|
|
415
415
|
'onUpdate:current': (current: number) => void;
|
|
416
416
|
progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
|
|
417
|
-
labelPlacement: "
|
|
417
|
+
labelPlacement: "vertical" | "horizontal";
|
|
418
418
|
}>;
|
|
419
419
|
__isFragment?: undefined;
|
|
420
420
|
__isTeleport?: undefined;
|
|
@@ -492,8 +492,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
492
492
|
}>>[];
|
|
493
493
|
};
|
|
494
494
|
labelPlacement: {
|
|
495
|
-
type: import("vue").PropType<"
|
|
496
|
-
default: "
|
|
495
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
496
|
+
default: "vertical" | "horizontal";
|
|
497
497
|
};
|
|
498
498
|
status: {
|
|
499
499
|
type: import("vue").PropType<import("ant-design-vue/es/vc-steps/interface").Status>;
|
|
@@ -504,8 +504,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
504
504
|
default: "default" | "small";
|
|
505
505
|
};
|
|
506
506
|
direction: {
|
|
507
|
-
type: import("vue").PropType<"
|
|
508
|
-
default: "
|
|
507
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
508
|
+
default: "vertical" | "horizontal";
|
|
509
509
|
};
|
|
510
510
|
progressDot: {
|
|
511
511
|
type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender>;
|
|
@@ -528,7 +528,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
528
528
|
type: "default" | "inline" | "navigation";
|
|
529
529
|
onChange: (current: number) => void;
|
|
530
530
|
responsive: boolean;
|
|
531
|
-
direction: "
|
|
531
|
+
direction: "vertical" | "horizontal";
|
|
532
532
|
status: import("ant-design-vue/es/vc-steps/interface").Status;
|
|
533
533
|
items: Partial<import("vue").ExtractPropTypes<{
|
|
534
534
|
description: {
|
|
@@ -562,7 +562,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
562
562
|
}>>[];
|
|
563
563
|
'onUpdate:current': (current: number) => void;
|
|
564
564
|
progressDot: boolean | import("ant-design-vue/es/vc-steps/interface").ProgressDotRender;
|
|
565
|
-
labelPlacement: "
|
|
565
|
+
labelPlacement: "vertical" | "horizontal";
|
|
566
566
|
}, {}, string, import("ant-design-vue/es/_util/type").CustomSlotsType<{
|
|
567
567
|
progressDot: any;
|
|
568
568
|
default: any;
|
|
@@ -45,8 +45,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
45
45
|
};
|
|
46
46
|
name: StringConstructor;
|
|
47
47
|
type: {
|
|
48
|
-
type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
49
|
-
default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
48
|
+
type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
49
|
+
default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
50
50
|
};
|
|
51
51
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
52
52
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -144,8 +144,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
144
144
|
};
|
|
145
145
|
name: StringConstructor;
|
|
146
146
|
type: {
|
|
147
|
-
type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
148
|
-
default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
147
|
+
type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
148
|
+
default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
149
149
|
};
|
|
150
150
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
151
151
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -213,7 +213,7 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
213
213
|
};
|
|
214
214
|
}>>, {
|
|
215
215
|
value: string | number;
|
|
216
|
-
type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
216
|
+
type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
217
217
|
focused: boolean;
|
|
218
218
|
hidden: boolean;
|
|
219
219
|
disabled: boolean;
|
|
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
44
44
|
};
|
|
45
45
|
name: StringConstructor;
|
|
46
46
|
type: {
|
|
47
|
-
type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
48
|
-
default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
47
|
+
type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
48
|
+
default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
49
49
|
};
|
|
50
50
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
51
51
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
143
143
|
};
|
|
144
144
|
name: StringConstructor;
|
|
145
145
|
type: {
|
|
146
|
-
type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
147
|
-
default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
146
|
+
type: import("vue").PropType<"number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
147
|
+
default: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
148
148
|
};
|
|
149
149
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
150
150
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -212,7 +212,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
212
212
|
};
|
|
213
213
|
}>>, {
|
|
214
214
|
value: string | number;
|
|
215
|
-
type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "
|
|
215
|
+
type: "number" | "button" | "search" | "time" | "reset" | "submit" | "color" | "month" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "week" | "text" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
216
216
|
focused: boolean;
|
|
217
217
|
hidden: boolean;
|
|
218
218
|
disabled: boolean;
|
|
@@ -21,9 +21,9 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
21
21
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
22
22
|
}, {
|
|
23
23
|
props: import("@vue/shared").LooseRequired<{
|
|
24
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
24
25
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
25
26
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
26
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
27
27
|
readonly tip: string;
|
|
28
28
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
29
29
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -84,9 +84,9 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
84
84
|
readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
85
85
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
86
86
|
}>>, {
|
|
87
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
87
88
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
88
89
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
89
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
90
90
|
readonly tip: string;
|
|
91
91
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
92
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -20,9 +20,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
21
21
|
}, {
|
|
22
22
|
props: import("@vue/shared").LooseRequired<{
|
|
23
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
23
24
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
24
25
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
25
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
26
26
|
readonly tip: string;
|
|
27
27
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
28
28
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -83,9 +83,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
83
|
readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
84
84
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
85
85
|
}>>, {
|
|
86
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
86
87
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
87
88
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
88
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
89
89
|
readonly tip: string;
|
|
90
90
|
readonly ellipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
91
91
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -20,15 +20,15 @@ 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>;
|
|
27
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
27
28
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
28
29
|
readonly wrapClassName: string;
|
|
29
30
|
readonly cancelText: string;
|
|
30
31
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
31
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
32
32
|
readonly confirmText: string;
|
|
33
33
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
34
|
}>;
|
|
@@ -40,10 +40,10 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
40
40
|
readonly type: import("vue").PropType<{
|
|
41
41
|
readonly title: string;
|
|
42
42
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
44
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
44
45
|
readonly cancelText: string;
|
|
45
46
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
47
47
|
readonly confirmText: string;
|
|
48
48
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
49
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -74,25 +74,25 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
74
74
|
readonly searchValue?: string | undefined;
|
|
75
75
|
readonly expandedKeys?: string[] | undefined;
|
|
76
76
|
readonly modalConfigProps?: {
|
|
77
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
77
|
+
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>;
|
|
78
78
|
readonly class: string;
|
|
79
79
|
readonly title: string;
|
|
80
80
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
82
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
82
83
|
readonly wrapClassName: string;
|
|
83
84
|
readonly cancelText: string;
|
|
84
85
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
85
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
86
|
readonly confirmText: string;
|
|
87
87
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
88
88
|
} | undefined;
|
|
89
89
|
readonly drawerConfigProps?: {
|
|
90
90
|
readonly title: string;
|
|
91
91
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
93
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
93
94
|
readonly cancelText: string;
|
|
94
95
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
95
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
96
96
|
readonly confirmText: string;
|
|
97
97
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
98
98
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -281,8 +281,8 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
281
281
|
}) => void;
|
|
282
282
|
expand: (expandedKeys: string[], data: any) => void;
|
|
283
283
|
select: (selectedKeys: string[], e: Event) => void;
|
|
284
|
-
readonly CaretRightOutlined: import("@ant-design/icons-vue/lib/icons/CaretRightOutlined").CaretRightOutlinedIconType;
|
|
285
284
|
readonly CaretDownOutlined: import("@ant-design/icons-vue/lib/icons/CaretDownOutlined").CaretDownOutlinedIconType;
|
|
285
|
+
readonly CaretRightOutlined: import("@ant-design/icons-vue/lib/icons/CaretRightOutlined").CaretRightOutlinedIconType;
|
|
286
286
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
287
287
|
expand: (expandedKeys: string[], data: any) => string[];
|
|
288
288
|
select: (selectedKeys: string[], e: Event) => string[];
|
|
@@ -342,15 +342,15 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
342
342
|
readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
|
|
343
343
|
readonly modalConfigProps: {
|
|
344
344
|
readonly type: import("vue").PropType<{
|
|
345
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
345
|
+
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>;
|
|
346
346
|
readonly class: string;
|
|
347
347
|
readonly title: string;
|
|
348
348
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
350
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
350
351
|
readonly wrapClassName: string;
|
|
351
352
|
readonly cancelText: string;
|
|
352
353
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
353
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
354
354
|
readonly confirmText: string;
|
|
355
355
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
356
356
|
}>;
|
|
@@ -362,10 +362,10 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
362
362
|
readonly type: import("vue").PropType<{
|
|
363
363
|
readonly title: string;
|
|
364
364
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
365
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
365
366
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
366
367
|
readonly cancelText: string;
|
|
367
368
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
368
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
369
369
|
readonly confirmText: string;
|
|
370
370
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
371
371
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -23,15 +23,15 @@ 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>;
|
|
30
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
30
31
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
31
32
|
readonly wrapClassName: string;
|
|
32
33
|
readonly cancelText: string;
|
|
33
34
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
35
35
|
readonly confirmText: string;
|
|
36
36
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
37
37
|
}>;
|
|
@@ -43,10 +43,10 @@ export declare const treeSearchProps: {
|
|
|
43
43
|
readonly type: import("vue").PropType<{
|
|
44
44
|
readonly title: string;
|
|
45
45
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
47
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
47
48
|
readonly cancelText: string;
|
|
48
49
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
50
50
|
readonly confirmText: string;
|
|
51
51
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
52
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -19,15 +19,15 @@ 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>;
|
|
26
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
26
27
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
27
28
|
readonly wrapClassName: string;
|
|
28
29
|
readonly cancelText: string;
|
|
29
30
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
30
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
31
31
|
readonly confirmText: string;
|
|
32
32
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
33
33
|
}>;
|
|
@@ -39,10 +39,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
readonly type: import("vue").PropType<{
|
|
40
40
|
readonly title: string;
|
|
41
41
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
43
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
44
|
readonly cancelText: string;
|
|
44
45
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
46
|
readonly confirmText: string;
|
|
47
47
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
48
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -73,25 +73,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
readonly searchValue?: string | undefined;
|
|
74
74
|
readonly expandedKeys?: string[] | undefined;
|
|
75
75
|
readonly modalConfigProps?: {
|
|
76
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
76
|
+
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>;
|
|
77
77
|
readonly class: string;
|
|
78
78
|
readonly title: string;
|
|
79
79
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
81
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
82
|
readonly wrapClassName: string;
|
|
82
83
|
readonly cancelText: string;
|
|
83
84
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
85
85
|
readonly confirmText: string;
|
|
86
86
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
87
87
|
} | undefined;
|
|
88
88
|
readonly drawerConfigProps?: {
|
|
89
89
|
readonly title: string;
|
|
90
90
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
91
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
91
92
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
93
|
readonly cancelText: string;
|
|
93
94
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
94
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
95
95
|
readonly confirmText: string;
|
|
96
96
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
97
97
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -280,8 +280,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
280
|
}) => void;
|
|
281
281
|
expand: (expandedKeys: string[], data: any) => void;
|
|
282
282
|
select: (selectedKeys: string[], e: Event) => void;
|
|
283
|
-
readonly CaretRightOutlined: import("@ant-design/icons-vue/lib/icons/CaretRightOutlined").CaretRightOutlinedIconType;
|
|
284
283
|
readonly CaretDownOutlined: import("@ant-design/icons-vue/lib/icons/CaretDownOutlined").CaretDownOutlinedIconType;
|
|
284
|
+
readonly CaretRightOutlined: import("@ant-design/icons-vue/lib/icons/CaretRightOutlined").CaretRightOutlinedIconType;
|
|
285
285
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
286
286
|
expand: (expandedKeys: string[], data: any) => string[];
|
|
287
287
|
select: (selectedKeys: string[], e: Event) => string[];
|
|
@@ -341,15 +341,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
341
341
|
readonly operateWay: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "none" | "modal" | "drawer", unknown, "modal", boolean>;
|
|
342
342
|
readonly modalConfigProps: {
|
|
343
343
|
readonly type: import("vue").PropType<{
|
|
344
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
344
|
+
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>;
|
|
345
345
|
readonly class: string;
|
|
346
346
|
readonly title: string;
|
|
347
347
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
348
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
348
349
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
350
|
readonly wrapClassName: string;
|
|
350
351
|
readonly cancelText: string;
|
|
351
352
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
352
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
353
353
|
readonly confirmText: string;
|
|
354
354
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
355
355
|
}>;
|
|
@@ -361,10 +361,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
361
361
|
readonly type: import("vue").PropType<{
|
|
362
362
|
readonly title: string;
|
|
363
363
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
364
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
364
365
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
365
366
|
readonly cancelText: string;
|
|
366
367
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
367
|
-
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
368
368
|
readonly confirmText: string;
|
|
369
369
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
370
370
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -39,7 +39,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
39
39
|
readonly onConfirm?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
} & {}>;
|
|
42
|
-
emits: (event: "cancel" | "update:value" | "
|
|
42
|
+
emits: (event: "cancel" | "update:value" | "confirm" | "customRequest", ...args: any[]) => void;
|
|
43
43
|
bem: {
|
|
44
44
|
b: (blockSuffix?: string) => string;
|
|
45
45
|
e: (element?: string) => string;
|
|
@@ -61,7 +61,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
61
61
|
handleDragReject: () => void;
|
|
62
62
|
handleClickCancelBtn: () => void;
|
|
63
63
|
handleClickOkBtn: () => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "
|
|
64
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "confirm" | "customRequest")[], "cancel" | "update:value" | "confirm" | "customRequest", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
value: {
|
|
66
66
|
type: ArrayConstructor;
|
|
67
67
|
default: () => never[];
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
readonly onConfirm?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
} & {}>;
|
|
42
|
-
emits: (event: "cancel" | "update:value" | "
|
|
42
|
+
emits: (event: "cancel" | "update:value" | "confirm" | "customRequest", ...args: any[]) => void;
|
|
43
43
|
bem: {
|
|
44
44
|
b: (blockSuffix?: string) => string;
|
|
45
45
|
e: (element?: string) => string;
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
handleDragReject: () => void;
|
|
62
62
|
handleClickCancelBtn: () => void;
|
|
63
63
|
handleClickOkBtn: () => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "
|
|
64
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "confirm" | "customRequest")[], "cancel" | "update:value" | "confirm" | "customRequest", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
value: {
|
|
66
66
|
type: ArrayConstructor;
|
|
67
67
|
default: () => never[];
|
|
@@ -51,7 +51,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
51
51
|
};
|
|
52
52
|
});
|
|
53
53
|
const id = vue.ref(`ll-form-${+/* @__PURE__ */ new Date()}`);
|
|
54
|
-
const validate = async () => {
|
|
54
|
+
const validate = async (nameList) => {
|
|
55
55
|
if (props.validateErrorStop) {
|
|
56
56
|
clearValidate();
|
|
57
57
|
if (!validateFields.value.length)
|
|
@@ -66,7 +66,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
66
66
|
return Promise.resolve();
|
|
67
67
|
} else {
|
|
68
68
|
try {
|
|
69
|
-
await formRef.value.validateFields(validateFields.value);
|
|
69
|
+
await formRef.value.validateFields(nameList || validateFields.value);
|
|
70
70
|
return Promise.resolve();
|
|
71
71
|
} catch (error) {
|
|
72
72
|
return Promise.reject(error);
|