ll-plus 2.9.13 → 2.9.15
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 +708 -708
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- 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/body-component.vue.d.ts +4 -4
- 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 +4 -4
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button.vue.d.ts +6 -6
- package/es/components/cascader/index.d.ts +4 -4
- package/es/components/cascader/src/cascader.vue.d.ts +4 -4
- package/es/components/checkbox/index.d.ts +436 -436
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- 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/date-picker/index.d.ts +41 -41
- package/es/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/es/components/date-range/index.d.ts +5 -5
- package/es/components/date-range/src/date-range.vue.d.ts +5 -5
- package/es/components/drawer/index.d.ts +4 -4
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/es/components/drawer/src/drawer.vue.d.ts +4 -4
- package/es/components/dropdown-button-simple/index.d.ts +13 -13
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/es/components/easy-cron/index.d.ts +178 -178
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/es/components/form/index.d.ts +301 -301
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +301 -301
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +55 -50
- package/es/components/input/src/input.vue.d.ts +55 -50
- package/es/components/input-number/index.d.ts +13 -13
- package/es/components/input-number/src/input-number.vue.d.ts +13 -13
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/es/components/modal/index.d.ts +32 -32
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +32 -32
- package/es/components/new-drawer/index.d.ts +6 -6
- package/es/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/es/components/new-modal/index.d.ts +37 -37
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +37 -37
- package/es/components/number-range/index.d.ts +13 -13
- package/es/components/number-range/src/number-range.vue.d.ts +13 -13
- 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 +2 -2
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +7 -7
- package/es/components/textarea/src/textarea.vue.d.ts +7 -7
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-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/es/packages/components/input/src/input.vue2.mjs +14 -18
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/new-drawer/src/drawer.vue2.mjs +0 -1
- package/es/packages/components/new-drawer/src/drawer.vue2.mjs.map +1 -1
- package/es/packages/components/select-group/src/select-group.vue2.mjs +6 -9
- package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
- package/index.full.js +16 -24
- package/index.full.min.js +19 -19
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +16 -24
- package/lib/components/advanced-filtering/index.d.ts +708 -708
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- 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/body-component.vue.d.ts +4 -4
- 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 +4 -4
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button.vue.d.ts +6 -6
- package/lib/components/cascader/index.d.ts +4 -4
- package/lib/components/cascader/src/cascader.vue.d.ts +4 -4
- package/lib/components/checkbox/index.d.ts +436 -436
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- 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/date-picker/index.d.ts +41 -41
- package/lib/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/lib/components/date-range/index.d.ts +5 -5
- package/lib/components/date-range/src/date-range.vue.d.ts +5 -5
- package/lib/components/drawer/index.d.ts +4 -4
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/lib/components/drawer/src/drawer.vue.d.ts +4 -4
- package/lib/components/dropdown-button-simple/index.d.ts +13 -13
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/lib/components/easy-cron/index.d.ts +178 -178
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/lib/components/form/index.d.ts +301 -301
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +301 -301
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +55 -50
- package/lib/components/input/src/input.vue.d.ts +55 -50
- package/lib/components/input-number/index.d.ts +13 -13
- package/lib/components/input-number/src/input-number.vue.d.ts +13 -13
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/lib/components/modal/index.d.ts +32 -32
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +32 -32
- package/lib/components/new-drawer/index.d.ts +6 -6
- package/lib/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/lib/components/new-modal/index.d.ts +37 -37
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +37 -37
- package/lib/components/number-range/index.d.ts +13 -13
- package/lib/components/number-range/src/number-range.vue.d.ts +13 -13
- 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 +2 -2
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +7 -7
- package/lib/components/textarea/src/textarea.vue.d.ts +7 -7
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-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/lib/packages/components/input/src/input.vue2.js +12 -16
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/new-drawer/src/drawer.vue2.js +0 -1
- package/lib/packages/components/new-drawer/src/drawer.vue2.js.map +1 -1
- package/lib/packages/components/select-group/src/select-group.vue2.js +5 -8
- package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +708 -708
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- 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/body-component.vue.d.ts +4 -4
- 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 +4 -4
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +6 -6
- package/types/packages/components/button/src/button.vue.d.ts +6 -6
- package/types/packages/components/cascader/index.d.ts +4 -4
- package/types/packages/components/cascader/src/cascader.vue.d.ts +4 -4
- package/types/packages/components/checkbox/index.d.ts +436 -436
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- 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/date-picker/index.d.ts +41 -41
- package/types/packages/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/types/packages/components/date-range/index.d.ts +5 -5
- package/types/packages/components/date-range/src/date-range.vue.d.ts +5 -5
- package/types/packages/components/drawer/index.d.ts +4 -4
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/types/packages/components/drawer/src/drawer.vue.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/types/packages/components/easy-cron/index.d.ts +178 -178
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/types/packages/components/form/index.d.ts +301 -301
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +301 -301
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +55 -50
- package/types/packages/components/input/src/input.vue.d.ts +55 -50
- package/types/packages/components/input-number/index.d.ts +13 -13
- package/types/packages/components/input-number/src/input-number.vue.d.ts +13 -13
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/types/packages/components/modal/index.d.ts +32 -32
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +32 -32
- package/types/packages/components/new-drawer/index.d.ts +6 -6
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/types/packages/components/new-modal/index.d.ts +37 -37
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +37 -37
- package/types/packages/components/number-range/index.d.ts +13 -13
- package/types/packages/components/number-range/src/number-range.vue.d.ts +13 -13
- 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 +2 -2
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +7 -7
- package/types/packages/components/textarea/src/textarea.vue.d.ts +7 -7
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-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>;
|
|
@@ -157,7 +157,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
157
157
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
158
158
|
};
|
|
159
159
|
size: {
|
|
160
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
160
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
161
161
|
};
|
|
162
162
|
loading: {
|
|
163
163
|
type: import("vue").PropType<boolean | {
|
|
@@ -205,7 +205,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
205
205
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
206
206
|
};
|
|
207
207
|
size: {
|
|
208
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
208
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
209
209
|
};
|
|
210
210
|
loading: {
|
|
211
211
|
type: import("vue").PropType<boolean | {
|
|
@@ -255,7 +255,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
255
255
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
256
256
|
};
|
|
257
257
|
size: {
|
|
258
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
258
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
259
259
|
};
|
|
260
260
|
loading: {
|
|
261
261
|
type: import("vue").PropType<boolean | {
|
|
@@ -303,7 +303,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
303
303
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
304
304
|
};
|
|
305
305
|
size: {
|
|
306
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
306
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
307
307
|
};
|
|
308
308
|
loading: {
|
|
309
309
|
type: import("vue").PropType<boolean | {
|
|
@@ -443,7 +443,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
443
443
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
444
444
|
};
|
|
445
445
|
size: {
|
|
446
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
446
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
447
447
|
};
|
|
448
448
|
loading: {
|
|
449
449
|
type: import("vue").PropType<boolean | {
|
|
@@ -491,7 +491,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
491
491
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
492
492
|
};
|
|
493
493
|
size: {
|
|
494
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
494
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
495
495
|
};
|
|
496
496
|
loading: {
|
|
497
497
|
type: import("vue").PropType<boolean | {
|
|
@@ -541,7 +541,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
541
541
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
542
542
|
};
|
|
543
543
|
size: {
|
|
544
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
544
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
545
545
|
};
|
|
546
546
|
loading: {
|
|
547
547
|
type: import("vue").PropType<boolean | {
|
|
@@ -589,7 +589,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
589
589
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
590
590
|
};
|
|
591
591
|
size: {
|
|
592
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
592
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
593
593
|
};
|
|
594
594
|
loading: {
|
|
595
595
|
type: import("vue").PropType<boolean | {
|
|
@@ -703,7 +703,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
703
703
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
704
704
|
};
|
|
705
705
|
size: {
|
|
706
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
706
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
707
707
|
};
|
|
708
708
|
loading: {
|
|
709
709
|
type: import("vue").PropType<boolean | {
|
|
@@ -751,7 +751,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
751
751
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
752
752
|
};
|
|
753
753
|
size: {
|
|
754
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
754
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
755
755
|
};
|
|
756
756
|
loading: {
|
|
757
757
|
type: import("vue").PropType<boolean | {
|
|
@@ -851,7 +851,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
851
851
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
852
852
|
};
|
|
853
853
|
size: {
|
|
854
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
854
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
855
855
|
};
|
|
856
856
|
loading: {
|
|
857
857
|
type: import("vue").PropType<boolean | {
|
|
@@ -899,7 +899,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
899
899
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
900
900
|
};
|
|
901
901
|
size: {
|
|
902
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
902
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
903
903
|
};
|
|
904
904
|
loading: {
|
|
905
905
|
type: import("vue").PropType<boolean | {
|
|
@@ -949,7 +949,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
949
949
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
950
950
|
};
|
|
951
951
|
size: {
|
|
952
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
952
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
953
953
|
};
|
|
954
954
|
loading: {
|
|
955
955
|
type: import("vue").PropType<boolean | {
|
|
@@ -997,7 +997,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
997
997
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
998
998
|
};
|
|
999
999
|
size: {
|
|
1000
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1000
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1001
1001
|
};
|
|
1002
1002
|
loading: {
|
|
1003
1003
|
type: import("vue").PropType<boolean | {
|
|
@@ -1111,7 +1111,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1111
1111
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1112
1112
|
};
|
|
1113
1113
|
size: {
|
|
1114
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1114
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1115
1115
|
};
|
|
1116
1116
|
loading: {
|
|
1117
1117
|
type: import("vue").PropType<boolean | {
|
|
@@ -1159,7 +1159,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1159
1159
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1160
1160
|
};
|
|
1161
1161
|
size: {
|
|
1162
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1162
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1163
1163
|
};
|
|
1164
1164
|
loading: {
|
|
1165
1165
|
type: import("vue").PropType<boolean | {
|
|
@@ -1256,7 +1256,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1256
1256
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1257
1257
|
};
|
|
1258
1258
|
size: {
|
|
1259
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1259
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1260
1260
|
};
|
|
1261
1261
|
loading: {
|
|
1262
1262
|
type: import("vue").PropType<boolean | {
|
|
@@ -1304,7 +1304,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1304
1304
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1305
1305
|
};
|
|
1306
1306
|
size: {
|
|
1307
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1307
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1308
1308
|
};
|
|
1309
1309
|
loading: {
|
|
1310
1310
|
type: import("vue").PropType<boolean | {
|
|
@@ -1354,7 +1354,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1354
1354
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1355
1355
|
};
|
|
1356
1356
|
size: {
|
|
1357
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1357
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1358
1358
|
};
|
|
1359
1359
|
loading: {
|
|
1360
1360
|
type: import("vue").PropType<boolean | {
|
|
@@ -1402,7 +1402,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1402
1402
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1403
1403
|
};
|
|
1404
1404
|
size: {
|
|
1405
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1405
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1406
1406
|
};
|
|
1407
1407
|
loading: {
|
|
1408
1408
|
type: import("vue").PropType<boolean | {
|
|
@@ -1516,7 +1516,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1516
1516
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1517
1517
|
};
|
|
1518
1518
|
size: {
|
|
1519
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1519
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1520
1520
|
};
|
|
1521
1521
|
loading: {
|
|
1522
1522
|
type: import("vue").PropType<boolean | {
|
|
@@ -1564,7 +1564,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1564
1564
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1565
1565
|
};
|
|
1566
1566
|
size: {
|
|
1567
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1567
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1568
1568
|
};
|
|
1569
1569
|
loading: {
|
|
1570
1570
|
type: import("vue").PropType<boolean | {
|
|
@@ -1676,7 +1676,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1676
1676
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1677
1677
|
};
|
|
1678
1678
|
size: {
|
|
1679
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1679
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1680
1680
|
};
|
|
1681
1681
|
loading: {
|
|
1682
1682
|
type: import("vue").PropType<boolean | {
|
|
@@ -1723,7 +1723,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1723
1723
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1724
1724
|
};
|
|
1725
1725
|
size: {
|
|
1726
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1726
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1727
1727
|
};
|
|
1728
1728
|
loading: {
|
|
1729
1729
|
type: import("vue").PropType<boolean | {
|
|
@@ -1789,7 +1789,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1789
1789
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1790
1790
|
};
|
|
1791
1791
|
size: {
|
|
1792
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1792
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1793
1793
|
};
|
|
1794
1794
|
loading: {
|
|
1795
1795
|
type: import("vue").PropType<boolean | {
|
|
@@ -1849,7 +1849,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1849
1849
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1850
1850
|
};
|
|
1851
1851
|
size: {
|
|
1852
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1852
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1853
1853
|
};
|
|
1854
1854
|
loading: {
|
|
1855
1855
|
type: import("vue").PropType<boolean | {
|
|
@@ -1901,12 +1901,12 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1901
1901
|
readonly Group: import("vue").DefineComponent<{
|
|
1902
1902
|
prefixCls: StringConstructor;
|
|
1903
1903
|
size: {
|
|
1904
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1904
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1905
1905
|
};
|
|
1906
1906
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1907
1907
|
prefixCls: StringConstructor;
|
|
1908
1908
|
size: {
|
|
1909
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1909
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1910
1910
|
};
|
|
1911
1911
|
}>>, {}, {}>;
|
|
1912
1912
|
};
|
|
@@ -1999,7 +1999,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
1999
1999
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2000
2000
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
2001
2001
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2002
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
2002
|
+
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>;
|
|
2003
2003
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2004
2004
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2005
2005
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -2013,7 +2013,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
|
|
|
2013
2013
|
"onUpdate:open"?: (() => any) | undefined;
|
|
2014
2014
|
onOk?: (() => any) | undefined;
|
|
2015
2015
|
}, {
|
|
2016
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
2016
|
+
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>;
|
|
2017
2017
|
readonly class: string;
|
|
2018
2018
|
readonly title: string;
|
|
2019
2019
|
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>;
|
|
@@ -156,7 +156,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
156
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
157
157
|
};
|
|
158
158
|
size: {
|
|
159
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
159
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
160
160
|
};
|
|
161
161
|
loading: {
|
|
162
162
|
type: import("vue").PropType<boolean | {
|
|
@@ -204,7 +204,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
204
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
205
205
|
};
|
|
206
206
|
size: {
|
|
207
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
207
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
208
208
|
};
|
|
209
209
|
loading: {
|
|
210
210
|
type: import("vue").PropType<boolean | {
|
|
@@ -254,7 +254,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
254
254
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
255
255
|
};
|
|
256
256
|
size: {
|
|
257
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
257
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
258
258
|
};
|
|
259
259
|
loading: {
|
|
260
260
|
type: import("vue").PropType<boolean | {
|
|
@@ -302,7 +302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
302
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
303
303
|
};
|
|
304
304
|
size: {
|
|
305
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
305
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
306
306
|
};
|
|
307
307
|
loading: {
|
|
308
308
|
type: import("vue").PropType<boolean | {
|
|
@@ -442,7 +442,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
442
442
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
443
443
|
};
|
|
444
444
|
size: {
|
|
445
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
445
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
446
446
|
};
|
|
447
447
|
loading: {
|
|
448
448
|
type: import("vue").PropType<boolean | {
|
|
@@ -490,7 +490,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
490
490
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
491
491
|
};
|
|
492
492
|
size: {
|
|
493
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
493
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
494
494
|
};
|
|
495
495
|
loading: {
|
|
496
496
|
type: import("vue").PropType<boolean | {
|
|
@@ -540,7 +540,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
540
540
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
541
541
|
};
|
|
542
542
|
size: {
|
|
543
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
543
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
544
544
|
};
|
|
545
545
|
loading: {
|
|
546
546
|
type: import("vue").PropType<boolean | {
|
|
@@ -588,7 +588,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
588
588
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
589
589
|
};
|
|
590
590
|
size: {
|
|
591
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
591
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
592
592
|
};
|
|
593
593
|
loading: {
|
|
594
594
|
type: import("vue").PropType<boolean | {
|
|
@@ -702,7 +702,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
702
702
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
703
703
|
};
|
|
704
704
|
size: {
|
|
705
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
705
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
706
706
|
};
|
|
707
707
|
loading: {
|
|
708
708
|
type: import("vue").PropType<boolean | {
|
|
@@ -750,7 +750,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
750
750
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
751
751
|
};
|
|
752
752
|
size: {
|
|
753
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
753
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
754
754
|
};
|
|
755
755
|
loading: {
|
|
756
756
|
type: import("vue").PropType<boolean | {
|
|
@@ -850,7 +850,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
850
850
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
851
851
|
};
|
|
852
852
|
size: {
|
|
853
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
853
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
854
854
|
};
|
|
855
855
|
loading: {
|
|
856
856
|
type: import("vue").PropType<boolean | {
|
|
@@ -898,7 +898,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
898
898
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
899
899
|
};
|
|
900
900
|
size: {
|
|
901
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
901
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
902
902
|
};
|
|
903
903
|
loading: {
|
|
904
904
|
type: import("vue").PropType<boolean | {
|
|
@@ -948,7 +948,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
948
948
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
949
949
|
};
|
|
950
950
|
size: {
|
|
951
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
951
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
952
952
|
};
|
|
953
953
|
loading: {
|
|
954
954
|
type: import("vue").PropType<boolean | {
|
|
@@ -996,7 +996,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
996
996
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
997
997
|
};
|
|
998
998
|
size: {
|
|
999
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
999
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1000
1000
|
};
|
|
1001
1001
|
loading: {
|
|
1002
1002
|
type: import("vue").PropType<boolean | {
|
|
@@ -1110,7 +1110,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1110
1110
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1111
1111
|
};
|
|
1112
1112
|
size: {
|
|
1113
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1113
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1114
1114
|
};
|
|
1115
1115
|
loading: {
|
|
1116
1116
|
type: import("vue").PropType<boolean | {
|
|
@@ -1158,7 +1158,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1158
1158
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1159
1159
|
};
|
|
1160
1160
|
size: {
|
|
1161
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1161
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1162
1162
|
};
|
|
1163
1163
|
loading: {
|
|
1164
1164
|
type: import("vue").PropType<boolean | {
|
|
@@ -1255,7 +1255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1255
1255
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1256
1256
|
};
|
|
1257
1257
|
size: {
|
|
1258
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1258
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1259
1259
|
};
|
|
1260
1260
|
loading: {
|
|
1261
1261
|
type: import("vue").PropType<boolean | {
|
|
@@ -1303,7 +1303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1303
1303
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1304
1304
|
};
|
|
1305
1305
|
size: {
|
|
1306
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1306
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1307
1307
|
};
|
|
1308
1308
|
loading: {
|
|
1309
1309
|
type: import("vue").PropType<boolean | {
|
|
@@ -1353,7 +1353,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1353
1353
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1354
1354
|
};
|
|
1355
1355
|
size: {
|
|
1356
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1356
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1357
1357
|
};
|
|
1358
1358
|
loading: {
|
|
1359
1359
|
type: import("vue").PropType<boolean | {
|
|
@@ -1401,7 +1401,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1401
1401
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1402
1402
|
};
|
|
1403
1403
|
size: {
|
|
1404
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1404
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1405
1405
|
};
|
|
1406
1406
|
loading: {
|
|
1407
1407
|
type: import("vue").PropType<boolean | {
|
|
@@ -1515,7 +1515,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1515
1515
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1516
1516
|
};
|
|
1517
1517
|
size: {
|
|
1518
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1518
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1519
1519
|
};
|
|
1520
1520
|
loading: {
|
|
1521
1521
|
type: import("vue").PropType<boolean | {
|
|
@@ -1563,7 +1563,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1563
1563
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1564
1564
|
};
|
|
1565
1565
|
size: {
|
|
1566
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1566
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1567
1567
|
};
|
|
1568
1568
|
loading: {
|
|
1569
1569
|
type: import("vue").PropType<boolean | {
|
|
@@ -1675,7 +1675,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1675
1675
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1676
1676
|
};
|
|
1677
1677
|
size: {
|
|
1678
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1678
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1679
1679
|
};
|
|
1680
1680
|
loading: {
|
|
1681
1681
|
type: import("vue").PropType<boolean | {
|
|
@@ -1722,7 +1722,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1722
1722
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1723
1723
|
};
|
|
1724
1724
|
size: {
|
|
1725
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1725
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1726
1726
|
};
|
|
1727
1727
|
loading: {
|
|
1728
1728
|
type: import("vue").PropType<boolean | {
|
|
@@ -1788,7 +1788,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1788
1788
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1789
1789
|
};
|
|
1790
1790
|
size: {
|
|
1791
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1791
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1792
1792
|
};
|
|
1793
1793
|
loading: {
|
|
1794
1794
|
type: import("vue").PropType<boolean | {
|
|
@@ -1848,7 +1848,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1848
1848
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1849
1849
|
};
|
|
1850
1850
|
size: {
|
|
1851
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1851
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1852
1852
|
};
|
|
1853
1853
|
loading: {
|
|
1854
1854
|
type: import("vue").PropType<boolean | {
|
|
@@ -1900,12 +1900,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1900
1900
|
readonly Group: import("vue").DefineComponent<{
|
|
1901
1901
|
prefixCls: StringConstructor;
|
|
1902
1902
|
size: {
|
|
1903
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1903
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1904
1904
|
};
|
|
1905
1905
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1906
1906
|
prefixCls: StringConstructor;
|
|
1907
1907
|
size: {
|
|
1908
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1908
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1909
1909
|
};
|
|
1910
1910
|
}>>, {}, {}>;
|
|
1911
1911
|
};
|
|
@@ -1998,7 +1998,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1998
1998
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1999
1999
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
2000
2000
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2001
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
2001
|
+
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>;
|
|
2002
2002
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2003
2003
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2004
2004
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -2012,7 +2012,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2012
2012
|
"onUpdate:open"?: (() => any) | undefined;
|
|
2013
2013
|
onOk?: (() => any) | undefined;
|
|
2014
2014
|
}, {
|
|
2015
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
2015
|
+
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>;
|
|
2016
2016
|
readonly class: string;
|
|
2017
2017
|
readonly title: string;
|
|
2018
2018
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -131,7 +131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
131
|
zIndex: NumberConstructor;
|
|
132
132
|
prefixCls: StringConstructor;
|
|
133
133
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
134
|
-
placement: import("vue-types").VueTypeDef<"
|
|
134
|
+
placement: import("vue-types").VueTypeDef<"top" | "bottom" | "left" | "right">;
|
|
135
135
|
keyboard: {
|
|
136
136
|
type: BooleanConstructor;
|
|
137
137
|
default: any;
|
|
@@ -228,7 +228,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
228
228
|
zIndex: NumberConstructor;
|
|
229
229
|
prefixCls: StringConstructor;
|
|
230
230
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
231
|
-
placement: import("vue-types").VueTypeDef<"
|
|
231
|
+
placement: import("vue-types").VueTypeDef<"top" | "bottom" | "left" | "right">;
|
|
232
232
|
keyboard: {
|
|
233
233
|
type: BooleanConstructor;
|
|
234
234
|
default: any;
|
|
@@ -357,7 +357,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
357
357
|
zIndex: NumberConstructor;
|
|
358
358
|
prefixCls: StringConstructor;
|
|
359
359
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
360
|
-
placement: import("vue-types").VueTypeDef<"
|
|
360
|
+
placement: import("vue-types").VueTypeDef<"top" | "bottom" | "left" | "right">;
|
|
361
361
|
keyboard: {
|
|
362
362
|
type: BooleanConstructor;
|
|
363
363
|
default: any;
|
|
@@ -476,7 +476,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
476
476
|
zIndex: NumberConstructor;
|
|
477
477
|
prefixCls: StringConstructor;
|
|
478
478
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
479
|
-
placement: import("vue-types").VueTypeDef<"
|
|
479
|
+
placement: import("vue-types").VueTypeDef<"top" | "bottom" | "left" | "right">;
|
|
480
480
|
keyboard: {
|
|
481
481
|
type: BooleanConstructor;
|
|
482
482
|
default: any;
|