ll-plus 2.9.11 → 2.9.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/advanced-filtering/index.d.ts +708 -708
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/es/components/api-component/index.d.ts +8 -8
- package/es/components/api-component/src/api-component.vue.d.ts +8 -8
- package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button.vue.d.ts +6 -6
- package/es/components/cascader/index.d.ts +4 -4
- package/es/components/cascader/src/cascader.vue.d.ts +4 -4
- package/es/components/checkbox/index.d.ts +436 -436
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- package/es/components/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/date-picker/index.d.ts +41 -41
- package/es/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/es/components/date-range/index.d.ts +5 -5
- package/es/components/date-range/src/date-range.vue.d.ts +5 -5
- package/es/components/drawer/index.d.ts +4 -4
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/es/components/drawer/src/drawer.vue.d.ts +4 -4
- package/es/components/dropdown-button-simple/index.d.ts +13 -13
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/es/components/easy-cron/index.d.ts +178 -178
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/es/components/form/index.d.ts +301 -301
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +301 -301
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +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 +484 -484
- package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/es/components/modal/index.d.ts +32 -32
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +32 -32
- package/es/components/new-drawer/index.d.ts +6 -6
- package/es/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/es/components/new-modal/index.d.ts +37 -37
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +37 -37
- package/es/components/number-range/index.d.ts +13 -13
- package/es/components/number-range/src/number-range.vue.d.ts +13 -13
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +7 -7
- package/es/components/textarea/src/textarea.vue.d.ts +7 -7
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +3 -3
- package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/lib/components/advanced-filtering/index.d.ts +708 -708
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/lib/components/api-component/index.d.ts +8 -8
- package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
- package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button.vue.d.ts +6 -6
- package/lib/components/cascader/index.d.ts +4 -4
- package/lib/components/cascader/src/cascader.vue.d.ts +4 -4
- package/lib/components/checkbox/index.d.ts +436 -436
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- package/lib/components/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/date-picker/index.d.ts +41 -41
- package/lib/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/lib/components/date-range/index.d.ts +5 -5
- package/lib/components/date-range/src/date-range.vue.d.ts +5 -5
- package/lib/components/drawer/index.d.ts +4 -4
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/lib/components/drawer/src/drawer.vue.d.ts +4 -4
- package/lib/components/dropdown-button-simple/index.d.ts +13 -13
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/lib/components/easy-cron/index.d.ts +178 -178
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/lib/components/form/index.d.ts +301 -301
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +301 -301
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +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 +484 -484
- package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/lib/components/modal/index.d.ts +32 -32
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +32 -32
- package/lib/components/new-drawer/index.d.ts +6 -6
- package/lib/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/lib/components/new-modal/index.d.ts +37 -37
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +37 -37
- package/lib/components/number-range/index.d.ts +13 -13
- package/lib/components/number-range/src/number-range.vue.d.ts +13 -13
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +7 -7
- package/lib/components/textarea/src/textarea.vue.d.ts +7 -7
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +3 -3
- package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/package.json +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +7 -7
- package/types/packages/components/advanced-filtering/index.d.ts +708 -708
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/types/packages/components/api-component/index.d.ts +8 -8
- package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +6 -6
- package/types/packages/components/button/src/button.vue.d.ts +6 -6
- package/types/packages/components/cascader/index.d.ts +4 -4
- package/types/packages/components/cascader/src/cascader.vue.d.ts +4 -4
- package/types/packages/components/checkbox/index.d.ts +436 -436
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- package/types/packages/components/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/date-picker/index.d.ts +41 -41
- package/types/packages/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/types/packages/components/date-range/index.d.ts +5 -5
- package/types/packages/components/date-range/src/date-range.vue.d.ts +5 -5
- package/types/packages/components/drawer/index.d.ts +4 -4
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/types/packages/components/drawer/src/drawer.vue.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/types/packages/components/easy-cron/index.d.ts +178 -178
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/types/packages/components/form/index.d.ts +301 -301
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +301 -301
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +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 +484 -484
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/types/packages/components/modal/index.d.ts +32 -32
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +32 -32
- package/types/packages/components/new-drawer/index.d.ts +6 -6
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/types/packages/components/new-modal/index.d.ts +37 -37
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +37 -37
- package/types/packages/components/number-range/index.d.ts +13 -13
- package/types/packages/components/number-range/src/number-range.vue.d.ts +13 -13
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +7 -7
- package/types/packages/components/textarea/src/textarea.vue.d.ts +7 -7
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +3 -3
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +3 -3
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
31
|
__epPropKey: true;
|
|
32
32
|
};
|
|
33
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
33
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "confirm" | "operate", unknown, "operate", boolean>;
|
|
34
34
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
35
35
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
36
36
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "inner" | "outer", unknown, "inner", boolean>;
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
40
40
|
}, {
|
|
41
41
|
props: import("@vue/shared").LooseRequired<{
|
|
42
|
-
readonly type: import("ll-plus/es/components").AvatarType<StringConstructor, "
|
|
42
|
+
readonly type: import("ll-plus/es/components").AvatarType<StringConstructor, "confirm" | "operate", unknown>;
|
|
43
43
|
readonly title: string;
|
|
44
44
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
45
45
|
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
attrs: {
|
|
76
76
|
[x: string]: unknown;
|
|
77
77
|
};
|
|
78
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
78
|
+
scrollPosition: import("vue").Ref<("top" | "bottom" | "scrolling") | 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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
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/button").ButtonSize>;
|
|
2190
2190
|
};
|
|
2191
2191
|
}>>, {}, {}>;
|
|
2192
2192
|
};
|
|
@@ -2307,7 +2307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2307
2307
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2308
2308
|
__epPropKey: true;
|
|
2309
2309
|
};
|
|
2310
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
2310
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "confirm" | "operate", unknown, "operate", boolean>;
|
|
2311
2311
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
2312
2312
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2313
2313
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "inner" | "outer", unknown, "inner", boolean>;
|
|
@@ -2319,7 +2319,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2319
2319
|
"onUpdate:open"?: (() => any) | undefined;
|
|
2320
2320
|
onOk?: (() => any) | undefined;
|
|
2321
2321
|
}, {
|
|
2322
|
-
readonly type: import("ll-plus/es/components").AvatarType<StringConstructor, "
|
|
2322
|
+
readonly type: import("ll-plus/es/components").AvatarType<StringConstructor, "confirm" | "operate", unknown>;
|
|
2323
2323
|
readonly title: string;
|
|
2324
2324
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
2325
2325
|
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -75,8 +75,8 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
75
75
|
integerConfig: import("vue").ComputedRef<import("../input-number/src/config").Integer>;
|
|
76
76
|
getBindValue: import("vue").ComputedRef<Partial<import("vue").ExtractPropTypes<{
|
|
77
77
|
size: {
|
|
78
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
79
|
-
default: import("ant-design-vue/es/
|
|
78
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
79
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
80
80
|
};
|
|
81
81
|
bordered: {
|
|
82
82
|
type: BooleanConstructor;
|
|
@@ -203,8 +203,8 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
203
203
|
readonly InputNumber: {
|
|
204
204
|
new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
205
205
|
size: {
|
|
206
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
207
|
-
default: import("ant-design-vue/es/
|
|
206
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
207
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
208
208
|
};
|
|
209
209
|
bordered: {
|
|
210
210
|
type: BooleanConstructor;
|
|
@@ -323,8 +323,8 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
323
323
|
};
|
|
324
324
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
325
325
|
size: {
|
|
326
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
327
|
-
default: import("ant-design-vue/es/
|
|
326
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
327
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
328
328
|
};
|
|
329
329
|
bordered: {
|
|
330
330
|
type: BooleanConstructor;
|
|
@@ -442,7 +442,7 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
442
442
|
default: (e: FocusEvent) => void;
|
|
443
443
|
};
|
|
444
444
|
}>>, {
|
|
445
|
-
size: import("ant-design-vue/es/
|
|
445
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
446
446
|
value: import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType;
|
|
447
447
|
onFocus: (e: FocusEvent) => void;
|
|
448
448
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -488,8 +488,8 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
488
488
|
Defaults: {};
|
|
489
489
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
490
490
|
size: {
|
|
491
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
492
|
-
default: import("ant-design-vue/es/
|
|
491
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
492
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
493
493
|
};
|
|
494
494
|
bordered: {
|
|
495
495
|
type: BooleanConstructor;
|
|
@@ -607,7 +607,7 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
607
607
|
default: (e: FocusEvent) => void;
|
|
608
608
|
};
|
|
609
609
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
610
|
-
size: import("ant-design-vue/es/
|
|
610
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
611
611
|
value: import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType;
|
|
612
612
|
onFocus: (e: FocusEvent) => void;
|
|
613
613
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -643,8 +643,8 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
643
643
|
__isSuspense?: undefined;
|
|
644
644
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
645
645
|
size: {
|
|
646
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
647
|
-
default: import("ant-design-vue/es/
|
|
646
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
647
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
648
648
|
};
|
|
649
649
|
bordered: {
|
|
650
650
|
type: BooleanConstructor;
|
|
@@ -762,7 +762,7 @@ export declare const LlNumberRange: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
762
762
|
default: (e: FocusEvent) => void;
|
|
763
763
|
};
|
|
764
764
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
765
|
-
size: import("ant-design-vue/es/
|
|
765
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
766
766
|
value: import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType;
|
|
767
767
|
onFocus: (e: FocusEvent) => void;
|
|
768
768
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -74,8 +74,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
integerConfig: import("vue").ComputedRef<import("../../input-number/src/config").Integer>;
|
|
75
75
|
getBindValue: import("vue").ComputedRef<Partial<import("vue").ExtractPropTypes<{
|
|
76
76
|
size: {
|
|
77
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
78
|
-
default: import("ant-design-vue/es/
|
|
77
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
78
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
79
79
|
};
|
|
80
80
|
bordered: {
|
|
81
81
|
type: BooleanConstructor;
|
|
@@ -202,8 +202,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
202
202
|
readonly InputNumber: {
|
|
203
203
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
204
204
|
size: {
|
|
205
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
206
|
-
default: import("ant-design-vue/es/
|
|
205
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
206
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
207
207
|
};
|
|
208
208
|
bordered: {
|
|
209
209
|
type: BooleanConstructor;
|
|
@@ -322,8 +322,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
322
322
|
};
|
|
323
323
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
324
324
|
size: {
|
|
325
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
326
|
-
default: import("ant-design-vue/es/
|
|
325
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
326
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
327
327
|
};
|
|
328
328
|
bordered: {
|
|
329
329
|
type: BooleanConstructor;
|
|
@@ -441,7 +441,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
441
441
|
default: (e: FocusEvent) => void;
|
|
442
442
|
};
|
|
443
443
|
}>>, {
|
|
444
|
-
size: import("ant-design-vue/es/
|
|
444
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
445
445
|
value: import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType;
|
|
446
446
|
onFocus: (e: FocusEvent) => void;
|
|
447
447
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -487,8 +487,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
487
487
|
Defaults: {};
|
|
488
488
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
489
489
|
size: {
|
|
490
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
491
|
-
default: import("ant-design-vue/es/
|
|
490
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
491
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
492
492
|
};
|
|
493
493
|
bordered: {
|
|
494
494
|
type: BooleanConstructor;
|
|
@@ -606,7 +606,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
606
606
|
default: (e: FocusEvent) => void;
|
|
607
607
|
};
|
|
608
608
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
609
|
-
size: import("ant-design-vue/es/
|
|
609
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
610
610
|
value: import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType;
|
|
611
611
|
onFocus: (e: FocusEvent) => void;
|
|
612
612
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -642,8 +642,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
642
642
|
__isSuspense?: undefined;
|
|
643
643
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
644
644
|
size: {
|
|
645
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
646
|
-
default: import("ant-design-vue/es/
|
|
645
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
646
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
647
647
|
};
|
|
648
648
|
bordered: {
|
|
649
649
|
type: BooleanConstructor;
|
|
@@ -761,7 +761,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
761
761
|
default: (e: FocusEvent) => void;
|
|
762
762
|
};
|
|
763
763
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
764
|
-
size: import("ant-design-vue/es/
|
|
764
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
765
765
|
value: import("ant-design-vue/es/input-number/src/utils/MiniDecimal").ValueType;
|
|
766
766
|
onFocus: (e: FocusEvent) => void;
|
|
767
767
|
onBlur: (e: FocusEvent) => void;
|
|
@@ -31,8 +31,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
31
31
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
32
32
|
itemIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
33
33
|
size: {
|
|
34
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
35
|
-
default: import("ant-design-vue/es/
|
|
34
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
35
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
36
36
|
};
|
|
37
37
|
mode: {
|
|
38
38
|
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -197,8 +197,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
197
197
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
198
198
|
itemIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
199
199
|
size: {
|
|
200
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
201
|
-
default: import("ant-design-vue/es/
|
|
200
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
201
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
202
202
|
};
|
|
203
203
|
mode: {
|
|
204
204
|
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -351,7 +351,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
351
351
|
default: any;
|
|
352
352
|
};
|
|
353
353
|
}>>, {
|
|
354
|
-
size: import("ant-design-vue/es/
|
|
354
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
355
355
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
356
356
|
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
357
357
|
open: boolean;
|
|
@@ -407,8 +407,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
407
407
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
408
408
|
itemIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
409
409
|
size: {
|
|
410
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
411
|
-
default: import("ant-design-vue/es/
|
|
410
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
411
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
412
412
|
};
|
|
413
413
|
mode: {
|
|
414
414
|
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -561,7 +561,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
561
561
|
default: any;
|
|
562
562
|
};
|
|
563
563
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
564
|
-
size: import("ant-design-vue/es/
|
|
564
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
565
565
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
566
566
|
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
567
567
|
open: boolean;
|
|
@@ -601,8 +601,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
601
601
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
602
602
|
itemIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
603
603
|
size: {
|
|
604
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
605
|
-
default: import("ant-design-vue/es/
|
|
604
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
605
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
606
606
|
};
|
|
607
607
|
mode: {
|
|
608
608
|
type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
|
|
@@ -755,7 +755,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
755
755
|
default: any;
|
|
756
756
|
};
|
|
757
757
|
}>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
758
|
-
size: import("ant-design-vue/es/
|
|
758
|
+
size: import("ant-design-vue/es/button").ButtonSize;
|
|
759
759
|
value: import("ant-design-vue/es/select").SelectValue;
|
|
760
760
|
mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
761
761
|
open: boolean;
|