ll-plus 2.10.5 → 2.10.7
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/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/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/dropdown-button-simple/index.d.ts +13 -13
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/es/components/form/index.d.ts +301 -301
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +301 -301
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input-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/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/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/index.full.js +15 -20
- package/index.full.mjs +15 -20
- 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/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/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/dropdown-button-simple/index.d.ts +13 -13
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/lib/components/form/index.d.ts +301 -301
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +301 -301
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input-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/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/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/package.json +2 -2
- package/theme-chalk/css/advanced-filtering.css +2 -2
- package/theme-chalk/css/api-component.css +2 -2
- package/theme-chalk/css/cascader.css +2 -2
- package/theme-chalk/css/checkbox.css +2 -2
- package/theme-chalk/css/code-editor.css +2 -2
- package/theme-chalk/css/color-picker.css +2 -2
- package/theme-chalk/css/cropper.css +2 -2
- package/theme-chalk/css/descriptions.css +2 -2
- package/theme-chalk/css/drawer.css +2 -2
- package/theme-chalk/css/dropdown-button-simple.css +2 -2
- package/theme-chalk/css/dropdown.css +2 -2
- package/theme-chalk/css/easy-cron.css +2 -2
- package/theme-chalk/css/form.css +2 -2
- package/theme-chalk/css/index.css +2 -2
- package/theme-chalk/css/input-number.css +2 -2
- package/theme-chalk/css/input.css +2 -2
- package/theme-chalk/css/key-value.css +2 -2
- package/theme-chalk/css/markdown-editor.css +2 -2
- package/theme-chalk/css/message.css +2 -2
- package/theme-chalk/css/modal.css +2 -2
- package/theme-chalk/css/new-drawer.css +2 -2
- package/theme-chalk/css/new-modal.css +2 -2
- package/theme-chalk/css/number-range.css +2 -2
- package/theme-chalk/css/rich-text-editor.css +2 -2
- package/theme-chalk/css/segmented.css +2 -2
- package/theme-chalk/css/switch.css +2 -2
- package/theme-chalk/css/table.css +2 -2
- package/theme-chalk/css/tabs-simple.css +2 -2
- package/theme-chalk/css/tag-group.css +2 -2
- 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/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/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/types/packages/components/form/index.d.ts +301 -301
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +301 -301
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input-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/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/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
|
@@ -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;
|
|
@@ -1543,8 +1543,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1543
1543
|
default: string | string[];
|
|
1544
1544
|
};
|
|
1545
1545
|
size: {
|
|
1546
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1547
|
-
default: import("ant-design-vue/es/
|
|
1546
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1547
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1548
1548
|
};
|
|
1549
1549
|
disabled: {
|
|
1550
1550
|
type: BooleanConstructor;
|
|
@@ -1766,8 +1766,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1766
1766
|
default: string | string[];
|
|
1767
1767
|
};
|
|
1768
1768
|
size: {
|
|
1769
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1770
|
-
default: import("ant-design-vue/es/
|
|
1769
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1770
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1771
1771
|
};
|
|
1772
1772
|
disabled: {
|
|
1773
1773
|
type: BooleanConstructor;
|
|
@@ -1989,8 +1989,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1989
1989
|
default: string | string[];
|
|
1990
1990
|
};
|
|
1991
1991
|
size: {
|
|
1992
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1993
|
-
default: import("ant-design-vue/es/
|
|
1992
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1993
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1994
1994
|
};
|
|
1995
1995
|
disabled: {
|
|
1996
1996
|
type: BooleanConstructor;
|
|
@@ -2212,8 +2212,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2212
2212
|
default: string | string[];
|
|
2213
2213
|
};
|
|
2214
2214
|
size: {
|
|
2215
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2216
|
-
default: import("ant-design-vue/es/
|
|
2215
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2216
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2217
2217
|
};
|
|
2218
2218
|
disabled: {
|
|
2219
2219
|
type: BooleanConstructor;
|
|
@@ -2443,8 +2443,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2443
2443
|
default: string | string[];
|
|
2444
2444
|
};
|
|
2445
2445
|
size: {
|
|
2446
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2447
|
-
default: import("ant-design-vue/es/
|
|
2446
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2447
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2448
2448
|
};
|
|
2449
2449
|
disabled: {
|
|
2450
2450
|
type: BooleanConstructor;
|
|
@@ -2693,8 +2693,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2693
2693
|
default: string | string[];
|
|
2694
2694
|
};
|
|
2695
2695
|
size: {
|
|
2696
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2697
|
-
default: import("ant-design-vue/es/
|
|
2696
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2697
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2698
2698
|
};
|
|
2699
2699
|
disabled: {
|
|
2700
2700
|
type: BooleanConstructor;
|
|
@@ -2916,8 +2916,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2916
2916
|
default: string | string[];
|
|
2917
2917
|
};
|
|
2918
2918
|
size: {
|
|
2919
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2920
|
-
default: import("ant-design-vue/es/
|
|
2919
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2920
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2921
2921
|
};
|
|
2922
2922
|
disabled: {
|
|
2923
2923
|
type: BooleanConstructor;
|
|
@@ -3139,8 +3139,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3139
3139
|
default: string | string[];
|
|
3140
3140
|
};
|
|
3141
3141
|
size: {
|
|
3142
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3143
|
-
default: import("ant-design-vue/es/
|
|
3142
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3143
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3144
3144
|
};
|
|
3145
3145
|
disabled: {
|
|
3146
3146
|
type: BooleanConstructor;
|
|
@@ -3362,8 +3362,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3362
3362
|
default: string | string[];
|
|
3363
3363
|
};
|
|
3364
3364
|
size: {
|
|
3365
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3366
|
-
default: import("ant-design-vue/es/
|
|
3365
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3366
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3367
3367
|
};
|
|
3368
3368
|
disabled: {
|
|
3369
3369
|
type: BooleanConstructor;
|
|
@@ -3395,39 +3395,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3395
3395
|
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>;
|
|
3396
3396
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3397
3397
|
align: {
|
|
3398
|
-
type: import("vue").PropType<"
|
|
3399
|
-
xs?: "
|
|
3400
|
-
sm?: "
|
|
3401
|
-
md?: "
|
|
3402
|
-
lg?: "
|
|
3403
|
-
xl?: "
|
|
3404
|
-
xxl?: "
|
|
3398
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3399
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3400
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3401
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3402
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3403
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3404
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3405
3405
|
}>;
|
|
3406
|
-
default: "
|
|
3407
|
-
xs?: "
|
|
3408
|
-
sm?: "
|
|
3409
|
-
md?: "
|
|
3410
|
-
lg?: "
|
|
3411
|
-
xl?: "
|
|
3412
|
-
xxl?: "
|
|
3406
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3407
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3408
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3409
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3410
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3411
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3412
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3413
3413
|
};
|
|
3414
3414
|
};
|
|
3415
3415
|
justify: {
|
|
3416
|
-
type: import("vue").PropType<"start" | "
|
|
3417
|
-
xs?: "start" | "
|
|
3418
|
-
sm?: "start" | "
|
|
3419
|
-
md?: "start" | "
|
|
3420
|
-
lg?: "start" | "
|
|
3421
|
-
xl?: "start" | "
|
|
3422
|
-
xxl?: "start" | "
|
|
3416
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3417
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3418
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3419
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3420
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3421
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3422
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3423
3423
|
}>;
|
|
3424
|
-
default: "start" | "
|
|
3425
|
-
xs?: "start" | "
|
|
3426
|
-
sm?: "start" | "
|
|
3427
|
-
md?: "start" | "
|
|
3428
|
-
lg?: "start" | "
|
|
3429
|
-
xl?: "start" | "
|
|
3430
|
-
xxl?: "start" | "
|
|
3424
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3425
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3426
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3427
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3428
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3429
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3430
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3431
3431
|
};
|
|
3432
3432
|
};
|
|
3433
3433
|
prefixCls: StringConstructor;
|
|
@@ -3441,39 +3441,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3441
3441
|
};
|
|
3442
3442
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3443
3443
|
align: {
|
|
3444
|
-
type: import("vue").PropType<"
|
|
3445
|
-
xs?: "
|
|
3446
|
-
sm?: "
|
|
3447
|
-
md?: "
|
|
3448
|
-
lg?: "
|
|
3449
|
-
xl?: "
|
|
3450
|
-
xxl?: "
|
|
3444
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3445
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3446
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3447
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3448
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3449
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3450
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3451
3451
|
}>;
|
|
3452
|
-
default: "
|
|
3453
|
-
xs?: "
|
|
3454
|
-
sm?: "
|
|
3455
|
-
md?: "
|
|
3456
|
-
lg?: "
|
|
3457
|
-
xl?: "
|
|
3458
|
-
xxl?: "
|
|
3452
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3453
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3454
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3455
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3456
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3457
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3458
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3459
3459
|
};
|
|
3460
3460
|
};
|
|
3461
3461
|
justify: {
|
|
3462
|
-
type: import("vue").PropType<"start" | "
|
|
3463
|
-
xs?: "start" | "
|
|
3464
|
-
sm?: "start" | "
|
|
3465
|
-
md?: "start" | "
|
|
3466
|
-
lg?: "start" | "
|
|
3467
|
-
xl?: "start" | "
|
|
3468
|
-
xxl?: "start" | "
|
|
3462
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3463
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3464
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3465
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3466
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3467
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3468
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3469
3469
|
}>;
|
|
3470
|
-
default: "start" | "
|
|
3471
|
-
xs?: "start" | "
|
|
3472
|
-
sm?: "start" | "
|
|
3473
|
-
md?: "start" | "
|
|
3474
|
-
lg?: "start" | "
|
|
3475
|
-
xl?: "start" | "
|
|
3476
|
-
xxl?: "start" | "
|
|
3470
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3471
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3472
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3473
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3474
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3475
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3476
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3477
3477
|
};
|
|
3478
3478
|
};
|
|
3479
3479
|
prefixCls: StringConstructor;
|
|
@@ -3487,39 +3487,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3487
3487
|
};
|
|
3488
3488
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3489
3489
|
align: {
|
|
3490
|
-
type: import("vue").PropType<"
|
|
3491
|
-
xs?: "
|
|
3492
|
-
sm?: "
|
|
3493
|
-
md?: "
|
|
3494
|
-
lg?: "
|
|
3495
|
-
xl?: "
|
|
3496
|
-
xxl?: "
|
|
3490
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3491
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3492
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3493
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3494
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3495
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3496
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3497
3497
|
}>;
|
|
3498
|
-
default: "
|
|
3499
|
-
xs?: "
|
|
3500
|
-
sm?: "
|
|
3501
|
-
md?: "
|
|
3502
|
-
lg?: "
|
|
3503
|
-
xl?: "
|
|
3504
|
-
xxl?: "
|
|
3498
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3499
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3500
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3501
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3502
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3503
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3504
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3505
3505
|
};
|
|
3506
3506
|
};
|
|
3507
3507
|
justify: {
|
|
3508
|
-
type: import("vue").PropType<"start" | "
|
|
3509
|
-
xs?: "start" | "
|
|
3510
|
-
sm?: "start" | "
|
|
3511
|
-
md?: "start" | "
|
|
3512
|
-
lg?: "start" | "
|
|
3513
|
-
xl?: "start" | "
|
|
3514
|
-
xxl?: "start" | "
|
|
3508
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3509
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3510
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3511
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3512
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3513
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3514
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3515
3515
|
}>;
|
|
3516
|
-
default: "start" | "
|
|
3517
|
-
xs?: "start" | "
|
|
3518
|
-
sm?: "start" | "
|
|
3519
|
-
md?: "start" | "
|
|
3520
|
-
lg?: "start" | "
|
|
3521
|
-
xl?: "start" | "
|
|
3522
|
-
xxl?: "start" | "
|
|
3516
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3517
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3518
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3519
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3520
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3521
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3522
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3523
3523
|
};
|
|
3524
3524
|
};
|
|
3525
3525
|
prefixCls: StringConstructor;
|
|
@@ -3533,39 +3533,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3533
3533
|
};
|
|
3534
3534
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3535
3535
|
align: {
|
|
3536
|
-
type: import("vue").PropType<"
|
|
3537
|
-
xs?: "
|
|
3538
|
-
sm?: "
|
|
3539
|
-
md?: "
|
|
3540
|
-
lg?: "
|
|
3541
|
-
xl?: "
|
|
3542
|
-
xxl?: "
|
|
3536
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3537
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3538
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3539
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3540
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3541
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3542
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3543
3543
|
}>;
|
|
3544
|
-
default: "
|
|
3545
|
-
xs?: "
|
|
3546
|
-
sm?: "
|
|
3547
|
-
md?: "
|
|
3548
|
-
lg?: "
|
|
3549
|
-
xl?: "
|
|
3550
|
-
xxl?: "
|
|
3544
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3545
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3546
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3547
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3548
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3549
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3550
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3551
3551
|
};
|
|
3552
3552
|
};
|
|
3553
3553
|
justify: {
|
|
3554
|
-
type: import("vue").PropType<"start" | "
|
|
3555
|
-
xs?: "start" | "
|
|
3556
|
-
sm?: "start" | "
|
|
3557
|
-
md?: "start" | "
|
|
3558
|
-
lg?: "start" | "
|
|
3559
|
-
xl?: "start" | "
|
|
3560
|
-
xxl?: "start" | "
|
|
3554
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3555
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3556
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3557
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3558
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3559
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3560
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3561
3561
|
}>;
|
|
3562
|
-
default: "start" | "
|
|
3563
|
-
xs?: "start" | "
|
|
3564
|
-
sm?: "start" | "
|
|
3565
|
-
md?: "start" | "
|
|
3566
|
-
lg?: "start" | "
|
|
3567
|
-
xl?: "start" | "
|
|
3568
|
-
xxl?: "start" | "
|
|
3562
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3563
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3564
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3565
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3566
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3567
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3568
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3569
3569
|
};
|
|
3570
3570
|
};
|
|
3571
3571
|
prefixCls: StringConstructor;
|
|
@@ -3782,8 +3782,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3782
3782
|
default: string | string[];
|
|
3783
3783
|
};
|
|
3784
3784
|
size: {
|
|
3785
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3786
|
-
default: import("ant-design-vue/es/
|
|
3785
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3786
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3787
3787
|
};
|
|
3788
3788
|
disabled: {
|
|
3789
3789
|
type: BooleanConstructor;
|
|
@@ -3814,39 +3814,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3814
3814
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3815
3815
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3816
3816
|
align: {
|
|
3817
|
-
type: import("vue").PropType<"
|
|
3818
|
-
xs?: "
|
|
3819
|
-
sm?: "
|
|
3820
|
-
md?: "
|
|
3821
|
-
lg?: "
|
|
3822
|
-
xl?: "
|
|
3823
|
-
xxl?: "
|
|
3817
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3818
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3819
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3820
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3821
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3822
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3823
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3824
3824
|
}>;
|
|
3825
|
-
default: "
|
|
3826
|
-
xs?: "
|
|
3827
|
-
sm?: "
|
|
3828
|
-
md?: "
|
|
3829
|
-
lg?: "
|
|
3830
|
-
xl?: "
|
|
3831
|
-
xxl?: "
|
|
3825
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3826
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3827
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3828
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3829
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3830
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3831
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3832
3832
|
};
|
|
3833
3833
|
};
|
|
3834
3834
|
justify: {
|
|
3835
|
-
type: import("vue").PropType<"start" | "
|
|
3836
|
-
xs?: "start" | "
|
|
3837
|
-
sm?: "start" | "
|
|
3838
|
-
md?: "start" | "
|
|
3839
|
-
lg?: "start" | "
|
|
3840
|
-
xl?: "start" | "
|
|
3841
|
-
xxl?: "start" | "
|
|
3835
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3836
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3837
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3838
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3839
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3840
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3841
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3842
3842
|
}>;
|
|
3843
|
-
default: "start" | "
|
|
3844
|
-
xs?: "start" | "
|
|
3845
|
-
sm?: "start" | "
|
|
3846
|
-
md?: "start" | "
|
|
3847
|
-
lg?: "start" | "
|
|
3848
|
-
xl?: "start" | "
|
|
3849
|
-
xxl?: "start" | "
|
|
3843
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3844
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3845
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3846
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3847
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3848
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3849
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3850
3850
|
};
|
|
3851
3851
|
};
|
|
3852
3852
|
prefixCls: StringConstructor;
|
|
@@ -3974,7 +3974,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3974
3974
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
3975
3975
|
computedFormOptions: import("vue").ComputedRef<{
|
|
3976
3976
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
3977
|
-
size?: import("ant-design-vue/es/
|
|
3977
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
3978
3978
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
3979
3979
|
span: (StringConstructor | NumberConstructor)[];
|
|
3980
3980
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -4334,8 +4334,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4334
4334
|
default: string | string[];
|
|
4335
4335
|
};
|
|
4336
4336
|
size: {
|
|
4337
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4338
|
-
default: import("ant-design-vue/es/
|
|
4337
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4338
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4339
4339
|
};
|
|
4340
4340
|
disabled: {
|
|
4341
4341
|
type: BooleanConstructor;
|
|
@@ -4557,8 +4557,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4557
4557
|
default: string | string[];
|
|
4558
4558
|
};
|
|
4559
4559
|
size: {
|
|
4560
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4561
|
-
default: import("ant-design-vue/es/
|
|
4560
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4561
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4562
4562
|
};
|
|
4563
4563
|
disabled: {
|
|
4564
4564
|
type: BooleanConstructor;
|
|
@@ -4780,8 +4780,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4780
4780
|
default: string | string[];
|
|
4781
4781
|
};
|
|
4782
4782
|
size: {
|
|
4783
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4784
|
-
default: import("ant-design-vue/es/
|
|
4783
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4784
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4785
4785
|
};
|
|
4786
4786
|
disabled: {
|
|
4787
4787
|
type: BooleanConstructor;
|
|
@@ -5003,8 +5003,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5003
5003
|
default: string | string[];
|
|
5004
5004
|
};
|
|
5005
5005
|
size: {
|
|
5006
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5007
|
-
default: import("ant-design-vue/es/
|
|
5006
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5007
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5008
5008
|
};
|
|
5009
5009
|
disabled: {
|
|
5010
5010
|
type: BooleanConstructor;
|
|
@@ -5036,39 +5036,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5036
5036
|
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>;
|
|
5037
5037
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5038
5038
|
align: {
|
|
5039
|
-
type: import("vue").PropType<"
|
|
5040
|
-
xs?: "
|
|
5041
|
-
sm?: "
|
|
5042
|
-
md?: "
|
|
5043
|
-
lg?: "
|
|
5044
|
-
xl?: "
|
|
5045
|
-
xxl?: "
|
|
5039
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5040
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5041
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5042
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5043
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5044
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5045
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5046
5046
|
}>;
|
|
5047
|
-
default: "
|
|
5048
|
-
xs?: "
|
|
5049
|
-
sm?: "
|
|
5050
|
-
md?: "
|
|
5051
|
-
lg?: "
|
|
5052
|
-
xl?: "
|
|
5053
|
-
xxl?: "
|
|
5047
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5048
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5049
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5050
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5051
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5052
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5053
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5054
5054
|
};
|
|
5055
5055
|
};
|
|
5056
5056
|
justify: {
|
|
5057
|
-
type: import("vue").PropType<"start" | "
|
|
5058
|
-
xs?: "start" | "
|
|
5059
|
-
sm?: "start" | "
|
|
5060
|
-
md?: "start" | "
|
|
5061
|
-
lg?: "start" | "
|
|
5062
|
-
xl?: "start" | "
|
|
5063
|
-
xxl?: "start" | "
|
|
5057
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5058
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5059
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5060
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5061
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5062
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5063
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5064
5064
|
}>;
|
|
5065
|
-
default: "start" | "
|
|
5066
|
-
xs?: "start" | "
|
|
5067
|
-
sm?: "start" | "
|
|
5068
|
-
md?: "start" | "
|
|
5069
|
-
lg?: "start" | "
|
|
5070
|
-
xl?: "start" | "
|
|
5071
|
-
xxl?: "start" | "
|
|
5065
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5066
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5067
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5068
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5069
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5070
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5071
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5072
5072
|
};
|
|
5073
5073
|
};
|
|
5074
5074
|
prefixCls: StringConstructor;
|
|
@@ -5082,39 +5082,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5082
5082
|
};
|
|
5083
5083
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5084
5084
|
align: {
|
|
5085
|
-
type: import("vue").PropType<"
|
|
5086
|
-
xs?: "
|
|
5087
|
-
sm?: "
|
|
5088
|
-
md?: "
|
|
5089
|
-
lg?: "
|
|
5090
|
-
xl?: "
|
|
5091
|
-
xxl?: "
|
|
5085
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5086
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5087
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5088
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5089
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5090
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5091
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5092
5092
|
}>;
|
|
5093
|
-
default: "
|
|
5094
|
-
xs?: "
|
|
5095
|
-
sm?: "
|
|
5096
|
-
md?: "
|
|
5097
|
-
lg?: "
|
|
5098
|
-
xl?: "
|
|
5099
|
-
xxl?: "
|
|
5093
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5094
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5095
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5096
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5097
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5098
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5099
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5100
5100
|
};
|
|
5101
5101
|
};
|
|
5102
5102
|
justify: {
|
|
5103
|
-
type: import("vue").PropType<"start" | "
|
|
5104
|
-
xs?: "start" | "
|
|
5105
|
-
sm?: "start" | "
|
|
5106
|
-
md?: "start" | "
|
|
5107
|
-
lg?: "start" | "
|
|
5108
|
-
xl?: "start" | "
|
|
5109
|
-
xxl?: "start" | "
|
|
5103
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5104
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5105
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5106
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5107
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5108
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5109
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5110
5110
|
}>;
|
|
5111
|
-
default: "start" | "
|
|
5112
|
-
xs?: "start" | "
|
|
5113
|
-
sm?: "start" | "
|
|
5114
|
-
md?: "start" | "
|
|
5115
|
-
lg?: "start" | "
|
|
5116
|
-
xl?: "start" | "
|
|
5117
|
-
xxl?: "start" | "
|
|
5111
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5112
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5113
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5114
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5115
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5116
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5117
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5118
5118
|
};
|
|
5119
5119
|
};
|
|
5120
5120
|
prefixCls: StringConstructor;
|
|
@@ -5128,39 +5128,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5128
5128
|
};
|
|
5129
5129
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5130
5130
|
align: {
|
|
5131
|
-
type: import("vue").PropType<"
|
|
5132
|
-
xs?: "
|
|
5133
|
-
sm?: "
|
|
5134
|
-
md?: "
|
|
5135
|
-
lg?: "
|
|
5136
|
-
xl?: "
|
|
5137
|
-
xxl?: "
|
|
5131
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5132
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5133
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5134
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5135
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5136
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5137
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5138
5138
|
}>;
|
|
5139
|
-
default: "
|
|
5140
|
-
xs?: "
|
|
5141
|
-
sm?: "
|
|
5142
|
-
md?: "
|
|
5143
|
-
lg?: "
|
|
5144
|
-
xl?: "
|
|
5145
|
-
xxl?: "
|
|
5139
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5140
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5141
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5142
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5143
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5144
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5145
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5146
5146
|
};
|
|
5147
5147
|
};
|
|
5148
5148
|
justify: {
|
|
5149
|
-
type: import("vue").PropType<"start" | "
|
|
5150
|
-
xs?: "start" | "
|
|
5151
|
-
sm?: "start" | "
|
|
5152
|
-
md?: "start" | "
|
|
5153
|
-
lg?: "start" | "
|
|
5154
|
-
xl?: "start" | "
|
|
5155
|
-
xxl?: "start" | "
|
|
5149
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5150
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5151
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5152
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5153
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5154
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5155
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5156
5156
|
}>;
|
|
5157
|
-
default: "start" | "
|
|
5158
|
-
xs?: "start" | "
|
|
5159
|
-
sm?: "start" | "
|
|
5160
|
-
md?: "start" | "
|
|
5161
|
-
lg?: "start" | "
|
|
5162
|
-
xl?: "start" | "
|
|
5163
|
-
xxl?: "start" | "
|
|
5157
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5158
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5159
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5160
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5161
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5162
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5163
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5164
5164
|
};
|
|
5165
5165
|
};
|
|
5166
5166
|
prefixCls: StringConstructor;
|
|
@@ -5174,39 +5174,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5174
5174
|
};
|
|
5175
5175
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5176
5176
|
align: {
|
|
5177
|
-
type: import("vue").PropType<"
|
|
5178
|
-
xs?: "
|
|
5179
|
-
sm?: "
|
|
5180
|
-
md?: "
|
|
5181
|
-
lg?: "
|
|
5182
|
-
xl?: "
|
|
5183
|
-
xxl?: "
|
|
5177
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5178
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5179
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5180
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5181
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5182
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5183
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5184
5184
|
}>;
|
|
5185
|
-
default: "
|
|
5186
|
-
xs?: "
|
|
5187
|
-
sm?: "
|
|
5188
|
-
md?: "
|
|
5189
|
-
lg?: "
|
|
5190
|
-
xl?: "
|
|
5191
|
-
xxl?: "
|
|
5185
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5186
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5187
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5188
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5189
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5190
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5191
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5192
5192
|
};
|
|
5193
5193
|
};
|
|
5194
5194
|
justify: {
|
|
5195
|
-
type: import("vue").PropType<"start" | "
|
|
5196
|
-
xs?: "start" | "
|
|
5197
|
-
sm?: "start" | "
|
|
5198
|
-
md?: "start" | "
|
|
5199
|
-
lg?: "start" | "
|
|
5200
|
-
xl?: "start" | "
|
|
5201
|
-
xxl?: "start" | "
|
|
5195
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5196
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5197
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5198
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5199
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5200
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5201
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5202
5202
|
}>;
|
|
5203
|
-
default: "start" | "
|
|
5204
|
-
xs?: "start" | "
|
|
5205
|
-
sm?: "start" | "
|
|
5206
|
-
md?: "start" | "
|
|
5207
|
-
lg?: "start" | "
|
|
5208
|
-
xl?: "start" | "
|
|
5209
|
-
xxl?: "start" | "
|
|
5203
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5204
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5205
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5206
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5207
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5208
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5209
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5210
5210
|
};
|
|
5211
5211
|
};
|
|
5212
5212
|
prefixCls: StringConstructor;
|
|
@@ -5425,8 +5425,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5425
5425
|
default: string | string[];
|
|
5426
5426
|
};
|
|
5427
5427
|
size: {
|
|
5428
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5429
|
-
default: import("ant-design-vue/es/
|
|
5428
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5429
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5430
5430
|
};
|
|
5431
5431
|
disabled: {
|
|
5432
5432
|
type: BooleanConstructor;
|
|
@@ -5457,39 +5457,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5457
5457
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5458
5458
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5459
5459
|
align: {
|
|
5460
|
-
type: import("vue").PropType<"
|
|
5461
|
-
xs?: "
|
|
5462
|
-
sm?: "
|
|
5463
|
-
md?: "
|
|
5464
|
-
lg?: "
|
|
5465
|
-
xl?: "
|
|
5466
|
-
xxl?: "
|
|
5460
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5461
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5462
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5463
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5464
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5465
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5466
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5467
5467
|
}>;
|
|
5468
|
-
default: "
|
|
5469
|
-
xs?: "
|
|
5470
|
-
sm?: "
|
|
5471
|
-
md?: "
|
|
5472
|
-
lg?: "
|
|
5473
|
-
xl?: "
|
|
5474
|
-
xxl?: "
|
|
5468
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5469
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5470
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5471
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5472
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5473
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5474
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5475
5475
|
};
|
|
5476
5476
|
};
|
|
5477
5477
|
justify: {
|
|
5478
|
-
type: import("vue").PropType<"start" | "
|
|
5479
|
-
xs?: "start" | "
|
|
5480
|
-
sm?: "start" | "
|
|
5481
|
-
md?: "start" | "
|
|
5482
|
-
lg?: "start" | "
|
|
5483
|
-
xl?: "start" | "
|
|
5484
|
-
xxl?: "start" | "
|
|
5478
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5479
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5480
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5481
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5482
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5483
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5484
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5485
5485
|
}>;
|
|
5486
|
-
default: "start" | "
|
|
5487
|
-
xs?: "start" | "
|
|
5488
|
-
sm?: "start" | "
|
|
5489
|
-
md?: "start" | "
|
|
5490
|
-
lg?: "start" | "
|
|
5491
|
-
xl?: "start" | "
|
|
5492
|
-
xxl?: "start" | "
|
|
5486
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5487
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5488
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5489
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5490
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5491
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5492
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5493
5493
|
};
|
|
5494
5494
|
};
|
|
5495
5495
|
prefixCls: StringConstructor;
|
|
@@ -5711,8 +5711,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5711
5711
|
default: string | string[];
|
|
5712
5712
|
};
|
|
5713
5713
|
size: {
|
|
5714
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5715
|
-
default: import("ant-design-vue/es/
|
|
5714
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5715
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5716
5716
|
};
|
|
5717
5717
|
disabled: {
|
|
5718
5718
|
type: BooleanConstructor;
|
|
@@ -5934,8 +5934,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5934
5934
|
default: string | string[];
|
|
5935
5935
|
};
|
|
5936
5936
|
size: {
|
|
5937
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5938
|
-
default: import("ant-design-vue/es/
|
|
5937
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5938
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5939
5939
|
};
|
|
5940
5940
|
disabled: {
|
|
5941
5941
|
type: BooleanConstructor;
|
|
@@ -6157,8 +6157,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6157
6157
|
default: string | string[];
|
|
6158
6158
|
};
|
|
6159
6159
|
size: {
|
|
6160
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6161
|
-
default: import("ant-design-vue/es/
|
|
6160
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6161
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6162
6162
|
};
|
|
6163
6163
|
disabled: {
|
|
6164
6164
|
type: BooleanConstructor;
|
|
@@ -6380,8 +6380,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6380
6380
|
default: string | string[];
|
|
6381
6381
|
};
|
|
6382
6382
|
size: {
|
|
6383
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6384
|
-
default: import("ant-design-vue/es/
|
|
6383
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6384
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6385
6385
|
};
|
|
6386
6386
|
disabled: {
|
|
6387
6387
|
type: BooleanConstructor;
|
|
@@ -6615,8 +6615,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6615
6615
|
default: string | string[];
|
|
6616
6616
|
};
|
|
6617
6617
|
size: {
|
|
6618
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6619
|
-
default: import("ant-design-vue/es/
|
|
6618
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6619
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6620
6620
|
};
|
|
6621
6621
|
disabled: {
|
|
6622
6622
|
type: BooleanConstructor;
|
|
@@ -6844,8 +6844,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6844
6844
|
default: string | string[];
|
|
6845
6845
|
};
|
|
6846
6846
|
size: {
|
|
6847
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6848
|
-
default: import("ant-design-vue/es/
|
|
6847
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6848
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6849
6849
|
};
|
|
6850
6850
|
disabled: {
|
|
6851
6851
|
type: BooleanConstructor;
|
|
@@ -7067,8 +7067,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7067
7067
|
default: string | string[];
|
|
7068
7068
|
};
|
|
7069
7069
|
size: {
|
|
7070
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7071
|
-
default: import("ant-design-vue/es/
|
|
7070
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7071
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7072
7072
|
};
|
|
7073
7073
|
disabled: {
|
|
7074
7074
|
type: BooleanConstructor;
|
|
@@ -7290,8 +7290,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7290
7290
|
default: string | string[];
|
|
7291
7291
|
};
|
|
7292
7292
|
size: {
|
|
7293
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7294
|
-
default: import("ant-design-vue/es/
|
|
7293
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7294
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7295
7295
|
};
|
|
7296
7296
|
disabled: {
|
|
7297
7297
|
type: BooleanConstructor;
|
|
@@ -7513,8 +7513,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7513
7513
|
default: string | string[];
|
|
7514
7514
|
};
|
|
7515
7515
|
size: {
|
|
7516
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7517
|
-
default: import("ant-design-vue/es/
|
|
7516
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7517
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7518
7518
|
};
|
|
7519
7519
|
disabled: {
|
|
7520
7520
|
type: BooleanConstructor;
|
|
@@ -7746,8 +7746,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7746
7746
|
default: string | string[];
|
|
7747
7747
|
};
|
|
7748
7748
|
size: {
|
|
7749
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7750
|
-
default: import("ant-design-vue/es/
|
|
7749
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7750
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7751
7751
|
};
|
|
7752
7752
|
disabled: {
|
|
7753
7753
|
type: BooleanConstructor;
|
|
@@ -8000,8 +8000,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8000
8000
|
default: string | string[];
|
|
8001
8001
|
};
|
|
8002
8002
|
size: {
|
|
8003
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8004
|
-
default: import("ant-design-vue/es/
|
|
8003
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8004
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8005
8005
|
};
|
|
8006
8006
|
disabled: {
|
|
8007
8007
|
type: BooleanConstructor;
|
|
@@ -8223,8 +8223,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8223
8223
|
default: string | string[];
|
|
8224
8224
|
};
|
|
8225
8225
|
size: {
|
|
8226
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8227
|
-
default: import("ant-design-vue/es/
|
|
8226
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8227
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8228
8228
|
};
|
|
8229
8229
|
disabled: {
|
|
8230
8230
|
type: BooleanConstructor;
|
|
@@ -8446,8 +8446,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8446
8446
|
default: string | string[];
|
|
8447
8447
|
};
|
|
8448
8448
|
size: {
|
|
8449
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8450
|
-
default: import("ant-design-vue/es/
|
|
8449
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8450
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8451
8451
|
};
|
|
8452
8452
|
disabled: {
|
|
8453
8453
|
type: BooleanConstructor;
|
|
@@ -8669,8 +8669,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8669
8669
|
default: string | string[];
|
|
8670
8670
|
};
|
|
8671
8671
|
size: {
|
|
8672
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8673
|
-
default: import("ant-design-vue/es/
|
|
8672
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8673
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8674
8674
|
};
|
|
8675
8675
|
disabled: {
|
|
8676
8676
|
type: BooleanConstructor;
|
|
@@ -8904,8 +8904,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8904
8904
|
default: string | string[];
|
|
8905
8905
|
};
|
|
8906
8906
|
size: {
|
|
8907
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8908
|
-
default: import("ant-design-vue/es/
|
|
8907
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8908
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8909
8909
|
};
|
|
8910
8910
|
disabled: {
|
|
8911
8911
|
type: BooleanConstructor;
|
|
@@ -9136,8 +9136,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9136
9136
|
default: string | string[];
|
|
9137
9137
|
};
|
|
9138
9138
|
size: {
|
|
9139
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9140
|
-
default: import("ant-design-vue/es/
|
|
9139
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9140
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9141
9141
|
};
|
|
9142
9142
|
disabled: {
|
|
9143
9143
|
type: BooleanConstructor;
|
|
@@ -9359,8 +9359,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9359
9359
|
default: string | string[];
|
|
9360
9360
|
};
|
|
9361
9361
|
size: {
|
|
9362
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9363
|
-
default: import("ant-design-vue/es/
|
|
9362
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9363
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9364
9364
|
};
|
|
9365
9365
|
disabled: {
|
|
9366
9366
|
type: BooleanConstructor;
|
|
@@ -9582,8 +9582,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9582
9582
|
default: string | string[];
|
|
9583
9583
|
};
|
|
9584
9584
|
size: {
|
|
9585
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9586
|
-
default: import("ant-design-vue/es/
|
|
9585
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9586
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9587
9587
|
};
|
|
9588
9588
|
disabled: {
|
|
9589
9589
|
type: BooleanConstructor;
|
|
@@ -9805,8 +9805,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9805
9805
|
default: string | string[];
|
|
9806
9806
|
};
|
|
9807
9807
|
size: {
|
|
9808
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9809
|
-
default: import("ant-design-vue/es/
|
|
9808
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9809
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9810
9810
|
};
|
|
9811
9811
|
disabled: {
|
|
9812
9812
|
type: BooleanConstructor;
|
|
@@ -10040,8 +10040,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
10040
10040
|
default: string | string[];
|
|
10041
10041
|
};
|
|
10042
10042
|
size: {
|
|
10043
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10044
|
-
default: import("ant-design-vue/es/
|
|
10043
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10044
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10045
10045
|
};
|
|
10046
10046
|
disabled: {
|
|
10047
10047
|
type: BooleanConstructor;
|
|
@@ -10269,8 +10269,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10269
10269
|
default: string | string[];
|
|
10270
10270
|
};
|
|
10271
10271
|
size: {
|
|
10272
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10273
|
-
default: import("ant-design-vue/es/
|
|
10272
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10273
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10274
10274
|
};
|
|
10275
10275
|
disabled: {
|
|
10276
10276
|
type: BooleanConstructor;
|
|
@@ -10492,8 +10492,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10492
10492
|
default: string | string[];
|
|
10493
10493
|
};
|
|
10494
10494
|
size: {
|
|
10495
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10496
|
-
default: import("ant-design-vue/es/
|
|
10495
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10496
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10497
10497
|
};
|
|
10498
10498
|
disabled: {
|
|
10499
10499
|
type: BooleanConstructor;
|
|
@@ -10715,8 +10715,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10715
10715
|
default: string | string[];
|
|
10716
10716
|
};
|
|
10717
10717
|
size: {
|
|
10718
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10719
|
-
default: import("ant-design-vue/es/
|
|
10718
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10719
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10720
10720
|
};
|
|
10721
10721
|
disabled: {
|
|
10722
10722
|
type: BooleanConstructor;
|
|
@@ -10938,8 +10938,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10938
10938
|
default: string | string[];
|
|
10939
10939
|
};
|
|
10940
10940
|
size: {
|
|
10941
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10942
|
-
default: import("ant-design-vue/es/
|
|
10941
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10942
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10943
10943
|
};
|
|
10944
10944
|
disabled: {
|
|
10945
10945
|
type: BooleanConstructor;
|
|
@@ -11169,8 +11169,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11169
11169
|
default: string | string[];
|
|
11170
11170
|
};
|
|
11171
11171
|
size: {
|
|
11172
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11173
|
-
default: import("ant-design-vue/es/
|
|
11172
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11173
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11174
11174
|
};
|
|
11175
11175
|
disabled: {
|
|
11176
11176
|
type: BooleanConstructor;
|
|
@@ -11419,8 +11419,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11419
11419
|
default: string | string[];
|
|
11420
11420
|
};
|
|
11421
11421
|
size: {
|
|
11422
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11423
|
-
default: import("ant-design-vue/es/
|
|
11422
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11423
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11424
11424
|
};
|
|
11425
11425
|
disabled: {
|
|
11426
11426
|
type: BooleanConstructor;
|
|
@@ -11642,8 +11642,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11642
11642
|
default: string | string[];
|
|
11643
11643
|
};
|
|
11644
11644
|
size: {
|
|
11645
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11646
|
-
default: import("ant-design-vue/es/
|
|
11645
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11646
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11647
11647
|
};
|
|
11648
11648
|
disabled: {
|
|
11649
11649
|
type: BooleanConstructor;
|
|
@@ -11865,8 +11865,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11865
11865
|
default: string | string[];
|
|
11866
11866
|
};
|
|
11867
11867
|
size: {
|
|
11868
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11869
|
-
default: import("ant-design-vue/es/
|
|
11868
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11869
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11870
11870
|
};
|
|
11871
11871
|
disabled: {
|
|
11872
11872
|
type: BooleanConstructor;
|
|
@@ -12088,8 +12088,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12088
12088
|
default: string | string[];
|
|
12089
12089
|
};
|
|
12090
12090
|
size: {
|
|
12091
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12092
|
-
default: import("ant-design-vue/es/
|
|
12091
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12092
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12093
12093
|
};
|
|
12094
12094
|
disabled: {
|
|
12095
12095
|
type: BooleanConstructor;
|
|
@@ -12121,39 +12121,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12121
12121
|
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>;
|
|
12122
12122
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12123
12123
|
align: {
|
|
12124
|
-
type: import("vue").PropType<"
|
|
12125
|
-
xs?: "
|
|
12126
|
-
sm?: "
|
|
12127
|
-
md?: "
|
|
12128
|
-
lg?: "
|
|
12129
|
-
xl?: "
|
|
12130
|
-
xxl?: "
|
|
12124
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12125
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12126
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12127
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12128
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12129
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12130
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12131
12131
|
}>;
|
|
12132
|
-
default: "
|
|
12133
|
-
xs?: "
|
|
12134
|
-
sm?: "
|
|
12135
|
-
md?: "
|
|
12136
|
-
lg?: "
|
|
12137
|
-
xl?: "
|
|
12138
|
-
xxl?: "
|
|
12132
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12133
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12134
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12135
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12136
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12137
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12138
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12139
12139
|
};
|
|
12140
12140
|
};
|
|
12141
12141
|
justify: {
|
|
12142
|
-
type: import("vue").PropType<"start" | "
|
|
12143
|
-
xs?: "start" | "
|
|
12144
|
-
sm?: "start" | "
|
|
12145
|
-
md?: "start" | "
|
|
12146
|
-
lg?: "start" | "
|
|
12147
|
-
xl?: "start" | "
|
|
12148
|
-
xxl?: "start" | "
|
|
12142
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12143
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12144
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12145
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12146
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12147
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12148
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12149
12149
|
}>;
|
|
12150
|
-
default: "start" | "
|
|
12151
|
-
xs?: "start" | "
|
|
12152
|
-
sm?: "start" | "
|
|
12153
|
-
md?: "start" | "
|
|
12154
|
-
lg?: "start" | "
|
|
12155
|
-
xl?: "start" | "
|
|
12156
|
-
xxl?: "start" | "
|
|
12150
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12151
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12152
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12153
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12154
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12155
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12156
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12157
12157
|
};
|
|
12158
12158
|
};
|
|
12159
12159
|
prefixCls: StringConstructor;
|
|
@@ -12167,39 +12167,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12167
12167
|
};
|
|
12168
12168
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12169
12169
|
align: {
|
|
12170
|
-
type: import("vue").PropType<"
|
|
12171
|
-
xs?: "
|
|
12172
|
-
sm?: "
|
|
12173
|
-
md?: "
|
|
12174
|
-
lg?: "
|
|
12175
|
-
xl?: "
|
|
12176
|
-
xxl?: "
|
|
12170
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12171
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12172
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12173
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12174
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12175
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12176
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12177
12177
|
}>;
|
|
12178
|
-
default: "
|
|
12179
|
-
xs?: "
|
|
12180
|
-
sm?: "
|
|
12181
|
-
md?: "
|
|
12182
|
-
lg?: "
|
|
12183
|
-
xl?: "
|
|
12184
|
-
xxl?: "
|
|
12178
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12179
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12180
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12181
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12182
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12183
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12184
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12185
12185
|
};
|
|
12186
12186
|
};
|
|
12187
12187
|
justify: {
|
|
12188
|
-
type: import("vue").PropType<"start" | "
|
|
12189
|
-
xs?: "start" | "
|
|
12190
|
-
sm?: "start" | "
|
|
12191
|
-
md?: "start" | "
|
|
12192
|
-
lg?: "start" | "
|
|
12193
|
-
xl?: "start" | "
|
|
12194
|
-
xxl?: "start" | "
|
|
12188
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12189
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12190
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12191
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12192
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12193
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12194
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12195
12195
|
}>;
|
|
12196
|
-
default: "start" | "
|
|
12197
|
-
xs?: "start" | "
|
|
12198
|
-
sm?: "start" | "
|
|
12199
|
-
md?: "start" | "
|
|
12200
|
-
lg?: "start" | "
|
|
12201
|
-
xl?: "start" | "
|
|
12202
|
-
xxl?: "start" | "
|
|
12196
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12197
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12198
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12199
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12200
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12201
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12202
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12203
12203
|
};
|
|
12204
12204
|
};
|
|
12205
12205
|
prefixCls: StringConstructor;
|
|
@@ -12213,39 +12213,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12213
12213
|
};
|
|
12214
12214
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12215
12215
|
align: {
|
|
12216
|
-
type: import("vue").PropType<"
|
|
12217
|
-
xs?: "
|
|
12218
|
-
sm?: "
|
|
12219
|
-
md?: "
|
|
12220
|
-
lg?: "
|
|
12221
|
-
xl?: "
|
|
12222
|
-
xxl?: "
|
|
12216
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12217
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12218
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12219
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12220
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12221
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12222
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12223
12223
|
}>;
|
|
12224
|
-
default: "
|
|
12225
|
-
xs?: "
|
|
12226
|
-
sm?: "
|
|
12227
|
-
md?: "
|
|
12228
|
-
lg?: "
|
|
12229
|
-
xl?: "
|
|
12230
|
-
xxl?: "
|
|
12224
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12225
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12226
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12227
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12228
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12229
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12230
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12231
12231
|
};
|
|
12232
12232
|
};
|
|
12233
12233
|
justify: {
|
|
12234
|
-
type: import("vue").PropType<"start" | "
|
|
12235
|
-
xs?: "start" | "
|
|
12236
|
-
sm?: "start" | "
|
|
12237
|
-
md?: "start" | "
|
|
12238
|
-
lg?: "start" | "
|
|
12239
|
-
xl?: "start" | "
|
|
12240
|
-
xxl?: "start" | "
|
|
12234
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12235
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12236
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12237
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12238
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12239
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12240
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12241
12241
|
}>;
|
|
12242
|
-
default: "start" | "
|
|
12243
|
-
xs?: "start" | "
|
|
12244
|
-
sm?: "start" | "
|
|
12245
|
-
md?: "start" | "
|
|
12246
|
-
lg?: "start" | "
|
|
12247
|
-
xl?: "start" | "
|
|
12248
|
-
xxl?: "start" | "
|
|
12242
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12243
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12244
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12245
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12246
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12247
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12248
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12249
12249
|
};
|
|
12250
12250
|
};
|
|
12251
12251
|
prefixCls: StringConstructor;
|
|
@@ -12259,39 +12259,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12259
12259
|
};
|
|
12260
12260
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12261
12261
|
align: {
|
|
12262
|
-
type: import("vue").PropType<"
|
|
12263
|
-
xs?: "
|
|
12264
|
-
sm?: "
|
|
12265
|
-
md?: "
|
|
12266
|
-
lg?: "
|
|
12267
|
-
xl?: "
|
|
12268
|
-
xxl?: "
|
|
12262
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12263
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12264
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12265
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12266
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12267
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12268
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12269
12269
|
}>;
|
|
12270
|
-
default: "
|
|
12271
|
-
xs?: "
|
|
12272
|
-
sm?: "
|
|
12273
|
-
md?: "
|
|
12274
|
-
lg?: "
|
|
12275
|
-
xl?: "
|
|
12276
|
-
xxl?: "
|
|
12270
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12271
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12272
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12273
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12274
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12275
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12276
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12277
12277
|
};
|
|
12278
12278
|
};
|
|
12279
12279
|
justify: {
|
|
12280
|
-
type: import("vue").PropType<"start" | "
|
|
12281
|
-
xs?: "start" | "
|
|
12282
|
-
sm?: "start" | "
|
|
12283
|
-
md?: "start" | "
|
|
12284
|
-
lg?: "start" | "
|
|
12285
|
-
xl?: "start" | "
|
|
12286
|
-
xxl?: "start" | "
|
|
12280
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12281
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12282
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12283
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12284
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12285
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12286
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12287
12287
|
}>;
|
|
12288
|
-
default: "start" | "
|
|
12289
|
-
xs?: "start" | "
|
|
12290
|
-
sm?: "start" | "
|
|
12291
|
-
md?: "start" | "
|
|
12292
|
-
lg?: "start" | "
|
|
12293
|
-
xl?: "start" | "
|
|
12294
|
-
xxl?: "start" | "
|
|
12288
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12289
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12290
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12291
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12292
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12293
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12294
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12295
12295
|
};
|
|
12296
12296
|
};
|
|
12297
12297
|
prefixCls: StringConstructor;
|
|
@@ -12508,8 +12508,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12508
12508
|
default: string | string[];
|
|
12509
12509
|
};
|
|
12510
12510
|
size: {
|
|
12511
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12512
|
-
default: import("ant-design-vue/es/
|
|
12511
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12512
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12513
12513
|
};
|
|
12514
12514
|
disabled: {
|
|
12515
12515
|
type: BooleanConstructor;
|
|
@@ -12540,39 +12540,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12540
12540
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12541
12541
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12542
12542
|
align: {
|
|
12543
|
-
type: import("vue").PropType<"
|
|
12544
|
-
xs?: "
|
|
12545
|
-
sm?: "
|
|
12546
|
-
md?: "
|
|
12547
|
-
lg?: "
|
|
12548
|
-
xl?: "
|
|
12549
|
-
xxl?: "
|
|
12543
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12544
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12545
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12546
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12547
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12548
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12549
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12550
12550
|
}>;
|
|
12551
|
-
default: "
|
|
12552
|
-
xs?: "
|
|
12553
|
-
sm?: "
|
|
12554
|
-
md?: "
|
|
12555
|
-
lg?: "
|
|
12556
|
-
xl?: "
|
|
12557
|
-
xxl?: "
|
|
12551
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12552
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12553
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12554
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12555
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12556
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12557
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12558
12558
|
};
|
|
12559
12559
|
};
|
|
12560
12560
|
justify: {
|
|
12561
|
-
type: import("vue").PropType<"start" | "
|
|
12562
|
-
xs?: "start" | "
|
|
12563
|
-
sm?: "start" | "
|
|
12564
|
-
md?: "start" | "
|
|
12565
|
-
lg?: "start" | "
|
|
12566
|
-
xl?: "start" | "
|
|
12567
|
-
xxl?: "start" | "
|
|
12561
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12562
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12563
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12564
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12565
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12566
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12567
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12568
12568
|
}>;
|
|
12569
|
-
default: "start" | "
|
|
12570
|
-
xs?: "start" | "
|
|
12571
|
-
sm?: "start" | "
|
|
12572
|
-
md?: "start" | "
|
|
12573
|
-
lg?: "start" | "
|
|
12574
|
-
xl?: "start" | "
|
|
12575
|
-
xxl?: "start" | "
|
|
12569
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12570
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12571
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12572
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12573
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12574
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12575
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12576
12576
|
};
|
|
12577
12577
|
};
|
|
12578
12578
|
prefixCls: StringConstructor;
|
|
@@ -12700,7 +12700,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12700
12700
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
12701
12701
|
computedFormOptions: import("vue").ComputedRef<{
|
|
12702
12702
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
12703
|
-
size?: import("ant-design-vue/es/
|
|
12703
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
12704
12704
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12705
12705
|
span: (StringConstructor | NumberConstructor)[];
|
|
12706
12706
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -13060,8 +13060,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13060
13060
|
default: string | string[];
|
|
13061
13061
|
};
|
|
13062
13062
|
size: {
|
|
13063
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13064
|
-
default: import("ant-design-vue/es/
|
|
13063
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13064
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13065
13065
|
};
|
|
13066
13066
|
disabled: {
|
|
13067
13067
|
type: BooleanConstructor;
|
|
@@ -13283,8 +13283,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13283
13283
|
default: string | string[];
|
|
13284
13284
|
};
|
|
13285
13285
|
size: {
|
|
13286
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13287
|
-
default: import("ant-design-vue/es/
|
|
13286
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13287
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13288
13288
|
};
|
|
13289
13289
|
disabled: {
|
|
13290
13290
|
type: BooleanConstructor;
|
|
@@ -13506,8 +13506,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13506
13506
|
default: string | string[];
|
|
13507
13507
|
};
|
|
13508
13508
|
size: {
|
|
13509
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13510
|
-
default: import("ant-design-vue/es/
|
|
13509
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13510
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13511
13511
|
};
|
|
13512
13512
|
disabled: {
|
|
13513
13513
|
type: BooleanConstructor;
|
|
@@ -13729,8 +13729,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13729
13729
|
default: string | string[];
|
|
13730
13730
|
};
|
|
13731
13731
|
size: {
|
|
13732
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13733
|
-
default: import("ant-design-vue/es/
|
|
13732
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13733
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13734
13734
|
};
|
|
13735
13735
|
disabled: {
|
|
13736
13736
|
type: BooleanConstructor;
|
|
@@ -13762,39 +13762,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13762
13762
|
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>;
|
|
13763
13763
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13764
13764
|
align: {
|
|
13765
|
-
type: import("vue").PropType<"
|
|
13766
|
-
xs?: "
|
|
13767
|
-
sm?: "
|
|
13768
|
-
md?: "
|
|
13769
|
-
lg?: "
|
|
13770
|
-
xl?: "
|
|
13771
|
-
xxl?: "
|
|
13765
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13766
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13767
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13768
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13769
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13770
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13771
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13772
13772
|
}>;
|
|
13773
|
-
default: "
|
|
13774
|
-
xs?: "
|
|
13775
|
-
sm?: "
|
|
13776
|
-
md?: "
|
|
13777
|
-
lg?: "
|
|
13778
|
-
xl?: "
|
|
13779
|
-
xxl?: "
|
|
13773
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13774
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13775
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13776
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13777
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13778
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13779
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13780
13780
|
};
|
|
13781
13781
|
};
|
|
13782
13782
|
justify: {
|
|
13783
|
-
type: import("vue").PropType<"start" | "
|
|
13784
|
-
xs?: "start" | "
|
|
13785
|
-
sm?: "start" | "
|
|
13786
|
-
md?: "start" | "
|
|
13787
|
-
lg?: "start" | "
|
|
13788
|
-
xl?: "start" | "
|
|
13789
|
-
xxl?: "start" | "
|
|
13783
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13784
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13785
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13786
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13787
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13788
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13789
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13790
13790
|
}>;
|
|
13791
|
-
default: "start" | "
|
|
13792
|
-
xs?: "start" | "
|
|
13793
|
-
sm?: "start" | "
|
|
13794
|
-
md?: "start" | "
|
|
13795
|
-
lg?: "start" | "
|
|
13796
|
-
xl?: "start" | "
|
|
13797
|
-
xxl?: "start" | "
|
|
13791
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13792
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13793
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13794
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13795
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13796
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13797
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13798
13798
|
};
|
|
13799
13799
|
};
|
|
13800
13800
|
prefixCls: StringConstructor;
|
|
@@ -13808,39 +13808,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13808
13808
|
};
|
|
13809
13809
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13810
13810
|
align: {
|
|
13811
|
-
type: import("vue").PropType<"
|
|
13812
|
-
xs?: "
|
|
13813
|
-
sm?: "
|
|
13814
|
-
md?: "
|
|
13815
|
-
lg?: "
|
|
13816
|
-
xl?: "
|
|
13817
|
-
xxl?: "
|
|
13811
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13812
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13813
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13814
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13815
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13816
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13817
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13818
13818
|
}>;
|
|
13819
|
-
default: "
|
|
13820
|
-
xs?: "
|
|
13821
|
-
sm?: "
|
|
13822
|
-
md?: "
|
|
13823
|
-
lg?: "
|
|
13824
|
-
xl?: "
|
|
13825
|
-
xxl?: "
|
|
13819
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13820
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13821
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13822
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13823
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13824
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13825
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13826
13826
|
};
|
|
13827
13827
|
};
|
|
13828
13828
|
justify: {
|
|
13829
|
-
type: import("vue").PropType<"start" | "
|
|
13830
|
-
xs?: "start" | "
|
|
13831
|
-
sm?: "start" | "
|
|
13832
|
-
md?: "start" | "
|
|
13833
|
-
lg?: "start" | "
|
|
13834
|
-
xl?: "start" | "
|
|
13835
|
-
xxl?: "start" | "
|
|
13829
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13830
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13831
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13832
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13833
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13834
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13835
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13836
13836
|
}>;
|
|
13837
|
-
default: "start" | "
|
|
13838
|
-
xs?: "start" | "
|
|
13839
|
-
sm?: "start" | "
|
|
13840
|
-
md?: "start" | "
|
|
13841
|
-
lg?: "start" | "
|
|
13842
|
-
xl?: "start" | "
|
|
13843
|
-
xxl?: "start" | "
|
|
13837
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13838
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13839
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13840
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13841
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13842
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13843
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13844
13844
|
};
|
|
13845
13845
|
};
|
|
13846
13846
|
prefixCls: StringConstructor;
|
|
@@ -13854,39 +13854,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13854
13854
|
};
|
|
13855
13855
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13856
13856
|
align: {
|
|
13857
|
-
type: import("vue").PropType<"
|
|
13858
|
-
xs?: "
|
|
13859
|
-
sm?: "
|
|
13860
|
-
md?: "
|
|
13861
|
-
lg?: "
|
|
13862
|
-
xl?: "
|
|
13863
|
-
xxl?: "
|
|
13857
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13858
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13859
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13860
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13861
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13862
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13863
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13864
13864
|
}>;
|
|
13865
|
-
default: "
|
|
13866
|
-
xs?: "
|
|
13867
|
-
sm?: "
|
|
13868
|
-
md?: "
|
|
13869
|
-
lg?: "
|
|
13870
|
-
xl?: "
|
|
13871
|
-
xxl?: "
|
|
13865
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13866
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13867
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13868
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13869
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13870
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13871
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13872
13872
|
};
|
|
13873
13873
|
};
|
|
13874
13874
|
justify: {
|
|
13875
|
-
type: import("vue").PropType<"start" | "
|
|
13876
|
-
xs?: "start" | "
|
|
13877
|
-
sm?: "start" | "
|
|
13878
|
-
md?: "start" | "
|
|
13879
|
-
lg?: "start" | "
|
|
13880
|
-
xl?: "start" | "
|
|
13881
|
-
xxl?: "start" | "
|
|
13875
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13876
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13877
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13878
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13879
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13880
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13881
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13882
13882
|
}>;
|
|
13883
|
-
default: "start" | "
|
|
13884
|
-
xs?: "start" | "
|
|
13885
|
-
sm?: "start" | "
|
|
13886
|
-
md?: "start" | "
|
|
13887
|
-
lg?: "start" | "
|
|
13888
|
-
xl?: "start" | "
|
|
13889
|
-
xxl?: "start" | "
|
|
13883
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13884
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13885
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13886
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13887
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13888
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13889
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13890
13890
|
};
|
|
13891
13891
|
};
|
|
13892
13892
|
prefixCls: StringConstructor;
|
|
@@ -13900,39 +13900,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13900
13900
|
};
|
|
13901
13901
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13902
13902
|
align: {
|
|
13903
|
-
type: import("vue").PropType<"
|
|
13904
|
-
xs?: "
|
|
13905
|
-
sm?: "
|
|
13906
|
-
md?: "
|
|
13907
|
-
lg?: "
|
|
13908
|
-
xl?: "
|
|
13909
|
-
xxl?: "
|
|
13903
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13904
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13905
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13906
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13907
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13908
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13909
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13910
13910
|
}>;
|
|
13911
|
-
default: "
|
|
13912
|
-
xs?: "
|
|
13913
|
-
sm?: "
|
|
13914
|
-
md?: "
|
|
13915
|
-
lg?: "
|
|
13916
|
-
xl?: "
|
|
13917
|
-
xxl?: "
|
|
13911
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13912
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13913
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13914
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13915
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13916
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13917
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13918
13918
|
};
|
|
13919
13919
|
};
|
|
13920
13920
|
justify: {
|
|
13921
|
-
type: import("vue").PropType<"start" | "
|
|
13922
|
-
xs?: "start" | "
|
|
13923
|
-
sm?: "start" | "
|
|
13924
|
-
md?: "start" | "
|
|
13925
|
-
lg?: "start" | "
|
|
13926
|
-
xl?: "start" | "
|
|
13927
|
-
xxl?: "start" | "
|
|
13921
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13922
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13923
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13924
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13925
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13926
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13927
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13928
13928
|
}>;
|
|
13929
|
-
default: "start" | "
|
|
13930
|
-
xs?: "start" | "
|
|
13931
|
-
sm?: "start" | "
|
|
13932
|
-
md?: "start" | "
|
|
13933
|
-
lg?: "start" | "
|
|
13934
|
-
xl?: "start" | "
|
|
13935
|
-
xxl?: "start" | "
|
|
13929
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13930
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13931
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13932
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13933
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13934
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13935
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13936
13936
|
};
|
|
13937
13937
|
};
|
|
13938
13938
|
prefixCls: StringConstructor;
|
|
@@ -14151,8 +14151,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14151
14151
|
default: string | string[];
|
|
14152
14152
|
};
|
|
14153
14153
|
size: {
|
|
14154
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14155
|
-
default: import("ant-design-vue/es/
|
|
14154
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14155
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14156
14156
|
};
|
|
14157
14157
|
disabled: {
|
|
14158
14158
|
type: BooleanConstructor;
|
|
@@ -14183,39 +14183,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14183
14183
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14184
14184
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14185
14185
|
align: {
|
|
14186
|
-
type: import("vue").PropType<"
|
|
14187
|
-
xs?: "
|
|
14188
|
-
sm?: "
|
|
14189
|
-
md?: "
|
|
14190
|
-
lg?: "
|
|
14191
|
-
xl?: "
|
|
14192
|
-
xxl?: "
|
|
14186
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14187
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14188
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14189
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14190
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14191
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14192
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14193
14193
|
}>;
|
|
14194
|
-
default: "
|
|
14195
|
-
xs?: "
|
|
14196
|
-
sm?: "
|
|
14197
|
-
md?: "
|
|
14198
|
-
lg?: "
|
|
14199
|
-
xl?: "
|
|
14200
|
-
xxl?: "
|
|
14194
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14195
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14196
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14197
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14198
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14199
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14200
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14201
14201
|
};
|
|
14202
14202
|
};
|
|
14203
14203
|
justify: {
|
|
14204
|
-
type: import("vue").PropType<"start" | "
|
|
14205
|
-
xs?: "start" | "
|
|
14206
|
-
sm?: "start" | "
|
|
14207
|
-
md?: "start" | "
|
|
14208
|
-
lg?: "start" | "
|
|
14209
|
-
xl?: "start" | "
|
|
14210
|
-
xxl?: "start" | "
|
|
14204
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14205
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14206
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14207
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14208
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14209
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14210
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14211
14211
|
}>;
|
|
14212
|
-
default: "start" | "
|
|
14213
|
-
xs?: "start" | "
|
|
14214
|
-
sm?: "start" | "
|
|
14215
|
-
md?: "start" | "
|
|
14216
|
-
lg?: "start" | "
|
|
14217
|
-
xl?: "start" | "
|
|
14218
|
-
xxl?: "start" | "
|
|
14212
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14213
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14214
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14215
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14216
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14217
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14218
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14219
14219
|
};
|
|
14220
14220
|
};
|
|
14221
14221
|
prefixCls: StringConstructor;
|
|
@@ -14437,8 +14437,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14437
14437
|
default: string | string[];
|
|
14438
14438
|
};
|
|
14439
14439
|
size: {
|
|
14440
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14441
|
-
default: import("ant-design-vue/es/
|
|
14440
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14441
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14442
14442
|
};
|
|
14443
14443
|
disabled: {
|
|
14444
14444
|
type: BooleanConstructor;
|
|
@@ -14660,8 +14660,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14660
14660
|
default: string | string[];
|
|
14661
14661
|
};
|
|
14662
14662
|
size: {
|
|
14663
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14664
|
-
default: import("ant-design-vue/es/
|
|
14663
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14664
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14665
14665
|
};
|
|
14666
14666
|
disabled: {
|
|
14667
14667
|
type: BooleanConstructor;
|
|
@@ -14883,8 +14883,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14883
14883
|
default: string | string[];
|
|
14884
14884
|
};
|
|
14885
14885
|
size: {
|
|
14886
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14887
|
-
default: import("ant-design-vue/es/
|
|
14886
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14887
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14888
14888
|
};
|
|
14889
14889
|
disabled: {
|
|
14890
14890
|
type: BooleanConstructor;
|
|
@@ -15106,8 +15106,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
15106
15106
|
default: string | string[];
|
|
15107
15107
|
};
|
|
15108
15108
|
size: {
|
|
15109
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15110
|
-
default: import("ant-design-vue/es/
|
|
15109
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15110
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15111
15111
|
};
|
|
15112
15112
|
disabled: {
|
|
15113
15113
|
type: BooleanConstructor;
|
|
@@ -15341,8 +15341,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
15341
15341
|
default: string | string[];
|
|
15342
15342
|
};
|
|
15343
15343
|
size: {
|
|
15344
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15345
|
-
default: import("ant-design-vue/es/
|
|
15344
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15345
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15346
15346
|
};
|
|
15347
15347
|
disabled: {
|
|
15348
15348
|
type: BooleanConstructor;
|
|
@@ -15570,8 +15570,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
15570
15570
|
default: string | string[];
|
|
15571
15571
|
};
|
|
15572
15572
|
size: {
|
|
15573
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15574
|
-
default: import("ant-design-vue/es/
|
|
15573
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15574
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15575
15575
|
};
|
|
15576
15576
|
disabled: {
|
|
15577
15577
|
type: BooleanConstructor;
|
|
@@ -15793,8 +15793,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
15793
15793
|
default: string | string[];
|
|
15794
15794
|
};
|
|
15795
15795
|
size: {
|
|
15796
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15797
|
-
default: import("ant-design-vue/es/
|
|
15796
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15797
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15798
15798
|
};
|
|
15799
15799
|
disabled: {
|
|
15800
15800
|
type: BooleanConstructor;
|
|
@@ -16016,8 +16016,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16016
16016
|
default: string | string[];
|
|
16017
16017
|
};
|
|
16018
16018
|
size: {
|
|
16019
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16020
|
-
default: import("ant-design-vue/es/
|
|
16019
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16020
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16021
16021
|
};
|
|
16022
16022
|
disabled: {
|
|
16023
16023
|
type: BooleanConstructor;
|
|
@@ -16239,8 +16239,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16239
16239
|
default: string | string[];
|
|
16240
16240
|
};
|
|
16241
16241
|
size: {
|
|
16242
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16243
|
-
default: import("ant-design-vue/es/
|
|
16242
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16243
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16244
16244
|
};
|
|
16245
16245
|
disabled: {
|
|
16246
16246
|
type: BooleanConstructor;
|
|
@@ -16472,8 +16472,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16472
16472
|
default: string | string[];
|
|
16473
16473
|
};
|
|
16474
16474
|
size: {
|
|
16475
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16476
|
-
default: import("ant-design-vue/es/
|
|
16475
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16476
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16477
16477
|
};
|
|
16478
16478
|
disabled: {
|
|
16479
16479
|
type: BooleanConstructor;
|
|
@@ -16726,8 +16726,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16726
16726
|
default: string | string[];
|
|
16727
16727
|
};
|
|
16728
16728
|
size: {
|
|
16729
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16730
|
-
default: import("ant-design-vue/es/
|
|
16729
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16730
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16731
16731
|
};
|
|
16732
16732
|
disabled: {
|
|
16733
16733
|
type: BooleanConstructor;
|
|
@@ -16949,8 +16949,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16949
16949
|
default: string | string[];
|
|
16950
16950
|
};
|
|
16951
16951
|
size: {
|
|
16952
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16953
|
-
default: import("ant-design-vue/es/
|
|
16952
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16953
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16954
16954
|
};
|
|
16955
16955
|
disabled: {
|
|
16956
16956
|
type: BooleanConstructor;
|
|
@@ -17172,8 +17172,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17172
17172
|
default: string | string[];
|
|
17173
17173
|
};
|
|
17174
17174
|
size: {
|
|
17175
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17176
|
-
default: import("ant-design-vue/es/
|
|
17175
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17176
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17177
17177
|
};
|
|
17178
17178
|
disabled: {
|
|
17179
17179
|
type: BooleanConstructor;
|
|
@@ -17395,8 +17395,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17395
17395
|
default: string | string[];
|
|
17396
17396
|
};
|
|
17397
17397
|
size: {
|
|
17398
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17399
|
-
default: import("ant-design-vue/es/
|
|
17398
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17399
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17400
17400
|
};
|
|
17401
17401
|
disabled: {
|
|
17402
17402
|
type: BooleanConstructor;
|
|
@@ -17630,8 +17630,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17630
17630
|
default: string | string[];
|
|
17631
17631
|
};
|
|
17632
17632
|
size: {
|
|
17633
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17634
|
-
default: import("ant-design-vue/es/
|
|
17633
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17634
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17635
17635
|
};
|
|
17636
17636
|
disabled: {
|
|
17637
17637
|
type: BooleanConstructor;
|