ll-plus 2.13.13 → 2.13.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/advanced-filtering/index.d.ts +702 -702
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/es/components/api-component/index.d.ts +8 -8
- package/es/components/api-component/src/api-component.vue.d.ts +8 -8
- package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button-group.vue.d.ts +6 -6
- package/es/components/checkbox/index.d.ts +280 -280
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/es/components/checkbox/src/checkbox.d.ts +112 -112
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/es/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +6 -6
- package/es/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/es/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/es/components/dropdown-button-simple/index.d.ts +14 -14
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/es/components/empty/index.d.ts +2 -2
- package/es/components/empty/src/empty.vue.d.ts +2 -2
- package/es/components/form/index.d.ts +301 -301
- package/es/components/form/src/config/form.d.ts +120 -120
- package/es/components/form/src/form.vue.d.ts +301 -301
- package/es/components/icon-base/index.d.ts +8 -8
- package/es/components/icon-base/src/icon-base.d.ts +4 -4
- package/es/components/icon-base/src/icon-base.vue.d.ts +8 -8
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/image/index.d.ts +6 -6
- package/es/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/es/components/image/src/image.vue.d.ts +3 -3
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/input-number/src/input-number.vue.d.ts +2 -2
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/es/components/new-drawer/index.d.ts +2 -2
- package/es/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/new-modal/index.d.ts +5 -5
- package/es/components/new-modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +2 -2
- package/es/components/number-range/src/number-range.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +20 -20
- package/es/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/es/components/qrcode/index.d.ts +4 -4
- package/es/components/qrcode/src/qrcode.d.ts +1 -1
- package/es/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +280 -280
- package/es/components/radio/src/radio-group.vue.d.ts +280 -280
- package/es/components/radio/src/radio.d.ts +112 -112
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/tabs/index.d.ts +1 -1
- package/es/components/tabs/src/tabs.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +6 -6
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/es/components/upload-image/index.d.ts +6 -6
- package/es/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/es/components/watermark/index.d.ts +6 -6
- package/es/components/watermark/src/watermark.vue.d.ts +6 -6
- package/lib/components/advanced-filtering/index.d.ts +702 -702
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/lib/components/api-component/index.d.ts +8 -8
- package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
- package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button-group.vue.d.ts +6 -6
- package/lib/components/checkbox/index.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/lib/components/checkbox/src/checkbox.d.ts +112 -112
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/lib/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +6 -6
- package/lib/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/lib/components/dropdown-button-simple/index.d.ts +14 -14
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/lib/components/empty/index.d.ts +2 -2
- package/lib/components/empty/src/empty.vue.d.ts +2 -2
- package/lib/components/form/index.d.ts +301 -301
- package/lib/components/form/src/config/form.d.ts +120 -120
- package/lib/components/form/src/form.vue.d.ts +301 -301
- package/lib/components/icon-base/index.d.ts +8 -8
- package/lib/components/icon-base/src/icon-base.d.ts +4 -4
- package/lib/components/icon-base/src/icon-base.vue.d.ts +8 -8
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/image/index.d.ts +6 -6
- package/lib/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/lib/components/image/src/image.vue.d.ts +3 -3
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/lib/components/new-drawer/index.d.ts +2 -2
- package/lib/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/new-modal/index.d.ts +5 -5
- package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +2 -2
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +20 -20
- package/lib/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/lib/components/qrcode/index.d.ts +4 -4
- package/lib/components/qrcode/src/qrcode.d.ts +1 -1
- package/lib/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +280 -280
- package/lib/components/radio/src/radio-group.vue.d.ts +280 -280
- package/lib/components/radio/src/radio.d.ts +112 -112
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/tabs/index.d.ts +1 -1
- package/lib/components/tabs/src/tabs.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +6 -6
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/lib/components/upload-image/index.d.ts +6 -6
- package/lib/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/lib/components/watermark/index.d.ts +6 -6
- package/lib/components/watermark/src/watermark.vue.d.ts +6 -6
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +702 -702
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
- package/types/packages/components/api-component/index.d.ts +8 -8
- package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +6 -6
- package/types/packages/components/button/src/button-group.vue.d.ts +6 -6
- package/types/packages/components/checkbox/index.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
- package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/index.d.ts +2 -2
- package/types/packages/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +6 -6
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +3 -3
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +3 -3
- package/types/packages/components/dropdown-button-simple/index.d.ts +14 -14
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
- package/types/packages/components/empty/index.d.ts +2 -2
- package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
- package/types/packages/components/form/index.d.ts +301 -301
- package/types/packages/components/form/src/config/form.d.ts +120 -120
- package/types/packages/components/form/src/form.vue.d.ts +301 -301
- package/types/packages/components/icon-base/index.d.ts +8 -8
- package/types/packages/components/icon-base/src/icon-base.d.ts +4 -4
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +8 -8
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/image/index.d.ts +6 -6
- package/types/packages/components/image/src/image-preview-group.vue.d.ts +3 -3
- package/types/packages/components/image/src/image.vue.d.ts +3 -3
- package/types/packages/components/input-number/index.d.ts +2 -2
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
- package/types/packages/components/new-drawer/index.d.ts +2 -2
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +2 -2
- package/types/packages/components/new-modal/index.d.ts +5 -5
- package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +2 -2
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +20 -20
- package/types/packages/components/operate-icon/src/operate-icon.d.ts +4 -4
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
- package/types/packages/components/qrcode/index.d.ts +4 -4
- package/types/packages/components/qrcode/src/qrcode.d.ts +1 -1
- package/types/packages/components/qrcode/src/qrcode.vue.d.ts +4 -4
- package/types/packages/components/radio/index.d.ts +280 -280
- package/types/packages/components/radio/src/radio-group.vue.d.ts +280 -280
- package/types/packages/components/radio/src/radio.d.ts +112 -112
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/tabs/index.d.ts +1 -1
- package/types/packages/components/tabs/src/tabs.vue.d.ts +1 -1
- package/types/packages/components/tooltip/index.d.ts +6 -6
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
- package/types/packages/components/upload-image/index.d.ts +6 -6
- package/types/packages/components/upload-image/src/upload-image.vue.d.ts +6 -6
- package/types/packages/components/watermark/index.d.ts +6 -6
- package/types/packages/components/watermark/src/watermark.vue.d.ts +6 -6
|
@@ -197,8 +197,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
197
|
default: string | string[];
|
|
198
198
|
};
|
|
199
199
|
size: {
|
|
200
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
201
|
-
default: import("ant-design-vue/es/
|
|
200
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
201
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
202
202
|
};
|
|
203
203
|
disabled: {
|
|
204
204
|
type: BooleanConstructor;
|
|
@@ -420,8 +420,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
420
420
|
default: string | string[];
|
|
421
421
|
};
|
|
422
422
|
size: {
|
|
423
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
424
|
-
default: import("ant-design-vue/es/
|
|
423
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
424
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
425
425
|
};
|
|
426
426
|
disabled: {
|
|
427
427
|
type: BooleanConstructor;
|
|
@@ -643,8 +643,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
643
643
|
default: string | string[];
|
|
644
644
|
};
|
|
645
645
|
size: {
|
|
646
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
647
|
-
default: import("ant-design-vue/es/
|
|
646
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
647
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
648
648
|
};
|
|
649
649
|
disabled: {
|
|
650
650
|
type: BooleanConstructor;
|
|
@@ -866,8 +866,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
866
866
|
default: string | string[];
|
|
867
867
|
};
|
|
868
868
|
size: {
|
|
869
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
870
|
-
default: import("ant-design-vue/es/
|
|
869
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
870
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
871
871
|
};
|
|
872
872
|
disabled: {
|
|
873
873
|
type: BooleanConstructor;
|
|
@@ -1099,8 +1099,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1099
1099
|
default: string | string[];
|
|
1100
1100
|
};
|
|
1101
1101
|
size: {
|
|
1102
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1103
|
-
default: import("ant-design-vue/es/
|
|
1102
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1103
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1104
1104
|
};
|
|
1105
1105
|
disabled: {
|
|
1106
1106
|
type: BooleanConstructor;
|
|
@@ -1558,8 +1558,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1558
1558
|
default: string | string[];
|
|
1559
1559
|
};
|
|
1560
1560
|
size: {
|
|
1561
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1562
|
-
default: import("ant-design-vue/es/
|
|
1561
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1562
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1563
1563
|
};
|
|
1564
1564
|
disabled: {
|
|
1565
1565
|
type: BooleanConstructor;
|
|
@@ -1781,8 +1781,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1781
1781
|
default: string | string[];
|
|
1782
1782
|
};
|
|
1783
1783
|
size: {
|
|
1784
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
1785
|
-
default: import("ant-design-vue/es/
|
|
1784
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
1785
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
1786
1786
|
};
|
|
1787
1787
|
disabled: {
|
|
1788
1788
|
type: BooleanConstructor;
|
|
@@ -2004,8 +2004,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2004
2004
|
default: string | string[];
|
|
2005
2005
|
};
|
|
2006
2006
|
size: {
|
|
2007
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2008
|
-
default: import("ant-design-vue/es/
|
|
2007
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2008
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2009
2009
|
};
|
|
2010
2010
|
disabled: {
|
|
2011
2011
|
type: BooleanConstructor;
|
|
@@ -2227,8 +2227,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2227
2227
|
default: string | string[];
|
|
2228
2228
|
};
|
|
2229
2229
|
size: {
|
|
2230
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2231
|
-
default: import("ant-design-vue/es/
|
|
2230
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2231
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2232
2232
|
};
|
|
2233
2233
|
disabled: {
|
|
2234
2234
|
type: BooleanConstructor;
|
|
@@ -2458,8 +2458,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2458
2458
|
default: string | string[];
|
|
2459
2459
|
};
|
|
2460
2460
|
size: {
|
|
2461
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2462
|
-
default: import("ant-design-vue/es/
|
|
2461
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2462
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2463
2463
|
};
|
|
2464
2464
|
disabled: {
|
|
2465
2465
|
type: BooleanConstructor;
|
|
@@ -2708,8 +2708,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2708
2708
|
default: string | string[];
|
|
2709
2709
|
};
|
|
2710
2710
|
size: {
|
|
2711
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2712
|
-
default: import("ant-design-vue/es/
|
|
2711
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2712
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2713
2713
|
};
|
|
2714
2714
|
disabled: {
|
|
2715
2715
|
type: BooleanConstructor;
|
|
@@ -2931,8 +2931,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2931
2931
|
default: string | string[];
|
|
2932
2932
|
};
|
|
2933
2933
|
size: {
|
|
2934
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
2935
|
-
default: import("ant-design-vue/es/
|
|
2934
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
2935
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
2936
2936
|
};
|
|
2937
2937
|
disabled: {
|
|
2938
2938
|
type: BooleanConstructor;
|
|
@@ -3154,8 +3154,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3154
3154
|
default: string | string[];
|
|
3155
3155
|
};
|
|
3156
3156
|
size: {
|
|
3157
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3158
|
-
default: import("ant-design-vue/es/
|
|
3157
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3158
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3159
3159
|
};
|
|
3160
3160
|
disabled: {
|
|
3161
3161
|
type: BooleanConstructor;
|
|
@@ -3377,8 +3377,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3377
3377
|
default: string | string[];
|
|
3378
3378
|
};
|
|
3379
3379
|
size: {
|
|
3380
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3381
|
-
default: import("ant-design-vue/es/
|
|
3380
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3381
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3382
3382
|
};
|
|
3383
3383
|
disabled: {
|
|
3384
3384
|
type: BooleanConstructor;
|
|
@@ -3410,39 +3410,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3410
3410
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
3411
3411
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3412
3412
|
align: {
|
|
3413
|
-
type: import("vue").PropType<"
|
|
3414
|
-
xs?: "
|
|
3415
|
-
sm?: "
|
|
3416
|
-
md?: "
|
|
3417
|
-
lg?: "
|
|
3418
|
-
xl?: "
|
|
3419
|
-
xxl?: "
|
|
3413
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3414
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3415
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3416
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3417
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3418
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3419
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3420
3420
|
}>;
|
|
3421
|
-
default: "
|
|
3422
|
-
xs?: "
|
|
3423
|
-
sm?: "
|
|
3424
|
-
md?: "
|
|
3425
|
-
lg?: "
|
|
3426
|
-
xl?: "
|
|
3427
|
-
xxl?: "
|
|
3421
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3422
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3423
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3424
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3425
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3426
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3427
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3428
3428
|
};
|
|
3429
3429
|
};
|
|
3430
3430
|
justify: {
|
|
3431
|
-
type: import("vue").PropType<"start" | "
|
|
3432
|
-
xs?: "start" | "
|
|
3433
|
-
sm?: "start" | "
|
|
3434
|
-
md?: "start" | "
|
|
3435
|
-
lg?: "start" | "
|
|
3436
|
-
xl?: "start" | "
|
|
3437
|
-
xxl?: "start" | "
|
|
3431
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3432
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3433
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3434
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3435
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3436
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3437
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3438
3438
|
}>;
|
|
3439
|
-
default: "start" | "
|
|
3440
|
-
xs?: "start" | "
|
|
3441
|
-
sm?: "start" | "
|
|
3442
|
-
md?: "start" | "
|
|
3443
|
-
lg?: "start" | "
|
|
3444
|
-
xl?: "start" | "
|
|
3445
|
-
xxl?: "start" | "
|
|
3439
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3440
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3441
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3442
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3443
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3444
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3445
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3446
3446
|
};
|
|
3447
3447
|
};
|
|
3448
3448
|
prefixCls: StringConstructor;
|
|
@@ -3456,39 +3456,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3456
3456
|
};
|
|
3457
3457
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3458
3458
|
align: {
|
|
3459
|
-
type: import("vue").PropType<"
|
|
3460
|
-
xs?: "
|
|
3461
|
-
sm?: "
|
|
3462
|
-
md?: "
|
|
3463
|
-
lg?: "
|
|
3464
|
-
xl?: "
|
|
3465
|
-
xxl?: "
|
|
3459
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3460
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3461
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3462
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3463
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3464
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3465
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3466
3466
|
}>;
|
|
3467
|
-
default: "
|
|
3468
|
-
xs?: "
|
|
3469
|
-
sm?: "
|
|
3470
|
-
md?: "
|
|
3471
|
-
lg?: "
|
|
3472
|
-
xl?: "
|
|
3473
|
-
xxl?: "
|
|
3467
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3468
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3469
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3470
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3471
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3472
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3473
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3474
3474
|
};
|
|
3475
3475
|
};
|
|
3476
3476
|
justify: {
|
|
3477
|
-
type: import("vue").PropType<"start" | "
|
|
3478
|
-
xs?: "start" | "
|
|
3479
|
-
sm?: "start" | "
|
|
3480
|
-
md?: "start" | "
|
|
3481
|
-
lg?: "start" | "
|
|
3482
|
-
xl?: "start" | "
|
|
3483
|
-
xxl?: "start" | "
|
|
3477
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3478
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3479
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3480
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3481
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3482
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3483
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3484
3484
|
}>;
|
|
3485
|
-
default: "start" | "
|
|
3486
|
-
xs?: "start" | "
|
|
3487
|
-
sm?: "start" | "
|
|
3488
|
-
md?: "start" | "
|
|
3489
|
-
lg?: "start" | "
|
|
3490
|
-
xl?: "start" | "
|
|
3491
|
-
xxl?: "start" | "
|
|
3485
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3486
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3487
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3488
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3489
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3490
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3491
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3492
3492
|
};
|
|
3493
3493
|
};
|
|
3494
3494
|
prefixCls: StringConstructor;
|
|
@@ -3502,39 +3502,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3502
3502
|
};
|
|
3503
3503
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3504
3504
|
align: {
|
|
3505
|
-
type: import("vue").PropType<"
|
|
3506
|
-
xs?: "
|
|
3507
|
-
sm?: "
|
|
3508
|
-
md?: "
|
|
3509
|
-
lg?: "
|
|
3510
|
-
xl?: "
|
|
3511
|
-
xxl?: "
|
|
3505
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3506
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3507
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3508
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3509
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3510
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3511
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3512
3512
|
}>;
|
|
3513
|
-
default: "
|
|
3514
|
-
xs?: "
|
|
3515
|
-
sm?: "
|
|
3516
|
-
md?: "
|
|
3517
|
-
lg?: "
|
|
3518
|
-
xl?: "
|
|
3519
|
-
xxl?: "
|
|
3513
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3514
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3515
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3516
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3517
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3518
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3519
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3520
3520
|
};
|
|
3521
3521
|
};
|
|
3522
3522
|
justify: {
|
|
3523
|
-
type: import("vue").PropType<"start" | "
|
|
3524
|
-
xs?: "start" | "
|
|
3525
|
-
sm?: "start" | "
|
|
3526
|
-
md?: "start" | "
|
|
3527
|
-
lg?: "start" | "
|
|
3528
|
-
xl?: "start" | "
|
|
3529
|
-
xxl?: "start" | "
|
|
3523
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3524
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3525
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3526
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3527
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3528
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3529
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3530
3530
|
}>;
|
|
3531
|
-
default: "start" | "
|
|
3532
|
-
xs?: "start" | "
|
|
3533
|
-
sm?: "start" | "
|
|
3534
|
-
md?: "start" | "
|
|
3535
|
-
lg?: "start" | "
|
|
3536
|
-
xl?: "start" | "
|
|
3537
|
-
xxl?: "start" | "
|
|
3531
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3532
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3533
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3534
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3535
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3536
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3537
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3538
3538
|
};
|
|
3539
3539
|
};
|
|
3540
3540
|
prefixCls: StringConstructor;
|
|
@@ -3548,39 +3548,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3548
3548
|
};
|
|
3549
3549
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3550
3550
|
align: {
|
|
3551
|
-
type: import("vue").PropType<"
|
|
3552
|
-
xs?: "
|
|
3553
|
-
sm?: "
|
|
3554
|
-
md?: "
|
|
3555
|
-
lg?: "
|
|
3556
|
-
xl?: "
|
|
3557
|
-
xxl?: "
|
|
3551
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3552
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3553
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3554
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3555
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3556
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3557
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3558
3558
|
}>;
|
|
3559
|
-
default: "
|
|
3560
|
-
xs?: "
|
|
3561
|
-
sm?: "
|
|
3562
|
-
md?: "
|
|
3563
|
-
lg?: "
|
|
3564
|
-
xl?: "
|
|
3565
|
-
xxl?: "
|
|
3559
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3560
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3561
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3562
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3563
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3564
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3565
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3566
3566
|
};
|
|
3567
3567
|
};
|
|
3568
3568
|
justify: {
|
|
3569
|
-
type: import("vue").PropType<"start" | "
|
|
3570
|
-
xs?: "start" | "
|
|
3571
|
-
sm?: "start" | "
|
|
3572
|
-
md?: "start" | "
|
|
3573
|
-
lg?: "start" | "
|
|
3574
|
-
xl?: "start" | "
|
|
3575
|
-
xxl?: "start" | "
|
|
3569
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3570
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3571
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3572
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3573
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3574
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3575
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3576
3576
|
}>;
|
|
3577
|
-
default: "start" | "
|
|
3578
|
-
xs?: "start" | "
|
|
3579
|
-
sm?: "start" | "
|
|
3580
|
-
md?: "start" | "
|
|
3581
|
-
lg?: "start" | "
|
|
3582
|
-
xl?: "start" | "
|
|
3583
|
-
xxl?: "start" | "
|
|
3577
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3578
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3579
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3580
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3581
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3582
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3583
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3584
3584
|
};
|
|
3585
3585
|
};
|
|
3586
3586
|
prefixCls: StringConstructor;
|
|
@@ -3797,8 +3797,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3797
3797
|
default: string | string[];
|
|
3798
3798
|
};
|
|
3799
3799
|
size: {
|
|
3800
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
3801
|
-
default: import("ant-design-vue/es/
|
|
3800
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
3801
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
3802
3802
|
};
|
|
3803
3803
|
disabled: {
|
|
3804
3804
|
type: BooleanConstructor;
|
|
@@ -3829,39 +3829,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3829
3829
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3830
3830
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3831
3831
|
align: {
|
|
3832
|
-
type: import("vue").PropType<"
|
|
3833
|
-
xs?: "
|
|
3834
|
-
sm?: "
|
|
3835
|
-
md?: "
|
|
3836
|
-
lg?: "
|
|
3837
|
-
xl?: "
|
|
3838
|
-
xxl?: "
|
|
3832
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3833
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3834
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3835
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3836
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3837
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3838
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3839
3839
|
}>;
|
|
3840
|
-
default: "
|
|
3841
|
-
xs?: "
|
|
3842
|
-
sm?: "
|
|
3843
|
-
md?: "
|
|
3844
|
-
lg?: "
|
|
3845
|
-
xl?: "
|
|
3846
|
-
xxl?: "
|
|
3840
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3841
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3842
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3843
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3844
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3845
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3846
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3847
3847
|
};
|
|
3848
3848
|
};
|
|
3849
3849
|
justify: {
|
|
3850
|
-
type: import("vue").PropType<"start" | "
|
|
3851
|
-
xs?: "start" | "
|
|
3852
|
-
sm?: "start" | "
|
|
3853
|
-
md?: "start" | "
|
|
3854
|
-
lg?: "start" | "
|
|
3855
|
-
xl?: "start" | "
|
|
3856
|
-
xxl?: "start" | "
|
|
3850
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3851
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3852
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3853
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3854
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3855
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3856
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3857
3857
|
}>;
|
|
3858
|
-
default: "start" | "
|
|
3859
|
-
xs?: "start" | "
|
|
3860
|
-
sm?: "start" | "
|
|
3861
|
-
md?: "start" | "
|
|
3862
|
-
lg?: "start" | "
|
|
3863
|
-
xl?: "start" | "
|
|
3864
|
-
xxl?: "start" | "
|
|
3858
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
3859
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3860
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3861
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3862
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3863
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3864
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
3865
3865
|
};
|
|
3866
3866
|
};
|
|
3867
3867
|
prefixCls: StringConstructor;
|
|
@@ -3989,7 +3989,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3989
3989
|
validateFields: import("vue").ComputedRef<any[]>;
|
|
3990
3990
|
computedFormOptions: import("vue").ComputedRef<{
|
|
3991
3991
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
3992
|
-
size?: import("ant-design-vue/es/
|
|
3992
|
+
size?: import("ant-design-vue/es/button").ButtonSize;
|
|
3993
3993
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
3994
3994
|
span: (StringConstructor | NumberConstructor)[];
|
|
3995
3995
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -4349,8 +4349,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4349
4349
|
default: string | string[];
|
|
4350
4350
|
};
|
|
4351
4351
|
size: {
|
|
4352
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4353
|
-
default: import("ant-design-vue/es/
|
|
4352
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4353
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4354
4354
|
};
|
|
4355
4355
|
disabled: {
|
|
4356
4356
|
type: BooleanConstructor;
|
|
@@ -4572,8 +4572,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4572
4572
|
default: string | string[];
|
|
4573
4573
|
};
|
|
4574
4574
|
size: {
|
|
4575
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4576
|
-
default: import("ant-design-vue/es/
|
|
4575
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4576
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4577
4577
|
};
|
|
4578
4578
|
disabled: {
|
|
4579
4579
|
type: BooleanConstructor;
|
|
@@ -4795,8 +4795,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4795
4795
|
default: string | string[];
|
|
4796
4796
|
};
|
|
4797
4797
|
size: {
|
|
4798
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
4799
|
-
default: import("ant-design-vue/es/
|
|
4798
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
4799
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
4800
4800
|
};
|
|
4801
4801
|
disabled: {
|
|
4802
4802
|
type: BooleanConstructor;
|
|
@@ -5018,8 +5018,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5018
5018
|
default: string | string[];
|
|
5019
5019
|
};
|
|
5020
5020
|
size: {
|
|
5021
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5022
|
-
default: import("ant-design-vue/es/
|
|
5021
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5022
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5023
5023
|
};
|
|
5024
5024
|
disabled: {
|
|
5025
5025
|
type: BooleanConstructor;
|
|
@@ -5051,39 +5051,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5051
5051
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
5052
5052
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5053
5053
|
align: {
|
|
5054
|
-
type: import("vue").PropType<"
|
|
5055
|
-
xs?: "
|
|
5056
|
-
sm?: "
|
|
5057
|
-
md?: "
|
|
5058
|
-
lg?: "
|
|
5059
|
-
xl?: "
|
|
5060
|
-
xxl?: "
|
|
5054
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5055
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5056
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5057
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5058
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5059
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5060
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5061
5061
|
}>;
|
|
5062
|
-
default: "
|
|
5063
|
-
xs?: "
|
|
5064
|
-
sm?: "
|
|
5065
|
-
md?: "
|
|
5066
|
-
lg?: "
|
|
5067
|
-
xl?: "
|
|
5068
|
-
xxl?: "
|
|
5062
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5063
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5064
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5065
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5066
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5067
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5068
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5069
5069
|
};
|
|
5070
5070
|
};
|
|
5071
5071
|
justify: {
|
|
5072
|
-
type: import("vue").PropType<"start" | "
|
|
5073
|
-
xs?: "start" | "
|
|
5074
|
-
sm?: "start" | "
|
|
5075
|
-
md?: "start" | "
|
|
5076
|
-
lg?: "start" | "
|
|
5077
|
-
xl?: "start" | "
|
|
5078
|
-
xxl?: "start" | "
|
|
5072
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5073
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5074
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5075
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5076
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5077
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5078
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5079
5079
|
}>;
|
|
5080
|
-
default: "start" | "
|
|
5081
|
-
xs?: "start" | "
|
|
5082
|
-
sm?: "start" | "
|
|
5083
|
-
md?: "start" | "
|
|
5084
|
-
lg?: "start" | "
|
|
5085
|
-
xl?: "start" | "
|
|
5086
|
-
xxl?: "start" | "
|
|
5080
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5081
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5082
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5083
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5084
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5085
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5086
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5087
5087
|
};
|
|
5088
5088
|
};
|
|
5089
5089
|
prefixCls: StringConstructor;
|
|
@@ -5097,39 +5097,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5097
5097
|
};
|
|
5098
5098
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5099
5099
|
align: {
|
|
5100
|
-
type: import("vue").PropType<"
|
|
5101
|
-
xs?: "
|
|
5102
|
-
sm?: "
|
|
5103
|
-
md?: "
|
|
5104
|
-
lg?: "
|
|
5105
|
-
xl?: "
|
|
5106
|
-
xxl?: "
|
|
5100
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5101
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5102
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5103
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5104
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5105
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5106
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5107
5107
|
}>;
|
|
5108
|
-
default: "
|
|
5109
|
-
xs?: "
|
|
5110
|
-
sm?: "
|
|
5111
|
-
md?: "
|
|
5112
|
-
lg?: "
|
|
5113
|
-
xl?: "
|
|
5114
|
-
xxl?: "
|
|
5108
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5109
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5110
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5111
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5112
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5113
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5114
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5115
5115
|
};
|
|
5116
5116
|
};
|
|
5117
5117
|
justify: {
|
|
5118
|
-
type: import("vue").PropType<"start" | "
|
|
5119
|
-
xs?: "start" | "
|
|
5120
|
-
sm?: "start" | "
|
|
5121
|
-
md?: "start" | "
|
|
5122
|
-
lg?: "start" | "
|
|
5123
|
-
xl?: "start" | "
|
|
5124
|
-
xxl?: "start" | "
|
|
5118
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5119
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5120
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5121
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5122
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5123
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5124
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5125
5125
|
}>;
|
|
5126
|
-
default: "start" | "
|
|
5127
|
-
xs?: "start" | "
|
|
5128
|
-
sm?: "start" | "
|
|
5129
|
-
md?: "start" | "
|
|
5130
|
-
lg?: "start" | "
|
|
5131
|
-
xl?: "start" | "
|
|
5132
|
-
xxl?: "start" | "
|
|
5126
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5127
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5128
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5129
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5130
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5131
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5132
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5133
5133
|
};
|
|
5134
5134
|
};
|
|
5135
5135
|
prefixCls: StringConstructor;
|
|
@@ -5143,39 +5143,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5143
5143
|
};
|
|
5144
5144
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5145
5145
|
align: {
|
|
5146
|
-
type: import("vue").PropType<"
|
|
5147
|
-
xs?: "
|
|
5148
|
-
sm?: "
|
|
5149
|
-
md?: "
|
|
5150
|
-
lg?: "
|
|
5151
|
-
xl?: "
|
|
5152
|
-
xxl?: "
|
|
5146
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5147
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5148
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5149
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5150
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5151
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5152
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5153
5153
|
}>;
|
|
5154
|
-
default: "
|
|
5155
|
-
xs?: "
|
|
5156
|
-
sm?: "
|
|
5157
|
-
md?: "
|
|
5158
|
-
lg?: "
|
|
5159
|
-
xl?: "
|
|
5160
|
-
xxl?: "
|
|
5154
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5155
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5156
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5157
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5158
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5159
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5160
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5161
5161
|
};
|
|
5162
5162
|
};
|
|
5163
5163
|
justify: {
|
|
5164
|
-
type: import("vue").PropType<"start" | "
|
|
5165
|
-
xs?: "start" | "
|
|
5166
|
-
sm?: "start" | "
|
|
5167
|
-
md?: "start" | "
|
|
5168
|
-
lg?: "start" | "
|
|
5169
|
-
xl?: "start" | "
|
|
5170
|
-
xxl?: "start" | "
|
|
5164
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5165
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5166
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5167
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5168
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5169
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5170
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5171
5171
|
}>;
|
|
5172
|
-
default: "start" | "
|
|
5173
|
-
xs?: "start" | "
|
|
5174
|
-
sm?: "start" | "
|
|
5175
|
-
md?: "start" | "
|
|
5176
|
-
lg?: "start" | "
|
|
5177
|
-
xl?: "start" | "
|
|
5178
|
-
xxl?: "start" | "
|
|
5172
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5173
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5174
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5175
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5176
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5177
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5178
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5179
5179
|
};
|
|
5180
5180
|
};
|
|
5181
5181
|
prefixCls: StringConstructor;
|
|
@@ -5189,39 +5189,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5189
5189
|
};
|
|
5190
5190
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
5191
5191
|
align: {
|
|
5192
|
-
type: import("vue").PropType<"
|
|
5193
|
-
xs?: "
|
|
5194
|
-
sm?: "
|
|
5195
|
-
md?: "
|
|
5196
|
-
lg?: "
|
|
5197
|
-
xl?: "
|
|
5198
|
-
xxl?: "
|
|
5192
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5193
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5194
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5195
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5196
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5197
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5198
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5199
5199
|
}>;
|
|
5200
|
-
default: "
|
|
5201
|
-
xs?: "
|
|
5202
|
-
sm?: "
|
|
5203
|
-
md?: "
|
|
5204
|
-
lg?: "
|
|
5205
|
-
xl?: "
|
|
5206
|
-
xxl?: "
|
|
5200
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5201
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5202
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5203
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5204
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5205
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5206
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5207
5207
|
};
|
|
5208
5208
|
};
|
|
5209
5209
|
justify: {
|
|
5210
|
-
type: import("vue").PropType<"start" | "
|
|
5211
|
-
xs?: "start" | "
|
|
5212
|
-
sm?: "start" | "
|
|
5213
|
-
md?: "start" | "
|
|
5214
|
-
lg?: "start" | "
|
|
5215
|
-
xl?: "start" | "
|
|
5216
|
-
xxl?: "start" | "
|
|
5210
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5211
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5212
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5213
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5214
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5215
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5216
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5217
5217
|
}>;
|
|
5218
|
-
default: "start" | "
|
|
5219
|
-
xs?: "start" | "
|
|
5220
|
-
sm?: "start" | "
|
|
5221
|
-
md?: "start" | "
|
|
5222
|
-
lg?: "start" | "
|
|
5223
|
-
xl?: "start" | "
|
|
5224
|
-
xxl?: "start" | "
|
|
5218
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5219
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5220
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5221
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5222
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5223
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5224
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5225
5225
|
};
|
|
5226
5226
|
};
|
|
5227
5227
|
prefixCls: StringConstructor;
|
|
@@ -5440,8 +5440,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5440
5440
|
default: string | string[];
|
|
5441
5441
|
};
|
|
5442
5442
|
size: {
|
|
5443
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5444
|
-
default: import("ant-design-vue/es/
|
|
5443
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5444
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5445
5445
|
};
|
|
5446
5446
|
disabled: {
|
|
5447
5447
|
type: BooleanConstructor;
|
|
@@ -5472,39 +5472,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5472
5472
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5473
5473
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5474
5474
|
align: {
|
|
5475
|
-
type: import("vue").PropType<"
|
|
5476
|
-
xs?: "
|
|
5477
|
-
sm?: "
|
|
5478
|
-
md?: "
|
|
5479
|
-
lg?: "
|
|
5480
|
-
xl?: "
|
|
5481
|
-
xxl?: "
|
|
5475
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5476
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5477
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5478
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5479
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5480
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5481
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5482
5482
|
}>;
|
|
5483
|
-
default: "
|
|
5484
|
-
xs?: "
|
|
5485
|
-
sm?: "
|
|
5486
|
-
md?: "
|
|
5487
|
-
lg?: "
|
|
5488
|
-
xl?: "
|
|
5489
|
-
xxl?: "
|
|
5483
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5484
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5485
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5486
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5487
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5488
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5489
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5490
5490
|
};
|
|
5491
5491
|
};
|
|
5492
5492
|
justify: {
|
|
5493
|
-
type: import("vue").PropType<"start" | "
|
|
5494
|
-
xs?: "start" | "
|
|
5495
|
-
sm?: "start" | "
|
|
5496
|
-
md?: "start" | "
|
|
5497
|
-
lg?: "start" | "
|
|
5498
|
-
xl?: "start" | "
|
|
5499
|
-
xxl?: "start" | "
|
|
5493
|
+
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5494
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5495
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5496
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5497
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5498
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5499
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5500
5500
|
}>;
|
|
5501
|
-
default: "start" | "
|
|
5502
|
-
xs?: "start" | "
|
|
5503
|
-
sm?: "start" | "
|
|
5504
|
-
md?: "start" | "
|
|
5505
|
-
lg?: "start" | "
|
|
5506
|
-
xl?: "start" | "
|
|
5507
|
-
xxl?: "start" | "
|
|
5501
|
+
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
5502
|
+
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5503
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5504
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5505
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5506
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5507
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
|
|
5508
5508
|
};
|
|
5509
5509
|
};
|
|
5510
5510
|
prefixCls: StringConstructor;
|
|
@@ -5726,8 +5726,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5726
5726
|
default: string | string[];
|
|
5727
5727
|
};
|
|
5728
5728
|
size: {
|
|
5729
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5730
|
-
default: import("ant-design-vue/es/
|
|
5729
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5730
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5731
5731
|
};
|
|
5732
5732
|
disabled: {
|
|
5733
5733
|
type: BooleanConstructor;
|
|
@@ -5949,8 +5949,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5949
5949
|
default: string | string[];
|
|
5950
5950
|
};
|
|
5951
5951
|
size: {
|
|
5952
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
5953
|
-
default: import("ant-design-vue/es/
|
|
5952
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
5953
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
5954
5954
|
};
|
|
5955
5955
|
disabled: {
|
|
5956
5956
|
type: BooleanConstructor;
|
|
@@ -6172,8 +6172,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6172
6172
|
default: string | string[];
|
|
6173
6173
|
};
|
|
6174
6174
|
size: {
|
|
6175
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6176
|
-
default: import("ant-design-vue/es/
|
|
6175
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6176
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6177
6177
|
};
|
|
6178
6178
|
disabled: {
|
|
6179
6179
|
type: BooleanConstructor;
|
|
@@ -6395,8 +6395,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6395
6395
|
default: string | string[];
|
|
6396
6396
|
};
|
|
6397
6397
|
size: {
|
|
6398
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6399
|
-
default: import("ant-design-vue/es/
|
|
6398
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6399
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6400
6400
|
};
|
|
6401
6401
|
disabled: {
|
|
6402
6402
|
type: BooleanConstructor;
|
|
@@ -6630,8 +6630,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6630
6630
|
default: string | string[];
|
|
6631
6631
|
};
|
|
6632
6632
|
size: {
|
|
6633
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6634
|
-
default: import("ant-design-vue/es/
|
|
6633
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6634
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6635
6635
|
};
|
|
6636
6636
|
disabled: {
|
|
6637
6637
|
type: BooleanConstructor;
|
|
@@ -6859,8 +6859,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6859
6859
|
default: string | string[];
|
|
6860
6860
|
};
|
|
6861
6861
|
size: {
|
|
6862
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
6863
|
-
default: import("ant-design-vue/es/
|
|
6862
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
6863
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
6864
6864
|
};
|
|
6865
6865
|
disabled: {
|
|
6866
6866
|
type: BooleanConstructor;
|
|
@@ -7082,8 +7082,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7082
7082
|
default: string | string[];
|
|
7083
7083
|
};
|
|
7084
7084
|
size: {
|
|
7085
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7086
|
-
default: import("ant-design-vue/es/
|
|
7085
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7086
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7087
7087
|
};
|
|
7088
7088
|
disabled: {
|
|
7089
7089
|
type: BooleanConstructor;
|
|
@@ -7305,8 +7305,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7305
7305
|
default: string | string[];
|
|
7306
7306
|
};
|
|
7307
7307
|
size: {
|
|
7308
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7309
|
-
default: import("ant-design-vue/es/
|
|
7308
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7309
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7310
7310
|
};
|
|
7311
7311
|
disabled: {
|
|
7312
7312
|
type: BooleanConstructor;
|
|
@@ -7528,8 +7528,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7528
7528
|
default: string | string[];
|
|
7529
7529
|
};
|
|
7530
7530
|
size: {
|
|
7531
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7532
|
-
default: import("ant-design-vue/es/
|
|
7531
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7532
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7533
7533
|
};
|
|
7534
7534
|
disabled: {
|
|
7535
7535
|
type: BooleanConstructor;
|
|
@@ -7761,8 +7761,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7761
7761
|
default: string | string[];
|
|
7762
7762
|
};
|
|
7763
7763
|
size: {
|
|
7764
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
7765
|
-
default: import("ant-design-vue/es/
|
|
7764
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
7765
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
7766
7766
|
};
|
|
7767
7767
|
disabled: {
|
|
7768
7768
|
type: BooleanConstructor;
|
|
@@ -8015,8 +8015,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8015
8015
|
default: string | string[];
|
|
8016
8016
|
};
|
|
8017
8017
|
size: {
|
|
8018
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8019
|
-
default: import("ant-design-vue/es/
|
|
8018
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8019
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8020
8020
|
};
|
|
8021
8021
|
disabled: {
|
|
8022
8022
|
type: BooleanConstructor;
|
|
@@ -8238,8 +8238,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8238
8238
|
default: string | string[];
|
|
8239
8239
|
};
|
|
8240
8240
|
size: {
|
|
8241
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8242
|
-
default: import("ant-design-vue/es/
|
|
8241
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8242
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8243
8243
|
};
|
|
8244
8244
|
disabled: {
|
|
8245
8245
|
type: BooleanConstructor;
|
|
@@ -8461,8 +8461,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8461
8461
|
default: string | string[];
|
|
8462
8462
|
};
|
|
8463
8463
|
size: {
|
|
8464
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8465
|
-
default: import("ant-design-vue/es/
|
|
8464
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8465
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8466
8466
|
};
|
|
8467
8467
|
disabled: {
|
|
8468
8468
|
type: BooleanConstructor;
|
|
@@ -8684,8 +8684,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8684
8684
|
default: string | string[];
|
|
8685
8685
|
};
|
|
8686
8686
|
size: {
|
|
8687
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8688
|
-
default: import("ant-design-vue/es/
|
|
8687
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8688
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8689
8689
|
};
|
|
8690
8690
|
disabled: {
|
|
8691
8691
|
type: BooleanConstructor;
|
|
@@ -8919,8 +8919,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8919
8919
|
default: string | string[];
|
|
8920
8920
|
};
|
|
8921
8921
|
size: {
|
|
8922
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
8923
|
-
default: import("ant-design-vue/es/
|
|
8922
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
8923
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
8924
8924
|
};
|
|
8925
8925
|
disabled: {
|
|
8926
8926
|
type: BooleanConstructor;
|
|
@@ -9151,8 +9151,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9151
9151
|
default: string | string[];
|
|
9152
9152
|
};
|
|
9153
9153
|
size: {
|
|
9154
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9155
|
-
default: import("ant-design-vue/es/
|
|
9154
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9155
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9156
9156
|
};
|
|
9157
9157
|
disabled: {
|
|
9158
9158
|
type: BooleanConstructor;
|
|
@@ -9374,8 +9374,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9374
9374
|
default: string | string[];
|
|
9375
9375
|
};
|
|
9376
9376
|
size: {
|
|
9377
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9378
|
-
default: import("ant-design-vue/es/
|
|
9377
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9378
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9379
9379
|
};
|
|
9380
9380
|
disabled: {
|
|
9381
9381
|
type: BooleanConstructor;
|
|
@@ -9597,8 +9597,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9597
9597
|
default: string | string[];
|
|
9598
9598
|
};
|
|
9599
9599
|
size: {
|
|
9600
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9601
|
-
default: import("ant-design-vue/es/
|
|
9600
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9601
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9602
9602
|
};
|
|
9603
9603
|
disabled: {
|
|
9604
9604
|
type: BooleanConstructor;
|
|
@@ -9820,8 +9820,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9820
9820
|
default: string | string[];
|
|
9821
9821
|
};
|
|
9822
9822
|
size: {
|
|
9823
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
9824
|
-
default: import("ant-design-vue/es/
|
|
9823
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
9824
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
9825
9825
|
};
|
|
9826
9826
|
disabled: {
|
|
9827
9827
|
type: BooleanConstructor;
|
|
@@ -10055,8 +10055,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10055
10055
|
default: string | string[];
|
|
10056
10056
|
};
|
|
10057
10057
|
size: {
|
|
10058
|
-
type: import("vue").PropType<import("ant-design-vue/es/
|
|
10059
|
-
default: import("ant-design-vue/es/
|
|
10058
|
+
type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
|
|
10059
|
+
default: import("ant-design-vue/es/button").ButtonSize;
|
|
10060
10060
|
};
|
|
10061
10061
|
disabled: {
|
|
10062
10062
|
type: BooleanConstructor;
|