ll-plus 2.9.15 → 2.9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/advanced-filtering/index.d.ts +708 -708
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/es/components/api-component/index.d.ts +8 -8
- package/es/components/api-component/src/api-component.vue.d.ts +8 -8
- package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button.vue.d.ts +6 -6
- package/es/components/cascader/index.d.ts +4 -4
- package/es/components/cascader/src/cascader.vue.d.ts +4 -4
- package/es/components/checkbox/index.d.ts +436 -436
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- package/es/components/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/date-picker/index.d.ts +41 -41
- package/es/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/es/components/date-range/index.d.ts +5 -5
- package/es/components/date-range/src/date-range.vue.d.ts +5 -5
- package/es/components/drawer/index.d.ts +4 -4
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/es/components/drawer/src/drawer.vue.d.ts +4 -4
- package/es/components/dropdown-button-simple/index.d.ts +13 -13
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/es/components/easy-cron/index.d.ts +178 -178
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/es/components/form/index.d.ts +301 -301
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +301 -301
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +48 -48
- package/es/components/input/src/input.vue.d.ts +48 -48
- package/es/components/input-number/index.d.ts +13 -13
- package/es/components/input-number/src/input-number.vue.d.ts +13 -13
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/es/components/modal/index.d.ts +32 -32
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +32 -32
- package/es/components/new-drawer/index.d.ts +6 -6
- package/es/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/es/components/new-modal/index.d.ts +37 -37
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +37 -37
- package/es/components/number-range/index.d.ts +13 -13
- package/es/components/number-range/src/number-range.vue.d.ts +13 -13
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +7 -7
- package/es/components/textarea/src/textarea.vue.d.ts +7 -7
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +3 -3
- package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/es/packages/components/input/src/input.vue2.mjs +3 -2
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/index.full.js +3 -2
- package/index.full.min.js +1 -1
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +1 -1
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +3 -2
- package/lib/components/advanced-filtering/index.d.ts +708 -708
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/lib/components/api-component/index.d.ts +8 -8
- package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
- package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button.vue.d.ts +6 -6
- package/lib/components/cascader/index.d.ts +4 -4
- package/lib/components/cascader/src/cascader.vue.d.ts +4 -4
- package/lib/components/checkbox/index.d.ts +436 -436
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- package/lib/components/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/date-picker/index.d.ts +41 -41
- package/lib/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/lib/components/date-range/index.d.ts +5 -5
- package/lib/components/date-range/src/date-range.vue.d.ts +5 -5
- package/lib/components/drawer/index.d.ts +4 -4
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/lib/components/drawer/src/drawer.vue.d.ts +4 -4
- package/lib/components/dropdown-button-simple/index.d.ts +13 -13
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/lib/components/easy-cron/index.d.ts +178 -178
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/lib/components/form/index.d.ts +301 -301
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +301 -301
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +48 -48
- package/lib/components/input/src/input.vue.d.ts +48 -48
- package/lib/components/input-number/index.d.ts +13 -13
- package/lib/components/input-number/src/input-number.vue.d.ts +13 -13
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/lib/components/modal/index.d.ts +32 -32
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +32 -32
- package/lib/components/new-drawer/index.d.ts +6 -6
- package/lib/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/lib/components/new-modal/index.d.ts +37 -37
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +37 -37
- package/lib/components/number-range/index.d.ts +13 -13
- package/lib/components/number-range/src/number-range.vue.d.ts +13 -13
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +7 -7
- package/lib/components/textarea/src/textarea.vue.d.ts +7 -7
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +3 -3
- package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/lib/packages/components/input/src/input.vue2.js +3 -2
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/new-modal.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +708 -708
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/types/packages/components/api-component/index.d.ts +8 -8
- package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +6 -6
- package/types/packages/components/button/src/button.vue.d.ts +6 -6
- package/types/packages/components/cascader/index.d.ts +4 -4
- package/types/packages/components/cascader/src/cascader.vue.d.ts +4 -4
- package/types/packages/components/checkbox/index.d.ts +436 -436
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- package/types/packages/components/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/date-picker/index.d.ts +41 -41
- package/types/packages/components/date-picker/src/date-picker.vue.d.ts +41 -41
- package/types/packages/components/date-range/index.d.ts +5 -5
- package/types/packages/components/date-range/src/date-range.vue.d.ts +5 -5
- package/types/packages/components/drawer/index.d.ts +4 -4
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
- package/types/packages/components/drawer/src/drawer.vue.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
- package/types/packages/components/easy-cron/index.d.ts +178 -178
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
- package/types/packages/components/form/index.d.ts +301 -301
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +301 -301
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +48 -48
- package/types/packages/components/input/src/input.vue.d.ts +48 -48
- package/types/packages/components/input-number/index.d.ts +13 -13
- package/types/packages/components/input-number/src/input-number.vue.d.ts +13 -13
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/types/packages/components/modal/index.d.ts +32 -32
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +32 -32
- package/types/packages/components/new-drawer/index.d.ts +6 -6
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +6 -6
- package/types/packages/components/new-modal/index.d.ts +37 -37
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +37 -37
- package/types/packages/components/number-range/index.d.ts +13 -13
- package/types/packages/components/number-range/src/number-range.vue.d.ts +13 -13
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +7 -7
- package/types/packages/components/textarea/src/textarea.vue.d.ts +7 -7
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +3 -3
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +3 -3
|
@@ -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;
|
|
@@ -1217,7 +1217,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1217
1217
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1218
1218
|
};
|
|
1219
1219
|
size: {
|
|
1220
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1220
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1221
1221
|
};
|
|
1222
1222
|
loading: {
|
|
1223
1223
|
type: import("vue").PropType<boolean | {
|
|
@@ -1264,7 +1264,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1264
1264
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1265
1265
|
};
|
|
1266
1266
|
size: {
|
|
1267
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1267
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1268
1268
|
};
|
|
1269
1269
|
loading: {
|
|
1270
1270
|
type: import("vue").PropType<boolean | {
|
|
@@ -1330,7 +1330,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1330
1330
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1331
1331
|
};
|
|
1332
1332
|
size: {
|
|
1333
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1333
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1334
1334
|
};
|
|
1335
1335
|
loading: {
|
|
1336
1336
|
type: import("vue").PropType<boolean | {
|
|
@@ -1390,7 +1390,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1390
1390
|
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
|
|
1391
1391
|
};
|
|
1392
1392
|
size: {
|
|
1393
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1393
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1394
1394
|
};
|
|
1395
1395
|
loading: {
|
|
1396
1396
|
type: import("vue").PropType<boolean | {
|
|
@@ -1442,12 +1442,12 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1442
1442
|
readonly Group: import("vue").DefineComponent<{
|
|
1443
1443
|
prefixCls: StringConstructor;
|
|
1444
1444
|
size: {
|
|
1445
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1445
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1446
1446
|
};
|
|
1447
1447
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1448
1448
|
prefixCls: StringConstructor;
|
|
1449
1449
|
size: {
|
|
1450
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1450
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1451
1451
|
};
|
|
1452
1452
|
}>>, {}, {}>;
|
|
1453
1453
|
};
|
|
@@ -1788,8 +1788,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1788
1788
|
default: string | string[];
|
|
1789
1789
|
};
|
|
1790
1790
|
size: {
|
|
1791
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1792
|
-
default: import("ant-design-vue/es/
|
|
1791
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1792
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1793
1793
|
};
|
|
1794
1794
|
disabled: {
|
|
1795
1795
|
type: BooleanConstructor;
|
|
@@ -2011,8 +2011,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2011
2011
|
default: string | string[];
|
|
2012
2012
|
};
|
|
2013
2013
|
size: {
|
|
2014
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2015
|
-
default: import("ant-design-vue/es/
|
|
2014
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2015
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2016
2016
|
};
|
|
2017
2017
|
disabled: {
|
|
2018
2018
|
type: BooleanConstructor;
|
|
@@ -2234,8 +2234,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2234
2234
|
default: string | string[];
|
|
2235
2235
|
};
|
|
2236
2236
|
size: {
|
|
2237
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2238
|
-
default: import("ant-design-vue/es/
|
|
2237
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2238
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2239
2239
|
};
|
|
2240
2240
|
disabled: {
|
|
2241
2241
|
type: BooleanConstructor;
|
|
@@ -2457,8 +2457,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2457
2457
|
default: string | string[];
|
|
2458
2458
|
};
|
|
2459
2459
|
size: {
|
|
2460
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2461
|
-
default: import("ant-design-vue/es/
|
|
2460
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2461
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2462
2462
|
};
|
|
2463
2463
|
disabled: {
|
|
2464
2464
|
type: BooleanConstructor;
|
|
@@ -2688,8 +2688,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2688
2688
|
default: string | string[];
|
|
2689
2689
|
};
|
|
2690
2690
|
size: {
|
|
2691
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2692
|
-
default: import("ant-design-vue/es/
|
|
2691
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2692
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2693
2693
|
};
|
|
2694
2694
|
disabled: {
|
|
2695
2695
|
type: BooleanConstructor;
|
|
@@ -2938,8 +2938,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2938
2938
|
default: string | string[];
|
|
2939
2939
|
};
|
|
2940
2940
|
size: {
|
|
2941
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2942
|
-
default: import("ant-design-vue/es/
|
|
2941
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2942
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2943
2943
|
};
|
|
2944
2944
|
disabled: {
|
|
2945
2945
|
type: BooleanConstructor;
|
|
@@ -3161,8 +3161,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3161
3161
|
default: string | string[];
|
|
3162
3162
|
};
|
|
3163
3163
|
size: {
|
|
3164
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3165
|
-
default: import("ant-design-vue/es/
|
|
3164
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3165
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3166
3166
|
};
|
|
3167
3167
|
disabled: {
|
|
3168
3168
|
type: BooleanConstructor;
|
|
@@ -3384,8 +3384,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3384
3384
|
default: string | string[];
|
|
3385
3385
|
};
|
|
3386
3386
|
size: {
|
|
3387
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3388
|
-
default: import("ant-design-vue/es/
|
|
3387
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3388
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3389
3389
|
};
|
|
3390
3390
|
disabled: {
|
|
3391
3391
|
type: BooleanConstructor;
|
|
@@ -3607,8 +3607,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3607
3607
|
default: string | string[];
|
|
3608
3608
|
};
|
|
3609
3609
|
size: {
|
|
3610
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3611
|
-
default: import("ant-design-vue/es/
|
|
3610
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3611
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3612
3612
|
};
|
|
3613
3613
|
disabled: {
|
|
3614
3614
|
type: BooleanConstructor;
|
|
@@ -3640,39 +3640,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3640
3640
|
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>;
|
|
3641
3641
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3642
3642
|
align: {
|
|
3643
|
-
type: import("vue").PropType<"
|
|
3644
|
-
xs?: "
|
|
3645
|
-
sm?: "
|
|
3646
|
-
md?: "
|
|
3647
|
-
lg?: "
|
|
3648
|
-
xl?: "
|
|
3649
|
-
xxl?: "
|
|
3643
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3644
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3645
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3646
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3647
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3648
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3649
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3650
3650
|
}>;
|
|
3651
|
-
default: "
|
|
3652
|
-
xs?: "
|
|
3653
|
-
sm?: "
|
|
3654
|
-
md?: "
|
|
3655
|
-
lg?: "
|
|
3656
|
-
xl?: "
|
|
3657
|
-
xxl?: "
|
|
3651
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3652
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3653
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3654
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3655
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3656
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3657
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3658
3658
|
};
|
|
3659
3659
|
};
|
|
3660
3660
|
justify: {
|
|
3661
|
-
type: import("vue").PropType<"start" | "
|
|
3662
|
-
xs?: "start" | "
|
|
3663
|
-
sm?: "start" | "
|
|
3664
|
-
md?: "start" | "
|
|
3665
|
-
lg?: "start" | "
|
|
3666
|
-
xl?: "start" | "
|
|
3667
|
-
xxl?: "start" | "
|
|
3661
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3662
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3663
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3664
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3665
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3666
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3667
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3668
3668
|
}>;
|
|
3669
|
-
default: "start" | "
|
|
3670
|
-
xs?: "start" | "
|
|
3671
|
-
sm?: "start" | "
|
|
3672
|
-
md?: "start" | "
|
|
3673
|
-
lg?: "start" | "
|
|
3674
|
-
xl?: "start" | "
|
|
3675
|
-
xxl?: "start" | "
|
|
3669
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3670
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3671
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3672
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3673
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3674
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3675
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3676
3676
|
};
|
|
3677
3677
|
};
|
|
3678
3678
|
prefixCls: StringConstructor;
|
|
@@ -3686,39 +3686,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3686
3686
|
};
|
|
3687
3687
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3688
3688
|
align: {
|
|
3689
|
-
type: import("vue").PropType<"
|
|
3690
|
-
xs?: "
|
|
3691
|
-
sm?: "
|
|
3692
|
-
md?: "
|
|
3693
|
-
lg?: "
|
|
3694
|
-
xl?: "
|
|
3695
|
-
xxl?: "
|
|
3689
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3690
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3691
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3692
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3693
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3694
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3695
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3696
3696
|
}>;
|
|
3697
|
-
default: "
|
|
3698
|
-
xs?: "
|
|
3699
|
-
sm?: "
|
|
3700
|
-
md?: "
|
|
3701
|
-
lg?: "
|
|
3702
|
-
xl?: "
|
|
3703
|
-
xxl?: "
|
|
3697
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3698
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3699
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3700
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3701
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3702
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3703
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3704
3704
|
};
|
|
3705
3705
|
};
|
|
3706
3706
|
justify: {
|
|
3707
|
-
type: import("vue").PropType<"start" | "
|
|
3708
|
-
xs?: "start" | "
|
|
3709
|
-
sm?: "start" | "
|
|
3710
|
-
md?: "start" | "
|
|
3711
|
-
lg?: "start" | "
|
|
3712
|
-
xl?: "start" | "
|
|
3713
|
-
xxl?: "start" | "
|
|
3707
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3708
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3709
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3710
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3711
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3712
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3713
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3714
3714
|
}>;
|
|
3715
|
-
default: "start" | "
|
|
3716
|
-
xs?: "start" | "
|
|
3717
|
-
sm?: "start" | "
|
|
3718
|
-
md?: "start" | "
|
|
3719
|
-
lg?: "start" | "
|
|
3720
|
-
xl?: "start" | "
|
|
3721
|
-
xxl?: "start" | "
|
|
3715
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3716
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3717
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3718
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3719
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3720
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3721
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3722
3722
|
};
|
|
3723
3723
|
};
|
|
3724
3724
|
prefixCls: StringConstructor;
|
|
@@ -3732,39 +3732,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3732
3732
|
};
|
|
3733
3733
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3734
3734
|
align: {
|
|
3735
|
-
type: import("vue").PropType<"
|
|
3736
|
-
xs?: "
|
|
3737
|
-
sm?: "
|
|
3738
|
-
md?: "
|
|
3739
|
-
lg?: "
|
|
3740
|
-
xl?: "
|
|
3741
|
-
xxl?: "
|
|
3735
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3736
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3737
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3738
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3739
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3740
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3741
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3742
3742
|
}>;
|
|
3743
|
-
default: "
|
|
3744
|
-
xs?: "
|
|
3745
|
-
sm?: "
|
|
3746
|
-
md?: "
|
|
3747
|
-
lg?: "
|
|
3748
|
-
xl?: "
|
|
3749
|
-
xxl?: "
|
|
3743
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3744
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3745
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3746
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3747
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3748
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3749
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3750
3750
|
};
|
|
3751
3751
|
};
|
|
3752
3752
|
justify: {
|
|
3753
|
-
type: import("vue").PropType<"start" | "
|
|
3754
|
-
xs?: "start" | "
|
|
3755
|
-
sm?: "start" | "
|
|
3756
|
-
md?: "start" | "
|
|
3757
|
-
lg?: "start" | "
|
|
3758
|
-
xl?: "start" | "
|
|
3759
|
-
xxl?: "start" | "
|
|
3753
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3754
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3755
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3756
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3757
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3758
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3759
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3760
3760
|
}>;
|
|
3761
|
-
default: "start" | "
|
|
3762
|
-
xs?: "start" | "
|
|
3763
|
-
sm?: "start" | "
|
|
3764
|
-
md?: "start" | "
|
|
3765
|
-
lg?: "start" | "
|
|
3766
|
-
xl?: "start" | "
|
|
3767
|
-
xxl?: "start" | "
|
|
3761
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3762
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3763
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3764
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3765
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3766
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3767
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3768
3768
|
};
|
|
3769
3769
|
};
|
|
3770
3770
|
prefixCls: StringConstructor;
|
|
@@ -3778,39 +3778,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3778
3778
|
};
|
|
3779
3779
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3780
3780
|
align: {
|
|
3781
|
-
type: import("vue").PropType<"
|
|
3782
|
-
xs?: "
|
|
3783
|
-
sm?: "
|
|
3784
|
-
md?: "
|
|
3785
|
-
lg?: "
|
|
3786
|
-
xl?: "
|
|
3787
|
-
xxl?: "
|
|
3781
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3782
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3783
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3784
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3785
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3786
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3787
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3788
3788
|
}>;
|
|
3789
|
-
default: "
|
|
3790
|
-
xs?: "
|
|
3791
|
-
sm?: "
|
|
3792
|
-
md?: "
|
|
3793
|
-
lg?: "
|
|
3794
|
-
xl?: "
|
|
3795
|
-
xxl?: "
|
|
3789
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3790
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3791
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3792
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3793
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3794
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3795
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3796
3796
|
};
|
|
3797
3797
|
};
|
|
3798
3798
|
justify: {
|
|
3799
|
-
type: import("vue").PropType<"start" | "
|
|
3800
|
-
xs?: "start" | "
|
|
3801
|
-
sm?: "start" | "
|
|
3802
|
-
md?: "start" | "
|
|
3803
|
-
lg?: "start" | "
|
|
3804
|
-
xl?: "start" | "
|
|
3805
|
-
xxl?: "start" | "
|
|
3799
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3800
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3801
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3802
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3803
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3804
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3805
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3806
3806
|
}>;
|
|
3807
|
-
default: "start" | "
|
|
3808
|
-
xs?: "start" | "
|
|
3809
|
-
sm?: "start" | "
|
|
3810
|
-
md?: "start" | "
|
|
3811
|
-
lg?: "start" | "
|
|
3812
|
-
xl?: "start" | "
|
|
3813
|
-
xxl?: "start" | "
|
|
3807
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3808
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3809
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3810
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3811
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3812
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3813
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3814
3814
|
};
|
|
3815
3815
|
};
|
|
3816
3816
|
prefixCls: StringConstructor;
|
|
@@ -4027,8 +4027,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4027
4027
|
default: string | string[];
|
|
4028
4028
|
};
|
|
4029
4029
|
size: {
|
|
4030
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4031
|
-
default: import("ant-design-vue/es/
|
|
4030
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4031
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4032
4032
|
};
|
|
4033
4033
|
disabled: {
|
|
4034
4034
|
type: BooleanConstructor;
|
|
@@ -4059,39 +4059,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4059
4059
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4060
4060
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4061
4061
|
align: {
|
|
4062
|
-
type: import("vue").PropType<"
|
|
4063
|
-
xs?: "
|
|
4064
|
-
sm?: "
|
|
4065
|
-
md?: "
|
|
4066
|
-
lg?: "
|
|
4067
|
-
xl?: "
|
|
4068
|
-
xxl?: "
|
|
4062
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4063
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4064
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4065
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4066
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4067
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4068
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4069
4069
|
}>;
|
|
4070
|
-
default: "
|
|
4071
|
-
xs?: "
|
|
4072
|
-
sm?: "
|
|
4073
|
-
md?: "
|
|
4074
|
-
lg?: "
|
|
4075
|
-
xl?: "
|
|
4076
|
-
xxl?: "
|
|
4070
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4071
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4072
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4073
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4074
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4075
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4076
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4077
4077
|
};
|
|
4078
4078
|
};
|
|
4079
4079
|
justify: {
|
|
4080
|
-
type: import("vue").PropType<"start" | "
|
|
4081
|
-
xs?: "start" | "
|
|
4082
|
-
sm?: "start" | "
|
|
4083
|
-
md?: "start" | "
|
|
4084
|
-
lg?: "start" | "
|
|
4085
|
-
xl?: "start" | "
|
|
4086
|
-
xxl?: "start" | "
|
|
4080
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4081
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4082
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4083
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4084
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4085
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4086
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4087
4087
|
}>;
|
|
4088
|
-
default: "start" | "
|
|
4089
|
-
xs?: "start" | "
|
|
4090
|
-
sm?: "start" | "
|
|
4091
|
-
md?: "start" | "
|
|
4092
|
-
lg?: "start" | "
|
|
4093
|
-
xl?: "start" | "
|
|
4094
|
-
xxl?: "start" | "
|
|
4088
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
4089
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4090
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4091
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4092
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4093
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4094
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
4095
4095
|
};
|
|
4096
4096
|
};
|
|
4097
4097
|
prefixCls: StringConstructor;
|
|
@@ -4210,7 +4210,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4210
4210
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
4211
4211
|
computedFormOptions: import("vue").ComputedRef<{
|
|
4212
4212
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
4213
|
-
size?: import("ant-design-vue/es/
|
|
4213
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
4214
4214
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4215
4215
|
span: (StringConstructor | NumberConstructor)[];
|
|
4216
4216
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -4564,8 +4564,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4564
4564
|
default: string | string[];
|
|
4565
4565
|
};
|
|
4566
4566
|
size: {
|
|
4567
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4568
|
-
default: import("ant-design-vue/es/
|
|
4567
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4568
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4569
4569
|
};
|
|
4570
4570
|
disabled: {
|
|
4571
4571
|
type: BooleanConstructor;
|
|
@@ -4787,8 +4787,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4787
4787
|
default: string | string[];
|
|
4788
4788
|
};
|
|
4789
4789
|
size: {
|
|
4790
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4791
|
-
default: import("ant-design-vue/es/
|
|
4790
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4791
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4792
4792
|
};
|
|
4793
4793
|
disabled: {
|
|
4794
4794
|
type: BooleanConstructor;
|
|
@@ -5010,8 +5010,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5010
5010
|
default: string | string[];
|
|
5011
5011
|
};
|
|
5012
5012
|
size: {
|
|
5013
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5014
|
-
default: import("ant-design-vue/es/
|
|
5013
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5014
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5015
5015
|
};
|
|
5016
5016
|
disabled: {
|
|
5017
5017
|
type: BooleanConstructor;
|
|
@@ -5233,8 +5233,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5233
5233
|
default: string | string[];
|
|
5234
5234
|
};
|
|
5235
5235
|
size: {
|
|
5236
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5237
|
-
default: import("ant-design-vue/es/
|
|
5236
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5237
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5238
5238
|
};
|
|
5239
5239
|
disabled: {
|
|
5240
5240
|
type: BooleanConstructor;
|
|
@@ -5266,39 +5266,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5266
5266
|
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>;
|
|
5267
5267
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5268
5268
|
align: {
|
|
5269
|
-
type: import("vue").PropType<"
|
|
5270
|
-
xs?: "
|
|
5271
|
-
sm?: "
|
|
5272
|
-
md?: "
|
|
5273
|
-
lg?: "
|
|
5274
|
-
xl?: "
|
|
5275
|
-
xxl?: "
|
|
5269
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5270
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5271
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5272
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5273
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5274
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5275
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5276
5276
|
}>;
|
|
5277
|
-
default: "
|
|
5278
|
-
xs?: "
|
|
5279
|
-
sm?: "
|
|
5280
|
-
md?: "
|
|
5281
|
-
lg?: "
|
|
5282
|
-
xl?: "
|
|
5283
|
-
xxl?: "
|
|
5277
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5278
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5279
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5280
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5281
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5282
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5283
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5284
5284
|
};
|
|
5285
5285
|
};
|
|
5286
5286
|
justify: {
|
|
5287
|
-
type: import("vue").PropType<"start" | "
|
|
5288
|
-
xs?: "start" | "
|
|
5289
|
-
sm?: "start" | "
|
|
5290
|
-
md?: "start" | "
|
|
5291
|
-
lg?: "start" | "
|
|
5292
|
-
xl?: "start" | "
|
|
5293
|
-
xxl?: "start" | "
|
|
5287
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5288
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5289
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5290
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5291
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5292
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5293
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5294
5294
|
}>;
|
|
5295
|
-
default: "start" | "
|
|
5296
|
-
xs?: "start" | "
|
|
5297
|
-
sm?: "start" | "
|
|
5298
|
-
md?: "start" | "
|
|
5299
|
-
lg?: "start" | "
|
|
5300
|
-
xl?: "start" | "
|
|
5301
|
-
xxl?: "start" | "
|
|
5295
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5296
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5297
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5298
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5299
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5300
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5301
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5302
5302
|
};
|
|
5303
5303
|
};
|
|
5304
5304
|
prefixCls: StringConstructor;
|
|
@@ -5312,39 +5312,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5312
5312
|
};
|
|
5313
5313
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5314
5314
|
align: {
|
|
5315
|
-
type: import("vue").PropType<"
|
|
5316
|
-
xs?: "
|
|
5317
|
-
sm?: "
|
|
5318
|
-
md?: "
|
|
5319
|
-
lg?: "
|
|
5320
|
-
xl?: "
|
|
5321
|
-
xxl?: "
|
|
5315
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5316
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5317
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5318
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5319
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5320
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5321
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5322
5322
|
}>;
|
|
5323
|
-
default: "
|
|
5324
|
-
xs?: "
|
|
5325
|
-
sm?: "
|
|
5326
|
-
md?: "
|
|
5327
|
-
lg?: "
|
|
5328
|
-
xl?: "
|
|
5329
|
-
xxl?: "
|
|
5323
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5324
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5325
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5326
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5327
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5328
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5329
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5330
5330
|
};
|
|
5331
5331
|
};
|
|
5332
5332
|
justify: {
|
|
5333
|
-
type: import("vue").PropType<"start" | "
|
|
5334
|
-
xs?: "start" | "
|
|
5335
|
-
sm?: "start" | "
|
|
5336
|
-
md?: "start" | "
|
|
5337
|
-
lg?: "start" | "
|
|
5338
|
-
xl?: "start" | "
|
|
5339
|
-
xxl?: "start" | "
|
|
5333
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5334
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5335
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5336
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5337
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5338
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5339
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5340
5340
|
}>;
|
|
5341
|
-
default: "start" | "
|
|
5342
|
-
xs?: "start" | "
|
|
5343
|
-
sm?: "start" | "
|
|
5344
|
-
md?: "start" | "
|
|
5345
|
-
lg?: "start" | "
|
|
5346
|
-
xl?: "start" | "
|
|
5347
|
-
xxl?: "start" | "
|
|
5341
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5342
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5343
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5344
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5345
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5346
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5347
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5348
5348
|
};
|
|
5349
5349
|
};
|
|
5350
5350
|
prefixCls: StringConstructor;
|
|
@@ -5358,39 +5358,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5358
5358
|
};
|
|
5359
5359
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5360
5360
|
align: {
|
|
5361
|
-
type: import("vue").PropType<"
|
|
5362
|
-
xs?: "
|
|
5363
|
-
sm?: "
|
|
5364
|
-
md?: "
|
|
5365
|
-
lg?: "
|
|
5366
|
-
xl?: "
|
|
5367
|
-
xxl?: "
|
|
5361
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5362
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5363
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5364
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5365
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5366
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5367
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5368
5368
|
}>;
|
|
5369
|
-
default: "
|
|
5370
|
-
xs?: "
|
|
5371
|
-
sm?: "
|
|
5372
|
-
md?: "
|
|
5373
|
-
lg?: "
|
|
5374
|
-
xl?: "
|
|
5375
|
-
xxl?: "
|
|
5369
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5370
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5371
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5372
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5373
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5374
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5375
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5376
5376
|
};
|
|
5377
5377
|
};
|
|
5378
5378
|
justify: {
|
|
5379
|
-
type: import("vue").PropType<"start" | "
|
|
5380
|
-
xs?: "start" | "
|
|
5381
|
-
sm?: "start" | "
|
|
5382
|
-
md?: "start" | "
|
|
5383
|
-
lg?: "start" | "
|
|
5384
|
-
xl?: "start" | "
|
|
5385
|
-
xxl?: "start" | "
|
|
5379
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5380
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5381
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5382
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5383
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5384
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5385
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5386
5386
|
}>;
|
|
5387
|
-
default: "start" | "
|
|
5388
|
-
xs?: "start" | "
|
|
5389
|
-
sm?: "start" | "
|
|
5390
|
-
md?: "start" | "
|
|
5391
|
-
lg?: "start" | "
|
|
5392
|
-
xl?: "start" | "
|
|
5393
|
-
xxl?: "start" | "
|
|
5387
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5388
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5389
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5390
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5391
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5392
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5393
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5394
5394
|
};
|
|
5395
5395
|
};
|
|
5396
5396
|
prefixCls: StringConstructor;
|
|
@@ -5404,39 +5404,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5404
5404
|
};
|
|
5405
5405
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5406
5406
|
align: {
|
|
5407
|
-
type: import("vue").PropType<"
|
|
5408
|
-
xs?: "
|
|
5409
|
-
sm?: "
|
|
5410
|
-
md?: "
|
|
5411
|
-
lg?: "
|
|
5412
|
-
xl?: "
|
|
5413
|
-
xxl?: "
|
|
5407
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5408
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5409
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5410
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5411
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5412
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5413
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5414
5414
|
}>;
|
|
5415
|
-
default: "
|
|
5416
|
-
xs?: "
|
|
5417
|
-
sm?: "
|
|
5418
|
-
md?: "
|
|
5419
|
-
lg?: "
|
|
5420
|
-
xl?: "
|
|
5421
|
-
xxl?: "
|
|
5415
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5416
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5417
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5418
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5419
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5420
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5421
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5422
5422
|
};
|
|
5423
5423
|
};
|
|
5424
5424
|
justify: {
|
|
5425
|
-
type: import("vue").PropType<"start" | "
|
|
5426
|
-
xs?: "start" | "
|
|
5427
|
-
sm?: "start" | "
|
|
5428
|
-
md?: "start" | "
|
|
5429
|
-
lg?: "start" | "
|
|
5430
|
-
xl?: "start" | "
|
|
5431
|
-
xxl?: "start" | "
|
|
5425
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5426
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5427
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5428
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5429
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5430
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5431
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5432
5432
|
}>;
|
|
5433
|
-
default: "start" | "
|
|
5434
|
-
xs?: "start" | "
|
|
5435
|
-
sm?: "start" | "
|
|
5436
|
-
md?: "start" | "
|
|
5437
|
-
lg?: "start" | "
|
|
5438
|
-
xl?: "start" | "
|
|
5439
|
-
xxl?: "start" | "
|
|
5433
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5434
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5435
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5436
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5437
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5438
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5439
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5440
5440
|
};
|
|
5441
5441
|
};
|
|
5442
5442
|
prefixCls: StringConstructor;
|
|
@@ -5654,8 +5654,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5654
5654
|
default: string | string[];
|
|
5655
5655
|
};
|
|
5656
5656
|
size: {
|
|
5657
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5658
|
-
default: import("ant-design-vue/es/
|
|
5657
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5658
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5659
5659
|
};
|
|
5660
5660
|
disabled: {
|
|
5661
5661
|
type: BooleanConstructor;
|
|
@@ -5686,39 +5686,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5686
5686
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5687
5687
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5688
5688
|
align: {
|
|
5689
|
-
type: import("vue").PropType<"
|
|
5690
|
-
xs?: "
|
|
5691
|
-
sm?: "
|
|
5692
|
-
md?: "
|
|
5693
|
-
lg?: "
|
|
5694
|
-
xl?: "
|
|
5695
|
-
xxl?: "
|
|
5689
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5690
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5691
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5692
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5693
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5694
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5695
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5696
5696
|
}>;
|
|
5697
|
-
default: "
|
|
5698
|
-
xs?: "
|
|
5699
|
-
sm?: "
|
|
5700
|
-
md?: "
|
|
5701
|
-
lg?: "
|
|
5702
|
-
xl?: "
|
|
5703
|
-
xxl?: "
|
|
5697
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5698
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5699
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5700
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5701
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5702
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5703
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5704
5704
|
};
|
|
5705
5705
|
};
|
|
5706
5706
|
justify: {
|
|
5707
|
-
type: import("vue").PropType<"start" | "
|
|
5708
|
-
xs?: "start" | "
|
|
5709
|
-
sm?: "start" | "
|
|
5710
|
-
md?: "start" | "
|
|
5711
|
-
lg?: "start" | "
|
|
5712
|
-
xl?: "start" | "
|
|
5713
|
-
xxl?: "start" | "
|
|
5707
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5708
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5709
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5710
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5711
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5712
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5713
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5714
5714
|
}>;
|
|
5715
|
-
default: "start" | "
|
|
5716
|
-
xs?: "start" | "
|
|
5717
|
-
sm?: "start" | "
|
|
5718
|
-
md?: "start" | "
|
|
5719
|
-
lg?: "start" | "
|
|
5720
|
-
xl?: "start" | "
|
|
5721
|
-
xxl?: "start" | "
|
|
5715
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5716
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5717
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5718
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5719
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5720
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5721
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5722
5722
|
};
|
|
5723
5723
|
};
|
|
5724
5724
|
prefixCls: StringConstructor;
|
|
@@ -5940,8 +5940,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5940
5940
|
default: string | string[];
|
|
5941
5941
|
};
|
|
5942
5942
|
size: {
|
|
5943
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5944
|
-
default: import("ant-design-vue/es/
|
|
5943
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5944
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5945
5945
|
};
|
|
5946
5946
|
disabled: {
|
|
5947
5947
|
type: BooleanConstructor;
|
|
@@ -6163,8 +6163,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6163
6163
|
default: string | string[];
|
|
6164
6164
|
};
|
|
6165
6165
|
size: {
|
|
6166
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6167
|
-
default: import("ant-design-vue/es/
|
|
6166
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6167
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6168
6168
|
};
|
|
6169
6169
|
disabled: {
|
|
6170
6170
|
type: BooleanConstructor;
|
|
@@ -6386,8 +6386,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6386
6386
|
default: string | string[];
|
|
6387
6387
|
};
|
|
6388
6388
|
size: {
|
|
6389
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6390
|
-
default: import("ant-design-vue/es/
|
|
6389
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6390
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6391
6391
|
};
|
|
6392
6392
|
disabled: {
|
|
6393
6393
|
type: BooleanConstructor;
|
|
@@ -6609,8 +6609,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
6609
6609
|
default: string | string[];
|
|
6610
6610
|
};
|
|
6611
6611
|
size: {
|
|
6612
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6613
|
-
default: import("ant-design-vue/es/
|
|
6612
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6613
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6614
6614
|
};
|
|
6615
6615
|
disabled: {
|
|
6616
6616
|
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;
|
|
@@ -7073,8 +7073,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7073
7073
|
default: string | string[];
|
|
7074
7074
|
};
|
|
7075
7075
|
size: {
|
|
7076
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7077
|
-
default: import("ant-design-vue/es/
|
|
7076
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7077
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7078
7078
|
};
|
|
7079
7079
|
disabled: {
|
|
7080
7080
|
type: BooleanConstructor;
|
|
@@ -7296,8 +7296,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7296
7296
|
default: string | string[];
|
|
7297
7297
|
};
|
|
7298
7298
|
size: {
|
|
7299
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7300
|
-
default: import("ant-design-vue/es/
|
|
7299
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7300
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7301
7301
|
};
|
|
7302
7302
|
disabled: {
|
|
7303
7303
|
type: BooleanConstructor;
|
|
@@ -7519,8 +7519,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7519
7519
|
default: string | string[];
|
|
7520
7520
|
};
|
|
7521
7521
|
size: {
|
|
7522
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7523
|
-
default: import("ant-design-vue/es/
|
|
7522
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7523
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7524
7524
|
};
|
|
7525
7525
|
disabled: {
|
|
7526
7526
|
type: BooleanConstructor;
|
|
@@ -7742,8 +7742,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7742
7742
|
default: string | string[];
|
|
7743
7743
|
};
|
|
7744
7744
|
size: {
|
|
7745
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7746
|
-
default: import("ant-design-vue/es/
|
|
7745
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7746
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7747
7747
|
};
|
|
7748
7748
|
disabled: {
|
|
7749
7749
|
type: BooleanConstructor;
|
|
@@ -7975,8 +7975,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7975
7975
|
default: string | string[];
|
|
7976
7976
|
};
|
|
7977
7977
|
size: {
|
|
7978
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7979
|
-
default: import("ant-design-vue/es/
|
|
7978
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7979
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7980
7980
|
};
|
|
7981
7981
|
disabled: {
|
|
7982
7982
|
type: BooleanConstructor;
|
|
@@ -8229,8 +8229,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8229
8229
|
default: string | string[];
|
|
8230
8230
|
};
|
|
8231
8231
|
size: {
|
|
8232
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8233
|
-
default: import("ant-design-vue/es/
|
|
8232
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8233
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8234
8234
|
};
|
|
8235
8235
|
disabled: {
|
|
8236
8236
|
type: BooleanConstructor;
|
|
@@ -8452,8 +8452,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8452
8452
|
default: string | string[];
|
|
8453
8453
|
};
|
|
8454
8454
|
size: {
|
|
8455
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8456
|
-
default: import("ant-design-vue/es/
|
|
8455
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8456
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8457
8457
|
};
|
|
8458
8458
|
disabled: {
|
|
8459
8459
|
type: BooleanConstructor;
|
|
@@ -8675,8 +8675,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8675
8675
|
default: string | string[];
|
|
8676
8676
|
};
|
|
8677
8677
|
size: {
|
|
8678
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8679
|
-
default: import("ant-design-vue/es/
|
|
8678
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8679
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8680
8680
|
};
|
|
8681
8681
|
disabled: {
|
|
8682
8682
|
type: BooleanConstructor;
|
|
@@ -8898,8 +8898,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8898
8898
|
default: string | string[];
|
|
8899
8899
|
};
|
|
8900
8900
|
size: {
|
|
8901
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8902
|
-
default: import("ant-design-vue/es/
|
|
8901
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8902
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8903
8903
|
};
|
|
8904
8904
|
disabled: {
|
|
8905
8905
|
type: BooleanConstructor;
|
|
@@ -9133,8 +9133,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9133
9133
|
default: string | string[];
|
|
9134
9134
|
};
|
|
9135
9135
|
size: {
|
|
9136
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9137
|
-
default: import("ant-design-vue/es/
|
|
9136
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9137
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9138
9138
|
};
|
|
9139
9139
|
disabled: {
|
|
9140
9140
|
type: BooleanConstructor;
|
|
@@ -9365,8 +9365,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9365
9365
|
default: string | string[];
|
|
9366
9366
|
};
|
|
9367
9367
|
size: {
|
|
9368
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9369
|
-
default: import("ant-design-vue/es/
|
|
9368
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9369
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9370
9370
|
};
|
|
9371
9371
|
disabled: {
|
|
9372
9372
|
type: BooleanConstructor;
|
|
@@ -9588,8 +9588,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9588
9588
|
default: string | string[];
|
|
9589
9589
|
};
|
|
9590
9590
|
size: {
|
|
9591
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9592
|
-
default: import("ant-design-vue/es/
|
|
9591
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9592
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9593
9593
|
};
|
|
9594
9594
|
disabled: {
|
|
9595
9595
|
type: BooleanConstructor;
|
|
@@ -9811,8 +9811,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9811
9811
|
default: string | string[];
|
|
9812
9812
|
};
|
|
9813
9813
|
size: {
|
|
9814
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9815
|
-
default: import("ant-design-vue/es/
|
|
9814
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9815
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9816
9816
|
};
|
|
9817
9817
|
disabled: {
|
|
9818
9818
|
type: BooleanConstructor;
|
|
@@ -10034,8 +10034,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
10034
10034
|
default: string | string[];
|
|
10035
10035
|
};
|
|
10036
10036
|
size: {
|
|
10037
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10038
|
-
default: import("ant-design-vue/es/
|
|
10037
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10038
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10039
10039
|
};
|
|
10040
10040
|
disabled: {
|
|
10041
10041
|
type: BooleanConstructor;
|
|
@@ -10269,8 +10269,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
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;
|
|
@@ -10498,8 +10498,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10498
10498
|
default: string | string[];
|
|
10499
10499
|
};
|
|
10500
10500
|
size: {
|
|
10501
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10502
|
-
default: import("ant-design-vue/es/
|
|
10501
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10502
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10503
10503
|
};
|
|
10504
10504
|
disabled: {
|
|
10505
10505
|
type: BooleanConstructor;
|
|
@@ -10721,8 +10721,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10721
10721
|
default: string | string[];
|
|
10722
10722
|
};
|
|
10723
10723
|
size: {
|
|
10724
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10725
|
-
default: import("ant-design-vue/es/
|
|
10724
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10725
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10726
10726
|
};
|
|
10727
10727
|
disabled: {
|
|
10728
10728
|
type: BooleanConstructor;
|
|
@@ -10944,8 +10944,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
10944
10944
|
default: string | string[];
|
|
10945
10945
|
};
|
|
10946
10946
|
size: {
|
|
10947
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10948
|
-
default: import("ant-design-vue/es/
|
|
10947
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10948
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10949
10949
|
};
|
|
10950
10950
|
disabled: {
|
|
10951
10951
|
type: BooleanConstructor;
|
|
@@ -11167,8 +11167,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11167
11167
|
default: string | string[];
|
|
11168
11168
|
};
|
|
11169
11169
|
size: {
|
|
11170
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11171
|
-
default: import("ant-design-vue/es/
|
|
11170
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11171
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11172
11172
|
};
|
|
11173
11173
|
disabled: {
|
|
11174
11174
|
type: BooleanConstructor;
|
|
@@ -11398,8 +11398,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11398
11398
|
default: string | string[];
|
|
11399
11399
|
};
|
|
11400
11400
|
size: {
|
|
11401
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11402
|
-
default: import("ant-design-vue/es/
|
|
11401
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11402
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11403
11403
|
};
|
|
11404
11404
|
disabled: {
|
|
11405
11405
|
type: BooleanConstructor;
|
|
@@ -11648,8 +11648,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11648
11648
|
default: string | string[];
|
|
11649
11649
|
};
|
|
11650
11650
|
size: {
|
|
11651
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11652
|
-
default: import("ant-design-vue/es/
|
|
11651
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11652
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11653
11653
|
};
|
|
11654
11654
|
disabled: {
|
|
11655
11655
|
type: BooleanConstructor;
|
|
@@ -11871,8 +11871,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11871
11871
|
default: string | string[];
|
|
11872
11872
|
};
|
|
11873
11873
|
size: {
|
|
11874
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
11875
|
-
default: import("ant-design-vue/es/
|
|
11874
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
11875
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
11876
11876
|
};
|
|
11877
11877
|
disabled: {
|
|
11878
11878
|
type: BooleanConstructor;
|
|
@@ -12094,8 +12094,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12094
12094
|
default: string | string[];
|
|
12095
12095
|
};
|
|
12096
12096
|
size: {
|
|
12097
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12098
|
-
default: import("ant-design-vue/es/
|
|
12097
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12098
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12099
12099
|
};
|
|
12100
12100
|
disabled: {
|
|
12101
12101
|
type: BooleanConstructor;
|
|
@@ -12317,8 +12317,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12317
12317
|
default: string | string[];
|
|
12318
12318
|
};
|
|
12319
12319
|
size: {
|
|
12320
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12321
|
-
default: import("ant-design-vue/es/
|
|
12320
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12321
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12322
12322
|
};
|
|
12323
12323
|
disabled: {
|
|
12324
12324
|
type: BooleanConstructor;
|
|
@@ -12350,39 +12350,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12350
12350
|
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>;
|
|
12351
12351
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12352
12352
|
align: {
|
|
12353
|
-
type: import("vue").PropType<"
|
|
12354
|
-
xs?: "
|
|
12355
|
-
sm?: "
|
|
12356
|
-
md?: "
|
|
12357
|
-
lg?: "
|
|
12358
|
-
xl?: "
|
|
12359
|
-
xxl?: "
|
|
12353
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12354
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12355
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12356
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12357
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12358
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12359
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12360
12360
|
}>;
|
|
12361
|
-
default: "
|
|
12362
|
-
xs?: "
|
|
12363
|
-
sm?: "
|
|
12364
|
-
md?: "
|
|
12365
|
-
lg?: "
|
|
12366
|
-
xl?: "
|
|
12367
|
-
xxl?: "
|
|
12361
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12362
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12363
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12364
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12365
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12366
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12367
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12368
12368
|
};
|
|
12369
12369
|
};
|
|
12370
12370
|
justify: {
|
|
12371
|
-
type: import("vue").PropType<"start" | "
|
|
12372
|
-
xs?: "start" | "
|
|
12373
|
-
sm?: "start" | "
|
|
12374
|
-
md?: "start" | "
|
|
12375
|
-
lg?: "start" | "
|
|
12376
|
-
xl?: "start" | "
|
|
12377
|
-
xxl?: "start" | "
|
|
12371
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12372
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12373
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12374
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12375
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12376
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12377
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12378
12378
|
}>;
|
|
12379
|
-
default: "start" | "
|
|
12380
|
-
xs?: "start" | "
|
|
12381
|
-
sm?: "start" | "
|
|
12382
|
-
md?: "start" | "
|
|
12383
|
-
lg?: "start" | "
|
|
12384
|
-
xl?: "start" | "
|
|
12385
|
-
xxl?: "start" | "
|
|
12379
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12380
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12381
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12382
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12383
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12384
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12385
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12386
12386
|
};
|
|
12387
12387
|
};
|
|
12388
12388
|
prefixCls: StringConstructor;
|
|
@@ -12396,39 +12396,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12396
12396
|
};
|
|
12397
12397
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12398
12398
|
align: {
|
|
12399
|
-
type: import("vue").PropType<"
|
|
12400
|
-
xs?: "
|
|
12401
|
-
sm?: "
|
|
12402
|
-
md?: "
|
|
12403
|
-
lg?: "
|
|
12404
|
-
xl?: "
|
|
12405
|
-
xxl?: "
|
|
12399
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12400
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12401
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12402
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12403
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12404
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12405
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12406
12406
|
}>;
|
|
12407
|
-
default: "
|
|
12408
|
-
xs?: "
|
|
12409
|
-
sm?: "
|
|
12410
|
-
md?: "
|
|
12411
|
-
lg?: "
|
|
12412
|
-
xl?: "
|
|
12413
|
-
xxl?: "
|
|
12407
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12408
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12409
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12410
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12411
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12412
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12413
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12414
12414
|
};
|
|
12415
12415
|
};
|
|
12416
12416
|
justify: {
|
|
12417
|
-
type: import("vue").PropType<"start" | "
|
|
12418
|
-
xs?: "start" | "
|
|
12419
|
-
sm?: "start" | "
|
|
12420
|
-
md?: "start" | "
|
|
12421
|
-
lg?: "start" | "
|
|
12422
|
-
xl?: "start" | "
|
|
12423
|
-
xxl?: "start" | "
|
|
12417
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12418
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12419
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12420
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12421
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12422
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12423
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12424
12424
|
}>;
|
|
12425
|
-
default: "start" | "
|
|
12426
|
-
xs?: "start" | "
|
|
12427
|
-
sm?: "start" | "
|
|
12428
|
-
md?: "start" | "
|
|
12429
|
-
lg?: "start" | "
|
|
12430
|
-
xl?: "start" | "
|
|
12431
|
-
xxl?: "start" | "
|
|
12425
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12426
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12427
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12428
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12429
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12430
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12431
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12432
12432
|
};
|
|
12433
12433
|
};
|
|
12434
12434
|
prefixCls: StringConstructor;
|
|
@@ -12442,39 +12442,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12442
12442
|
};
|
|
12443
12443
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12444
12444
|
align: {
|
|
12445
|
-
type: import("vue").PropType<"
|
|
12446
|
-
xs?: "
|
|
12447
|
-
sm?: "
|
|
12448
|
-
md?: "
|
|
12449
|
-
lg?: "
|
|
12450
|
-
xl?: "
|
|
12451
|
-
xxl?: "
|
|
12445
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12446
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12447
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12448
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12449
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12450
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12451
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12452
12452
|
}>;
|
|
12453
|
-
default: "
|
|
12454
|
-
xs?: "
|
|
12455
|
-
sm?: "
|
|
12456
|
-
md?: "
|
|
12457
|
-
lg?: "
|
|
12458
|
-
xl?: "
|
|
12459
|
-
xxl?: "
|
|
12453
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12454
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12455
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12456
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12457
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12458
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12459
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12460
12460
|
};
|
|
12461
12461
|
};
|
|
12462
12462
|
justify: {
|
|
12463
|
-
type: import("vue").PropType<"start" | "
|
|
12464
|
-
xs?: "start" | "
|
|
12465
|
-
sm?: "start" | "
|
|
12466
|
-
md?: "start" | "
|
|
12467
|
-
lg?: "start" | "
|
|
12468
|
-
xl?: "start" | "
|
|
12469
|
-
xxl?: "start" | "
|
|
12463
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12464
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12465
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12466
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12467
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12468
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12469
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12470
12470
|
}>;
|
|
12471
|
-
default: "start" | "
|
|
12472
|
-
xs?: "start" | "
|
|
12473
|
-
sm?: "start" | "
|
|
12474
|
-
md?: "start" | "
|
|
12475
|
-
lg?: "start" | "
|
|
12476
|
-
xl?: "start" | "
|
|
12477
|
-
xxl?: "start" | "
|
|
12471
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12472
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12473
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12474
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12475
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12476
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12477
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12478
12478
|
};
|
|
12479
12479
|
};
|
|
12480
12480
|
prefixCls: StringConstructor;
|
|
@@ -12488,39 +12488,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12488
12488
|
};
|
|
12489
12489
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12490
12490
|
align: {
|
|
12491
|
-
type: import("vue").PropType<"
|
|
12492
|
-
xs?: "
|
|
12493
|
-
sm?: "
|
|
12494
|
-
md?: "
|
|
12495
|
-
lg?: "
|
|
12496
|
-
xl?: "
|
|
12497
|
-
xxl?: "
|
|
12491
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12492
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12493
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12494
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12495
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12496
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12497
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12498
12498
|
}>;
|
|
12499
|
-
default: "
|
|
12500
|
-
xs?: "
|
|
12501
|
-
sm?: "
|
|
12502
|
-
md?: "
|
|
12503
|
-
lg?: "
|
|
12504
|
-
xl?: "
|
|
12505
|
-
xxl?: "
|
|
12499
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12500
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12501
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12502
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12503
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12504
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12505
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12506
12506
|
};
|
|
12507
12507
|
};
|
|
12508
12508
|
justify: {
|
|
12509
|
-
type: import("vue").PropType<"start" | "
|
|
12510
|
-
xs?: "start" | "
|
|
12511
|
-
sm?: "start" | "
|
|
12512
|
-
md?: "start" | "
|
|
12513
|
-
lg?: "start" | "
|
|
12514
|
-
xl?: "start" | "
|
|
12515
|
-
xxl?: "start" | "
|
|
12509
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12510
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12511
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12512
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12513
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12514
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12515
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12516
12516
|
}>;
|
|
12517
|
-
default: "start" | "
|
|
12518
|
-
xs?: "start" | "
|
|
12519
|
-
sm?: "start" | "
|
|
12520
|
-
md?: "start" | "
|
|
12521
|
-
lg?: "start" | "
|
|
12522
|
-
xl?: "start" | "
|
|
12523
|
-
xxl?: "start" | "
|
|
12517
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12518
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12519
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12520
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12521
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12522
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12523
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12524
12524
|
};
|
|
12525
12525
|
};
|
|
12526
12526
|
prefixCls: StringConstructor;
|
|
@@ -12737,8 +12737,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12737
12737
|
default: string | string[];
|
|
12738
12738
|
};
|
|
12739
12739
|
size: {
|
|
12740
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
12741
|
-
default: import("ant-design-vue/es/
|
|
12740
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
12741
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
12742
12742
|
};
|
|
12743
12743
|
disabled: {
|
|
12744
12744
|
type: BooleanConstructor;
|
|
@@ -12769,39 +12769,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12769
12769
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12770
12770
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12771
12771
|
align: {
|
|
12772
|
-
type: import("vue").PropType<"
|
|
12773
|
-
xs?: "
|
|
12774
|
-
sm?: "
|
|
12775
|
-
md?: "
|
|
12776
|
-
lg?: "
|
|
12777
|
-
xl?: "
|
|
12778
|
-
xxl?: "
|
|
12772
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12773
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12774
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12775
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12776
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12777
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12778
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12779
12779
|
}>;
|
|
12780
|
-
default: "
|
|
12781
|
-
xs?: "
|
|
12782
|
-
sm?: "
|
|
12783
|
-
md?: "
|
|
12784
|
-
lg?: "
|
|
12785
|
-
xl?: "
|
|
12786
|
-
xxl?: "
|
|
12780
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12781
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12782
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12783
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12784
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12785
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12786
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12787
12787
|
};
|
|
12788
12788
|
};
|
|
12789
12789
|
justify: {
|
|
12790
|
-
type: import("vue").PropType<"start" | "
|
|
12791
|
-
xs?: "start" | "
|
|
12792
|
-
sm?: "start" | "
|
|
12793
|
-
md?: "start" | "
|
|
12794
|
-
lg?: "start" | "
|
|
12795
|
-
xl?: "start" | "
|
|
12796
|
-
xxl?: "start" | "
|
|
12790
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12791
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12792
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12793
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12794
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12795
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12796
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12797
12797
|
}>;
|
|
12798
|
-
default: "start" | "
|
|
12799
|
-
xs?: "start" | "
|
|
12800
|
-
sm?: "start" | "
|
|
12801
|
-
md?: "start" | "
|
|
12802
|
-
lg?: "start" | "
|
|
12803
|
-
xl?: "start" | "
|
|
12804
|
-
xxl?: "start" | "
|
|
12798
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
12799
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12800
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12801
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12802
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12803
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12804
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
12805
12805
|
};
|
|
12806
12806
|
};
|
|
12807
12807
|
prefixCls: StringConstructor;
|
|
@@ -12920,7 +12920,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12920
12920
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
12921
12921
|
computedFormOptions: import("vue").ComputedRef<{
|
|
12922
12922
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
12923
|
-
size?: import("ant-design-vue/es/
|
|
12923
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
12924
12924
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12925
12925
|
span: (StringConstructor | NumberConstructor)[];
|
|
12926
12926
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -13274,8 +13274,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13274
13274
|
default: string | string[];
|
|
13275
13275
|
};
|
|
13276
13276
|
size: {
|
|
13277
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13278
|
-
default: import("ant-design-vue/es/
|
|
13277
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13278
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13279
13279
|
};
|
|
13280
13280
|
disabled: {
|
|
13281
13281
|
type: BooleanConstructor;
|
|
@@ -13497,8 +13497,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13497
13497
|
default: string | string[];
|
|
13498
13498
|
};
|
|
13499
13499
|
size: {
|
|
13500
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13501
|
-
default: import("ant-design-vue/es/
|
|
13500
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13501
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13502
13502
|
};
|
|
13503
13503
|
disabled: {
|
|
13504
13504
|
type: BooleanConstructor;
|
|
@@ -13720,8 +13720,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13720
13720
|
default: string | string[];
|
|
13721
13721
|
};
|
|
13722
13722
|
size: {
|
|
13723
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13724
|
-
default: import("ant-design-vue/es/
|
|
13723
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13724
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13725
13725
|
};
|
|
13726
13726
|
disabled: {
|
|
13727
13727
|
type: BooleanConstructor;
|
|
@@ -13943,8 +13943,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13943
13943
|
default: string | string[];
|
|
13944
13944
|
};
|
|
13945
13945
|
size: {
|
|
13946
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
13947
|
-
default: import("ant-design-vue/es/
|
|
13946
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
13947
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
13948
13948
|
};
|
|
13949
13949
|
disabled: {
|
|
13950
13950
|
type: BooleanConstructor;
|
|
@@ -13976,39 +13976,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13976
13976
|
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>;
|
|
13977
13977
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13978
13978
|
align: {
|
|
13979
|
-
type: import("vue").PropType<"
|
|
13980
|
-
xs?: "
|
|
13981
|
-
sm?: "
|
|
13982
|
-
md?: "
|
|
13983
|
-
lg?: "
|
|
13984
|
-
xl?: "
|
|
13985
|
-
xxl?: "
|
|
13979
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13980
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13981
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13982
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13983
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13984
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13985
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13986
13986
|
}>;
|
|
13987
|
-
default: "
|
|
13988
|
-
xs?: "
|
|
13989
|
-
sm?: "
|
|
13990
|
-
md?: "
|
|
13991
|
-
lg?: "
|
|
13992
|
-
xl?: "
|
|
13993
|
-
xxl?: "
|
|
13987
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13988
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13989
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13990
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13991
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13992
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13993
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13994
13994
|
};
|
|
13995
13995
|
};
|
|
13996
13996
|
justify: {
|
|
13997
|
-
type: import("vue").PropType<"start" | "
|
|
13998
|
-
xs?: "start" | "
|
|
13999
|
-
sm?: "start" | "
|
|
14000
|
-
md?: "start" | "
|
|
14001
|
-
lg?: "start" | "
|
|
14002
|
-
xl?: "start" | "
|
|
14003
|
-
xxl?: "start" | "
|
|
13997
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
13998
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
13999
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14000
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14001
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14002
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14003
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14004
14004
|
}>;
|
|
14005
|
-
default: "start" | "
|
|
14006
|
-
xs?: "start" | "
|
|
14007
|
-
sm?: "start" | "
|
|
14008
|
-
md?: "start" | "
|
|
14009
|
-
lg?: "start" | "
|
|
14010
|
-
xl?: "start" | "
|
|
14011
|
-
xxl?: "start" | "
|
|
14005
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14006
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14007
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14008
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14009
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14010
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14011
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14012
14012
|
};
|
|
14013
14013
|
};
|
|
14014
14014
|
prefixCls: StringConstructor;
|
|
@@ -14022,39 +14022,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14022
14022
|
};
|
|
14023
14023
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14024
14024
|
align: {
|
|
14025
|
-
type: import("vue").PropType<"
|
|
14026
|
-
xs?: "
|
|
14027
|
-
sm?: "
|
|
14028
|
-
md?: "
|
|
14029
|
-
lg?: "
|
|
14030
|
-
xl?: "
|
|
14031
|
-
xxl?: "
|
|
14025
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14026
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14027
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14028
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14029
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14030
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14031
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14032
14032
|
}>;
|
|
14033
|
-
default: "
|
|
14034
|
-
xs?: "
|
|
14035
|
-
sm?: "
|
|
14036
|
-
md?: "
|
|
14037
|
-
lg?: "
|
|
14038
|
-
xl?: "
|
|
14039
|
-
xxl?: "
|
|
14033
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14034
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14035
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14036
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14037
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14038
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14039
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14040
14040
|
};
|
|
14041
14041
|
};
|
|
14042
14042
|
justify: {
|
|
14043
|
-
type: import("vue").PropType<"start" | "
|
|
14044
|
-
xs?: "start" | "
|
|
14045
|
-
sm?: "start" | "
|
|
14046
|
-
md?: "start" | "
|
|
14047
|
-
lg?: "start" | "
|
|
14048
|
-
xl?: "start" | "
|
|
14049
|
-
xxl?: "start" | "
|
|
14043
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14044
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14045
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14046
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14047
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14048
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14049
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14050
14050
|
}>;
|
|
14051
|
-
default: "start" | "
|
|
14052
|
-
xs?: "start" | "
|
|
14053
|
-
sm?: "start" | "
|
|
14054
|
-
md?: "start" | "
|
|
14055
|
-
lg?: "start" | "
|
|
14056
|
-
xl?: "start" | "
|
|
14057
|
-
xxl?: "start" | "
|
|
14051
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14052
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14053
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14054
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14055
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14056
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14057
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14058
14058
|
};
|
|
14059
14059
|
};
|
|
14060
14060
|
prefixCls: StringConstructor;
|
|
@@ -14068,39 +14068,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14068
14068
|
};
|
|
14069
14069
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14070
14070
|
align: {
|
|
14071
|
-
type: import("vue").PropType<"
|
|
14072
|
-
xs?: "
|
|
14073
|
-
sm?: "
|
|
14074
|
-
md?: "
|
|
14075
|
-
lg?: "
|
|
14076
|
-
xl?: "
|
|
14077
|
-
xxl?: "
|
|
14071
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14072
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14073
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14074
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14075
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14076
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14077
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14078
14078
|
}>;
|
|
14079
|
-
default: "
|
|
14080
|
-
xs?: "
|
|
14081
|
-
sm?: "
|
|
14082
|
-
md?: "
|
|
14083
|
-
lg?: "
|
|
14084
|
-
xl?: "
|
|
14085
|
-
xxl?: "
|
|
14079
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14080
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14081
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14082
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14083
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14084
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14085
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14086
14086
|
};
|
|
14087
14087
|
};
|
|
14088
14088
|
justify: {
|
|
14089
|
-
type: import("vue").PropType<"start" | "
|
|
14090
|
-
xs?: "start" | "
|
|
14091
|
-
sm?: "start" | "
|
|
14092
|
-
md?: "start" | "
|
|
14093
|
-
lg?: "start" | "
|
|
14094
|
-
xl?: "start" | "
|
|
14095
|
-
xxl?: "start" | "
|
|
14089
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14090
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14091
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14092
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14093
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14094
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14095
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14096
14096
|
}>;
|
|
14097
|
-
default: "start" | "
|
|
14098
|
-
xs?: "start" | "
|
|
14099
|
-
sm?: "start" | "
|
|
14100
|
-
md?: "start" | "
|
|
14101
|
-
lg?: "start" | "
|
|
14102
|
-
xl?: "start" | "
|
|
14103
|
-
xxl?: "start" | "
|
|
14097
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14098
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14099
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14100
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14101
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14102
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14103
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14104
14104
|
};
|
|
14105
14105
|
};
|
|
14106
14106
|
prefixCls: StringConstructor;
|
|
@@ -14114,39 +14114,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14114
14114
|
};
|
|
14115
14115
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14116
14116
|
align: {
|
|
14117
|
-
type: import("vue").PropType<"
|
|
14118
|
-
xs?: "
|
|
14119
|
-
sm?: "
|
|
14120
|
-
md?: "
|
|
14121
|
-
lg?: "
|
|
14122
|
-
xl?: "
|
|
14123
|
-
xxl?: "
|
|
14117
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14118
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14119
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14120
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14121
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14122
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14123
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14124
14124
|
}>;
|
|
14125
|
-
default: "
|
|
14126
|
-
xs?: "
|
|
14127
|
-
sm?: "
|
|
14128
|
-
md?: "
|
|
14129
|
-
lg?: "
|
|
14130
|
-
xl?: "
|
|
14131
|
-
xxl?: "
|
|
14125
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14126
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14127
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14128
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14129
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14130
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14131
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14132
14132
|
};
|
|
14133
14133
|
};
|
|
14134
14134
|
justify: {
|
|
14135
|
-
type: import("vue").PropType<"start" | "
|
|
14136
|
-
xs?: "start" | "
|
|
14137
|
-
sm?: "start" | "
|
|
14138
|
-
md?: "start" | "
|
|
14139
|
-
lg?: "start" | "
|
|
14140
|
-
xl?: "start" | "
|
|
14141
|
-
xxl?: "start" | "
|
|
14135
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14136
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14137
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14138
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14139
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14140
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14141
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14142
14142
|
}>;
|
|
14143
|
-
default: "start" | "
|
|
14144
|
-
xs?: "start" | "
|
|
14145
|
-
sm?: "start" | "
|
|
14146
|
-
md?: "start" | "
|
|
14147
|
-
lg?: "start" | "
|
|
14148
|
-
xl?: "start" | "
|
|
14149
|
-
xxl?: "start" | "
|
|
14143
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14144
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14145
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14146
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14147
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14148
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14149
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14150
14150
|
};
|
|
14151
14151
|
};
|
|
14152
14152
|
prefixCls: StringConstructor;
|
|
@@ -14364,8 +14364,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14364
14364
|
default: string | string[];
|
|
14365
14365
|
};
|
|
14366
14366
|
size: {
|
|
14367
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14368
|
-
default: import("ant-design-vue/es/
|
|
14367
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14368
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14369
14369
|
};
|
|
14370
14370
|
disabled: {
|
|
14371
14371
|
type: BooleanConstructor;
|
|
@@ -14396,39 +14396,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14396
14396
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14397
14397
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14398
14398
|
align: {
|
|
14399
|
-
type: import("vue").PropType<"
|
|
14400
|
-
xs?: "
|
|
14401
|
-
sm?: "
|
|
14402
|
-
md?: "
|
|
14403
|
-
lg?: "
|
|
14404
|
-
xl?: "
|
|
14405
|
-
xxl?: "
|
|
14399
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14400
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14401
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14402
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14403
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14404
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14405
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14406
14406
|
}>;
|
|
14407
|
-
default: "
|
|
14408
|
-
xs?: "
|
|
14409
|
-
sm?: "
|
|
14410
|
-
md?: "
|
|
14411
|
-
lg?: "
|
|
14412
|
-
xl?: "
|
|
14413
|
-
xxl?: "
|
|
14407
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14408
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14409
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14410
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14411
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14412
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14413
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14414
14414
|
};
|
|
14415
14415
|
};
|
|
14416
14416
|
justify: {
|
|
14417
|
-
type: import("vue").PropType<"start" | "
|
|
14418
|
-
xs?: "start" | "
|
|
14419
|
-
sm?: "start" | "
|
|
14420
|
-
md?: "start" | "
|
|
14421
|
-
lg?: "start" | "
|
|
14422
|
-
xl?: "start" | "
|
|
14423
|
-
xxl?: "start" | "
|
|
14417
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14418
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14419
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14420
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14421
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14422
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14423
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14424
14424
|
}>;
|
|
14425
|
-
default: "start" | "
|
|
14426
|
-
xs?: "start" | "
|
|
14427
|
-
sm?: "start" | "
|
|
14428
|
-
md?: "start" | "
|
|
14429
|
-
lg?: "start" | "
|
|
14430
|
-
xl?: "start" | "
|
|
14431
|
-
xxl?: "start" | "
|
|
14425
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
14426
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14427
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14428
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14429
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14430
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14431
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
14432
14432
|
};
|
|
14433
14433
|
};
|
|
14434
14434
|
prefixCls: StringConstructor;
|
|
@@ -14650,8 +14650,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14650
14650
|
default: string | string[];
|
|
14651
14651
|
};
|
|
14652
14652
|
size: {
|
|
14653
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14654
|
-
default: import("ant-design-vue/es/
|
|
14653
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14654
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14655
14655
|
};
|
|
14656
14656
|
disabled: {
|
|
14657
14657
|
type: BooleanConstructor;
|
|
@@ -14873,8 +14873,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14873
14873
|
default: string | string[];
|
|
14874
14874
|
};
|
|
14875
14875
|
size: {
|
|
14876
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
14877
|
-
default: import("ant-design-vue/es/
|
|
14876
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
14877
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
14878
14878
|
};
|
|
14879
14879
|
disabled: {
|
|
14880
14880
|
type: BooleanConstructor;
|
|
@@ -15096,8 +15096,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
15096
15096
|
default: string | string[];
|
|
15097
15097
|
};
|
|
15098
15098
|
size: {
|
|
15099
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15100
|
-
default: import("ant-design-vue/es/
|
|
15099
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15100
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15101
15101
|
};
|
|
15102
15102
|
disabled: {
|
|
15103
15103
|
type: BooleanConstructor;
|
|
@@ -15319,8 +15319,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
15319
15319
|
default: string | string[];
|
|
15320
15320
|
};
|
|
15321
15321
|
size: {
|
|
15322
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15323
|
-
default: import("ant-design-vue/es/
|
|
15322
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15323
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15324
15324
|
};
|
|
15325
15325
|
disabled: {
|
|
15326
15326
|
type: BooleanConstructor;
|
|
@@ -15554,8 +15554,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
15554
15554
|
default: string | string[];
|
|
15555
15555
|
};
|
|
15556
15556
|
size: {
|
|
15557
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15558
|
-
default: import("ant-design-vue/es/
|
|
15557
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15558
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15559
15559
|
};
|
|
15560
15560
|
disabled: {
|
|
15561
15561
|
type: BooleanConstructor;
|
|
@@ -15783,8 +15783,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
15783
15783
|
default: string | string[];
|
|
15784
15784
|
};
|
|
15785
15785
|
size: {
|
|
15786
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
15787
|
-
default: import("ant-design-vue/es/
|
|
15786
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
15787
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
15788
15788
|
};
|
|
15789
15789
|
disabled: {
|
|
15790
15790
|
type: BooleanConstructor;
|
|
@@ -16006,8 +16006,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16006
16006
|
default: string | string[];
|
|
16007
16007
|
};
|
|
16008
16008
|
size: {
|
|
16009
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16010
|
-
default: import("ant-design-vue/es/
|
|
16009
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16010
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16011
16011
|
};
|
|
16012
16012
|
disabled: {
|
|
16013
16013
|
type: BooleanConstructor;
|
|
@@ -16229,8 +16229,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16229
16229
|
default: string | string[];
|
|
16230
16230
|
};
|
|
16231
16231
|
size: {
|
|
16232
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16233
|
-
default: import("ant-design-vue/es/
|
|
16232
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16233
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16234
16234
|
};
|
|
16235
16235
|
disabled: {
|
|
16236
16236
|
type: BooleanConstructor;
|
|
@@ -16452,8 +16452,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16452
16452
|
default: string | string[];
|
|
16453
16453
|
};
|
|
16454
16454
|
size: {
|
|
16455
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16456
|
-
default: import("ant-design-vue/es/
|
|
16455
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16456
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16457
16457
|
};
|
|
16458
16458
|
disabled: {
|
|
16459
16459
|
type: BooleanConstructor;
|
|
@@ -16685,8 +16685,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16685
16685
|
default: string | string[];
|
|
16686
16686
|
};
|
|
16687
16687
|
size: {
|
|
16688
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16689
|
-
default: import("ant-design-vue/es/
|
|
16688
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16689
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16690
16690
|
};
|
|
16691
16691
|
disabled: {
|
|
16692
16692
|
type: BooleanConstructor;
|
|
@@ -16939,8 +16939,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16939
16939
|
default: string | string[];
|
|
16940
16940
|
};
|
|
16941
16941
|
size: {
|
|
16942
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
16943
|
-
default: import("ant-design-vue/es/
|
|
16942
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
16943
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
16944
16944
|
};
|
|
16945
16945
|
disabled: {
|
|
16946
16946
|
type: BooleanConstructor;
|
|
@@ -17162,8 +17162,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17162
17162
|
default: string | string[];
|
|
17163
17163
|
};
|
|
17164
17164
|
size: {
|
|
17165
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17166
|
-
default: import("ant-design-vue/es/
|
|
17165
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17166
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17167
17167
|
};
|
|
17168
17168
|
disabled: {
|
|
17169
17169
|
type: BooleanConstructor;
|
|
@@ -17385,8 +17385,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17385
17385
|
default: string | string[];
|
|
17386
17386
|
};
|
|
17387
17387
|
size: {
|
|
17388
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17389
|
-
default: import("ant-design-vue/es/
|
|
17388
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17389
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17390
17390
|
};
|
|
17391
17391
|
disabled: {
|
|
17392
17392
|
type: BooleanConstructor;
|
|
@@ -17608,8 +17608,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17608
17608
|
default: string | string[];
|
|
17609
17609
|
};
|
|
17610
17610
|
size: {
|
|
17611
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17612
|
-
default: import("ant-design-vue/es/
|
|
17611
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17612
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17613
17613
|
};
|
|
17614
17614
|
disabled: {
|
|
17615
17615
|
type: BooleanConstructor;
|
|
@@ -17843,8 +17843,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17843
17843
|
default: string | string[];
|
|
17844
17844
|
};
|
|
17845
17845
|
size: {
|
|
17846
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
17847
|
-
default: import("ant-design-vue/es/
|
|
17846
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
17847
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
17848
17848
|
};
|
|
17849
17849
|
disabled: {
|
|
17850
17850
|
type: BooleanConstructor;
|