ll-plus 2.13.13 → 2.13.14
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 +702 -702
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- 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-group.vue.d.ts +6 -6
- package/es/components/checkbox/index.d.ts +280 -280
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +6 -6
- package/es/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/es/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/es/components/dropdown-button-simple/index.d.ts +14 -14
- 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 +14 -14
- package/es/components/empty/index.d.ts +2 -2
- package/es/components/empty/src/empty.vue.d.ts +2 -2
- 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-base/index.d.ts +8 -8
- package/es/components/icon-base/src/icon-base.d.ts +4 -4
- package/es/components/icon-base/src/icon-base.vue.d.ts +8 -8
- 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/image/index.d.ts +6 -6
- package/es/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/es/components/image/src/image.vue.d.ts +3 -3
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/input-number/src/input-number.vue.d.ts +2 -2
- 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/new-drawer/index.d.ts +2 -2
- package/es/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/new-modal/index.d.ts +5 -5
- package/es/components/new-modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +2 -2
- package/es/components/number-range/src/number-range.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +20 -20
- package/es/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/es/components/qrcode/index.d.ts +4 -4
- package/es/components/qrcode/src/qrcode.d.ts +1 -1
- package/es/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +280 -280
- package/es/components/radio/src/radio-group.vue.d.ts +280 -280
- package/es/components/radio/src/radio.d.ts +112 -112
- 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/tabs/index.d.ts +1 -1
- package/es/components/tabs/src/tabs.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +6 -6
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/es/components/upload-image/index.d.ts +6 -6
- package/es/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/es/components/watermark/index.d.ts +6 -6
- package/es/components/watermark/src/watermark.vue.d.ts +6 -6
- package/lib/components/advanced-filtering/index.d.ts +702 -702
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- 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-group.vue.d.ts +6 -6
- package/lib/components/checkbox/index.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +6 -6
- package/lib/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/lib/components/dropdown-button-simple/index.d.ts +14 -14
- 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 +14 -14
- package/lib/components/empty/index.d.ts +2 -2
- package/lib/components/empty/src/empty.vue.d.ts +2 -2
- 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-base/index.d.ts +8 -8
- package/lib/components/icon-base/src/icon-base.d.ts +4 -4
- package/lib/components/icon-base/src/icon-base.vue.d.ts +8 -8
- 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/image/index.d.ts +6 -6
- package/lib/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/lib/components/image/src/image.vue.d.ts +3 -3
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
- 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/new-drawer/index.d.ts +2 -2
- package/lib/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/new-modal/index.d.ts +5 -5
- package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +2 -2
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +20 -20
- package/lib/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/lib/components/qrcode/index.d.ts +4 -4
- package/lib/components/qrcode/src/qrcode.d.ts +1 -1
- package/lib/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +280 -280
- package/lib/components/radio/src/radio-group.vue.d.ts +280 -280
- package/lib/components/radio/src/radio.d.ts +112 -112
- 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/tabs/index.d.ts +1 -1
- package/lib/components/tabs/src/tabs.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +6 -6
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/lib/components/upload-image/index.d.ts +6 -6
- package/lib/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/lib/components/watermark/index.d.ts +6 -6
- package/lib/components/watermark/src/watermark.vue.d.ts +6 -6
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +702 -702
- 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 +361 -361
- 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-group.vue.d.ts +6 -6
- package/types/packages/components/checkbox/index.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +6 -6
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/types/packages/components/dropdown-button-simple/index.d.ts +14 -14
- 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 +14 -14
- package/types/packages/components/empty/index.d.ts +2 -2
- package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
- 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-base/index.d.ts +8 -8
- package/types/packages/components/icon-base/src/icon-base.d.ts +4 -4
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +8 -8
- 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/image/index.d.ts +6 -6
- package/types/packages/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/types/packages/components/image/src/image.vue.d.ts +3 -3
- package/types/packages/components/input-number/index.d.ts +2 -2
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
- 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/new-drawer/index.d.ts +2 -2
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/types/packages/components/new-modal/index.d.ts +5 -5
- package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +2 -2
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +20 -20
- package/types/packages/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/types/packages/components/qrcode/index.d.ts +4 -4
- package/types/packages/components/qrcode/src/qrcode.d.ts +1 -1
- package/types/packages/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/types/packages/components/radio/index.d.ts +280 -280
- package/types/packages/components/radio/src/radio-group.vue.d.ts +280 -280
- package/types/packages/components/radio/src/radio.d.ts +112 -112
- 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/tabs/index.d.ts +1 -1
- package/types/packages/components/tabs/src/tabs.vue.d.ts +1 -1
- package/types/packages/components/tooltip/index.d.ts +6 -6
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/types/packages/components/upload-image/index.d.ts +6 -6
- package/types/packages/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/types/packages/components/watermark/index.d.ts +6 -6
- package/types/packages/components/watermark/src/watermark.vue.d.ts +6 -6
|
@@ -200,8 +200,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
200
200
|
default: string | string[];
|
|
201
201
|
};
|
|
202
202
|
size: {
|
|
203
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
204
|
-
default: import("ant-design-vue/es/
|
|
203
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
204
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
205
205
|
};
|
|
206
206
|
disabled: {
|
|
207
207
|
type: BooleanConstructor;
|
|
@@ -423,8 +423,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
423
423
|
default: string | string[];
|
|
424
424
|
};
|
|
425
425
|
size: {
|
|
426
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
427
|
-
default: import("ant-design-vue/es/
|
|
426
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
427
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
428
428
|
};
|
|
429
429
|
disabled: {
|
|
430
430
|
type: BooleanConstructor;
|
|
@@ -646,8 +646,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
646
646
|
default: string | string[];
|
|
647
647
|
};
|
|
648
648
|
size: {
|
|
649
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
650
|
-
default: import("ant-design-vue/es/
|
|
649
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
650
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
651
651
|
};
|
|
652
652
|
disabled: {
|
|
653
653
|
type: BooleanConstructor;
|
|
@@ -869,8 +869,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
869
869
|
default: string | string[];
|
|
870
870
|
};
|
|
871
871
|
size: {
|
|
872
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
873
|
-
default: import("ant-design-vue/es/
|
|
872
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
873
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
874
874
|
};
|
|
875
875
|
disabled: {
|
|
876
876
|
type: BooleanConstructor;
|
|
@@ -1102,8 +1102,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1102
1102
|
default: string | string[];
|
|
1103
1103
|
};
|
|
1104
1104
|
size: {
|
|
1105
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1106
|
-
default: import("ant-design-vue/es/
|
|
1105
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1106
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1107
1107
|
};
|
|
1108
1108
|
disabled: {
|
|
1109
1109
|
type: BooleanConstructor;
|
|
@@ -1561,8 +1561,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1561
1561
|
default: string | string[];
|
|
1562
1562
|
};
|
|
1563
1563
|
size: {
|
|
1564
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1565
|
-
default: import("ant-design-vue/es/
|
|
1564
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1565
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1566
1566
|
};
|
|
1567
1567
|
disabled: {
|
|
1568
1568
|
type: BooleanConstructor;
|
|
@@ -1784,8 +1784,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1784
1784
|
default: string | string[];
|
|
1785
1785
|
};
|
|
1786
1786
|
size: {
|
|
1787
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1788
|
-
default: import("ant-design-vue/es/
|
|
1787
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1788
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1789
1789
|
};
|
|
1790
1790
|
disabled: {
|
|
1791
1791
|
type: BooleanConstructor;
|
|
@@ -2007,8 +2007,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2007
2007
|
default: string | string[];
|
|
2008
2008
|
};
|
|
2009
2009
|
size: {
|
|
2010
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2011
|
-
default: import("ant-design-vue/es/
|
|
2010
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2011
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2012
2012
|
};
|
|
2013
2013
|
disabled: {
|
|
2014
2014
|
type: BooleanConstructor;
|
|
@@ -2230,8 +2230,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2230
2230
|
default: string | string[];
|
|
2231
2231
|
};
|
|
2232
2232
|
size: {
|
|
2233
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2234
|
-
default: import("ant-design-vue/es/
|
|
2233
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2234
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2235
2235
|
};
|
|
2236
2236
|
disabled: {
|
|
2237
2237
|
type: BooleanConstructor;
|
|
@@ -2461,8 +2461,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2461
2461
|
default: string | string[];
|
|
2462
2462
|
};
|
|
2463
2463
|
size: {
|
|
2464
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2465
|
-
default: import("ant-design-vue/es/
|
|
2464
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2465
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2466
2466
|
};
|
|
2467
2467
|
disabled: {
|
|
2468
2468
|
type: BooleanConstructor;
|
|
@@ -2711,8 +2711,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2711
2711
|
default: string | string[];
|
|
2712
2712
|
};
|
|
2713
2713
|
size: {
|
|
2714
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2715
|
-
default: import("ant-design-vue/es/
|
|
2714
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2715
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2716
2716
|
};
|
|
2717
2717
|
disabled: {
|
|
2718
2718
|
type: BooleanConstructor;
|
|
@@ -2934,8 +2934,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2934
2934
|
default: string | string[];
|
|
2935
2935
|
};
|
|
2936
2936
|
size: {
|
|
2937
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2938
|
-
default: import("ant-design-vue/es/
|
|
2937
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2938
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2939
2939
|
};
|
|
2940
2940
|
disabled: {
|
|
2941
2941
|
type: BooleanConstructor;
|
|
@@ -3157,8 +3157,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3157
3157
|
default: string | string[];
|
|
3158
3158
|
};
|
|
3159
3159
|
size: {
|
|
3160
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3161
|
-
default: import("ant-design-vue/es/
|
|
3160
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3161
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3162
3162
|
};
|
|
3163
3163
|
disabled: {
|
|
3164
3164
|
type: BooleanConstructor;
|
|
@@ -3380,8 +3380,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3380
3380
|
default: string | string[];
|
|
3381
3381
|
};
|
|
3382
3382
|
size: {
|
|
3383
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3384
|
-
default: import("ant-design-vue/es/
|
|
3383
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3384
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3385
3385
|
};
|
|
3386
3386
|
disabled: {
|
|
3387
3387
|
type: BooleanConstructor;
|
|
@@ -3413,39 +3413,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3413
3413
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
3414
3414
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3415
3415
|
align: {
|
|
3416
|
-
type: import("vue").PropType<"
|
|
3417
|
-
xs?: "
|
|
3418
|
-
sm?: "
|
|
3419
|
-
md?: "
|
|
3420
|
-
lg?: "
|
|
3421
|
-
xl?: "
|
|
3422
|
-
xxl?: "
|
|
3416
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3417
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3418
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3419
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3420
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3421
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3422
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3423
3423
|
}>;
|
|
3424
|
-
default: "
|
|
3425
|
-
xs?: "
|
|
3426
|
-
sm?: "
|
|
3427
|
-
md?: "
|
|
3428
|
-
lg?: "
|
|
3429
|
-
xl?: "
|
|
3430
|
-
xxl?: "
|
|
3424
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3425
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3426
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3427
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3428
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3429
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3430
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3431
3431
|
};
|
|
3432
3432
|
};
|
|
3433
3433
|
justify: {
|
|
3434
|
-
type: import("vue").PropType<"start" | "
|
|
3435
|
-
xs?: "start" | "
|
|
3436
|
-
sm?: "start" | "
|
|
3437
|
-
md?: "start" | "
|
|
3438
|
-
lg?: "start" | "
|
|
3439
|
-
xl?: "start" | "
|
|
3440
|
-
xxl?: "start" | "
|
|
3434
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3435
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3436
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3437
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3438
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3439
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3440
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3441
3441
|
}>;
|
|
3442
|
-
default: "start" | "
|
|
3443
|
-
xs?: "start" | "
|
|
3444
|
-
sm?: "start" | "
|
|
3445
|
-
md?: "start" | "
|
|
3446
|
-
lg?: "start" | "
|
|
3447
|
-
xl?: "start" | "
|
|
3448
|
-
xxl?: "start" | "
|
|
3442
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3443
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3444
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3445
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3446
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3447
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3448
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3449
3449
|
};
|
|
3450
3450
|
};
|
|
3451
3451
|
prefixCls: StringConstructor;
|
|
@@ -3459,39 +3459,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3459
3459
|
};
|
|
3460
3460
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3461
3461
|
align: {
|
|
3462
|
-
type: import("vue").PropType<"
|
|
3463
|
-
xs?: "
|
|
3464
|
-
sm?: "
|
|
3465
|
-
md?: "
|
|
3466
|
-
lg?: "
|
|
3467
|
-
xl?: "
|
|
3468
|
-
xxl?: "
|
|
3462
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3463
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3464
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3465
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3466
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3467
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3468
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3469
3469
|
}>;
|
|
3470
|
-
default: "
|
|
3471
|
-
xs?: "
|
|
3472
|
-
sm?: "
|
|
3473
|
-
md?: "
|
|
3474
|
-
lg?: "
|
|
3475
|
-
xl?: "
|
|
3476
|
-
xxl?: "
|
|
3470
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3471
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3472
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3473
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3474
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3475
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3476
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3477
3477
|
};
|
|
3478
3478
|
};
|
|
3479
3479
|
justify: {
|
|
3480
|
-
type: import("vue").PropType<"start" | "
|
|
3481
|
-
xs?: "start" | "
|
|
3482
|
-
sm?: "start" | "
|
|
3483
|
-
md?: "start" | "
|
|
3484
|
-
lg?: "start" | "
|
|
3485
|
-
xl?: "start" | "
|
|
3486
|
-
xxl?: "start" | "
|
|
3480
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3481
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3482
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3483
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3484
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3485
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3486
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3487
3487
|
}>;
|
|
3488
|
-
default: "start" | "
|
|
3489
|
-
xs?: "start" | "
|
|
3490
|
-
sm?: "start" | "
|
|
3491
|
-
md?: "start" | "
|
|
3492
|
-
lg?: "start" | "
|
|
3493
|
-
xl?: "start" | "
|
|
3494
|
-
xxl?: "start" | "
|
|
3488
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3489
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3490
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3491
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3492
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3493
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3494
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3495
3495
|
};
|
|
3496
3496
|
};
|
|
3497
3497
|
prefixCls: StringConstructor;
|
|
@@ -3505,39 +3505,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3505
3505
|
};
|
|
3506
3506
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3507
3507
|
align: {
|
|
3508
|
-
type: import("vue").PropType<"
|
|
3509
|
-
xs?: "
|
|
3510
|
-
sm?: "
|
|
3511
|
-
md?: "
|
|
3512
|
-
lg?: "
|
|
3513
|
-
xl?: "
|
|
3514
|
-
xxl?: "
|
|
3508
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3509
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3510
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3511
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3512
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3513
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3514
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3515
3515
|
}>;
|
|
3516
|
-
default: "
|
|
3517
|
-
xs?: "
|
|
3518
|
-
sm?: "
|
|
3519
|
-
md?: "
|
|
3520
|
-
lg?: "
|
|
3521
|
-
xl?: "
|
|
3522
|
-
xxl?: "
|
|
3516
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3517
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3518
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3519
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3520
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3521
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3522
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3523
3523
|
};
|
|
3524
3524
|
};
|
|
3525
3525
|
justify: {
|
|
3526
|
-
type: import("vue").PropType<"start" | "
|
|
3527
|
-
xs?: "start" | "
|
|
3528
|
-
sm?: "start" | "
|
|
3529
|
-
md?: "start" | "
|
|
3530
|
-
lg?: "start" | "
|
|
3531
|
-
xl?: "start" | "
|
|
3532
|
-
xxl?: "start" | "
|
|
3526
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3527
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3528
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3529
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3530
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3531
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3532
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3533
3533
|
}>;
|
|
3534
|
-
default: "start" | "
|
|
3535
|
-
xs?: "start" | "
|
|
3536
|
-
sm?: "start" | "
|
|
3537
|
-
md?: "start" | "
|
|
3538
|
-
lg?: "start" | "
|
|
3539
|
-
xl?: "start" | "
|
|
3540
|
-
xxl?: "start" | "
|
|
3534
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3535
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3536
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3537
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3538
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3539
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3540
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3541
3541
|
};
|
|
3542
3542
|
};
|
|
3543
3543
|
prefixCls: StringConstructor;
|
|
@@ -3551,39 +3551,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3551
3551
|
};
|
|
3552
3552
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3553
3553
|
align: {
|
|
3554
|
-
type: import("vue").PropType<"
|
|
3555
|
-
xs?: "
|
|
3556
|
-
sm?: "
|
|
3557
|
-
md?: "
|
|
3558
|
-
lg?: "
|
|
3559
|
-
xl?: "
|
|
3560
|
-
xxl?: "
|
|
3554
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3555
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3556
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3557
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3558
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3559
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3560
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3561
3561
|
}>;
|
|
3562
|
-
default: "
|
|
3563
|
-
xs?: "
|
|
3564
|
-
sm?: "
|
|
3565
|
-
md?: "
|
|
3566
|
-
lg?: "
|
|
3567
|
-
xl?: "
|
|
3568
|
-
xxl?: "
|
|
3562
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3563
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3564
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3565
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3566
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3567
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3568
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3569
3569
|
};
|
|
3570
3570
|
};
|
|
3571
3571
|
justify: {
|
|
3572
|
-
type: import("vue").PropType<"start" | "
|
|
3573
|
-
xs?: "start" | "
|
|
3574
|
-
sm?: "start" | "
|
|
3575
|
-
md?: "start" | "
|
|
3576
|
-
lg?: "start" | "
|
|
3577
|
-
xl?: "start" | "
|
|
3578
|
-
xxl?: "start" | "
|
|
3572
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3573
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3574
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3575
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3576
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3577
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3578
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3579
3579
|
}>;
|
|
3580
|
-
default: "start" | "
|
|
3581
|
-
xs?: "start" | "
|
|
3582
|
-
sm?: "start" | "
|
|
3583
|
-
md?: "start" | "
|
|
3584
|
-
lg?: "start" | "
|
|
3585
|
-
xl?: "start" | "
|
|
3586
|
-
xxl?: "start" | "
|
|
3580
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3581
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3582
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3583
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3584
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3585
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3586
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3587
3587
|
};
|
|
3588
3588
|
};
|
|
3589
3589
|
prefixCls: StringConstructor;
|
|
@@ -3800,8 +3800,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3800
3800
|
default: string | string[];
|
|
3801
3801
|
};
|
|
3802
3802
|
size: {
|
|
3803
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3804
|
-
default: import("ant-design-vue/es/
|
|
3803
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3804
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3805
3805
|
};
|
|
3806
3806
|
disabled: {
|
|
3807
3807
|
type: BooleanConstructor;
|
|
@@ -3832,39 +3832,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3832
3832
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3833
3833
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3834
3834
|
align: {
|
|
3835
|
-
type: import("vue").PropType<"
|
|
3836
|
-
xs?: "
|
|
3837
|
-
sm?: "
|
|
3838
|
-
md?: "
|
|
3839
|
-
lg?: "
|
|
3840
|
-
xl?: "
|
|
3841
|
-
xxl?: "
|
|
3835
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3836
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3837
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3838
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3839
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3840
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3841
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3842
3842
|
}>;
|
|
3843
|
-
default: "
|
|
3844
|
-
xs?: "
|
|
3845
|
-
sm?: "
|
|
3846
|
-
md?: "
|
|
3847
|
-
lg?: "
|
|
3848
|
-
xl?: "
|
|
3849
|
-
xxl?: "
|
|
3843
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3844
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3845
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3846
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3847
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3848
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3849
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3850
3850
|
};
|
|
3851
3851
|
};
|
|
3852
3852
|
justify: {
|
|
3853
|
-
type: import("vue").PropType<"start" | "
|
|
3854
|
-
xs?: "start" | "
|
|
3855
|
-
sm?: "start" | "
|
|
3856
|
-
md?: "start" | "
|
|
3857
|
-
lg?: "start" | "
|
|
3858
|
-
xl?: "start" | "
|
|
3859
|
-
xxl?: "start" | "
|
|
3853
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3854
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3855
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3856
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3857
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3858
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3859
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3860
3860
|
}>;
|
|
3861
|
-
default: "start" | "
|
|
3862
|
-
xs?: "start" | "
|
|
3863
|
-
sm?: "start" | "
|
|
3864
|
-
md?: "start" | "
|
|
3865
|
-
lg?: "start" | "
|
|
3866
|
-
xl?: "start" | "
|
|
3867
|
-
xxl?: "start" | "
|
|
3861
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3862
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3863
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3864
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3865
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3866
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3867
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3868
3868
|
};
|
|
3869
3869
|
};
|
|
3870
3870
|
prefixCls: StringConstructor;
|
|
@@ -3992,7 +3992,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3992
3992
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
3993
3993
|
computedFormOptions: import("vue").ComputedRef<{
|
|
3994
3994
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
3995
|
-
size?: import("ant-design-vue/es/
|
|
3995
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
3996
3996
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
3997
3997
|
span: (StringConstructor | NumberConstructor)[];
|
|
3998
3998
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -4352,8 +4352,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4352
4352
|
default: string | string[];
|
|
4353
4353
|
};
|
|
4354
4354
|
size: {
|
|
4355
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4356
|
-
default: import("ant-design-vue/es/
|
|
4355
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4356
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4357
4357
|
};
|
|
4358
4358
|
disabled: {
|
|
4359
4359
|
type: BooleanConstructor;
|
|
@@ -4575,8 +4575,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4575
4575
|
default: string | string[];
|
|
4576
4576
|
};
|
|
4577
4577
|
size: {
|
|
4578
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4579
|
-
default: import("ant-design-vue/es/
|
|
4578
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4579
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4580
4580
|
};
|
|
4581
4581
|
disabled: {
|
|
4582
4582
|
type: BooleanConstructor;
|
|
@@ -4798,8 +4798,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4798
4798
|
default: string | string[];
|
|
4799
4799
|
};
|
|
4800
4800
|
size: {
|
|
4801
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4802
|
-
default: import("ant-design-vue/es/
|
|
4801
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4802
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4803
4803
|
};
|
|
4804
4804
|
disabled: {
|
|
4805
4805
|
type: BooleanConstructor;
|
|
@@ -5021,8 +5021,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5021
5021
|
default: string | string[];
|
|
5022
5022
|
};
|
|
5023
5023
|
size: {
|
|
5024
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5025
|
-
default: import("ant-design-vue/es/
|
|
5024
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5025
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5026
5026
|
};
|
|
5027
5027
|
disabled: {
|
|
5028
5028
|
type: BooleanConstructor;
|
|
@@ -5054,39 +5054,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5054
5054
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
5055
5055
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5056
5056
|
align: {
|
|
5057
|
-
type: import("vue").PropType<"
|
|
5058
|
-
xs?: "
|
|
5059
|
-
sm?: "
|
|
5060
|
-
md?: "
|
|
5061
|
-
lg?: "
|
|
5062
|
-
xl?: "
|
|
5063
|
-
xxl?: "
|
|
5057
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5058
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5059
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5060
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5061
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5062
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5063
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5064
5064
|
}>;
|
|
5065
|
-
default: "
|
|
5066
|
-
xs?: "
|
|
5067
|
-
sm?: "
|
|
5068
|
-
md?: "
|
|
5069
|
-
lg?: "
|
|
5070
|
-
xl?: "
|
|
5071
|
-
xxl?: "
|
|
5065
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5066
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5067
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5068
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5069
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5070
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5071
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5072
5072
|
};
|
|
5073
5073
|
};
|
|
5074
5074
|
justify: {
|
|
5075
|
-
type: import("vue").PropType<"start" | "
|
|
5076
|
-
xs?: "start" | "
|
|
5077
|
-
sm?: "start" | "
|
|
5078
|
-
md?: "start" | "
|
|
5079
|
-
lg?: "start" | "
|
|
5080
|
-
xl?: "start" | "
|
|
5081
|
-
xxl?: "start" | "
|
|
5075
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5076
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5077
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5078
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5079
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5080
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5081
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5082
5082
|
}>;
|
|
5083
|
-
default: "start" | "
|
|
5084
|
-
xs?: "start" | "
|
|
5085
|
-
sm?: "start" | "
|
|
5086
|
-
md?: "start" | "
|
|
5087
|
-
lg?: "start" | "
|
|
5088
|
-
xl?: "start" | "
|
|
5089
|
-
xxl?: "start" | "
|
|
5083
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5084
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5085
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5086
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5087
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5088
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5089
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5090
5090
|
};
|
|
5091
5091
|
};
|
|
5092
5092
|
prefixCls: StringConstructor;
|
|
@@ -5100,39 +5100,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5100
5100
|
};
|
|
5101
5101
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5102
5102
|
align: {
|
|
5103
|
-
type: import("vue").PropType<"
|
|
5104
|
-
xs?: "
|
|
5105
|
-
sm?: "
|
|
5106
|
-
md?: "
|
|
5107
|
-
lg?: "
|
|
5108
|
-
xl?: "
|
|
5109
|
-
xxl?: "
|
|
5103
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5104
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5105
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5106
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5107
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5108
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5109
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5110
5110
|
}>;
|
|
5111
|
-
default: "
|
|
5112
|
-
xs?: "
|
|
5113
|
-
sm?: "
|
|
5114
|
-
md?: "
|
|
5115
|
-
lg?: "
|
|
5116
|
-
xl?: "
|
|
5117
|
-
xxl?: "
|
|
5111
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5112
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5113
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5114
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5115
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5116
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5117
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5118
5118
|
};
|
|
5119
5119
|
};
|
|
5120
5120
|
justify: {
|
|
5121
|
-
type: import("vue").PropType<"start" | "
|
|
5122
|
-
xs?: "start" | "
|
|
5123
|
-
sm?: "start" | "
|
|
5124
|
-
md?: "start" | "
|
|
5125
|
-
lg?: "start" | "
|
|
5126
|
-
xl?: "start" | "
|
|
5127
|
-
xxl?: "start" | "
|
|
5121
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5122
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5123
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5124
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5125
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5126
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5127
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5128
5128
|
}>;
|
|
5129
|
-
default: "start" | "
|
|
5130
|
-
xs?: "start" | "
|
|
5131
|
-
sm?: "start" | "
|
|
5132
|
-
md?: "start" | "
|
|
5133
|
-
lg?: "start" | "
|
|
5134
|
-
xl?: "start" | "
|
|
5135
|
-
xxl?: "start" | "
|
|
5129
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5130
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5131
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5132
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5133
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5134
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5135
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5136
5136
|
};
|
|
5137
5137
|
};
|
|
5138
5138
|
prefixCls: StringConstructor;
|
|
@@ -5146,39 +5146,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5146
5146
|
};
|
|
5147
5147
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5148
5148
|
align: {
|
|
5149
|
-
type: import("vue").PropType<"
|
|
5150
|
-
xs?: "
|
|
5151
|
-
sm?: "
|
|
5152
|
-
md?: "
|
|
5153
|
-
lg?: "
|
|
5154
|
-
xl?: "
|
|
5155
|
-
xxl?: "
|
|
5149
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5150
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5151
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5152
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5153
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5154
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5155
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5156
5156
|
}>;
|
|
5157
|
-
default: "
|
|
5158
|
-
xs?: "
|
|
5159
|
-
sm?: "
|
|
5160
|
-
md?: "
|
|
5161
|
-
lg?: "
|
|
5162
|
-
xl?: "
|
|
5163
|
-
xxl?: "
|
|
5157
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5158
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5159
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5160
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5161
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5162
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5163
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5164
5164
|
};
|
|
5165
5165
|
};
|
|
5166
5166
|
justify: {
|
|
5167
|
-
type: import("vue").PropType<"start" | "
|
|
5168
|
-
xs?: "start" | "
|
|
5169
|
-
sm?: "start" | "
|
|
5170
|
-
md?: "start" | "
|
|
5171
|
-
lg?: "start" | "
|
|
5172
|
-
xl?: "start" | "
|
|
5173
|
-
xxl?: "start" | "
|
|
5167
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5168
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5169
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5170
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5171
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5172
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5173
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5174
5174
|
}>;
|
|
5175
|
-
default: "start" | "
|
|
5176
|
-
xs?: "start" | "
|
|
5177
|
-
sm?: "start" | "
|
|
5178
|
-
md?: "start" | "
|
|
5179
|
-
lg?: "start" | "
|
|
5180
|
-
xl?: "start" | "
|
|
5181
|
-
xxl?: "start" | "
|
|
5175
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5176
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5177
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5178
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5179
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5180
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5181
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5182
5182
|
};
|
|
5183
5183
|
};
|
|
5184
5184
|
prefixCls: StringConstructor;
|
|
@@ -5192,39 +5192,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5192
5192
|
};
|
|
5193
5193
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5194
5194
|
align: {
|
|
5195
|
-
type: import("vue").PropType<"
|
|
5196
|
-
xs?: "
|
|
5197
|
-
sm?: "
|
|
5198
|
-
md?: "
|
|
5199
|
-
lg?: "
|
|
5200
|
-
xl?: "
|
|
5201
|
-
xxl?: "
|
|
5195
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5196
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5197
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5198
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5199
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5200
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5201
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5202
5202
|
}>;
|
|
5203
|
-
default: "
|
|
5204
|
-
xs?: "
|
|
5205
|
-
sm?: "
|
|
5206
|
-
md?: "
|
|
5207
|
-
lg?: "
|
|
5208
|
-
xl?: "
|
|
5209
|
-
xxl?: "
|
|
5203
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5204
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5205
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5206
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5207
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5208
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5209
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5210
5210
|
};
|
|
5211
5211
|
};
|
|
5212
5212
|
justify: {
|
|
5213
|
-
type: import("vue").PropType<"start" | "
|
|
5214
|
-
xs?: "start" | "
|
|
5215
|
-
sm?: "start" | "
|
|
5216
|
-
md?: "start" | "
|
|
5217
|
-
lg?: "start" | "
|
|
5218
|
-
xl?: "start" | "
|
|
5219
|
-
xxl?: "start" | "
|
|
5213
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5214
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5215
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5216
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5217
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5218
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5219
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5220
5220
|
}>;
|
|
5221
|
-
default: "start" | "
|
|
5222
|
-
xs?: "start" | "
|
|
5223
|
-
sm?: "start" | "
|
|
5224
|
-
md?: "start" | "
|
|
5225
|
-
lg?: "start" | "
|
|
5226
|
-
xl?: "start" | "
|
|
5227
|
-
xxl?: "start" | "
|
|
5221
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5222
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5223
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5224
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5225
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5226
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5227
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5228
5228
|
};
|
|
5229
5229
|
};
|
|
5230
5230
|
prefixCls: StringConstructor;
|
|
@@ -5443,8 +5443,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5443
5443
|
default: string | string[];
|
|
5444
5444
|
};
|
|
5445
5445
|
size: {
|
|
5446
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5447
|
-
default: import("ant-design-vue/es/
|
|
5446
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5447
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5448
5448
|
};
|
|
5449
5449
|
disabled: {
|
|
5450
5450
|
type: BooleanConstructor;
|
|
@@ -5475,39 +5475,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5475
5475
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5476
5476
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5477
5477
|
align: {
|
|
5478
|
-
type: import("vue").PropType<"
|
|
5479
|
-
xs?: "
|
|
5480
|
-
sm?: "
|
|
5481
|
-
md?: "
|
|
5482
|
-
lg?: "
|
|
5483
|
-
xl?: "
|
|
5484
|
-
xxl?: "
|
|
5478
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5479
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5480
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5481
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5482
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5483
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5484
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5485
5485
|
}>;
|
|
5486
|
-
default: "
|
|
5487
|
-
xs?: "
|
|
5488
|
-
sm?: "
|
|
5489
|
-
md?: "
|
|
5490
|
-
lg?: "
|
|
5491
|
-
xl?: "
|
|
5492
|
-
xxl?: "
|
|
5486
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5487
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5488
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5489
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5490
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5491
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5492
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5493
5493
|
};
|
|
5494
5494
|
};
|
|
5495
5495
|
justify: {
|
|
5496
|
-
type: import("vue").PropType<"start" | "
|
|
5497
|
-
xs?: "start" | "
|
|
5498
|
-
sm?: "start" | "
|
|
5499
|
-
md?: "start" | "
|
|
5500
|
-
lg?: "start" | "
|
|
5501
|
-
xl?: "start" | "
|
|
5502
|
-
xxl?: "start" | "
|
|
5496
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5497
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5498
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5499
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5500
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5501
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5502
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5503
5503
|
}>;
|
|
5504
|
-
default: "start" | "
|
|
5505
|
-
xs?: "start" | "
|
|
5506
|
-
sm?: "start" | "
|
|
5507
|
-
md?: "start" | "
|
|
5508
|
-
lg?: "start" | "
|
|
5509
|
-
xl?: "start" | "
|
|
5510
|
-
xxl?: "start" | "
|
|
5504
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5505
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5506
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5507
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5508
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5509
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5510
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5511
5511
|
};
|
|
5512
5512
|
};
|
|
5513
5513
|
prefixCls: StringConstructor;
|
|
@@ -5729,8 +5729,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5729
5729
|
default: string | string[];
|
|
5730
5730
|
};
|
|
5731
5731
|
size: {
|
|
5732
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5733
|
-
default: import("ant-design-vue/es/
|
|
5732
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5733
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5734
5734
|
};
|
|
5735
5735
|
disabled: {
|
|
5736
5736
|
type: BooleanConstructor;
|
|
@@ -5952,8 +5952,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5952
5952
|
default: string | string[];
|
|
5953
5953
|
};
|
|
5954
5954
|
size: {
|
|
5955
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5956
|
-
default: import("ant-design-vue/es/
|
|
5955
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5956
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5957
5957
|
};
|
|
5958
5958
|
disabled: {
|
|
5959
5959
|
type: BooleanConstructor;
|
|
@@ -6175,8 +6175,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6175
6175
|
default: string | string[];
|
|
6176
6176
|
};
|
|
6177
6177
|
size: {
|
|
6178
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6179
|
-
default: import("ant-design-vue/es/
|
|
6178
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6179
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6180
6180
|
};
|
|
6181
6181
|
disabled: {
|
|
6182
6182
|
type: BooleanConstructor;
|
|
@@ -6398,8 +6398,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6398
6398
|
default: string | string[];
|
|
6399
6399
|
};
|
|
6400
6400
|
size: {
|
|
6401
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6402
|
-
default: import("ant-design-vue/es/
|
|
6401
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6402
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6403
6403
|
};
|
|
6404
6404
|
disabled: {
|
|
6405
6405
|
type: BooleanConstructor;
|
|
@@ -6633,8 +6633,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6633
6633
|
default: string | string[];
|
|
6634
6634
|
};
|
|
6635
6635
|
size: {
|
|
6636
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6637
|
-
default: import("ant-design-vue/es/
|
|
6636
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6637
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6638
6638
|
};
|
|
6639
6639
|
disabled: {
|
|
6640
6640
|
type: BooleanConstructor;
|
|
@@ -6862,8 +6862,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6862
6862
|
default: string | string[];
|
|
6863
6863
|
};
|
|
6864
6864
|
size: {
|
|
6865
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6866
|
-
default: import("ant-design-vue/es/
|
|
6865
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6866
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6867
6867
|
};
|
|
6868
6868
|
disabled: {
|
|
6869
6869
|
type: BooleanConstructor;
|
|
@@ -7085,8 +7085,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7085
7085
|
default: string | string[];
|
|
7086
7086
|
};
|
|
7087
7087
|
size: {
|
|
7088
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7089
|
-
default: import("ant-design-vue/es/
|
|
7088
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7089
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7090
7090
|
};
|
|
7091
7091
|
disabled: {
|
|
7092
7092
|
type: BooleanConstructor;
|
|
@@ -7308,8 +7308,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7308
7308
|
default: string | string[];
|
|
7309
7309
|
};
|
|
7310
7310
|
size: {
|
|
7311
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7312
|
-
default: import("ant-design-vue/es/
|
|
7311
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7312
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7313
7313
|
};
|
|
7314
7314
|
disabled: {
|
|
7315
7315
|
type: BooleanConstructor;
|
|
@@ -7531,8 +7531,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7531
7531
|
default: string | string[];
|
|
7532
7532
|
};
|
|
7533
7533
|
size: {
|
|
7534
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7535
|
-
default: import("ant-design-vue/es/
|
|
7534
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7535
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7536
7536
|
};
|
|
7537
7537
|
disabled: {
|
|
7538
7538
|
type: BooleanConstructor;
|
|
@@ -7764,8 +7764,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7764
7764
|
default: string | string[];
|
|
7765
7765
|
};
|
|
7766
7766
|
size: {
|
|
7767
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7768
|
-
default: import("ant-design-vue/es/
|
|
7767
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7768
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7769
7769
|
};
|
|
7770
7770
|
disabled: {
|
|
7771
7771
|
type: BooleanConstructor;
|
|
@@ -8018,8 +8018,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8018
8018
|
default: string | string[];
|
|
8019
8019
|
};
|
|
8020
8020
|
size: {
|
|
8021
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8022
|
-
default: import("ant-design-vue/es/
|
|
8021
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8022
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8023
8023
|
};
|
|
8024
8024
|
disabled: {
|
|
8025
8025
|
type: BooleanConstructor;
|
|
@@ -8241,8 +8241,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8241
8241
|
default: string | string[];
|
|
8242
8242
|
};
|
|
8243
8243
|
size: {
|
|
8244
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8245
|
-
default: import("ant-design-vue/es/
|
|
8244
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8245
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8246
8246
|
};
|
|
8247
8247
|
disabled: {
|
|
8248
8248
|
type: BooleanConstructor;
|
|
@@ -8464,8 +8464,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8464
8464
|
default: string | string[];
|
|
8465
8465
|
};
|
|
8466
8466
|
size: {
|
|
8467
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8468
|
-
default: import("ant-design-vue/es/
|
|
8467
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8468
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8469
8469
|
};
|
|
8470
8470
|
disabled: {
|
|
8471
8471
|
type: BooleanConstructor;
|
|
@@ -8687,8 +8687,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8687
8687
|
default: string | string[];
|
|
8688
8688
|
};
|
|
8689
8689
|
size: {
|
|
8690
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8691
|
-
default: import("ant-design-vue/es/
|
|
8690
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8691
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8692
8692
|
};
|
|
8693
8693
|
disabled: {
|
|
8694
8694
|
type: BooleanConstructor;
|
|
@@ -8922,8 +8922,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8922
8922
|
default: string | string[];
|
|
8923
8923
|
};
|
|
8924
8924
|
size: {
|
|
8925
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8926
|
-
default: import("ant-design-vue/es/
|
|
8925
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8926
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8927
8927
|
};
|
|
8928
8928
|
disabled: {
|
|
8929
8929
|
type: BooleanConstructor;
|
|
@@ -9154,8 +9154,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9154
9154
|
default: string | string[];
|
|
9155
9155
|
};
|
|
9156
9156
|
size: {
|
|
9157
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9158
|
-
default: import("ant-design-vue/es/
|
|
9157
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9158
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9159
9159
|
};
|
|
9160
9160
|
disabled: {
|
|
9161
9161
|
type: BooleanConstructor;
|
|
@@ -9377,8 +9377,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9377
9377
|
default: string | string[];
|
|
9378
9378
|
};
|
|
9379
9379
|
size: {
|
|
9380
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9381
|
-
default: import("ant-design-vue/es/
|
|
9380
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9381
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9382
9382
|
};
|
|
9383
9383
|
disabled: {
|
|
9384
9384
|
type: BooleanConstructor;
|
|
@@ -9600,8 +9600,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9600
9600
|
default: string | string[];
|
|
9601
9601
|
};
|
|
9602
9602
|
size: {
|
|
9603
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9604
|
-
default: import("ant-design-vue/es/
|
|
9603
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9604
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9605
9605
|
};
|
|
9606
9606
|
disabled: {
|
|
9607
9607
|
type: BooleanConstructor;
|
|
@@ -9823,8 +9823,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9823
9823
|
default: string | string[];
|
|
9824
9824
|
};
|
|
9825
9825
|
size: {
|
|
9826
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9827
|
-
default: import("ant-design-vue/es/
|
|
9826
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9827
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9828
9828
|
};
|
|
9829
9829
|
disabled: {
|
|
9830
9830
|
type: BooleanConstructor;
|
|
@@ -10058,8 +10058,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
10058
10058
|
default: string | string[];
|
|
10059
10059
|
};
|
|
10060
10060
|
size: {
|
|
10061
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10062
|
-
default: import("ant-design-vue/es/
|
|
10061
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10062
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10063
10063
|
};
|
|
10064
10064
|
disabled: {
|
|
10065
10065
|
type: BooleanConstructor;
|
|
@@ -10287,8 +10287,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10287
10287
|
default: string | string[];
|
|
10288
10288
|
};
|
|
10289
10289
|
size: {
|
|
10290
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10291
|
-
default: import("ant-design-vue/es/
|
|
10290
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10291
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10292
10292
|
};
|
|
10293
10293
|
disabled: {
|
|
10294
10294
|
type: BooleanConstructor;
|
|
@@ -10510,8 +10510,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10510
10510
|
default: string | string[];
|
|
10511
10511
|
};
|
|
10512
10512
|
size: {
|
|
10513
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10514
|
-
default: import("ant-design-vue/es/
|
|
10513
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10514
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10515
10515
|
};
|
|
10516
10516
|
disabled: {
|
|
10517
10517
|
type: BooleanConstructor;
|
|
@@ -10733,8 +10733,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10733
10733
|
default: string | string[];
|
|
10734
10734
|
};
|
|
10735
10735
|
size: {
|
|
10736
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10737
|
-
default: import("ant-design-vue/es/
|
|
10736
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10737
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10738
10738
|
};
|
|
10739
10739
|
disabled: {
|
|
10740
10740
|
type: BooleanConstructor;
|
|
@@ -10956,8 +10956,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10956
10956
|
default: string | string[];
|
|
10957
10957
|
};
|
|
10958
10958
|
size: {
|
|
10959
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10960
|
-
default: import("ant-design-vue/es/
|
|
10959
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10960
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10961
10961
|
};
|
|
10962
10962
|
disabled: {
|
|
10963
10963
|
type: BooleanConstructor;
|
|
@@ -11187,8 +11187,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11187
11187
|
default: string | string[];
|
|
11188
11188
|
};
|
|
11189
11189
|
size: {
|
|
11190
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11191
|
-
default: import("ant-design-vue/es/
|
|
11190
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11191
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11192
11192
|
};
|
|
11193
11193
|
disabled: {
|
|
11194
11194
|
type: BooleanConstructor;
|
|
@@ -11437,8 +11437,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11437
11437
|
default: string | string[];
|
|
11438
11438
|
};
|
|
11439
11439
|
size: {
|
|
11440
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11441
|
-
default: import("ant-design-vue/es/
|
|
11440
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11441
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11442
11442
|
};
|
|
11443
11443
|
disabled: {
|
|
11444
11444
|
type: BooleanConstructor;
|
|
@@ -11660,8 +11660,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11660
11660
|
default: string | string[];
|
|
11661
11661
|
};
|
|
11662
11662
|
size: {
|
|
11663
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11664
|
-
default: import("ant-design-vue/es/
|
|
11663
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11664
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11665
11665
|
};
|
|
11666
11666
|
disabled: {
|
|
11667
11667
|
type: BooleanConstructor;
|
|
@@ -11883,8 +11883,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11883
11883
|
default: string | string[];
|
|
11884
11884
|
};
|
|
11885
11885
|
size: {
|
|
11886
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11887
|
-
default: import("ant-design-vue/es/
|
|
11886
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11887
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11888
11888
|
};
|
|
11889
11889
|
disabled: {
|
|
11890
11890
|
type: BooleanConstructor;
|
|
@@ -12106,8 +12106,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12106
12106
|
default: string | string[];
|
|
12107
12107
|
};
|
|
12108
12108
|
size: {
|
|
12109
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12110
|
-
default: import("ant-design-vue/es/
|
|
12109
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12110
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12111
12111
|
};
|
|
12112
12112
|
disabled: {
|
|
12113
12113
|
type: BooleanConstructor;
|
|
@@ -12139,39 +12139,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12139
12139
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12140
12140
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12141
12141
|
align: {
|
|
12142
|
-
type: import("vue").PropType<"
|
|
12143
|
-
xs?: "
|
|
12144
|
-
sm?: "
|
|
12145
|
-
md?: "
|
|
12146
|
-
lg?: "
|
|
12147
|
-
xl?: "
|
|
12148
|
-
xxl?: "
|
|
12142
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12143
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12144
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12145
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12146
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12147
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12148
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12149
12149
|
}>;
|
|
12150
|
-
default: "
|
|
12151
|
-
xs?: "
|
|
12152
|
-
sm?: "
|
|
12153
|
-
md?: "
|
|
12154
|
-
lg?: "
|
|
12155
|
-
xl?: "
|
|
12156
|
-
xxl?: "
|
|
12150
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12151
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12152
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12153
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12154
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12155
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12156
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12157
12157
|
};
|
|
12158
12158
|
};
|
|
12159
12159
|
justify: {
|
|
12160
|
-
type: import("vue").PropType<"start" | "
|
|
12161
|
-
xs?: "start" | "
|
|
12162
|
-
sm?: "start" | "
|
|
12163
|
-
md?: "start" | "
|
|
12164
|
-
lg?: "start" | "
|
|
12165
|
-
xl?: "start" | "
|
|
12166
|
-
xxl?: "start" | "
|
|
12160
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12161
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12162
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12163
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12164
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12165
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12166
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12167
12167
|
}>;
|
|
12168
|
-
default: "start" | "
|
|
12169
|
-
xs?: "start" | "
|
|
12170
|
-
sm?: "start" | "
|
|
12171
|
-
md?: "start" | "
|
|
12172
|
-
lg?: "start" | "
|
|
12173
|
-
xl?: "start" | "
|
|
12174
|
-
xxl?: "start" | "
|
|
12168
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12169
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12170
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12171
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12172
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12173
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12174
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12175
12175
|
};
|
|
12176
12176
|
};
|
|
12177
12177
|
prefixCls: StringConstructor;
|
|
@@ -12185,39 +12185,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12185
12185
|
};
|
|
12186
12186
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12187
12187
|
align: {
|
|
12188
|
-
type: import("vue").PropType<"
|
|
12189
|
-
xs?: "
|
|
12190
|
-
sm?: "
|
|
12191
|
-
md?: "
|
|
12192
|
-
lg?: "
|
|
12193
|
-
xl?: "
|
|
12194
|
-
xxl?: "
|
|
12188
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12189
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12190
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12191
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12192
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12193
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12194
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12195
12195
|
}>;
|
|
12196
|
-
default: "
|
|
12197
|
-
xs?: "
|
|
12198
|
-
sm?: "
|
|
12199
|
-
md?: "
|
|
12200
|
-
lg?: "
|
|
12201
|
-
xl?: "
|
|
12202
|
-
xxl?: "
|
|
12196
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12197
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12198
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12199
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12200
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12201
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12202
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12203
12203
|
};
|
|
12204
12204
|
};
|
|
12205
12205
|
justify: {
|
|
12206
|
-
type: import("vue").PropType<"start" | "
|
|
12207
|
-
xs?: "start" | "
|
|
12208
|
-
sm?: "start" | "
|
|
12209
|
-
md?: "start" | "
|
|
12210
|
-
lg?: "start" | "
|
|
12211
|
-
xl?: "start" | "
|
|
12212
|
-
xxl?: "start" | "
|
|
12206
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12207
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12208
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12209
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12210
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12211
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12212
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12213
12213
|
}>;
|
|
12214
|
-
default: "start" | "
|
|
12215
|
-
xs?: "start" | "
|
|
12216
|
-
sm?: "start" | "
|
|
12217
|
-
md?: "start" | "
|
|
12218
|
-
lg?: "start" | "
|
|
12219
|
-
xl?: "start" | "
|
|
12220
|
-
xxl?: "start" | "
|
|
12214
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12215
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12216
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12217
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12218
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12219
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12220
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12221
12221
|
};
|
|
12222
12222
|
};
|
|
12223
12223
|
prefixCls: StringConstructor;
|
|
@@ -12231,39 +12231,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12231
12231
|
};
|
|
12232
12232
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12233
12233
|
align: {
|
|
12234
|
-
type: import("vue").PropType<"
|
|
12235
|
-
xs?: "
|
|
12236
|
-
sm?: "
|
|
12237
|
-
md?: "
|
|
12238
|
-
lg?: "
|
|
12239
|
-
xl?: "
|
|
12240
|
-
xxl?: "
|
|
12234
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12235
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12236
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12237
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12238
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12239
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12240
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12241
12241
|
}>;
|
|
12242
|
-
default: "
|
|
12243
|
-
xs?: "
|
|
12244
|
-
sm?: "
|
|
12245
|
-
md?: "
|
|
12246
|
-
lg?: "
|
|
12247
|
-
xl?: "
|
|
12248
|
-
xxl?: "
|
|
12242
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12243
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12244
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12245
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12246
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12247
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12248
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12249
12249
|
};
|
|
12250
12250
|
};
|
|
12251
12251
|
justify: {
|
|
12252
|
-
type: import("vue").PropType<"start" | "
|
|
12253
|
-
xs?: "start" | "
|
|
12254
|
-
sm?: "start" | "
|
|
12255
|
-
md?: "start" | "
|
|
12256
|
-
lg?: "start" | "
|
|
12257
|
-
xl?: "start" | "
|
|
12258
|
-
xxl?: "start" | "
|
|
12252
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12253
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12254
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12255
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12256
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12257
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12258
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12259
12259
|
}>;
|
|
12260
|
-
default: "start" | "
|
|
12261
|
-
xs?: "start" | "
|
|
12262
|
-
sm?: "start" | "
|
|
12263
|
-
md?: "start" | "
|
|
12264
|
-
lg?: "start" | "
|
|
12265
|
-
xl?: "start" | "
|
|
12266
|
-
xxl?: "start" | "
|
|
12260
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12261
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12262
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12263
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12264
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12265
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12266
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12267
12267
|
};
|
|
12268
12268
|
};
|
|
12269
12269
|
prefixCls: StringConstructor;
|
|
@@ -12277,39 +12277,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12277
12277
|
};
|
|
12278
12278
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12279
12279
|
align: {
|
|
12280
|
-
type: import("vue").PropType<"
|
|
12281
|
-
xs?: "
|
|
12282
|
-
sm?: "
|
|
12283
|
-
md?: "
|
|
12284
|
-
lg?: "
|
|
12285
|
-
xl?: "
|
|
12286
|
-
xxl?: "
|
|
12280
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12281
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12282
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12283
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12284
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12285
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12286
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12287
12287
|
}>;
|
|
12288
|
-
default: "
|
|
12289
|
-
xs?: "
|
|
12290
|
-
sm?: "
|
|
12291
|
-
md?: "
|
|
12292
|
-
lg?: "
|
|
12293
|
-
xl?: "
|
|
12294
|
-
xxl?: "
|
|
12288
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12289
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12290
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12291
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12292
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12293
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12294
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12295
12295
|
};
|
|
12296
12296
|
};
|
|
12297
12297
|
justify: {
|
|
12298
|
-
type: import("vue").PropType<"start" | "
|
|
12299
|
-
xs?: "start" | "
|
|
12300
|
-
sm?: "start" | "
|
|
12301
|
-
md?: "start" | "
|
|
12302
|
-
lg?: "start" | "
|
|
12303
|
-
xl?: "start" | "
|
|
12304
|
-
xxl?: "start" | "
|
|
12298
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12299
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12300
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12301
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12302
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12303
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12304
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12305
12305
|
}>;
|
|
12306
|
-
default: "start" | "
|
|
12307
|
-
xs?: "start" | "
|
|
12308
|
-
sm?: "start" | "
|
|
12309
|
-
md?: "start" | "
|
|
12310
|
-
lg?: "start" | "
|
|
12311
|
-
xl?: "start" | "
|
|
12312
|
-
xxl?: "start" | "
|
|
12306
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12307
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12308
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12309
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12310
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12311
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12312
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12313
12313
|
};
|
|
12314
12314
|
};
|
|
12315
12315
|
prefixCls: StringConstructor;
|
|
@@ -12526,8 +12526,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12526
12526
|
default: string | string[];
|
|
12527
12527
|
};
|
|
12528
12528
|
size: {
|
|
12529
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12530
|
-
default: import("ant-design-vue/es/
|
|
12529
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12530
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12531
12531
|
};
|
|
12532
12532
|
disabled: {
|
|
12533
12533
|
type: BooleanConstructor;
|
|
@@ -12558,39 +12558,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12558
12558
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12559
12559
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12560
12560
|
align: {
|
|
12561
|
-
type: import("vue").PropType<"
|
|
12562
|
-
xs?: "
|
|
12563
|
-
sm?: "
|
|
12564
|
-
md?: "
|
|
12565
|
-
lg?: "
|
|
12566
|
-
xl?: "
|
|
12567
|
-
xxl?: "
|
|
12561
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12562
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12563
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12564
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12565
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12566
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12567
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12568
12568
|
}>;
|
|
12569
|
-
default: "
|
|
12570
|
-
xs?: "
|
|
12571
|
-
sm?: "
|
|
12572
|
-
md?: "
|
|
12573
|
-
lg?: "
|
|
12574
|
-
xl?: "
|
|
12575
|
-
xxl?: "
|
|
12569
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12570
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12571
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12572
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12573
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12574
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12575
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12576
12576
|
};
|
|
12577
12577
|
};
|
|
12578
12578
|
justify: {
|
|
12579
|
-
type: import("vue").PropType<"start" | "
|
|
12580
|
-
xs?: "start" | "
|
|
12581
|
-
sm?: "start" | "
|
|
12582
|
-
md?: "start" | "
|
|
12583
|
-
lg?: "start" | "
|
|
12584
|
-
xl?: "start" | "
|
|
12585
|
-
xxl?: "start" | "
|
|
12579
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12580
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12581
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12582
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12583
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12584
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12585
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12586
12586
|
}>;
|
|
12587
|
-
default: "start" | "
|
|
12588
|
-
xs?: "start" | "
|
|
12589
|
-
sm?: "start" | "
|
|
12590
|
-
md?: "start" | "
|
|
12591
|
-
lg?: "start" | "
|
|
12592
|
-
xl?: "start" | "
|
|
12593
|
-
xxl?: "start" | "
|
|
12587
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12588
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12589
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12590
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12591
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12592
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12593
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12594
12594
|
};
|
|
12595
12595
|
};
|
|
12596
12596
|
prefixCls: StringConstructor;
|
|
@@ -12718,7 +12718,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12718
12718
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
12719
12719
|
computedFormOptions: import("vue").ComputedRef<{
|
|
12720
12720
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
12721
|
-
size?: import("ant-design-vue/es/
|
|
12721
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
12722
12722
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12723
12723
|
span: (StringConstructor | NumberConstructor)[];
|
|
12724
12724
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -13078,8 +13078,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13078
13078
|
default: string | string[];
|
|
13079
13079
|
};
|
|
13080
13080
|
size: {
|
|
13081
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13082
|
-
default: import("ant-design-vue/es/
|
|
13081
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13082
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13083
13083
|
};
|
|
13084
13084
|
disabled: {
|
|
13085
13085
|
type: BooleanConstructor;
|
|
@@ -13301,8 +13301,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13301
13301
|
default: string | string[];
|
|
13302
13302
|
};
|
|
13303
13303
|
size: {
|
|
13304
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13305
|
-
default: import("ant-design-vue/es/
|
|
13304
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13305
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13306
13306
|
};
|
|
13307
13307
|
disabled: {
|
|
13308
13308
|
type: BooleanConstructor;
|
|
@@ -13524,8 +13524,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13524
13524
|
default: string | string[];
|
|
13525
13525
|
};
|
|
13526
13526
|
size: {
|
|
13527
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13528
|
-
default: import("ant-design-vue/es/
|
|
13527
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13528
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13529
13529
|
};
|
|
13530
13530
|
disabled: {
|
|
13531
13531
|
type: BooleanConstructor;
|
|
@@ -13747,8 +13747,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13747
13747
|
default: string | string[];
|
|
13748
13748
|
};
|
|
13749
13749
|
size: {
|
|
13750
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13751
|
-
default: import("ant-design-vue/es/
|
|
13750
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13751
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13752
13752
|
};
|
|
13753
13753
|
disabled: {
|
|
13754
13754
|
type: BooleanConstructor;
|
|
@@ -13780,39 +13780,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13780
13780
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13781
13781
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13782
13782
|
align: {
|
|
13783
|
-
type: import("vue").PropType<"
|
|
13784
|
-
xs?: "
|
|
13785
|
-
sm?: "
|
|
13786
|
-
md?: "
|
|
13787
|
-
lg?: "
|
|
13788
|
-
xl?: "
|
|
13789
|
-
xxl?: "
|
|
13783
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13784
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13785
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13786
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13787
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13788
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13789
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13790
13790
|
}>;
|
|
13791
|
-
default: "
|
|
13792
|
-
xs?: "
|
|
13793
|
-
sm?: "
|
|
13794
|
-
md?: "
|
|
13795
|
-
lg?: "
|
|
13796
|
-
xl?: "
|
|
13797
|
-
xxl?: "
|
|
13791
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13792
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13793
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13794
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13795
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13796
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13797
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13798
13798
|
};
|
|
13799
13799
|
};
|
|
13800
13800
|
justify: {
|
|
13801
|
-
type: import("vue").PropType<"start" | "
|
|
13802
|
-
xs?: "start" | "
|
|
13803
|
-
sm?: "start" | "
|
|
13804
|
-
md?: "start" | "
|
|
13805
|
-
lg?: "start" | "
|
|
13806
|
-
xl?: "start" | "
|
|
13807
|
-
xxl?: "start" | "
|
|
13801
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13802
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13803
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13804
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13805
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13806
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13807
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13808
13808
|
}>;
|
|
13809
|
-
default: "start" | "
|
|
13810
|
-
xs?: "start" | "
|
|
13811
|
-
sm?: "start" | "
|
|
13812
|
-
md?: "start" | "
|
|
13813
|
-
lg?: "start" | "
|
|
13814
|
-
xl?: "start" | "
|
|
13815
|
-
xxl?: "start" | "
|
|
13809
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13810
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13811
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13812
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13813
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13814
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13815
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13816
13816
|
};
|
|
13817
13817
|
};
|
|
13818
13818
|
prefixCls: StringConstructor;
|
|
@@ -13826,39 +13826,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13826
13826
|
};
|
|
13827
13827
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13828
13828
|
align: {
|
|
13829
|
-
type: import("vue").PropType<"
|
|
13830
|
-
xs?: "
|
|
13831
|
-
sm?: "
|
|
13832
|
-
md?: "
|
|
13833
|
-
lg?: "
|
|
13834
|
-
xl?: "
|
|
13835
|
-
xxl?: "
|
|
13829
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13830
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13831
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13832
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13833
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13834
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13835
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13836
13836
|
}>;
|
|
13837
|
-
default: "
|
|
13838
|
-
xs?: "
|
|
13839
|
-
sm?: "
|
|
13840
|
-
md?: "
|
|
13841
|
-
lg?: "
|
|
13842
|
-
xl?: "
|
|
13843
|
-
xxl?: "
|
|
13837
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13838
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13839
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13840
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13841
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13842
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13843
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13844
13844
|
};
|
|
13845
13845
|
};
|
|
13846
13846
|
justify: {
|
|
13847
|
-
type: import("vue").PropType<"start" | "
|
|
13848
|
-
xs?: "start" | "
|
|
13849
|
-
sm?: "start" | "
|
|
13850
|
-
md?: "start" | "
|
|
13851
|
-
lg?: "start" | "
|
|
13852
|
-
xl?: "start" | "
|
|
13853
|
-
xxl?: "start" | "
|
|
13847
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13848
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13849
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13850
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13851
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13852
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13853
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13854
13854
|
}>;
|
|
13855
|
-
default: "start" | "
|
|
13856
|
-
xs?: "start" | "
|
|
13857
|
-
sm?: "start" | "
|
|
13858
|
-
md?: "start" | "
|
|
13859
|
-
lg?: "start" | "
|
|
13860
|
-
xl?: "start" | "
|
|
13861
|
-
xxl?: "start" | "
|
|
13855
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13856
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13857
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13858
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13859
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13860
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13861
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13862
13862
|
};
|
|
13863
13863
|
};
|
|
13864
13864
|
prefixCls: StringConstructor;
|
|
@@ -13872,39 +13872,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13872
13872
|
};
|
|
13873
13873
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13874
13874
|
align: {
|
|
13875
|
-
type: import("vue").PropType<"
|
|
13876
|
-
xs?: "
|
|
13877
|
-
sm?: "
|
|
13878
|
-
md?: "
|
|
13879
|
-
lg?: "
|
|
13880
|
-
xl?: "
|
|
13881
|
-
xxl?: "
|
|
13875
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13876
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13877
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13878
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13879
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13880
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13881
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13882
13882
|
}>;
|
|
13883
|
-
default: "
|
|
13884
|
-
xs?: "
|
|
13885
|
-
sm?: "
|
|
13886
|
-
md?: "
|
|
13887
|
-
lg?: "
|
|
13888
|
-
xl?: "
|
|
13889
|
-
xxl?: "
|
|
13883
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13884
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13885
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13886
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13887
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13888
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13889
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13890
13890
|
};
|
|
13891
13891
|
};
|
|
13892
13892
|
justify: {
|
|
13893
|
-
type: import("vue").PropType<"start" | "
|
|
13894
|
-
xs?: "start" | "
|
|
13895
|
-
sm?: "start" | "
|
|
13896
|
-
md?: "start" | "
|
|
13897
|
-
lg?: "start" | "
|
|
13898
|
-
xl?: "start" | "
|
|
13899
|
-
xxl?: "start" | "
|
|
13893
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13894
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13895
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13896
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13897
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13898
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13899
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13900
13900
|
}>;
|
|
13901
|
-
default: "start" | "
|
|
13902
|
-
xs?: "start" | "
|
|
13903
|
-
sm?: "start" | "
|
|
13904
|
-
md?: "start" | "
|
|
13905
|
-
lg?: "start" | "
|
|
13906
|
-
xl?: "start" | "
|
|
13907
|
-
xxl?: "start" | "
|
|
13901
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13902
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13903
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13904
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13905
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13906
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13907
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13908
13908
|
};
|
|
13909
13909
|
};
|
|
13910
13910
|
prefixCls: StringConstructor;
|
|
@@ -13918,39 +13918,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13918
13918
|
};
|
|
13919
13919
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13920
13920
|
align: {
|
|
13921
|
-
type: import("vue").PropType<"
|
|
13922
|
-
xs?: "
|
|
13923
|
-
sm?: "
|
|
13924
|
-
md?: "
|
|
13925
|
-
lg?: "
|
|
13926
|
-
xl?: "
|
|
13927
|
-
xxl?: "
|
|
13921
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13922
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13923
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13924
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13925
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13926
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13927
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13928
13928
|
}>;
|
|
13929
|
-
default: "
|
|
13930
|
-
xs?: "
|
|
13931
|
-
sm?: "
|
|
13932
|
-
md?: "
|
|
13933
|
-
lg?: "
|
|
13934
|
-
xl?: "
|
|
13935
|
-
xxl?: "
|
|
13929
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13930
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13931
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13932
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13933
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13934
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13935
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13936
13936
|
};
|
|
13937
13937
|
};
|
|
13938
13938
|
justify: {
|
|
13939
|
-
type: import("vue").PropType<"start" | "
|
|
13940
|
-
xs?: "start" | "
|
|
13941
|
-
sm?: "start" | "
|
|
13942
|
-
md?: "start" | "
|
|
13943
|
-
lg?: "start" | "
|
|
13944
|
-
xl?: "start" | "
|
|
13945
|
-
xxl?: "start" | "
|
|
13939
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13940
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13941
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13942
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13943
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13944
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13945
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13946
13946
|
}>;
|
|
13947
|
-
default: "start" | "
|
|
13948
|
-
xs?: "start" | "
|
|
13949
|
-
sm?: "start" | "
|
|
13950
|
-
md?: "start" | "
|
|
13951
|
-
lg?: "start" | "
|
|
13952
|
-
xl?: "start" | "
|
|
13953
|
-
xxl?: "start" | "
|
|
13947
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13948
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13949
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13950
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13951
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13952
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13953
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13954
13954
|
};
|
|
13955
13955
|
};
|
|
13956
13956
|
prefixCls: StringConstructor;
|
|
@@ -14169,8 +14169,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14169
14169
|
default: string | string[];
|
|
14170
14170
|
};
|
|
14171
14171
|
size: {
|
|
14172
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14173
|
-
default: import("ant-design-vue/es/
|
|
14172
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14173
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14174
14174
|
};
|
|
14175
14175
|
disabled: {
|
|
14176
14176
|
type: BooleanConstructor;
|
|
@@ -14201,39 +14201,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14201
14201
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14202
14202
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14203
14203
|
align: {
|
|
14204
|
-
type: import("vue").PropType<"
|
|
14205
|
-
xs?: "
|
|
14206
|
-
sm?: "
|
|
14207
|
-
md?: "
|
|
14208
|
-
lg?: "
|
|
14209
|
-
xl?: "
|
|
14210
|
-
xxl?: "
|
|
14204
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14205
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14206
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14207
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14208
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14209
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14210
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14211
14211
|
}>;
|
|
14212
|
-
default: "
|
|
14213
|
-
xs?: "
|
|
14214
|
-
sm?: "
|
|
14215
|
-
md?: "
|
|
14216
|
-
lg?: "
|
|
14217
|
-
xl?: "
|
|
14218
|
-
xxl?: "
|
|
14212
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14213
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14214
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14215
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14216
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14217
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14218
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14219
14219
|
};
|
|
14220
14220
|
};
|
|
14221
14221
|
justify: {
|
|
14222
|
-
type: import("vue").PropType<"start" | "
|
|
14223
|
-
xs?: "start" | "
|
|
14224
|
-
sm?: "start" | "
|
|
14225
|
-
md?: "start" | "
|
|
14226
|
-
lg?: "start" | "
|
|
14227
|
-
xl?: "start" | "
|
|
14228
|
-
xxl?: "start" | "
|
|
14222
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14223
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14224
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14225
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14226
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14227
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14228
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14229
14229
|
}>;
|
|
14230
|
-
default: "start" | "
|
|
14231
|
-
xs?: "start" | "
|
|
14232
|
-
sm?: "start" | "
|
|
14233
|
-
md?: "start" | "
|
|
14234
|
-
lg?: "start" | "
|
|
14235
|
-
xl?: "start" | "
|
|
14236
|
-
xxl?: "start" | "
|
|
14230
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14231
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14232
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14233
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14234
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14235
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14236
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14237
14237
|
};
|
|
14238
14238
|
};
|
|
14239
14239
|
prefixCls: StringConstructor;
|
|
@@ -14455,8 +14455,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14455
14455
|
default: string | string[];
|
|
14456
14456
|
};
|
|
14457
14457
|
size: {
|
|
14458
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14459
|
-
default: import("ant-design-vue/es/
|
|
14458
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14459
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14460
14460
|
};
|
|
14461
14461
|
disabled: {
|
|
14462
14462
|
type: BooleanConstructor;
|
|
@@ -14678,8 +14678,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14678
14678
|
default: string | string[];
|
|
14679
14679
|
};
|
|
14680
14680
|
size: {
|
|
14681
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14682
|
-
default: import("ant-design-vue/es/
|
|
14681
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14682
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14683
14683
|
};
|
|
14684
14684
|
disabled: {
|
|
14685
14685
|
type: BooleanConstructor;
|
|
@@ -14901,8 +14901,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14901
14901
|
default: string | string[];
|
|
14902
14902
|
};
|
|
14903
14903
|
size: {
|
|
14904
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14905
|
-
default: import("ant-design-vue/es/
|
|
14904
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14905
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14906
14906
|
};
|
|
14907
14907
|
disabled: {
|
|
14908
14908
|
type: BooleanConstructor;
|
|
@@ -15124,8 +15124,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
15124
15124
|
default: string | string[];
|
|
15125
15125
|
};
|
|
15126
15126
|
size: {
|
|
15127
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15128
|
-
default: import("ant-design-vue/es/
|
|
15127
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15128
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15129
15129
|
};
|
|
15130
15130
|
disabled: {
|
|
15131
15131
|
type: BooleanConstructor;
|
|
@@ -15359,8 +15359,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
15359
15359
|
default: string | string[];
|
|
15360
15360
|
};
|
|
15361
15361
|
size: {
|
|
15362
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15363
|
-
default: import("ant-design-vue/es/
|
|
15362
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15363
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15364
15364
|
};
|
|
15365
15365
|
disabled: {
|
|
15366
15366
|
type: BooleanConstructor;
|
|
@@ -15588,8 +15588,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
15588
15588
|
default: string | string[];
|
|
15589
15589
|
};
|
|
15590
15590
|
size: {
|
|
15591
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15592
|
-
default: import("ant-design-vue/es/
|
|
15591
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15592
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15593
15593
|
};
|
|
15594
15594
|
disabled: {
|
|
15595
15595
|
type: BooleanConstructor;
|
|
@@ -15811,8 +15811,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
15811
15811
|
default: string | string[];
|
|
15812
15812
|
};
|
|
15813
15813
|
size: {
|
|
15814
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15815
|
-
default: import("ant-design-vue/es/
|
|
15814
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15815
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15816
15816
|
};
|
|
15817
15817
|
disabled: {
|
|
15818
15818
|
type: BooleanConstructor;
|
|
@@ -16034,8 +16034,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16034
16034
|
default: string | string[];
|
|
16035
16035
|
};
|
|
16036
16036
|
size: {
|
|
16037
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16038
|
-
default: import("ant-design-vue/es/
|
|
16037
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16038
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16039
16039
|
};
|
|
16040
16040
|
disabled: {
|
|
16041
16041
|
type: BooleanConstructor;
|
|
@@ -16257,8 +16257,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16257
16257
|
default: string | string[];
|
|
16258
16258
|
};
|
|
16259
16259
|
size: {
|
|
16260
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16261
|
-
default: import("ant-design-vue/es/
|
|
16260
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16261
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16262
16262
|
};
|
|
16263
16263
|
disabled: {
|
|
16264
16264
|
type: BooleanConstructor;
|
|
@@ -16490,8 +16490,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16490
16490
|
default: string | string[];
|
|
16491
16491
|
};
|
|
16492
16492
|
size: {
|
|
16493
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16494
|
-
default: import("ant-design-vue/es/
|
|
16493
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16494
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16495
16495
|
};
|
|
16496
16496
|
disabled: {
|
|
16497
16497
|
type: BooleanConstructor;
|
|
@@ -16744,8 +16744,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16744
16744
|
default: string | string[];
|
|
16745
16745
|
};
|
|
16746
16746
|
size: {
|
|
16747
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16748
|
-
default: import("ant-design-vue/es/
|
|
16747
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16748
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16749
16749
|
};
|
|
16750
16750
|
disabled: {
|
|
16751
16751
|
type: BooleanConstructor;
|
|
@@ -16967,8 +16967,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16967
16967
|
default: string | string[];
|
|
16968
16968
|
};
|
|
16969
16969
|
size: {
|
|
16970
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16971
|
-
default: import("ant-design-vue/es/
|
|
16970
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16971
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16972
16972
|
};
|
|
16973
16973
|
disabled: {
|
|
16974
16974
|
type: BooleanConstructor;
|
|
@@ -17190,8 +17190,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17190
17190
|
default: string | string[];
|
|
17191
17191
|
};
|
|
17192
17192
|
size: {
|
|
17193
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17194
|
-
default: import("ant-design-vue/es/
|
|
17193
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17194
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17195
17195
|
};
|
|
17196
17196
|
disabled: {
|
|
17197
17197
|
type: BooleanConstructor;
|
|
@@ -17413,8 +17413,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17413
17413
|
default: string | string[];
|
|
17414
17414
|
};
|
|
17415
17415
|
size: {
|
|
17416
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17417
|
-
default: import("ant-design-vue/es/
|
|
17416
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17417
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17418
17418
|
};
|
|
17419
17419
|
disabled: {
|
|
17420
17420
|
type: BooleanConstructor;
|
|
@@ -17648,8 +17648,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17648
17648
|
default: string | string[];
|
|
17649
17649
|
};
|
|
17650
17650
|
size: {
|
|
17651
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17652
|
-
default: import("ant-design-vue/es/
|
|
17651
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17652
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17653
17653
|
};
|
|
17654
17654
|
disabled: {
|
|
17655
17655
|
type: BooleanConstructor;
|