yc-pro-components 0.0.4 → 0.0.5
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/check-card/index.d.ts +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +19 -19
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +7 -7
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +21 -21
- package/es/components/display-item/src/index.vue.d.ts +21 -21
- package/es/components/drawer-form/index.d.ts +26 -26
- package/es/components/drawer-form/src/index.vue.d.ts +8 -8
- package/es/components/form/index.d.ts +14 -14
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +14 -14
- package/es/components/form-item/index.d.ts +32 -32
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- package/es/components/page/index.d.ts +220 -220
- package/es/components/page/src/index.vue.d.ts +78 -78
- package/es/components/radio/index.d.ts +25 -25
- package/es/components/radio/src/index.vue.d.ts +25 -25
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +49 -49
- package/es/components/search/src/index.vue.d.ts +21 -21
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +21 -21
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-line-tree/src/index.vue2.mjs +2 -18
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +203 -203
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +90 -90
- package/index.js +3 -19
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +3 -19
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +19 -19
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +7 -7
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +21 -21
- package/lib/components/display-item/src/index.vue.d.ts +21 -21
- package/lib/components/drawer-form/index.d.ts +26 -26
- package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
- package/lib/components/form/index.d.ts +14 -14
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +14 -14
- package/lib/components/form-item/index.d.ts +32 -32
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- package/lib/components/page/index.d.ts +220 -220
- package/lib/components/page/src/index.vue.d.ts +78 -78
- package/lib/components/radio/index.d.ts +25 -25
- package/lib/components/radio/src/index.vue.d.ts +25 -25
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +49 -49
- package/lib/components/search/src/index.vue.d.ts +21 -21
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +21 -21
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-line-tree/src/index.vue2.js +2 -18
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +203 -203
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +90 -90
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -1681,12 +1681,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1681
1681
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1682
1682
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1683
1683
|
readonly label: string | ComputedRef<string>;
|
|
1684
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1684
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1685
1685
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1686
|
-
readonly tooltip: string |
|
|
1686
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1687
1687
|
style?: CSSProperties | undefined;
|
|
1688
1688
|
class?: any;
|
|
1689
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1689
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1690
1690
|
style?: CSSProperties | undefined;
|
|
1691
1691
|
class?: any;
|
|
1692
1692
|
} & RecordType>>;
|
|
@@ -1708,7 +1708,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1708
1708
|
};
|
|
1709
1709
|
rows: number;
|
|
1710
1710
|
autocomplete: string;
|
|
1711
|
-
type: "" | "number" | "default" | "
|
|
1711
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1712
1712
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1713
1713
|
step: string | number;
|
|
1714
1714
|
format: string | ProgressFn | undefined;
|
|
@@ -1747,12 +1747,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1747
1747
|
fieldInstance?: any;
|
|
1748
1748
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1749
1749
|
prop: string;
|
|
1750
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1750
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1751
1751
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1752
|
-
tooltip: string |
|
|
1752
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1753
1753
|
style?: CSSProperties | undefined;
|
|
1754
1754
|
class?: any;
|
|
1755
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1755
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1756
1756
|
style?: CSSProperties | undefined;
|
|
1757
1757
|
class?: any;
|
|
1758
1758
|
} & RecordType>>;
|
|
@@ -1777,12 +1777,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1777
1777
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1778
1778
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1779
1779
|
readonly label: string | ComputedRef<string>;
|
|
1780
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1780
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1781
1781
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1782
|
-
readonly tooltip: string |
|
|
1782
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1783
1783
|
style?: CSSProperties | undefined;
|
|
1784
1784
|
class?: any;
|
|
1785
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1785
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1786
1786
|
style?: CSSProperties | undefined;
|
|
1787
1787
|
class?: any;
|
|
1788
1788
|
} & RecordType>>;
|
|
@@ -1804,7 +1804,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1804
1804
|
};
|
|
1805
1805
|
rows: number;
|
|
1806
1806
|
autocomplete: string;
|
|
1807
|
-
type: "" | "number" | "default" | "
|
|
1807
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1808
1808
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1809
1809
|
step: string | number;
|
|
1810
1810
|
format: string | ProgressFn | undefined;
|
|
@@ -1843,12 +1843,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1843
1843
|
fieldInstance?: any;
|
|
1844
1844
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1845
1845
|
prop: string;
|
|
1846
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1846
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1847
1847
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1848
|
-
tooltip: string |
|
|
1848
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1849
1849
|
style?: CSSProperties | undefined;
|
|
1850
1850
|
class?: any;
|
|
1851
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1851
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1852
1852
|
style?: CSSProperties | undefined;
|
|
1853
1853
|
class?: any;
|
|
1854
1854
|
} & RecordType>>;
|
|
@@ -3113,12 +3113,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3113
3113
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3114
3114
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3115
3115
|
readonly label: string | ComputedRef<string>;
|
|
3116
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3116
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3117
3117
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3118
|
-
readonly tooltip: string |
|
|
3118
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3119
3119
|
style?: CSSProperties | undefined;
|
|
3120
3120
|
class?: any;
|
|
3121
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3121
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3122
3122
|
style?: CSSProperties | undefined;
|
|
3123
3123
|
class?: any;
|
|
3124
3124
|
} & RecordType>>;
|
|
@@ -3140,7 +3140,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3140
3140
|
};
|
|
3141
3141
|
rows: number;
|
|
3142
3142
|
autocomplete: string;
|
|
3143
|
-
type: "" | "number" | "default" | "
|
|
3143
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3144
3144
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3145
3145
|
step: string | number;
|
|
3146
3146
|
format: string | ProgressFn | undefined;
|
|
@@ -3179,12 +3179,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3179
3179
|
fieldInstance?: any;
|
|
3180
3180
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3181
3181
|
prop: string;
|
|
3182
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3182
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3183
3183
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3184
|
-
tooltip: string |
|
|
3184
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3185
3185
|
style?: CSSProperties | undefined;
|
|
3186
3186
|
class?: any;
|
|
3187
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3187
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3188
3188
|
style?: CSSProperties | undefined;
|
|
3189
3189
|
class?: any;
|
|
3190
3190
|
} & RecordType>>;
|
|
@@ -3209,12 +3209,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3209
3209
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3210
3210
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3211
3211
|
readonly label: string | ComputedRef<string>;
|
|
3212
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3212
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3213
3213
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3214
|
-
readonly tooltip: string |
|
|
3214
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3215
3215
|
style?: CSSProperties | undefined;
|
|
3216
3216
|
class?: any;
|
|
3217
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3217
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3218
3218
|
style?: CSSProperties | undefined;
|
|
3219
3219
|
class?: any;
|
|
3220
3220
|
} & RecordType>>;
|
|
@@ -3236,7 +3236,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3236
3236
|
};
|
|
3237
3237
|
rows: number;
|
|
3238
3238
|
autocomplete: string;
|
|
3239
|
-
type: "" | "number" | "default" | "
|
|
3239
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3240
3240
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3241
3241
|
step: string | number;
|
|
3242
3242
|
format: string | ProgressFn | undefined;
|
|
@@ -3275,12 +3275,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3275
3275
|
fieldInstance?: any;
|
|
3276
3276
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3277
3277
|
prop: string;
|
|
3278
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3278
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3279
3279
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3280
|
-
tooltip: string |
|
|
3280
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3281
3281
|
style?: CSSProperties | undefined;
|
|
3282
3282
|
class?: any;
|
|
3283
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3283
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3284
3284
|
style?: CSSProperties | undefined;
|
|
3285
3285
|
class?: any;
|
|
3286
3286
|
} & RecordType>>;
|
|
@@ -3323,12 +3323,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3323
3323
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3324
3324
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3325
3325
|
readonly label: string | ComputedRef<string>;
|
|
3326
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3326
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3327
3327
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3328
|
-
readonly tooltip: string |
|
|
3328
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3329
3329
|
style?: CSSProperties | undefined;
|
|
3330
3330
|
class?: any;
|
|
3331
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3331
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3332
3332
|
style?: CSSProperties | undefined;
|
|
3333
3333
|
class?: any;
|
|
3334
3334
|
} & RecordType>>;
|
|
@@ -3350,7 +3350,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3350
3350
|
};
|
|
3351
3351
|
rows: number;
|
|
3352
3352
|
autocomplete: string;
|
|
3353
|
-
type: "" | "number" | "default" | "
|
|
3353
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
3354
3354
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3355
3355
|
step: string | number;
|
|
3356
3356
|
format: string | ProgressFn | undefined;
|
|
@@ -3389,12 +3389,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3389
3389
|
fieldInstance?: any;
|
|
3390
3390
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3391
3391
|
prop: string;
|
|
3392
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3392
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3393
3393
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3394
|
-
tooltip: string |
|
|
3394
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3395
3395
|
style?: CSSProperties | undefined;
|
|
3396
3396
|
class?: any;
|
|
3397
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3397
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3398
3398
|
style?: CSSProperties | undefined;
|
|
3399
3399
|
class?: any;
|
|
3400
3400
|
} & RecordType>>;
|
|
@@ -3863,9 +3863,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3863
3863
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3864
3864
|
__epPropKey: true;
|
|
3865
3865
|
};
|
|
3866
|
-
width: (
|
|
3867
|
-
height: (
|
|
3868
|
-
maxHeight: (
|
|
3866
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3867
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3868
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3869
3869
|
fit: {
|
|
3870
3870
|
type: BooleanConstructor;
|
|
3871
3871
|
default: boolean;
|
|
@@ -3889,13 +3889,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3889
3889
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3890
3890
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3891
3891
|
highlightCurrentRow: BooleanConstructor;
|
|
3892
|
-
currentRowKey: (
|
|
3892
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3893
3893
|
emptyText: StringConstructor;
|
|
3894
3894
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3895
3895
|
defaultExpandAll: BooleanConstructor;
|
|
3896
3896
|
defaultSort: PropType< Sort | undefined>;
|
|
3897
3897
|
tooltipEffect: StringConstructor;
|
|
3898
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
3898
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3899
3899
|
spanMethod: PropType<((data: {
|
|
3900
3900
|
row: any;
|
|
3901
3901
|
rowIndex: number;
|
|
@@ -3939,7 +3939,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3939
3939
|
};
|
|
3940
3940
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3941
3941
|
flexible: BooleanConstructor;
|
|
3942
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
3942
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3943
3943
|
}>> & {
|
|
3944
3944
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3945
3945
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4059,9 +4059,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4059
4059
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4060
4060
|
__epPropKey: true;
|
|
4061
4061
|
};
|
|
4062
|
-
width: (
|
|
4063
|
-
height: (
|
|
4064
|
-
maxHeight: (
|
|
4062
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4063
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4064
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4065
4065
|
fit: {
|
|
4066
4066
|
type: BooleanConstructor;
|
|
4067
4067
|
default: boolean;
|
|
@@ -4085,13 +4085,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4085
4085
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4086
4086
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4087
4087
|
highlightCurrentRow: BooleanConstructor;
|
|
4088
|
-
currentRowKey: (
|
|
4088
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4089
4089
|
emptyText: StringConstructor;
|
|
4090
4090
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4091
4091
|
defaultExpandAll: BooleanConstructor;
|
|
4092
4092
|
defaultSort: PropType< Sort | undefined>;
|
|
4093
4093
|
tooltipEffect: StringConstructor;
|
|
4094
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4094
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4095
4095
|
spanMethod: PropType<((data: {
|
|
4096
4096
|
row: any;
|
|
4097
4097
|
rowIndex: number;
|
|
@@ -4135,7 +4135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4135
4135
|
};
|
|
4136
4136
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4137
4137
|
flexible: BooleanConstructor;
|
|
4138
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4138
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4139
4139
|
}>> & {
|
|
4140
4140
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4141
4141
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4194,9 +4194,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4194
4194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4195
4195
|
__epPropKey: true;
|
|
4196
4196
|
};
|
|
4197
|
-
width: (
|
|
4198
|
-
height: (
|
|
4199
|
-
maxHeight: (
|
|
4197
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4198
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4199
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4200
4200
|
fit: {
|
|
4201
4201
|
type: BooleanConstructor;
|
|
4202
4202
|
default: boolean;
|
|
@@ -4220,13 +4220,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4220
4220
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4221
4221
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4222
4222
|
highlightCurrentRow: BooleanConstructor;
|
|
4223
|
-
currentRowKey: (
|
|
4223
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4224
4224
|
emptyText: StringConstructor;
|
|
4225
4225
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4226
4226
|
defaultExpandAll: BooleanConstructor;
|
|
4227
4227
|
defaultSort: PropType< Sort | undefined>;
|
|
4228
4228
|
tooltipEffect: StringConstructor;
|
|
4229
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4229
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4230
4230
|
spanMethod: PropType<((data: {
|
|
4231
4231
|
row: any;
|
|
4232
4232
|
rowIndex: number;
|
|
@@ -4270,7 +4270,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4270
4270
|
};
|
|
4271
4271
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4272
4272
|
flexible: BooleanConstructor;
|
|
4273
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4273
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4274
4274
|
}>> & {
|
|
4275
4275
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4276
4276
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4643,9 +4643,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4643
4643
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4644
4644
|
__epPropKey: true;
|
|
4645
4645
|
};
|
|
4646
|
-
width: (
|
|
4647
|
-
height: (
|
|
4648
|
-
maxHeight: (
|
|
4646
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4647
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4648
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4649
4649
|
fit: {
|
|
4650
4650
|
type: BooleanConstructor;
|
|
4651
4651
|
default: boolean;
|
|
@@ -4669,13 +4669,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4669
4669
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4670
4670
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4671
4671
|
highlightCurrentRow: BooleanConstructor;
|
|
4672
|
-
currentRowKey: (
|
|
4672
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4673
4673
|
emptyText: StringConstructor;
|
|
4674
4674
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4675
4675
|
defaultExpandAll: BooleanConstructor;
|
|
4676
4676
|
defaultSort: PropType< Sort | undefined>;
|
|
4677
4677
|
tooltipEffect: StringConstructor;
|
|
4678
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4678
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4679
4679
|
spanMethod: PropType<((data: {
|
|
4680
4680
|
row: any;
|
|
4681
4681
|
rowIndex: number;
|
|
@@ -4719,7 +4719,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4719
4719
|
};
|
|
4720
4720
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4721
4721
|
flexible: BooleanConstructor;
|
|
4722
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4722
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4723
4723
|
}>> & {
|
|
4724
4724
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4725
4725
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4839,9 +4839,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4839
4839
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4840
4840
|
__epPropKey: true;
|
|
4841
4841
|
};
|
|
4842
|
-
width: (
|
|
4843
|
-
height: (
|
|
4844
|
-
maxHeight: (
|
|
4842
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4843
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4844
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4845
4845
|
fit: {
|
|
4846
4846
|
type: BooleanConstructor;
|
|
4847
4847
|
default: boolean;
|
|
@@ -4865,13 +4865,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4865
4865
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4866
4866
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4867
4867
|
highlightCurrentRow: BooleanConstructor;
|
|
4868
|
-
currentRowKey: (
|
|
4868
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4869
4869
|
emptyText: StringConstructor;
|
|
4870
4870
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4871
4871
|
defaultExpandAll: BooleanConstructor;
|
|
4872
4872
|
defaultSort: PropType< Sort | undefined>;
|
|
4873
4873
|
tooltipEffect: StringConstructor;
|
|
4874
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4874
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4875
4875
|
spanMethod: PropType<((data: {
|
|
4876
4876
|
row: any;
|
|
4877
4877
|
rowIndex: number;
|
|
@@ -4915,7 +4915,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4915
4915
|
};
|
|
4916
4916
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4917
4917
|
flexible: BooleanConstructor;
|
|
4918
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4918
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4919
4919
|
}>> & {
|
|
4920
4920
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4921
4921
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4974,9 +4974,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4974
4974
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4975
4975
|
__epPropKey: true;
|
|
4976
4976
|
};
|
|
4977
|
-
width: (
|
|
4978
|
-
height: (
|
|
4979
|
-
maxHeight: (
|
|
4977
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4978
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4979
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4980
4980
|
fit: {
|
|
4981
4981
|
type: BooleanConstructor;
|
|
4982
4982
|
default: boolean;
|
|
@@ -5000,13 +5000,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5000
5000
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5001
5001
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5002
5002
|
highlightCurrentRow: BooleanConstructor;
|
|
5003
|
-
currentRowKey: (
|
|
5003
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
5004
5004
|
emptyText: StringConstructor;
|
|
5005
5005
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5006
5006
|
defaultExpandAll: BooleanConstructor;
|
|
5007
5007
|
defaultSort: PropType< Sort | undefined>;
|
|
5008
5008
|
tooltipEffect: StringConstructor;
|
|
5009
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
5009
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5010
5010
|
spanMethod: PropType<((data: {
|
|
5011
5011
|
row: any;
|
|
5012
5012
|
rowIndex: number;
|
|
@@ -5050,7 +5050,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5050
5050
|
};
|
|
5051
5051
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5052
5052
|
flexible: BooleanConstructor;
|
|
5053
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
5053
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5054
5054
|
}>> & {
|
|
5055
5055
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5056
5056
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -6713,12 +6713,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6713
6713
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6714
6714
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6715
6715
|
readonly label: string | ComputedRef<string>;
|
|
6716
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6716
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6717
6717
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6718
|
-
readonly tooltip: string |
|
|
6718
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6719
6719
|
style?: CSSProperties | undefined;
|
|
6720
6720
|
class?: any;
|
|
6721
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6721
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6722
6722
|
style?: CSSProperties | undefined;
|
|
6723
6723
|
class?: any;
|
|
6724
6724
|
} & RecordType>>;
|
|
@@ -6740,7 +6740,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6740
6740
|
};
|
|
6741
6741
|
rows: number;
|
|
6742
6742
|
autocomplete: string;
|
|
6743
|
-
type: "" | "number" | "default" | "
|
|
6743
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6744
6744
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6745
6745
|
step: string | number;
|
|
6746
6746
|
format: string | ProgressFn | undefined;
|
|
@@ -6779,12 +6779,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6779
6779
|
fieldInstance?: any;
|
|
6780
6780
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6781
6781
|
prop: string;
|
|
6782
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6782
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6783
6783
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6784
|
-
tooltip: string |
|
|
6784
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6785
6785
|
style?: CSSProperties | undefined;
|
|
6786
6786
|
class?: any;
|
|
6787
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6787
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6788
6788
|
style?: CSSProperties | undefined;
|
|
6789
6789
|
class?: any;
|
|
6790
6790
|
} & RecordType>>;
|
|
@@ -6809,12 +6809,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6809
6809
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6810
6810
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
6811
6811
|
readonly label: string | ComputedRef<string>;
|
|
6812
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6812
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6813
6813
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6814
|
-
readonly tooltip: string |
|
|
6814
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6815
6815
|
style?: CSSProperties | undefined;
|
|
6816
6816
|
class?: any;
|
|
6817
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6817
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6818
6818
|
style?: CSSProperties | undefined;
|
|
6819
6819
|
class?: any;
|
|
6820
6820
|
} & RecordType>>;
|
|
@@ -6836,7 +6836,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6836
6836
|
};
|
|
6837
6837
|
rows: number;
|
|
6838
6838
|
autocomplete: string;
|
|
6839
|
-
type: "" | "number" | "default" | "
|
|
6839
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
6840
6840
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
6841
6841
|
step: string | number;
|
|
6842
6842
|
format: string | ProgressFn | undefined;
|
|
@@ -6875,12 +6875,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6875
6875
|
fieldInstance?: any;
|
|
6876
6876
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6877
6877
|
prop: string;
|
|
6878
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6878
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6879
6879
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6880
|
-
tooltip: string |
|
|
6880
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6881
6881
|
style?: CSSProperties | undefined;
|
|
6882
6882
|
class?: any;
|
|
6883
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6883
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6884
6884
|
style?: CSSProperties | undefined;
|
|
6885
6885
|
class?: any;
|
|
6886
6886
|
} & RecordType>>;
|
|
@@ -8145,12 +8145,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8145
8145
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8146
8146
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8147
8147
|
readonly label: string | ComputedRef<string>;
|
|
8148
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8148
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8149
8149
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8150
|
-
readonly tooltip: string |
|
|
8150
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8151
8151
|
style?: CSSProperties | undefined;
|
|
8152
8152
|
class?: any;
|
|
8153
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8153
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8154
8154
|
style?: CSSProperties | undefined;
|
|
8155
8155
|
class?: any;
|
|
8156
8156
|
} & RecordType>>;
|
|
@@ -8172,7 +8172,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8172
8172
|
};
|
|
8173
8173
|
rows: number;
|
|
8174
8174
|
autocomplete: string;
|
|
8175
|
-
type: "" | "number" | "default" | "
|
|
8175
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8176
8176
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8177
8177
|
step: string | number;
|
|
8178
8178
|
format: string | ProgressFn | undefined;
|
|
@@ -8211,12 +8211,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8211
8211
|
fieldInstance?: any;
|
|
8212
8212
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8213
8213
|
prop: string;
|
|
8214
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8214
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8215
8215
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8216
|
-
tooltip: string |
|
|
8216
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8217
8217
|
style?: CSSProperties | undefined;
|
|
8218
8218
|
class?: any;
|
|
8219
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8219
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8220
8220
|
style?: CSSProperties | undefined;
|
|
8221
8221
|
class?: any;
|
|
8222
8222
|
} & RecordType>>;
|
|
@@ -8241,12 +8241,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8241
8241
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8242
8242
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8243
8243
|
readonly label: string | ComputedRef<string>;
|
|
8244
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8244
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8245
8245
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8246
|
-
readonly tooltip: string |
|
|
8246
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8247
8247
|
style?: CSSProperties | undefined;
|
|
8248
8248
|
class?: any;
|
|
8249
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8249
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8250
8250
|
style?: CSSProperties | undefined;
|
|
8251
8251
|
class?: any;
|
|
8252
8252
|
} & RecordType>>;
|
|
@@ -8268,7 +8268,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8268
8268
|
};
|
|
8269
8269
|
rows: number;
|
|
8270
8270
|
autocomplete: string;
|
|
8271
|
-
type: "" | "number" | "default" | "
|
|
8271
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8272
8272
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8273
8273
|
step: string | number;
|
|
8274
8274
|
format: string | ProgressFn | undefined;
|
|
@@ -8307,12 +8307,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8307
8307
|
fieldInstance?: any;
|
|
8308
8308
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8309
8309
|
prop: string;
|
|
8310
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8310
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8311
8311
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8312
|
-
tooltip: string |
|
|
8312
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8313
8313
|
style?: CSSProperties | undefined;
|
|
8314
8314
|
class?: any;
|
|
8315
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8315
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8316
8316
|
style?: CSSProperties | undefined;
|
|
8317
8317
|
class?: any;
|
|
8318
8318
|
} & RecordType>>;
|
|
@@ -8355,12 +8355,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8355
8355
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8356
8356
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
8357
8357
|
readonly label: string | ComputedRef<string>;
|
|
8358
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8358
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8359
8359
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8360
|
-
readonly tooltip: string |
|
|
8360
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8361
8361
|
style?: CSSProperties | undefined;
|
|
8362
8362
|
class?: any;
|
|
8363
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8363
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8364
8364
|
style?: CSSProperties | undefined;
|
|
8365
8365
|
class?: any;
|
|
8366
8366
|
} & RecordType>>;
|
|
@@ -8382,7 +8382,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8382
8382
|
};
|
|
8383
8383
|
rows: number;
|
|
8384
8384
|
autocomplete: string;
|
|
8385
|
-
type: "" | "number" | "default" | "
|
|
8385
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
8386
8386
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8387
8387
|
step: string | number;
|
|
8388
8388
|
format: string | ProgressFn | undefined;
|
|
@@ -8421,12 +8421,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8421
8421
|
fieldInstance?: any;
|
|
8422
8422
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8423
8423
|
prop: string;
|
|
8424
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8424
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8425
8425
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8426
|
-
tooltip: string |
|
|
8426
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8427
8427
|
style?: CSSProperties | undefined;
|
|
8428
8428
|
class?: any;
|
|
8429
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8429
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8430
8430
|
style?: CSSProperties | undefined;
|
|
8431
8431
|
class?: any;
|
|
8432
8432
|
} & RecordType>>;
|
|
@@ -8895,9 +8895,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8895
8895
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8896
8896
|
__epPropKey: true;
|
|
8897
8897
|
};
|
|
8898
|
-
width: (
|
|
8899
|
-
height: (
|
|
8900
|
-
maxHeight: (
|
|
8898
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
8899
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
8900
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
8901
8901
|
fit: {
|
|
8902
8902
|
type: BooleanConstructor;
|
|
8903
8903
|
default: boolean;
|
|
@@ -8921,13 +8921,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8921
8921
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8922
8922
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8923
8923
|
highlightCurrentRow: BooleanConstructor;
|
|
8924
|
-
currentRowKey: (
|
|
8924
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
8925
8925
|
emptyText: StringConstructor;
|
|
8926
8926
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8927
8927
|
defaultExpandAll: BooleanConstructor;
|
|
8928
8928
|
defaultSort: PropType< Sort | undefined>;
|
|
8929
8929
|
tooltipEffect: StringConstructor;
|
|
8930
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
8930
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8931
8931
|
spanMethod: PropType<((data: {
|
|
8932
8932
|
row: any;
|
|
8933
8933
|
rowIndex: number;
|
|
@@ -8971,7 +8971,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8971
8971
|
};
|
|
8972
8972
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8973
8973
|
flexible: BooleanConstructor;
|
|
8974
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
8974
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
8975
8975
|
}>> & {
|
|
8976
8976
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8977
8977
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9091,9 +9091,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9091
9091
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9092
9092
|
__epPropKey: true;
|
|
9093
9093
|
};
|
|
9094
|
-
width: (
|
|
9095
|
-
height: (
|
|
9096
|
-
maxHeight: (
|
|
9094
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9095
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9096
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9097
9097
|
fit: {
|
|
9098
9098
|
type: BooleanConstructor;
|
|
9099
9099
|
default: boolean;
|
|
@@ -9117,13 +9117,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9117
9117
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9118
9118
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9119
9119
|
highlightCurrentRow: BooleanConstructor;
|
|
9120
|
-
currentRowKey: (
|
|
9120
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9121
9121
|
emptyText: StringConstructor;
|
|
9122
9122
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9123
9123
|
defaultExpandAll: BooleanConstructor;
|
|
9124
9124
|
defaultSort: PropType< Sort | undefined>;
|
|
9125
9125
|
tooltipEffect: StringConstructor;
|
|
9126
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
9126
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9127
9127
|
spanMethod: PropType<((data: {
|
|
9128
9128
|
row: any;
|
|
9129
9129
|
rowIndex: number;
|
|
@@ -9167,7 +9167,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9167
9167
|
};
|
|
9168
9168
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9169
9169
|
flexible: BooleanConstructor;
|
|
9170
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
9170
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9171
9171
|
}>> & {
|
|
9172
9172
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9173
9173
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9226,9 +9226,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9226
9226
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9227
9227
|
__epPropKey: true;
|
|
9228
9228
|
};
|
|
9229
|
-
width: (
|
|
9230
|
-
height: (
|
|
9231
|
-
maxHeight: (
|
|
9229
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9230
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9231
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9232
9232
|
fit: {
|
|
9233
9233
|
type: BooleanConstructor;
|
|
9234
9234
|
default: boolean;
|
|
@@ -9252,13 +9252,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9252
9252
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9253
9253
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9254
9254
|
highlightCurrentRow: BooleanConstructor;
|
|
9255
|
-
currentRowKey: (
|
|
9255
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9256
9256
|
emptyText: StringConstructor;
|
|
9257
9257
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9258
9258
|
defaultExpandAll: BooleanConstructor;
|
|
9259
9259
|
defaultSort: PropType< Sort | undefined>;
|
|
9260
9260
|
tooltipEffect: StringConstructor;
|
|
9261
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
9261
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9262
9262
|
spanMethod: PropType<((data: {
|
|
9263
9263
|
row: any;
|
|
9264
9264
|
rowIndex: number;
|
|
@@ -9302,7 +9302,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9302
9302
|
};
|
|
9303
9303
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9304
9304
|
flexible: BooleanConstructor;
|
|
9305
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
9305
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9306
9306
|
}>> & {
|
|
9307
9307
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9308
9308
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9675,9 +9675,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9675
9675
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9676
9676
|
__epPropKey: true;
|
|
9677
9677
|
};
|
|
9678
|
-
width: (
|
|
9679
|
-
height: (
|
|
9680
|
-
maxHeight: (
|
|
9678
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9679
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9680
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9681
9681
|
fit: {
|
|
9682
9682
|
type: BooleanConstructor;
|
|
9683
9683
|
default: boolean;
|
|
@@ -9701,13 +9701,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9701
9701
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9702
9702
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9703
9703
|
highlightCurrentRow: BooleanConstructor;
|
|
9704
|
-
currentRowKey: (
|
|
9704
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9705
9705
|
emptyText: StringConstructor;
|
|
9706
9706
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9707
9707
|
defaultExpandAll: BooleanConstructor;
|
|
9708
9708
|
defaultSort: PropType< Sort | undefined>;
|
|
9709
9709
|
tooltipEffect: StringConstructor;
|
|
9710
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
9710
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9711
9711
|
spanMethod: PropType<((data: {
|
|
9712
9712
|
row: any;
|
|
9713
9713
|
rowIndex: number;
|
|
@@ -9751,7 +9751,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9751
9751
|
};
|
|
9752
9752
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9753
9753
|
flexible: BooleanConstructor;
|
|
9754
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
9754
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9755
9755
|
}>> & {
|
|
9756
9756
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9757
9757
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9871,9 +9871,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9871
9871
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9872
9872
|
__epPropKey: true;
|
|
9873
9873
|
};
|
|
9874
|
-
width: (
|
|
9875
|
-
height: (
|
|
9876
|
-
maxHeight: (
|
|
9874
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9875
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9876
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9877
9877
|
fit: {
|
|
9878
9878
|
type: BooleanConstructor;
|
|
9879
9879
|
default: boolean;
|
|
@@ -9897,13 +9897,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9897
9897
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9898
9898
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9899
9899
|
highlightCurrentRow: BooleanConstructor;
|
|
9900
|
-
currentRowKey: (
|
|
9900
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9901
9901
|
emptyText: StringConstructor;
|
|
9902
9902
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9903
9903
|
defaultExpandAll: BooleanConstructor;
|
|
9904
9904
|
defaultSort: PropType< Sort | undefined>;
|
|
9905
9905
|
tooltipEffect: StringConstructor;
|
|
9906
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
9906
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9907
9907
|
spanMethod: PropType<((data: {
|
|
9908
9908
|
row: any;
|
|
9909
9909
|
rowIndex: number;
|
|
@@ -9947,7 +9947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9947
9947
|
};
|
|
9948
9948
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9949
9949
|
flexible: BooleanConstructor;
|
|
9950
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
9950
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9951
9951
|
}>> & {
|
|
9952
9952
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9953
9953
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10006,9 +10006,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10006
10006
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10007
10007
|
__epPropKey: true;
|
|
10008
10008
|
};
|
|
10009
|
-
width: (
|
|
10010
|
-
height: (
|
|
10011
|
-
maxHeight: (
|
|
10009
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10010
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10011
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10012
10012
|
fit: {
|
|
10013
10013
|
type: BooleanConstructor;
|
|
10014
10014
|
default: boolean;
|
|
@@ -10032,13 +10032,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10032
10032
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10033
10033
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10034
10034
|
highlightCurrentRow: BooleanConstructor;
|
|
10035
|
-
currentRowKey: (
|
|
10035
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10036
10036
|
emptyText: StringConstructor;
|
|
10037
10037
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10038
10038
|
defaultExpandAll: BooleanConstructor;
|
|
10039
10039
|
defaultSort: PropType< Sort | undefined>;
|
|
10040
10040
|
tooltipEffect: StringConstructor;
|
|
10041
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
10041
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10042
10042
|
spanMethod: PropType<((data: {
|
|
10043
10043
|
row: any;
|
|
10044
10044
|
rowIndex: number;
|
|
@@ -10082,7 +10082,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10082
10082
|
};
|
|
10083
10083
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10084
10084
|
flexible: BooleanConstructor;
|
|
10085
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
10085
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10086
10086
|
}>> & {
|
|
10087
10087
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10088
10088
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10250,12 +10250,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10250
10250
|
$slots: Partial<Record<never, (_: {
|
|
10251
10251
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
10252
10252
|
readonly label: string | ComputedRef<string>;
|
|
10253
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10253
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10254
10254
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10255
|
-
readonly tooltip: string |
|
|
10255
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10256
10256
|
style?: CSSProperties | undefined;
|
|
10257
10257
|
class?: any;
|
|
10258
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10258
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10259
10259
|
style?: CSSProperties | undefined;
|
|
10260
10260
|
class?: any;
|
|
10261
10261
|
} & RecordType>>;
|
|
@@ -10277,7 +10277,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10277
10277
|
};
|
|
10278
10278
|
rows: number;
|
|
10279
10279
|
autocomplete: string;
|
|
10280
|
-
type: "" | "number" | "default" | "
|
|
10280
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
10281
10281
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10282
10282
|
step: string | number;
|
|
10283
10283
|
format: string | ProgressFn | undefined;
|
|
@@ -10316,12 +10316,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10316
10316
|
fieldInstance?: any;
|
|
10317
10317
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10318
10318
|
prop: string;
|
|
10319
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10319
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10320
10320
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10321
|
-
tooltip: string |
|
|
10321
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10322
10322
|
style?: CSSProperties | undefined;
|
|
10323
10323
|
class?: any;
|
|
10324
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10324
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10325
10325
|
style?: CSSProperties | undefined;
|
|
10326
10326
|
class?: any;
|
|
10327
10327
|
} & RecordType>>;
|
|
@@ -10806,9 +10806,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10806
10806
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10807
10807
|
__epPropKey: true;
|
|
10808
10808
|
};
|
|
10809
|
-
width: (
|
|
10810
|
-
height: (
|
|
10811
|
-
maxHeight: (
|
|
10809
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
10810
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
10811
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
10812
10812
|
fit: {
|
|
10813
10813
|
type: BooleanConstructor;
|
|
10814
10814
|
default: boolean;
|
|
@@ -10832,13 +10832,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10832
10832
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10833
10833
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10834
10834
|
highlightCurrentRow: BooleanConstructor;
|
|
10835
|
-
currentRowKey: (
|
|
10835
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10836
10836
|
emptyText: StringConstructor;
|
|
10837
10837
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10838
10838
|
defaultExpandAll: BooleanConstructor;
|
|
10839
10839
|
defaultSort: PropType< Sort | undefined>;
|
|
10840
10840
|
tooltipEffect: StringConstructor;
|
|
10841
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
10841
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10842
10842
|
spanMethod: PropType<((data: {
|
|
10843
10843
|
row: any;
|
|
10844
10844
|
rowIndex: number;
|
|
@@ -10882,7 +10882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10882
10882
|
};
|
|
10883
10883
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10884
10884
|
flexible: BooleanConstructor;
|
|
10885
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
10885
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10886
10886
|
}>> & {
|
|
10887
10887
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10888
10888
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11002,9 +11002,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11002
11002
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11003
11003
|
__epPropKey: true;
|
|
11004
11004
|
};
|
|
11005
|
-
width: (
|
|
11006
|
-
height: (
|
|
11007
|
-
maxHeight: (
|
|
11005
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11006
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11007
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11008
11008
|
fit: {
|
|
11009
11009
|
type: BooleanConstructor;
|
|
11010
11010
|
default: boolean;
|
|
@@ -11028,13 +11028,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11028
11028
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11029
11029
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11030
11030
|
highlightCurrentRow: BooleanConstructor;
|
|
11031
|
-
currentRowKey: (
|
|
11031
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11032
11032
|
emptyText: StringConstructor;
|
|
11033
11033
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11034
11034
|
defaultExpandAll: BooleanConstructor;
|
|
11035
11035
|
defaultSort: PropType< Sort | undefined>;
|
|
11036
11036
|
tooltipEffect: StringConstructor;
|
|
11037
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11037
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11038
11038
|
spanMethod: PropType<((data: {
|
|
11039
11039
|
row: any;
|
|
11040
11040
|
rowIndex: number;
|
|
@@ -11078,7 +11078,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11078
11078
|
};
|
|
11079
11079
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11080
11080
|
flexible: BooleanConstructor;
|
|
11081
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11081
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11082
11082
|
}>> & {
|
|
11083
11083
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11084
11084
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11137,9 +11137,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11137
11137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11138
11138
|
__epPropKey: true;
|
|
11139
11139
|
};
|
|
11140
|
-
width: (
|
|
11141
|
-
height: (
|
|
11142
|
-
maxHeight: (
|
|
11140
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11141
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11142
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11143
11143
|
fit: {
|
|
11144
11144
|
type: BooleanConstructor;
|
|
11145
11145
|
default: boolean;
|
|
@@ -11163,13 +11163,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11163
11163
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11164
11164
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11165
11165
|
highlightCurrentRow: BooleanConstructor;
|
|
11166
|
-
currentRowKey: (
|
|
11166
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11167
11167
|
emptyText: StringConstructor;
|
|
11168
11168
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11169
11169
|
defaultExpandAll: BooleanConstructor;
|
|
11170
11170
|
defaultSort: PropType< Sort | undefined>;
|
|
11171
11171
|
tooltipEffect: StringConstructor;
|
|
11172
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11172
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11173
11173
|
spanMethod: PropType<((data: {
|
|
11174
11174
|
row: any;
|
|
11175
11175
|
rowIndex: number;
|
|
@@ -11213,7 +11213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11213
11213
|
};
|
|
11214
11214
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11215
11215
|
flexible: BooleanConstructor;
|
|
11216
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11216
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11217
11217
|
}>> & {
|
|
11218
11218
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11219
11219
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11586,9 +11586,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11586
11586
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11587
11587
|
__epPropKey: true;
|
|
11588
11588
|
};
|
|
11589
|
-
width: (
|
|
11590
|
-
height: (
|
|
11591
|
-
maxHeight: (
|
|
11589
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11590
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11591
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11592
11592
|
fit: {
|
|
11593
11593
|
type: BooleanConstructor;
|
|
11594
11594
|
default: boolean;
|
|
@@ -11612,13 +11612,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11612
11612
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11613
11613
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11614
11614
|
highlightCurrentRow: BooleanConstructor;
|
|
11615
|
-
currentRowKey: (
|
|
11615
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11616
11616
|
emptyText: StringConstructor;
|
|
11617
11617
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11618
11618
|
defaultExpandAll: BooleanConstructor;
|
|
11619
11619
|
defaultSort: PropType< Sort | undefined>;
|
|
11620
11620
|
tooltipEffect: StringConstructor;
|
|
11621
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11621
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11622
11622
|
spanMethod: PropType<((data: {
|
|
11623
11623
|
row: any;
|
|
11624
11624
|
rowIndex: number;
|
|
@@ -11662,7 +11662,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11662
11662
|
};
|
|
11663
11663
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11664
11664
|
flexible: BooleanConstructor;
|
|
11665
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11665
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11666
11666
|
}>> & {
|
|
11667
11667
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11668
11668
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11782,9 +11782,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11782
11782
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11783
11783
|
__epPropKey: true;
|
|
11784
11784
|
};
|
|
11785
|
-
width: (
|
|
11786
|
-
height: (
|
|
11787
|
-
maxHeight: (
|
|
11785
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11786
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11787
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11788
11788
|
fit: {
|
|
11789
11789
|
type: BooleanConstructor;
|
|
11790
11790
|
default: boolean;
|
|
@@ -11808,13 +11808,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11808
11808
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11809
11809
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11810
11810
|
highlightCurrentRow: BooleanConstructor;
|
|
11811
|
-
currentRowKey: (
|
|
11811
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11812
11812
|
emptyText: StringConstructor;
|
|
11813
11813
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11814
11814
|
defaultExpandAll: BooleanConstructor;
|
|
11815
11815
|
defaultSort: PropType< Sort | undefined>;
|
|
11816
11816
|
tooltipEffect: StringConstructor;
|
|
11817
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11817
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11818
11818
|
spanMethod: PropType<((data: {
|
|
11819
11819
|
row: any;
|
|
11820
11820
|
rowIndex: number;
|
|
@@ -11858,7 +11858,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11858
11858
|
};
|
|
11859
11859
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11860
11860
|
flexible: BooleanConstructor;
|
|
11861
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11861
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11862
11862
|
}>> & {
|
|
11863
11863
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11864
11864
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11917,9 +11917,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11917
11917
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11918
11918
|
__epPropKey: true;
|
|
11919
11919
|
};
|
|
11920
|
-
width: (
|
|
11921
|
-
height: (
|
|
11922
|
-
maxHeight: (
|
|
11920
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11921
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
11922
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
11923
11923
|
fit: {
|
|
11924
11924
|
type: BooleanConstructor;
|
|
11925
11925
|
default: boolean;
|
|
@@ -11943,13 +11943,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11943
11943
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11944
11944
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11945
11945
|
highlightCurrentRow: BooleanConstructor;
|
|
11946
|
-
currentRowKey: (
|
|
11946
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
11947
11947
|
emptyText: StringConstructor;
|
|
11948
11948
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11949
11949
|
defaultExpandAll: BooleanConstructor;
|
|
11950
11950
|
defaultSort: PropType< Sort | undefined>;
|
|
11951
11951
|
tooltipEffect: StringConstructor;
|
|
11952
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11952
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11953
11953
|
spanMethod: PropType<((data: {
|
|
11954
11954
|
row: any;
|
|
11955
11955
|
rowIndex: number;
|
|
@@ -11993,7 +11993,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11993
11993
|
};
|
|
11994
11994
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11995
11995
|
flexible: BooleanConstructor;
|
|
11996
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
11996
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11997
11997
|
}>> & {
|
|
11998
11998
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11999
11999
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12161,9 +12161,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12161
12161
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12162
12162
|
__epPropKey: true;
|
|
12163
12163
|
};
|
|
12164
|
-
width: (
|
|
12165
|
-
height: (
|
|
12166
|
-
maxHeight: (
|
|
12164
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12165
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12166
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12167
12167
|
fit: {
|
|
12168
12168
|
type: BooleanConstructor;
|
|
12169
12169
|
default: boolean;
|
|
@@ -12187,13 +12187,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12187
12187
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12188
12188
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12189
12189
|
highlightCurrentRow: BooleanConstructor;
|
|
12190
|
-
currentRowKey: (
|
|
12190
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12191
12191
|
emptyText: StringConstructor;
|
|
12192
12192
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12193
12193
|
defaultExpandAll: BooleanConstructor;
|
|
12194
12194
|
defaultSort: PropType< Sort | undefined>;
|
|
12195
12195
|
tooltipEffect: StringConstructor;
|
|
12196
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
12196
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12197
12197
|
spanMethod: PropType<((data: {
|
|
12198
12198
|
row: any;
|
|
12199
12199
|
rowIndex: number;
|
|
@@ -12237,7 +12237,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12237
12237
|
};
|
|
12238
12238
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12239
12239
|
flexible: BooleanConstructor;
|
|
12240
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
12240
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12241
12241
|
}>> & {
|
|
12242
12242
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12243
12243
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12357,9 +12357,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12357
12357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12358
12358
|
__epPropKey: true;
|
|
12359
12359
|
};
|
|
12360
|
-
width: (
|
|
12361
|
-
height: (
|
|
12362
|
-
maxHeight: (
|
|
12360
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12361
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12362
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12363
12363
|
fit: {
|
|
12364
12364
|
type: BooleanConstructor;
|
|
12365
12365
|
default: boolean;
|
|
@@ -12383,13 +12383,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12383
12383
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12384
12384
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12385
12385
|
highlightCurrentRow: BooleanConstructor;
|
|
12386
|
-
currentRowKey: (
|
|
12386
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12387
12387
|
emptyText: StringConstructor;
|
|
12388
12388
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12389
12389
|
defaultExpandAll: BooleanConstructor;
|
|
12390
12390
|
defaultSort: PropType< Sort | undefined>;
|
|
12391
12391
|
tooltipEffect: StringConstructor;
|
|
12392
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
12392
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12393
12393
|
spanMethod: PropType<((data: {
|
|
12394
12394
|
row: any;
|
|
12395
12395
|
rowIndex: number;
|
|
@@ -12433,7 +12433,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12433
12433
|
};
|
|
12434
12434
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12435
12435
|
flexible: BooleanConstructor;
|
|
12436
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
12436
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12437
12437
|
}>> & {
|
|
12438
12438
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12439
12439
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12492,9 +12492,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12492
12492
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12493
12493
|
__epPropKey: true;
|
|
12494
12494
|
};
|
|
12495
|
-
width: (
|
|
12496
|
-
height: (
|
|
12497
|
-
maxHeight: (
|
|
12495
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
12496
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
12497
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
12498
12498
|
fit: {
|
|
12499
12499
|
type: BooleanConstructor;
|
|
12500
12500
|
default: boolean;
|
|
@@ -12518,13 +12518,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12518
12518
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12519
12519
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12520
12520
|
highlightCurrentRow: BooleanConstructor;
|
|
12521
|
-
currentRowKey: (
|
|
12521
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
12522
12522
|
emptyText: StringConstructor;
|
|
12523
12523
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12524
12524
|
defaultExpandAll: BooleanConstructor;
|
|
12525
12525
|
defaultSort: PropType< Sort | undefined>;
|
|
12526
12526
|
tooltipEffect: StringConstructor;
|
|
12527
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
12527
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12528
12528
|
spanMethod: PropType<((data: {
|
|
12529
12529
|
row: any;
|
|
12530
12530
|
rowIndex: number;
|
|
@@ -12568,7 +12568,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12568
12568
|
};
|
|
12569
12569
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12570
12570
|
flexible: BooleanConstructor;
|
|
12571
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
12571
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12572
12572
|
}>> & {
|
|
12573
12573
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12574
12574
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|