ll-plus 2.8.12 → 2.8.13
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 +718 -718
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +372 -372
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +326 -326
- 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 +12 -12
- package/es/components/cascader/src/cascader.vue.d.ts +12 -12
- 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/color-picker/index.d.ts +4 -4
- package/es/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/es/components/color-picker/src/config/color-picker.d.ts +1 -1
- 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 +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +29 -29
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +29 -29
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- 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 +306 -306
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +305 -305
- 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 +47 -47
- package/es/components/input/src/input.vue.d.ts +47 -47
- 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 +492 -492
- package/es/components/key-value/src/key-value.vue.d.ts +1476 -1476
- package/es/components/modal/index.d.ts +29 -29
- package/es/components/modal/src/modal.vue.d.ts +29 -29
- package/es/components/new-drawer/index.d.ts +7 -7
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/new-modal/index.d.ts +34 -34
- package/es/components/new-modal/src/modal.vue.d.ts +34 -34
- 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/radio/index.d.ts +10 -10
- package/es/components/radio/src/radio-group.vue.d.ts +5 -5
- package/es/components/radio/src/radio.vue.d.ts +5 -5
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +15 -15
- package/es/components/select/src/select.vue.d.ts +15 -15
- package/es/components/select-group/index.d.ts +6 -6
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +6 -6
- package/es/components/steps/index.d.ts +11 -11
- package/es/components/steps/src/steps.vue.d.ts +11 -11
- package/es/components/switch/index.d.ts +4 -4
- package/es/components/switch/src/switch.vue.d.ts +4 -4
- package/es/components/table/index.d.ts +12 -12
- package/es/components/table/src/components/main-table.vue.d.ts +4 -4
- package/es/components/table/src/config/table.d.ts +4 -4
- package/es/components/table/src/table.vue.d.ts +12 -12
- 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 +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/packages/components/tooltip/src/tooltip.vue2.mjs +10 -8
- package/es/packages/components/tooltip/src/tooltip.vue2.mjs.map +1 -1
- package/index.full.js +9 -7
- package/index.full.min.js +19 -19
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +16 -16
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +9 -7
- package/lib/components/advanced-filtering/index.d.ts +718 -718
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +372 -372
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +326 -326
- 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 +12 -12
- package/lib/components/cascader/src/cascader.vue.d.ts +12 -12
- 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/color-picker/index.d.ts +4 -4
- package/lib/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/lib/components/color-picker/src/config/color-picker.d.ts +1 -1
- 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 +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +29 -29
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +29 -29
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- 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 +306 -306
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +305 -305
- 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 +47 -47
- package/lib/components/input/src/input.vue.d.ts +47 -47
- 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 +492 -492
- package/lib/components/key-value/src/key-value.vue.d.ts +1476 -1476
- package/lib/components/modal/index.d.ts +29 -29
- package/lib/components/modal/src/modal.vue.d.ts +29 -29
- package/lib/components/new-drawer/index.d.ts +7 -7
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/new-modal/index.d.ts +34 -34
- package/lib/components/new-modal/src/modal.vue.d.ts +34 -34
- 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/radio/index.d.ts +10 -10
- package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
- package/lib/components/radio/src/radio.vue.d.ts +5 -5
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +15 -15
- package/lib/components/select/src/select.vue.d.ts +15 -15
- package/lib/components/select-group/index.d.ts +6 -6
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +6 -6
- package/lib/components/steps/index.d.ts +11 -11
- package/lib/components/steps/src/steps.vue.d.ts +11 -11
- package/lib/components/switch/index.d.ts +4 -4
- package/lib/components/switch/src/switch.vue.d.ts +4 -4
- package/lib/components/table/index.d.ts +12 -12
- package/lib/components/table/src/components/main-table.vue.d.ts +4 -4
- package/lib/components/table/src/config/table.d.ts +4 -4
- package/lib/components/table/src/table.vue.d.ts +12 -12
- 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 +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/packages/components/tooltip/src/tooltip.vue2.js +9 -7
- package/lib/packages/components/tooltip/src/tooltip.vue2.js.map +1 -1
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +718 -718
- 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 +372 -372
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +326 -326
- 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 +12 -12
- package/types/packages/components/cascader/src/cascader.vue.d.ts +12 -12
- 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/color-picker/index.d.ts +4 -4
- package/types/packages/components/color-picker/src/color-picker.vue.d.ts +4 -4
- package/types/packages/components/color-picker/src/config/color-picker.d.ts +1 -1
- 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 +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +29 -29
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +29 -29
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- 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 +306 -306
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +305 -305
- 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 +47 -47
- package/types/packages/components/input/src/input.vue.d.ts +47 -47
- 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 +492 -492
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1476 -1476
- package/types/packages/components/modal/index.d.ts +29 -29
- package/types/packages/components/modal/src/modal.vue.d.ts +29 -29
- package/types/packages/components/new-drawer/index.d.ts +7 -7
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/types/packages/components/new-modal/index.d.ts +34 -34
- package/types/packages/components/new-modal/src/modal.vue.d.ts +34 -34
- 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/radio/index.d.ts +10 -10
- package/types/packages/components/radio/src/radio-group.vue.d.ts +5 -5
- package/types/packages/components/radio/src/radio.vue.d.ts +5 -5
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +15 -15
- package/types/packages/components/select/src/select.vue.d.ts +15 -15
- package/types/packages/components/select-group/index.d.ts +6 -6
- package/types/packages/components/select-group/src/select-group.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +6 -6
- package/types/packages/components/steps/index.d.ts +11 -11
- package/types/packages/components/steps/src/steps.vue.d.ts +11 -11
- package/types/packages/components/switch/index.d.ts +4 -4
- package/types/packages/components/switch/src/switch.vue.d.ts +4 -4
- package/types/packages/components/table/index.d.ts +12 -12
- package/types/packages/components/table/src/components/main-table.vue.d.ts +4 -4
- package/types/packages/components/table/src/config/table.d.ts +4 -4
- package/types/packages/components/table/src/table.vue.d.ts +12 -12
- 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 +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
|
@@ -72,11 +72,11 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
72
72
|
readonly onOk?: (() => any) | undefined;
|
|
73
73
|
readonly onCancel?: (() => any) | undefined;
|
|
74
74
|
} & {}>;
|
|
75
|
-
emits: ((event: "
|
|
75
|
+
emits: ((event: "cancel") => void) & ((event: "update:open") => void) & ((event: "ok") => void);
|
|
76
76
|
attrs: {
|
|
77
77
|
[x: string]: unknown;
|
|
78
78
|
};
|
|
79
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
79
|
+
scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
|
|
80
80
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
81
81
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
82
82
|
modal: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -136,7 +136,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
136
136
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
137
137
|
};
|
|
138
138
|
size: {
|
|
139
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
139
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
140
140
|
};
|
|
141
141
|
loading: {
|
|
142
142
|
type: import("vue").PropType<boolean | {
|
|
@@ -184,7 +184,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
184
184
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
185
185
|
};
|
|
186
186
|
size: {
|
|
187
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
187
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
188
188
|
};
|
|
189
189
|
loading: {
|
|
190
190
|
type: import("vue").PropType<boolean | {
|
|
@@ -234,7 +234,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
234
234
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
235
235
|
};
|
|
236
236
|
size: {
|
|
237
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
237
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
238
238
|
};
|
|
239
239
|
loading: {
|
|
240
240
|
type: import("vue").PropType<boolean | {
|
|
@@ -282,7 +282,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
282
282
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
283
283
|
};
|
|
284
284
|
size: {
|
|
285
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
285
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
286
286
|
};
|
|
287
287
|
loading: {
|
|
288
288
|
type: import("vue").PropType<boolean | {
|
|
@@ -438,7 +438,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
438
438
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
439
439
|
};
|
|
440
440
|
size: {
|
|
441
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
441
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
442
442
|
};
|
|
443
443
|
loading: {
|
|
444
444
|
type: import("vue").PropType<boolean | {
|
|
@@ -486,7 +486,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
486
486
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
487
487
|
};
|
|
488
488
|
size: {
|
|
489
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
489
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
490
490
|
};
|
|
491
491
|
loading: {
|
|
492
492
|
type: import("vue").PropType<boolean | {
|
|
@@ -536,7 +536,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
536
536
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
537
537
|
};
|
|
538
538
|
size: {
|
|
539
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
539
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
540
540
|
};
|
|
541
541
|
loading: {
|
|
542
542
|
type: import("vue").PropType<boolean | {
|
|
@@ -584,7 +584,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
584
584
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
585
585
|
};
|
|
586
586
|
size: {
|
|
587
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
587
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
588
588
|
};
|
|
589
589
|
loading: {
|
|
590
590
|
type: import("vue").PropType<boolean | {
|
|
@@ -724,7 +724,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
724
724
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
725
725
|
};
|
|
726
726
|
size: {
|
|
727
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
727
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
728
728
|
};
|
|
729
729
|
loading: {
|
|
730
730
|
type: import("vue").PropType<boolean | {
|
|
@@ -772,7 +772,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
772
772
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
773
773
|
};
|
|
774
774
|
size: {
|
|
775
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
775
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
776
776
|
};
|
|
777
777
|
loading: {
|
|
778
778
|
type: import("vue").PropType<boolean | {
|
|
@@ -822,7 +822,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
822
822
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
823
823
|
};
|
|
824
824
|
size: {
|
|
825
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
825
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
826
826
|
};
|
|
827
827
|
loading: {
|
|
828
828
|
type: import("vue").PropType<boolean | {
|
|
@@ -870,7 +870,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
870
870
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
871
871
|
};
|
|
872
872
|
size: {
|
|
873
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
873
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
874
874
|
};
|
|
875
875
|
loading: {
|
|
876
876
|
type: import("vue").PropType<boolean | {
|
|
@@ -984,7 +984,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
984
984
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
985
985
|
};
|
|
986
986
|
size: {
|
|
987
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
987
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
988
988
|
};
|
|
989
989
|
loading: {
|
|
990
990
|
type: import("vue").PropType<boolean | {
|
|
@@ -1032,7 +1032,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1032
1032
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1033
1033
|
};
|
|
1034
1034
|
size: {
|
|
1035
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1035
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1036
1036
|
};
|
|
1037
1037
|
loading: {
|
|
1038
1038
|
type: import("vue").PropType<boolean | {
|
|
@@ -1132,7 +1132,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1132
1132
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1133
1133
|
};
|
|
1134
1134
|
size: {
|
|
1135
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1135
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1136
1136
|
};
|
|
1137
1137
|
loading: {
|
|
1138
1138
|
type: import("vue").PropType<boolean | {
|
|
@@ -1180,7 +1180,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1180
1180
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1181
1181
|
};
|
|
1182
1182
|
size: {
|
|
1183
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1183
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1184
1184
|
};
|
|
1185
1185
|
loading: {
|
|
1186
1186
|
type: import("vue").PropType<boolean | {
|
|
@@ -1230,7 +1230,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1230
1230
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1231
1231
|
};
|
|
1232
1232
|
size: {
|
|
1233
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1233
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1234
1234
|
};
|
|
1235
1235
|
loading: {
|
|
1236
1236
|
type: import("vue").PropType<boolean | {
|
|
@@ -1278,7 +1278,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1278
1278
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1279
1279
|
};
|
|
1280
1280
|
size: {
|
|
1281
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1281
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1282
1282
|
};
|
|
1283
1283
|
loading: {
|
|
1284
1284
|
type: import("vue").PropType<boolean | {
|
|
@@ -1392,7 +1392,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1392
1392
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1393
1393
|
};
|
|
1394
1394
|
size: {
|
|
1395
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1395
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1396
1396
|
};
|
|
1397
1397
|
loading: {
|
|
1398
1398
|
type: import("vue").PropType<boolean | {
|
|
@@ -1440,7 +1440,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1440
1440
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1441
1441
|
};
|
|
1442
1442
|
size: {
|
|
1443
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1443
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1444
1444
|
};
|
|
1445
1445
|
loading: {
|
|
1446
1446
|
type: import("vue").PropType<boolean | {
|
|
@@ -1537,7 +1537,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1537
1537
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1538
1538
|
};
|
|
1539
1539
|
size: {
|
|
1540
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1540
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1541
1541
|
};
|
|
1542
1542
|
loading: {
|
|
1543
1543
|
type: import("vue").PropType<boolean | {
|
|
@@ -1585,7 +1585,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1585
1585
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1586
1586
|
};
|
|
1587
1587
|
size: {
|
|
1588
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1588
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1589
1589
|
};
|
|
1590
1590
|
loading: {
|
|
1591
1591
|
type: import("vue").PropType<boolean | {
|
|
@@ -1635,7 +1635,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1635
1635
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1636
1636
|
};
|
|
1637
1637
|
size: {
|
|
1638
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1638
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1639
1639
|
};
|
|
1640
1640
|
loading: {
|
|
1641
1641
|
type: import("vue").PropType<boolean | {
|
|
@@ -1683,7 +1683,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1683
1683
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1684
1684
|
};
|
|
1685
1685
|
size: {
|
|
1686
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1686
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1687
1687
|
};
|
|
1688
1688
|
loading: {
|
|
1689
1689
|
type: import("vue").PropType<boolean | {
|
|
@@ -1797,7 +1797,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1797
1797
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1798
1798
|
};
|
|
1799
1799
|
size: {
|
|
1800
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1800
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1801
1801
|
};
|
|
1802
1802
|
loading: {
|
|
1803
1803
|
type: import("vue").PropType<boolean | {
|
|
@@ -1845,7 +1845,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1845
1845
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1846
1846
|
};
|
|
1847
1847
|
size: {
|
|
1848
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1848
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1849
1849
|
};
|
|
1850
1850
|
loading: {
|
|
1851
1851
|
type: import("vue").PropType<boolean | {
|
|
@@ -1957,7 +1957,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1957
1957
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1958
1958
|
};
|
|
1959
1959
|
size: {
|
|
1960
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1960
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1961
1961
|
};
|
|
1962
1962
|
loading: {
|
|
1963
1963
|
type: import("vue").PropType<boolean | {
|
|
@@ -2004,7 +2004,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2004
2004
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
2005
2005
|
};
|
|
2006
2006
|
size: {
|
|
2007
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2007
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2008
2008
|
};
|
|
2009
2009
|
loading: {
|
|
2010
2010
|
type: import("vue").PropType<boolean | {
|
|
@@ -2070,7 +2070,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2070
2070
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
2071
2071
|
};
|
|
2072
2072
|
size: {
|
|
2073
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2073
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2074
2074
|
};
|
|
2075
2075
|
loading: {
|
|
2076
2076
|
type: import("vue").PropType<boolean | {
|
|
@@ -2130,7 +2130,7 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2130
2130
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
2131
2131
|
};
|
|
2132
2132
|
size: {
|
|
2133
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2133
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2134
2134
|
};
|
|
2135
2135
|
loading: {
|
|
2136
2136
|
type: import("vue").PropType<boolean | {
|
|
@@ -2182,12 +2182,12 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2182
2182
|
readonly Group: import("vue").DefineComponent<{
|
|
2183
2183
|
prefixCls: StringConstructor;
|
|
2184
2184
|
size: {
|
|
2185
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2185
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2186
2186
|
};
|
|
2187
2187
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2188
2188
|
prefixCls: StringConstructor;
|
|
2189
2189
|
size: {
|
|
2190
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2190
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2191
2191
|
};
|
|
2192
2192
|
}>>, {}, {}>;
|
|
2193
2193
|
};
|
|
@@ -71,11 +71,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
readonly onOk?: (() => any) | undefined;
|
|
72
72
|
readonly onCancel?: (() => any) | undefined;
|
|
73
73
|
} & {}>;
|
|
74
|
-
emits: ((event: "
|
|
74
|
+
emits: ((event: "cancel") => void) & ((event: "update:open") => void) & ((event: "ok") => void);
|
|
75
75
|
attrs: {
|
|
76
76
|
[x: string]: unknown;
|
|
77
77
|
};
|
|
78
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
78
|
+
scrollPosition: import("vue").Ref<("top" | "scrolling" | "bottom") | undefined>;
|
|
79
79
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
80
80
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
81
81
|
modal: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -135,7 +135,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
135
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
136
136
|
};
|
|
137
137
|
size: {
|
|
138
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
138
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
139
139
|
};
|
|
140
140
|
loading: {
|
|
141
141
|
type: import("vue").PropType<boolean | {
|
|
@@ -183,7 +183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
183
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
184
184
|
};
|
|
185
185
|
size: {
|
|
186
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
186
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
187
187
|
};
|
|
188
188
|
loading: {
|
|
189
189
|
type: import("vue").PropType<boolean | {
|
|
@@ -233,7 +233,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
233
233
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
234
234
|
};
|
|
235
235
|
size: {
|
|
236
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
236
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
237
237
|
};
|
|
238
238
|
loading: {
|
|
239
239
|
type: import("vue").PropType<boolean | {
|
|
@@ -281,7 +281,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
281
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
282
282
|
};
|
|
283
283
|
size: {
|
|
284
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
284
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
285
285
|
};
|
|
286
286
|
loading: {
|
|
287
287
|
type: import("vue").PropType<boolean | {
|
|
@@ -437,7 +437,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
437
437
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
438
438
|
};
|
|
439
439
|
size: {
|
|
440
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
440
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
441
441
|
};
|
|
442
442
|
loading: {
|
|
443
443
|
type: import("vue").PropType<boolean | {
|
|
@@ -485,7 +485,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
485
485
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
486
486
|
};
|
|
487
487
|
size: {
|
|
488
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
488
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
489
489
|
};
|
|
490
490
|
loading: {
|
|
491
491
|
type: import("vue").PropType<boolean | {
|
|
@@ -535,7 +535,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
535
535
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
536
536
|
};
|
|
537
537
|
size: {
|
|
538
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
538
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
539
539
|
};
|
|
540
540
|
loading: {
|
|
541
541
|
type: import("vue").PropType<boolean | {
|
|
@@ -583,7 +583,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
583
583
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
584
584
|
};
|
|
585
585
|
size: {
|
|
586
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
586
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
587
587
|
};
|
|
588
588
|
loading: {
|
|
589
589
|
type: import("vue").PropType<boolean | {
|
|
@@ -723,7 +723,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
723
723
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
724
724
|
};
|
|
725
725
|
size: {
|
|
726
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
726
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
727
727
|
};
|
|
728
728
|
loading: {
|
|
729
729
|
type: import("vue").PropType<boolean | {
|
|
@@ -771,7 +771,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
771
771
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
772
772
|
};
|
|
773
773
|
size: {
|
|
774
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
774
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
775
775
|
};
|
|
776
776
|
loading: {
|
|
777
777
|
type: import("vue").PropType<boolean | {
|
|
@@ -821,7 +821,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
821
821
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
822
822
|
};
|
|
823
823
|
size: {
|
|
824
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
824
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
825
825
|
};
|
|
826
826
|
loading: {
|
|
827
827
|
type: import("vue").PropType<boolean | {
|
|
@@ -869,7 +869,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
869
869
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
870
870
|
};
|
|
871
871
|
size: {
|
|
872
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
872
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
873
873
|
};
|
|
874
874
|
loading: {
|
|
875
875
|
type: import("vue").PropType<boolean | {
|
|
@@ -983,7 +983,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
983
983
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
984
984
|
};
|
|
985
985
|
size: {
|
|
986
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
986
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
987
987
|
};
|
|
988
988
|
loading: {
|
|
989
989
|
type: import("vue").PropType<boolean | {
|
|
@@ -1031,7 +1031,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1031
1031
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1032
1032
|
};
|
|
1033
1033
|
size: {
|
|
1034
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1034
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1035
1035
|
};
|
|
1036
1036
|
loading: {
|
|
1037
1037
|
type: import("vue").PropType<boolean | {
|
|
@@ -1131,7 +1131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1131
1131
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1132
1132
|
};
|
|
1133
1133
|
size: {
|
|
1134
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1134
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1135
1135
|
};
|
|
1136
1136
|
loading: {
|
|
1137
1137
|
type: import("vue").PropType<boolean | {
|
|
@@ -1179,7 +1179,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1179
1179
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1180
1180
|
};
|
|
1181
1181
|
size: {
|
|
1182
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1182
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1183
1183
|
};
|
|
1184
1184
|
loading: {
|
|
1185
1185
|
type: import("vue").PropType<boolean | {
|
|
@@ -1229,7 +1229,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1229
1229
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1230
1230
|
};
|
|
1231
1231
|
size: {
|
|
1232
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1232
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1233
1233
|
};
|
|
1234
1234
|
loading: {
|
|
1235
1235
|
type: import("vue").PropType<boolean | {
|
|
@@ -1277,7 +1277,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1277
1277
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1278
1278
|
};
|
|
1279
1279
|
size: {
|
|
1280
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1280
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1281
1281
|
};
|
|
1282
1282
|
loading: {
|
|
1283
1283
|
type: import("vue").PropType<boolean | {
|
|
@@ -1391,7 +1391,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1391
1391
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1392
1392
|
};
|
|
1393
1393
|
size: {
|
|
1394
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1394
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1395
1395
|
};
|
|
1396
1396
|
loading: {
|
|
1397
1397
|
type: import("vue").PropType<boolean | {
|
|
@@ -1439,7 +1439,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1439
1439
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1440
1440
|
};
|
|
1441
1441
|
size: {
|
|
1442
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1442
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1443
1443
|
};
|
|
1444
1444
|
loading: {
|
|
1445
1445
|
type: import("vue").PropType<boolean | {
|
|
@@ -1536,7 +1536,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1536
1536
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1537
1537
|
};
|
|
1538
1538
|
size: {
|
|
1539
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1539
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1540
1540
|
};
|
|
1541
1541
|
loading: {
|
|
1542
1542
|
type: import("vue").PropType<boolean | {
|
|
@@ -1584,7 +1584,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1584
1584
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1585
1585
|
};
|
|
1586
1586
|
size: {
|
|
1587
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1587
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1588
1588
|
};
|
|
1589
1589
|
loading: {
|
|
1590
1590
|
type: import("vue").PropType<boolean | {
|
|
@@ -1634,7 +1634,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1634
1634
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1635
1635
|
};
|
|
1636
1636
|
size: {
|
|
1637
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1637
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1638
1638
|
};
|
|
1639
1639
|
loading: {
|
|
1640
1640
|
type: import("vue").PropType<boolean | {
|
|
@@ -1682,7 +1682,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1682
1682
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1683
1683
|
};
|
|
1684
1684
|
size: {
|
|
1685
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1685
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1686
1686
|
};
|
|
1687
1687
|
loading: {
|
|
1688
1688
|
type: import("vue").PropType<boolean | {
|
|
@@ -1796,7 +1796,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1796
1796
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1797
1797
|
};
|
|
1798
1798
|
size: {
|
|
1799
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1799
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1800
1800
|
};
|
|
1801
1801
|
loading: {
|
|
1802
1802
|
type: import("vue").PropType<boolean | {
|
|
@@ -1844,7 +1844,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1844
1844
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1845
1845
|
};
|
|
1846
1846
|
size: {
|
|
1847
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1847
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1848
1848
|
};
|
|
1849
1849
|
loading: {
|
|
1850
1850
|
type: import("vue").PropType<boolean | {
|
|
@@ -1956,7 +1956,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1956
1956
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1957
1957
|
};
|
|
1958
1958
|
size: {
|
|
1959
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1959
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
1960
1960
|
};
|
|
1961
1961
|
loading: {
|
|
1962
1962
|
type: import("vue").PropType<boolean | {
|
|
@@ -2003,7 +2003,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2003
2003
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
2004
2004
|
};
|
|
2005
2005
|
size: {
|
|
2006
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2006
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2007
2007
|
};
|
|
2008
2008
|
loading: {
|
|
2009
2009
|
type: import("vue").PropType<boolean | {
|
|
@@ -2069,7 +2069,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2069
2069
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
2070
2070
|
};
|
|
2071
2071
|
size: {
|
|
2072
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2072
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2073
2073
|
};
|
|
2074
2074
|
loading: {
|
|
2075
2075
|
type: import("vue").PropType<boolean | {
|
|
@@ -2129,7 +2129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2129
2129
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
2130
2130
|
};
|
|
2131
2131
|
size: {
|
|
2132
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2132
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2133
2133
|
};
|
|
2134
2134
|
loading: {
|
|
2135
2135
|
type: import("vue").PropType<boolean | {
|
|
@@ -2181,12 +2181,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2181
2181
|
readonly Group: import("vue").DefineComponent<{
|
|
2182
2182
|
prefixCls: StringConstructor;
|
|
2183
2183
|
size: {
|
|
2184
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2184
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2185
2185
|
};
|
|
2186
2186
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2187
2187
|
prefixCls: StringConstructor;
|
|
2188
2188
|
size: {
|
|
2189
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2189
|
+
type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
|
|
2190
2190
|
};
|
|
2191
2191
|
}>>, {}, {}>;
|
|
2192
2192
|
};
|