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
|
@@ -3,7 +3,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
3
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
4
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
5
5
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
7
7
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8
8
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
9
9
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -14,7 +14,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
14
14
|
readonly keyboard: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
17
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
18
18
|
readonly class: string;
|
|
19
19
|
readonly title: string;
|
|
20
20
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -112,7 +112,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
112
112
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
113
113
|
};
|
|
114
114
|
size: {
|
|
115
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
115
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
116
116
|
};
|
|
117
117
|
loading: {
|
|
118
118
|
type: import("vue").PropType<boolean | {
|
|
@@ -160,7 +160,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
160
160
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
161
161
|
};
|
|
162
162
|
size: {
|
|
163
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
163
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
164
164
|
};
|
|
165
165
|
loading: {
|
|
166
166
|
type: import("vue").PropType<boolean | {
|
|
@@ -210,7 +210,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
210
210
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
211
211
|
};
|
|
212
212
|
size: {
|
|
213
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
213
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
214
214
|
};
|
|
215
215
|
loading: {
|
|
216
216
|
type: import("vue").PropType<boolean | {
|
|
@@ -258,7 +258,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
258
258
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
259
259
|
};
|
|
260
260
|
size: {
|
|
261
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
261
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
262
262
|
};
|
|
263
263
|
loading: {
|
|
264
264
|
type: import("vue").PropType<boolean | {
|
|
@@ -398,7 +398,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
398
398
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
399
399
|
};
|
|
400
400
|
size: {
|
|
401
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
401
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
402
402
|
};
|
|
403
403
|
loading: {
|
|
404
404
|
type: import("vue").PropType<boolean | {
|
|
@@ -446,7 +446,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
446
446
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
447
447
|
};
|
|
448
448
|
size: {
|
|
449
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
449
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
450
450
|
};
|
|
451
451
|
loading: {
|
|
452
452
|
type: import("vue").PropType<boolean | {
|
|
@@ -496,7 +496,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
496
496
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
497
497
|
};
|
|
498
498
|
size: {
|
|
499
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
499
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
500
500
|
};
|
|
501
501
|
loading: {
|
|
502
502
|
type: import("vue").PropType<boolean | {
|
|
@@ -544,7 +544,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
544
544
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
545
545
|
};
|
|
546
546
|
size: {
|
|
547
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
547
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
548
548
|
};
|
|
549
549
|
loading: {
|
|
550
550
|
type: import("vue").PropType<boolean | {
|
|
@@ -658,7 +658,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
658
658
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
659
659
|
};
|
|
660
660
|
size: {
|
|
661
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
661
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
662
662
|
};
|
|
663
663
|
loading: {
|
|
664
664
|
type: import("vue").PropType<boolean | {
|
|
@@ -706,7 +706,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
706
706
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
707
707
|
};
|
|
708
708
|
size: {
|
|
709
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
709
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
710
710
|
};
|
|
711
711
|
loading: {
|
|
712
712
|
type: import("vue").PropType<boolean | {
|
|
@@ -806,7 +806,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
806
806
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
807
807
|
};
|
|
808
808
|
size: {
|
|
809
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
809
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
810
810
|
};
|
|
811
811
|
loading: {
|
|
812
812
|
type: import("vue").PropType<boolean | {
|
|
@@ -854,7 +854,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
854
854
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
855
855
|
};
|
|
856
856
|
size: {
|
|
857
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
857
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
858
858
|
};
|
|
859
859
|
loading: {
|
|
860
860
|
type: import("vue").PropType<boolean | {
|
|
@@ -904,7 +904,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
904
904
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
905
905
|
};
|
|
906
906
|
size: {
|
|
907
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
907
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
908
908
|
};
|
|
909
909
|
loading: {
|
|
910
910
|
type: import("vue").PropType<boolean | {
|
|
@@ -952,7 +952,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
952
952
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
953
953
|
};
|
|
954
954
|
size: {
|
|
955
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
955
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
956
956
|
};
|
|
957
957
|
loading: {
|
|
958
958
|
type: import("vue").PropType<boolean | {
|
|
@@ -1066,7 +1066,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1066
1066
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1067
1067
|
};
|
|
1068
1068
|
size: {
|
|
1069
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1069
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1070
1070
|
};
|
|
1071
1071
|
loading: {
|
|
1072
1072
|
type: import("vue").PropType<boolean | {
|
|
@@ -1114,7 +1114,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1114
1114
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1115
1115
|
};
|
|
1116
1116
|
size: {
|
|
1117
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1117
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1118
1118
|
};
|
|
1119
1119
|
loading: {
|
|
1120
1120
|
type: import("vue").PropType<boolean | {
|
|
@@ -1211,7 +1211,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1211
1211
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1212
1212
|
};
|
|
1213
1213
|
size: {
|
|
1214
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1214
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1215
1215
|
};
|
|
1216
1216
|
loading: {
|
|
1217
1217
|
type: import("vue").PropType<boolean | {
|
|
@@ -1259,7 +1259,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1259
1259
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1260
1260
|
};
|
|
1261
1261
|
size: {
|
|
1262
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1262
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1263
1263
|
};
|
|
1264
1264
|
loading: {
|
|
1265
1265
|
type: import("vue").PropType<boolean | {
|
|
@@ -1309,7 +1309,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1309
1309
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1310
1310
|
};
|
|
1311
1311
|
size: {
|
|
1312
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1312
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1313
1313
|
};
|
|
1314
1314
|
loading: {
|
|
1315
1315
|
type: import("vue").PropType<boolean | {
|
|
@@ -1357,7 +1357,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1357
1357
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1358
1358
|
};
|
|
1359
1359
|
size: {
|
|
1360
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1360
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1361
1361
|
};
|
|
1362
1362
|
loading: {
|
|
1363
1363
|
type: import("vue").PropType<boolean | {
|
|
@@ -1471,7 +1471,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1471
1471
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1472
1472
|
};
|
|
1473
1473
|
size: {
|
|
1474
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1474
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1475
1475
|
};
|
|
1476
1476
|
loading: {
|
|
1477
1477
|
type: import("vue").PropType<boolean | {
|
|
@@ -1519,7 +1519,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1519
1519
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1520
1520
|
};
|
|
1521
1521
|
size: {
|
|
1522
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1522
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1523
1523
|
};
|
|
1524
1524
|
loading: {
|
|
1525
1525
|
type: import("vue").PropType<boolean | {
|
|
@@ -1631,7 +1631,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1631
1631
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1632
1632
|
};
|
|
1633
1633
|
size: {
|
|
1634
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1634
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1635
1635
|
};
|
|
1636
1636
|
loading: {
|
|
1637
1637
|
type: import("vue").PropType<boolean | {
|
|
@@ -1678,7 +1678,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1678
1678
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1679
1679
|
};
|
|
1680
1680
|
size: {
|
|
1681
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1681
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1682
1682
|
};
|
|
1683
1683
|
loading: {
|
|
1684
1684
|
type: import("vue").PropType<boolean | {
|
|
@@ -1744,7 +1744,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1744
1744
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1745
1745
|
};
|
|
1746
1746
|
size: {
|
|
1747
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1747
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1748
1748
|
};
|
|
1749
1749
|
loading: {
|
|
1750
1750
|
type: import("vue").PropType<boolean | {
|
|
@@ -1804,7 +1804,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1804
1804
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1805
1805
|
};
|
|
1806
1806
|
size: {
|
|
1807
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1807
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1808
1808
|
};
|
|
1809
1809
|
loading: {
|
|
1810
1810
|
type: import("vue").PropType<boolean | {
|
|
@@ -1856,12 +1856,12 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1856
1856
|
readonly Group: import("vue").DefineComponent<{
|
|
1857
1857
|
prefixCls: StringConstructor;
|
|
1858
1858
|
size: {
|
|
1859
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1859
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1860
1860
|
};
|
|
1861
1861
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1862
1862
|
prefixCls: StringConstructor;
|
|
1863
1863
|
size: {
|
|
1864
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1864
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1865
1865
|
};
|
|
1866
1866
|
}>>, {}, {}>;
|
|
1867
1867
|
};
|
|
@@ -1954,7 +1954,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1954
1954
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1955
1955
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
1956
1956
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1957
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
1957
|
+
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>;
|
|
1958
1958
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1959
1959
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1960
1960
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1968,7 +1968,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1968
1968
|
"onUpdate:open"?: (() => any) | undefined;
|
|
1969
1969
|
onOk?: (() => any) | undefined;
|
|
1970
1970
|
}, {
|
|
1971
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
1971
|
+
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>;
|
|
1972
1972
|
readonly class: string;
|
|
1973
1973
|
readonly title: string;
|
|
1974
1974
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9,7 +9,7 @@ export declare const modalProps: {
|
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10
10
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
11
11
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
12
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => IType) | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => IType))[], unknown, unknown, "operate", boolean>;
|
|
13
13
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14
14
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
15
15
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
4
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
5
5
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
7
7
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8
8
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
9
9
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
readonly keyboard: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
17
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
18
18
|
readonly class: string;
|
|
19
19
|
readonly title: string;
|
|
20
20
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -112,7 +112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
112
112
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
113
113
|
};
|
|
114
114
|
size: {
|
|
115
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
115
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
116
116
|
};
|
|
117
117
|
loading: {
|
|
118
118
|
type: import("vue").PropType<boolean | {
|
|
@@ -160,7 +160,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
160
160
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
161
161
|
};
|
|
162
162
|
size: {
|
|
163
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
163
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
164
164
|
};
|
|
165
165
|
loading: {
|
|
166
166
|
type: import("vue").PropType<boolean | {
|
|
@@ -210,7 +210,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
210
210
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
211
211
|
};
|
|
212
212
|
size: {
|
|
213
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
213
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
214
214
|
};
|
|
215
215
|
loading: {
|
|
216
216
|
type: import("vue").PropType<boolean | {
|
|
@@ -258,7 +258,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
258
258
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
259
259
|
};
|
|
260
260
|
size: {
|
|
261
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
261
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
262
262
|
};
|
|
263
263
|
loading: {
|
|
264
264
|
type: import("vue").PropType<boolean | {
|
|
@@ -398,7 +398,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
398
398
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
399
399
|
};
|
|
400
400
|
size: {
|
|
401
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
401
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
402
402
|
};
|
|
403
403
|
loading: {
|
|
404
404
|
type: import("vue").PropType<boolean | {
|
|
@@ -446,7 +446,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
446
446
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
447
447
|
};
|
|
448
448
|
size: {
|
|
449
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
449
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
450
450
|
};
|
|
451
451
|
loading: {
|
|
452
452
|
type: import("vue").PropType<boolean | {
|
|
@@ -496,7 +496,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
496
496
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
497
497
|
};
|
|
498
498
|
size: {
|
|
499
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
499
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
500
500
|
};
|
|
501
501
|
loading: {
|
|
502
502
|
type: import("vue").PropType<boolean | {
|
|
@@ -544,7 +544,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
544
544
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
545
545
|
};
|
|
546
546
|
size: {
|
|
547
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
547
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
548
548
|
};
|
|
549
549
|
loading: {
|
|
550
550
|
type: import("vue").PropType<boolean | {
|
|
@@ -658,7 +658,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
658
658
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
659
659
|
};
|
|
660
660
|
size: {
|
|
661
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
661
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
662
662
|
};
|
|
663
663
|
loading: {
|
|
664
664
|
type: import("vue").PropType<boolean | {
|
|
@@ -706,7 +706,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
706
706
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
707
707
|
};
|
|
708
708
|
size: {
|
|
709
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
709
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
710
710
|
};
|
|
711
711
|
loading: {
|
|
712
712
|
type: import("vue").PropType<boolean | {
|
|
@@ -806,7 +806,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
806
806
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
807
807
|
};
|
|
808
808
|
size: {
|
|
809
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
809
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
810
810
|
};
|
|
811
811
|
loading: {
|
|
812
812
|
type: import("vue").PropType<boolean | {
|
|
@@ -854,7 +854,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
854
854
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
855
855
|
};
|
|
856
856
|
size: {
|
|
857
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
857
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
858
858
|
};
|
|
859
859
|
loading: {
|
|
860
860
|
type: import("vue").PropType<boolean | {
|
|
@@ -904,7 +904,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
904
904
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
905
905
|
};
|
|
906
906
|
size: {
|
|
907
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
907
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
908
908
|
};
|
|
909
909
|
loading: {
|
|
910
910
|
type: import("vue").PropType<boolean | {
|
|
@@ -952,7 +952,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
952
952
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
953
953
|
};
|
|
954
954
|
size: {
|
|
955
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
955
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
956
956
|
};
|
|
957
957
|
loading: {
|
|
958
958
|
type: import("vue").PropType<boolean | {
|
|
@@ -1066,7 +1066,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1066
1066
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1067
1067
|
};
|
|
1068
1068
|
size: {
|
|
1069
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1069
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1070
1070
|
};
|
|
1071
1071
|
loading: {
|
|
1072
1072
|
type: import("vue").PropType<boolean | {
|
|
@@ -1114,7 +1114,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1114
1114
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1115
1115
|
};
|
|
1116
1116
|
size: {
|
|
1117
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1117
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1118
1118
|
};
|
|
1119
1119
|
loading: {
|
|
1120
1120
|
type: import("vue").PropType<boolean | {
|
|
@@ -1211,7 +1211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1211
1211
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1212
1212
|
};
|
|
1213
1213
|
size: {
|
|
1214
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1214
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1215
1215
|
};
|
|
1216
1216
|
loading: {
|
|
1217
1217
|
type: import("vue").PropType<boolean | {
|
|
@@ -1259,7 +1259,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1259
1259
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1260
1260
|
};
|
|
1261
1261
|
size: {
|
|
1262
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1262
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1263
1263
|
};
|
|
1264
1264
|
loading: {
|
|
1265
1265
|
type: import("vue").PropType<boolean | {
|
|
@@ -1309,7 +1309,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1309
1309
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1310
1310
|
};
|
|
1311
1311
|
size: {
|
|
1312
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1312
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1313
1313
|
};
|
|
1314
1314
|
loading: {
|
|
1315
1315
|
type: import("vue").PropType<boolean | {
|
|
@@ -1357,7 +1357,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1357
1357
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1358
1358
|
};
|
|
1359
1359
|
size: {
|
|
1360
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1360
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1361
1361
|
};
|
|
1362
1362
|
loading: {
|
|
1363
1363
|
type: import("vue").PropType<boolean | {
|
|
@@ -1471,7 +1471,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1471
1471
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1472
1472
|
};
|
|
1473
1473
|
size: {
|
|
1474
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1474
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1475
1475
|
};
|
|
1476
1476
|
loading: {
|
|
1477
1477
|
type: import("vue").PropType<boolean | {
|
|
@@ -1519,7 +1519,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1519
1519
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1520
1520
|
};
|
|
1521
1521
|
size: {
|
|
1522
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1522
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1523
1523
|
};
|
|
1524
1524
|
loading: {
|
|
1525
1525
|
type: import("vue").PropType<boolean | {
|
|
@@ -1631,7 +1631,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1631
1631
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1632
1632
|
};
|
|
1633
1633
|
size: {
|
|
1634
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1634
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1635
1635
|
};
|
|
1636
1636
|
loading: {
|
|
1637
1637
|
type: import("vue").PropType<boolean | {
|
|
@@ -1678,7 +1678,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1678
1678
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1679
1679
|
};
|
|
1680
1680
|
size: {
|
|
1681
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1681
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1682
1682
|
};
|
|
1683
1683
|
loading: {
|
|
1684
1684
|
type: import("vue").PropType<boolean | {
|
|
@@ -1744,7 +1744,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1744
1744
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1745
1745
|
};
|
|
1746
1746
|
size: {
|
|
1747
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1747
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1748
1748
|
};
|
|
1749
1749
|
loading: {
|
|
1750
1750
|
type: import("vue").PropType<boolean | {
|
|
@@ -1804,7 +1804,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1804
1804
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1805
1805
|
};
|
|
1806
1806
|
size: {
|
|
1807
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1807
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1808
1808
|
};
|
|
1809
1809
|
loading: {
|
|
1810
1810
|
type: import("vue").PropType<boolean | {
|
|
@@ -1856,12 +1856,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1856
1856
|
readonly Group: import("vue").DefineComponent<{
|
|
1857
1857
|
prefixCls: StringConstructor;
|
|
1858
1858
|
size: {
|
|
1859
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1859
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1860
1860
|
};
|
|
1861
1861
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1862
1862
|
prefixCls: StringConstructor;
|
|
1863
1863
|
size: {
|
|
1864
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1864
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1865
1865
|
};
|
|
1866
1866
|
}>>, {}, {}>;
|
|
1867
1867
|
};
|
|
@@ -1954,7 +1954,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1954
1954
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1955
1955
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
1956
1956
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1957
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
1957
|
+
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>;
|
|
1958
1958
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1959
1959
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1960
1960
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1968,7 +1968,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1968
1968
|
"onUpdate:open"?: (() => any) | undefined;
|
|
1969
1969
|
onOk?: (() => any) | undefined;
|
|
1970
1970
|
}, {
|
|
1971
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
1971
|
+
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>;
|
|
1972
1972
|
readonly class: string;
|
|
1973
1973
|
readonly title: string;
|
|
1974
1974
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|