ll-plus 2.8.17 → 2.8.19
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 +430 -430
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +228 -228
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +182 -182
- 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/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 +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- 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/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/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 +88 -88
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/es/components/form/index.d.ts +162 -162
- package/es/components/form/src/config/form.d.ts +64 -64
- package/es/components/form/src/form.vue.d.ts +162 -162
- package/es/components/input/index.d.ts +45 -45
- package/es/components/input/src/input.vue.d.ts +45 -45
- 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 +262 -262
- package/es/components/key-value/src/key-value.vue.d.ts +786 -786
- 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-modal/index.d.ts +36 -36
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +36 -36
- 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/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 +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 +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/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/icon-base/src/icon-base.vue2.mjs +3 -2
- package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +1 -1
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
- package/index.full.js +4 -3
- package/index.full.min.js +2 -2
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +2 -2
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +4 -3
- package/lib/components/advanced-filtering/index.d.ts +430 -430
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +228 -228
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +182 -182
- 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/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 +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- 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/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/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 +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/lib/components/form/index.d.ts +162 -162
- package/lib/components/form/src/config/form.d.ts +64 -64
- package/lib/components/form/src/form.vue.d.ts +162 -162
- package/lib/components/input/index.d.ts +45 -45
- package/lib/components/input/src/input.vue.d.ts +45 -45
- 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 +262 -262
- package/lib/components/key-value/src/key-value.vue.d.ts +786 -786
- 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-modal/index.d.ts +36 -36
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +36 -36
- 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/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 +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 +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/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/icon-base/src/icon-base.vue2.js +3 -2
- package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +1 -1
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
- package/package.json +2 -4
- package/theme-chalk/css/advanced-filtering.css +1 -1
- package/theme-chalk/css/api-component.css +1 -1
- package/theme-chalk/css/cascader.css +1 -1
- package/theme-chalk/css/checkbox.css +1 -1
- package/theme-chalk/css/code-editor.css +1 -1
- package/theme-chalk/css/color-picker.css +1 -1
- package/theme-chalk/css/cropper.css +1 -1
- package/theme-chalk/css/descriptions.css +1 -1
- package/theme-chalk/css/drawer.css +1 -1
- package/theme-chalk/css/dropdown-button-simple.css +1 -1
- package/theme-chalk/css/dropdown.css +1 -1
- package/theme-chalk/css/easy-cron.css +1 -1
- package/theme-chalk/css/form.css +1 -1
- package/theme-chalk/css/icon-base.css +1 -1
- package/theme-chalk/css/index.css +2 -2
- package/theme-chalk/css/input-number.css +1 -1
- package/theme-chalk/css/input.css +1 -1
- package/theme-chalk/css/key-value.css +1 -1
- package/theme-chalk/css/markdown-editor.css +1 -1
- package/theme-chalk/css/modal.css +1 -1
- package/theme-chalk/css/new-drawer.css +1 -1
- package/theme-chalk/css/new-modal.css +1 -1
- package/theme-chalk/css/number-range.css +1 -1
- package/theme-chalk/css/operate-icon.css +1 -1
- package/theme-chalk/css/rich-text-editor.css +1 -1
- package/theme-chalk/css/segmented.css +1 -1
- package/theme-chalk/css/switch.css +1 -1
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/css/tabs-simple.css +1 -1
- package/theme-chalk/css/tag-group.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +430 -430
- 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 +228 -228
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +182 -182
- 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/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 +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- 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/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/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 +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/types/packages/components/form/index.d.ts +162 -162
- package/types/packages/components/form/src/config/form.d.ts +64 -64
- package/types/packages/components/form/src/form.vue.d.ts +162 -162
- package/types/packages/components/input/index.d.ts +45 -45
- package/types/packages/components/input/src/input.vue.d.ts +45 -45
- 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 +262 -262
- package/types/packages/components/key-value/src/key-value.vue.d.ts +786 -786
- 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-modal/index.d.ts +36 -36
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +36 -36
- 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/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 +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 +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/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
package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
48
48
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
49
49
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
50
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
50
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
51
51
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
52
52
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
53
53
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
58
58
|
}, {
|
|
59
59
|
props: import("@vue/shared").LooseRequired<{
|
|
60
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
60
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
61
61
|
readonly title: string;
|
|
62
62
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
63
63
|
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -153,7 +153,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
153
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
154
154
|
};
|
|
155
155
|
size: {
|
|
156
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
156
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
157
157
|
};
|
|
158
158
|
loading: {
|
|
159
159
|
type: import("vue").PropType<boolean | {
|
|
@@ -201,7 +201,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
201
201
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
202
202
|
};
|
|
203
203
|
size: {
|
|
204
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
204
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
205
205
|
};
|
|
206
206
|
loading: {
|
|
207
207
|
type: import("vue").PropType<boolean | {
|
|
@@ -251,7 +251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
251
251
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
252
252
|
};
|
|
253
253
|
size: {
|
|
254
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
254
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
255
255
|
};
|
|
256
256
|
loading: {
|
|
257
257
|
type: import("vue").PropType<boolean | {
|
|
@@ -299,7 +299,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
299
299
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
300
300
|
};
|
|
301
301
|
size: {
|
|
302
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
302
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
303
303
|
};
|
|
304
304
|
loading: {
|
|
305
305
|
type: import("vue").PropType<boolean | {
|
|
@@ -439,7 +439,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
439
439
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
440
440
|
};
|
|
441
441
|
size: {
|
|
442
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
442
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
443
443
|
};
|
|
444
444
|
loading: {
|
|
445
445
|
type: import("vue").PropType<boolean | {
|
|
@@ -487,7 +487,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
487
487
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
488
488
|
};
|
|
489
489
|
size: {
|
|
490
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
490
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
491
491
|
};
|
|
492
492
|
loading: {
|
|
493
493
|
type: import("vue").PropType<boolean | {
|
|
@@ -537,7 +537,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
537
537
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
538
538
|
};
|
|
539
539
|
size: {
|
|
540
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
540
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
541
541
|
};
|
|
542
542
|
loading: {
|
|
543
543
|
type: import("vue").PropType<boolean | {
|
|
@@ -585,7 +585,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
585
585
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
586
586
|
};
|
|
587
587
|
size: {
|
|
588
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
588
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
589
589
|
};
|
|
590
590
|
loading: {
|
|
591
591
|
type: import("vue").PropType<boolean | {
|
|
@@ -699,7 +699,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
699
699
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
700
700
|
};
|
|
701
701
|
size: {
|
|
702
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
702
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
703
703
|
};
|
|
704
704
|
loading: {
|
|
705
705
|
type: import("vue").PropType<boolean | {
|
|
@@ -747,7 +747,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
747
747
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
748
748
|
};
|
|
749
749
|
size: {
|
|
750
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
750
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
751
751
|
};
|
|
752
752
|
loading: {
|
|
753
753
|
type: import("vue").PropType<boolean | {
|
|
@@ -847,7 +847,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
847
847
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
848
848
|
};
|
|
849
849
|
size: {
|
|
850
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
850
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
851
851
|
};
|
|
852
852
|
loading: {
|
|
853
853
|
type: import("vue").PropType<boolean | {
|
|
@@ -895,7 +895,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
895
895
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
896
896
|
};
|
|
897
897
|
size: {
|
|
898
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
898
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
899
899
|
};
|
|
900
900
|
loading: {
|
|
901
901
|
type: import("vue").PropType<boolean | {
|
|
@@ -945,7 +945,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
945
945
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
946
946
|
};
|
|
947
947
|
size: {
|
|
948
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
948
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
949
949
|
};
|
|
950
950
|
loading: {
|
|
951
951
|
type: import("vue").PropType<boolean | {
|
|
@@ -993,7 +993,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
993
993
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
994
994
|
};
|
|
995
995
|
size: {
|
|
996
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
996
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
997
997
|
};
|
|
998
998
|
loading: {
|
|
999
999
|
type: import("vue").PropType<boolean | {
|
|
@@ -1107,7 +1107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1107
1107
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1108
1108
|
};
|
|
1109
1109
|
size: {
|
|
1110
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1110
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1111
1111
|
};
|
|
1112
1112
|
loading: {
|
|
1113
1113
|
type: import("vue").PropType<boolean | {
|
|
@@ -1155,7 +1155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1155
1155
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1156
1156
|
};
|
|
1157
1157
|
size: {
|
|
1158
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1158
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1159
1159
|
};
|
|
1160
1160
|
loading: {
|
|
1161
1161
|
type: import("vue").PropType<boolean | {
|
|
@@ -1252,7 +1252,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1252
1252
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1253
1253
|
};
|
|
1254
1254
|
size: {
|
|
1255
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1255
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1256
1256
|
};
|
|
1257
1257
|
loading: {
|
|
1258
1258
|
type: import("vue").PropType<boolean | {
|
|
@@ -1300,7 +1300,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1300
1300
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1301
1301
|
};
|
|
1302
1302
|
size: {
|
|
1303
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1303
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1304
1304
|
};
|
|
1305
1305
|
loading: {
|
|
1306
1306
|
type: import("vue").PropType<boolean | {
|
|
@@ -1350,7 +1350,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1350
1350
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1351
1351
|
};
|
|
1352
1352
|
size: {
|
|
1353
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1353
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1354
1354
|
};
|
|
1355
1355
|
loading: {
|
|
1356
1356
|
type: import("vue").PropType<boolean | {
|
|
@@ -1398,7 +1398,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1398
1398
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1399
1399
|
};
|
|
1400
1400
|
size: {
|
|
1401
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1401
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1402
1402
|
};
|
|
1403
1403
|
loading: {
|
|
1404
1404
|
type: import("vue").PropType<boolean | {
|
|
@@ -1512,7 +1512,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1512
1512
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1513
1513
|
};
|
|
1514
1514
|
size: {
|
|
1515
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1515
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1516
1516
|
};
|
|
1517
1517
|
loading: {
|
|
1518
1518
|
type: import("vue").PropType<boolean | {
|
|
@@ -1560,7 +1560,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1560
1560
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1561
1561
|
};
|
|
1562
1562
|
size: {
|
|
1563
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1563
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1564
1564
|
};
|
|
1565
1565
|
loading: {
|
|
1566
1566
|
type: import("vue").PropType<boolean | {
|
|
@@ -1672,7 +1672,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1672
1672
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1673
1673
|
};
|
|
1674
1674
|
size: {
|
|
1675
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1675
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1676
1676
|
};
|
|
1677
1677
|
loading: {
|
|
1678
1678
|
type: import("vue").PropType<boolean | {
|
|
@@ -1719,7 +1719,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1719
1719
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1720
1720
|
};
|
|
1721
1721
|
size: {
|
|
1722
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1722
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1723
1723
|
};
|
|
1724
1724
|
loading: {
|
|
1725
1725
|
type: import("vue").PropType<boolean | {
|
|
@@ -1785,7 +1785,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1785
1785
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1786
1786
|
};
|
|
1787
1787
|
size: {
|
|
1788
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1788
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1789
1789
|
};
|
|
1790
1790
|
loading: {
|
|
1791
1791
|
type: import("vue").PropType<boolean | {
|
|
@@ -1845,7 +1845,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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/button").ButtonSize>;
|
|
1849
1849
|
};
|
|
1850
1850
|
loading: {
|
|
1851
1851
|
type: import("vue").PropType<boolean | {
|
|
@@ -1897,12 +1897,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1897
1897
|
readonly Group: import("vue").DefineComponent<{
|
|
1898
1898
|
prefixCls: StringConstructor;
|
|
1899
1899
|
size: {
|
|
1900
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1900
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1901
1901
|
};
|
|
1902
1902
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1903
1903
|
prefixCls: StringConstructor;
|
|
1904
1904
|
size: {
|
|
1905
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1905
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1906
1906
|
};
|
|
1907
1907
|
}>>, {}, {}>;
|
|
1908
1908
|
};
|
|
@@ -1995,7 +1995,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1995
1995
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1996
1996
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
1997
1997
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1998
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
1998
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
1999
1999
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2000
2000
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2001
2001
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -2008,7 +2008,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2008
2008
|
onOk?: (() => any) | undefined;
|
|
2009
2009
|
onCancel?: (() => any) | undefined;
|
|
2010
2010
|
}, {
|
|
2011
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
2011
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
2012
2012
|
readonly title: string;
|
|
2013
2013
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
2014
2014
|
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -19,7 +19,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
19
19
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
20
20
|
};
|
|
21
21
|
size: {
|
|
22
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
22
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
23
23
|
};
|
|
24
24
|
loading: {
|
|
25
25
|
type: import("vue").PropType<boolean | {
|
|
@@ -74,7 +74,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
74
74
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
75
75
|
};
|
|
76
76
|
size: {
|
|
77
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
77
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
78
78
|
};
|
|
79
79
|
loading: {
|
|
80
80
|
type: import("vue").PropType<boolean | {
|
|
@@ -129,7 +129,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
129
129
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
130
130
|
};
|
|
131
131
|
size: {
|
|
132
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
132
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
133
133
|
};
|
|
134
134
|
loading: {
|
|
135
135
|
type: import("vue").PropType<boolean | {
|
|
@@ -184,7 +184,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
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/button").ButtonSize>;
|
|
188
188
|
};
|
|
189
189
|
loading: {
|
|
190
190
|
type: import("vue").PropType<boolean | {
|
|
@@ -1091,7 +1091,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
1091
1091
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1092
1092
|
};
|
|
1093
1093
|
size: {
|
|
1094
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1094
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1095
1095
|
};
|
|
1096
1096
|
loading: {
|
|
1097
1097
|
type: import("vue").PropType<boolean | {
|
|
@@ -1354,18 +1354,18 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
1354
1354
|
delay?: number | undefined;
|
|
1355
1355
|
} | undefined;
|
|
1356
1356
|
type: string;
|
|
1357
|
-
size?: import("ant-design-vue/es/
|
|
1357
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
1358
1358
|
prefixCls?: string | undefined;
|
|
1359
1359
|
disabled?: boolean | undefined;
|
|
1360
1360
|
onClick?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[] | undefined;
|
|
1361
1361
|
onMousedown?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[] | undefined;
|
|
1362
1362
|
title?: string | undefined;
|
|
1363
|
+
target?: string | undefined;
|
|
1364
|
+
href?: string | undefined;
|
|
1363
1365
|
ghost?: boolean | undefined;
|
|
1364
1366
|
danger?: boolean | undefined;
|
|
1365
1367
|
shape?: import("ant-design-vue/es/button").ButtonShape | undefined;
|
|
1366
1368
|
block?: boolean | undefined;
|
|
1367
|
-
href?: string | undefined;
|
|
1368
|
-
target?: string | undefined;
|
|
1369
1369
|
}>;
|
|
1370
1370
|
handleMenuItemClick: (item: import("./src/dropdown-button-simple").DropdownItemProps) => void;
|
|
1371
1371
|
handleDropdownOpenChange: (open: boolean) => void;
|
|
@@ -1392,7 +1392,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
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/button").ButtonSize>;
|
|
1396
1396
|
};
|
|
1397
1397
|
loading: {
|
|
1398
1398
|
type: import("vue").PropType<boolean | {
|
|
@@ -1447,7 +1447,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
1447
1447
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1448
1448
|
};
|
|
1449
1449
|
size: {
|
|
1450
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1450
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1451
1451
|
};
|
|
1452
1452
|
loading: {
|
|
1453
1453
|
type: import("vue").PropType<boolean | {
|
|
@@ -1502,7 +1502,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
1502
1502
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1503
1503
|
};
|
|
1504
1504
|
size: {
|
|
1505
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1505
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1506
1506
|
};
|
|
1507
1507
|
loading: {
|
|
1508
1508
|
type: import("vue").PropType<boolean | {
|
|
@@ -1557,7 +1557,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
1557
1557
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1558
1558
|
};
|
|
1559
1559
|
size: {
|
|
1560
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1560
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1561
1561
|
};
|
|
1562
1562
|
loading: {
|
|
1563
1563
|
type: import("vue").PropType<boolean | {
|
|
@@ -2455,7 +2455,7 @@ export declare const LlDropdownButtonSimple: import("ll-plus/es/utils").SFCWithI
|
|
|
2455
2455
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
2456
2456
|
};
|
|
2457
2457
|
size: {
|
|
2458
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2458
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2459
2459
|
};
|
|
2460
2460
|
loading: {
|
|
2461
2461
|
type: import("vue").PropType<boolean | {
|
|
@@ -31,7 +31,7 @@ export declare const dropdownButtonSimpleProps: {
|
|
|
31
31
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
32
32
|
};
|
|
33
33
|
size: {
|
|
34
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
34
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
35
35
|
};
|
|
36
36
|
loading: {
|
|
37
37
|
type: import("vue").PropType<boolean | {
|
|
@@ -86,7 +86,7 @@ export declare const dropdownButtonSimpleProps: {
|
|
|
86
86
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
87
87
|
};
|
|
88
88
|
size: {
|
|
89
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
89
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
90
90
|
};
|
|
91
91
|
loading: {
|
|
92
92
|
type: import("vue").PropType<boolean | {
|
|
@@ -141,7 +141,7 @@ export declare const dropdownButtonSimpleProps: {
|
|
|
141
141
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
142
142
|
};
|
|
143
143
|
size: {
|
|
144
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
144
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
145
145
|
};
|
|
146
146
|
loading: {
|
|
147
147
|
type: import("vue").PropType<boolean | {
|
|
@@ -196,7 +196,7 @@ export declare const dropdownButtonSimpleProps: {
|
|
|
196
196
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
197
197
|
};
|
|
198
198
|
size: {
|
|
199
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
199
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
200
200
|
};
|
|
201
201
|
loading: {
|
|
202
202
|
type: import("vue").PropType<boolean | {
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
20
20
|
};
|
|
21
21
|
size: {
|
|
22
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
22
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
23
23
|
};
|
|
24
24
|
loading: {
|
|
25
25
|
type: import("vue").PropType<boolean | {
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
75
75
|
};
|
|
76
76
|
size: {
|
|
77
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
77
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
78
78
|
};
|
|
79
79
|
loading: {
|
|
80
80
|
type: import("vue").PropType<boolean | {
|
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
130
130
|
};
|
|
131
131
|
size: {
|
|
132
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
132
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
133
133
|
};
|
|
134
134
|
loading: {
|
|
135
135
|
type: import("vue").PropType<boolean | {
|
|
@@ -184,7 +184,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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/button").ButtonSize>;
|
|
188
188
|
};
|
|
189
189
|
loading: {
|
|
190
190
|
type: import("vue").PropType<boolean | {
|
|
@@ -1091,7 +1091,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1091
1091
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1092
1092
|
};
|
|
1093
1093
|
size: {
|
|
1094
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1094
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1095
1095
|
};
|
|
1096
1096
|
loading: {
|
|
1097
1097
|
type: import("vue").PropType<boolean | {
|
|
@@ -1354,18 +1354,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1354
1354
|
delay?: number | undefined;
|
|
1355
1355
|
} | undefined;
|
|
1356
1356
|
type: string;
|
|
1357
|
-
size?: import("ant-design-vue/es/
|
|
1357
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
1358
1358
|
prefixCls?: string | undefined;
|
|
1359
1359
|
disabled?: boolean | undefined;
|
|
1360
1360
|
onClick?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[] | undefined;
|
|
1361
1361
|
onMousedown?: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[] | undefined;
|
|
1362
1362
|
title?: string | undefined;
|
|
1363
|
+
target?: string | undefined;
|
|
1364
|
+
href?: string | undefined;
|
|
1363
1365
|
ghost?: boolean | undefined;
|
|
1364
1366
|
danger?: boolean | undefined;
|
|
1365
1367
|
shape?: import("ant-design-vue/es/button").ButtonShape | undefined;
|
|
1366
1368
|
block?: boolean | undefined;
|
|
1367
|
-
href?: string | undefined;
|
|
1368
|
-
target?: string | undefined;
|
|
1369
1369
|
}>;
|
|
1370
1370
|
handleMenuItemClick: (item: DropdownItemProps) => void;
|
|
1371
1371
|
handleDropdownOpenChange: (open: boolean) => void;
|
|
@@ -1392,7 +1392,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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/button").ButtonSize>;
|
|
1396
1396
|
};
|
|
1397
1397
|
loading: {
|
|
1398
1398
|
type: import("vue").PropType<boolean | {
|
|
@@ -1447,7 +1447,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1447
1447
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1448
1448
|
};
|
|
1449
1449
|
size: {
|
|
1450
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1450
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1451
1451
|
};
|
|
1452
1452
|
loading: {
|
|
1453
1453
|
type: import("vue").PropType<boolean | {
|
|
@@ -1502,7 +1502,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1502
1502
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1503
1503
|
};
|
|
1504
1504
|
size: {
|
|
1505
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1505
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1506
1506
|
};
|
|
1507
1507
|
loading: {
|
|
1508
1508
|
type: import("vue").PropType<boolean | {
|
|
@@ -1557,7 +1557,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1557
1557
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1558
1558
|
};
|
|
1559
1559
|
size: {
|
|
1560
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1560
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1561
1561
|
};
|
|
1562
1562
|
loading: {
|
|
1563
1563
|
type: import("vue").PropType<boolean | {
|
|
@@ -2455,7 +2455,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2455
2455
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
2456
2456
|
};
|
|
2457
2457
|
size: {
|
|
2458
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2458
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2459
2459
|
};
|
|
2460
2460
|
loading: {
|
|
2461
2461
|
type: import("vue").PropType<boolean | {
|