yc-pro-components 0.0.4 → 0.0.6
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/index.d.ts +0 -1
- package/es/components/index.mjs +0 -2
- 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/es/index.mjs +0 -2
- package/index.js +11 -2066
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +12 -2060
- 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/index.d.ts +0 -1
- package/lib/components/index.js +10 -19
- 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/lib/index.js +10 -19
- 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 -2
- package/es/components/yc-icon/index.d.ts +0 -49
- package/es/components/yc-icon/index.mjs +0 -10
- package/es/components/yc-icon/src/hooks.d.ts +0 -11
- package/es/components/yc-icon/src/hooks.mjs +0 -80
- package/es/components/yc-icon/src/iconfont.d.ts +0 -21
- package/es/components/yc-icon/src/iconfont.mjs +0 -45
- package/es/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/es/components/yc-icon/src/iconifyIconOffline.mjs +0 -51
- package/es/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/es/components/yc-icon/src/iconifyIconOnline.mjs +0 -30
- package/es/components/yc-icon/src/types.d.ts +0 -35
- package/es/components/yc-icon/src/types.mjs +0 -1
- package/lib/components/yc-icon/index.d.ts +0 -49
- package/lib/components/yc-icon/index.js +0 -18
- package/lib/components/yc-icon/src/hooks.d.ts +0 -11
- package/lib/components/yc-icon/src/hooks.js +0 -82
- package/lib/components/yc-icon/src/iconfont.d.ts +0 -21
- package/lib/components/yc-icon/src/iconfont.js +0 -49
- package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/lib/components/yc-icon/src/iconifyIconOffline.js +0 -55
- package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/lib/components/yc-icon/src/iconifyIconOnline.js +0 -34
- package/lib/components/yc-icon/src/types.d.ts +0 -35
- package/lib/components/yc-icon/src/types.js +0 -2
|
@@ -1467,12 +1467,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1467
1467
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1468
1468
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1469
1469
|
readonly label: string | ComputedRef<string>;
|
|
1470
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1470
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1471
1471
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1472
|
-
readonly tooltip: string |
|
|
1472
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1473
1473
|
style?: CSSProperties | undefined;
|
|
1474
1474
|
class?: any;
|
|
1475
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1475
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1476
1476
|
style?: CSSProperties | undefined;
|
|
1477
1477
|
class?: any;
|
|
1478
1478
|
} & RecordType>>;
|
|
@@ -1494,7 +1494,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1494
1494
|
};
|
|
1495
1495
|
rows: number;
|
|
1496
1496
|
autocomplete: string;
|
|
1497
|
-
type: "" | "number" | "default" | "
|
|
1497
|
+
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";
|
|
1498
1498
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1499
1499
|
step: string | number;
|
|
1500
1500
|
format: string | ProgressFn | undefined;
|
|
@@ -1533,12 +1533,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1533
1533
|
fieldInstance?: any;
|
|
1534
1534
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1535
1535
|
prop: string;
|
|
1536
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1536
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1537
1537
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1538
|
-
tooltip: string |
|
|
1538
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1539
1539
|
style?: CSSProperties | undefined;
|
|
1540
1540
|
class?: any;
|
|
1541
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1541
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1542
1542
|
style?: CSSProperties | undefined;
|
|
1543
1543
|
class?: any;
|
|
1544
1544
|
} & RecordType>>;
|
|
@@ -1563,12 +1563,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1563
1563
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1564
1564
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1565
1565
|
readonly label: string | ComputedRef<string>;
|
|
1566
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1566
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1567
1567
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1568
|
-
readonly tooltip: string |
|
|
1568
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1569
1569
|
style?: CSSProperties | undefined;
|
|
1570
1570
|
class?: any;
|
|
1571
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1571
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1572
1572
|
style?: CSSProperties | undefined;
|
|
1573
1573
|
class?: any;
|
|
1574
1574
|
} & RecordType>>;
|
|
@@ -1590,7 +1590,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1590
1590
|
};
|
|
1591
1591
|
rows: number;
|
|
1592
1592
|
autocomplete: string;
|
|
1593
|
-
type: "" | "number" | "default" | "
|
|
1593
|
+
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";
|
|
1594
1594
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1595
1595
|
step: string | number;
|
|
1596
1596
|
format: string | ProgressFn | undefined;
|
|
@@ -1629,12 +1629,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1629
1629
|
fieldInstance?: any;
|
|
1630
1630
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1631
1631
|
prop: string;
|
|
1632
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1632
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1633
1633
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1634
|
-
tooltip: string |
|
|
1634
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1635
1635
|
style?: CSSProperties | undefined;
|
|
1636
1636
|
class?: any;
|
|
1637
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1637
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1638
1638
|
style?: CSSProperties | undefined;
|
|
1639
1639
|
class?: any;
|
|
1640
1640
|
} & RecordType>>;
|
|
@@ -2899,12 +2899,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2899
2899
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2900
2900
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2901
2901
|
readonly label: string | ComputedRef<string>;
|
|
2902
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2902
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2903
2903
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2904
|
-
readonly tooltip: string |
|
|
2904
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2905
2905
|
style?: CSSProperties | undefined;
|
|
2906
2906
|
class?: any;
|
|
2907
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2907
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2908
2908
|
style?: CSSProperties | undefined;
|
|
2909
2909
|
class?: any;
|
|
2910
2910
|
} & RecordType>>;
|
|
@@ -2926,7 +2926,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2926
2926
|
};
|
|
2927
2927
|
rows: number;
|
|
2928
2928
|
autocomplete: string;
|
|
2929
|
-
type: "" | "number" | "default" | "
|
|
2929
|
+
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";
|
|
2930
2930
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2931
2931
|
step: string | number;
|
|
2932
2932
|
format: string | ProgressFn | undefined;
|
|
@@ -2965,12 +2965,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2965
2965
|
fieldInstance?: any;
|
|
2966
2966
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2967
2967
|
prop: string;
|
|
2968
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2968
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2969
2969
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2970
|
-
tooltip: string |
|
|
2970
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2971
2971
|
style?: CSSProperties | undefined;
|
|
2972
2972
|
class?: any;
|
|
2973
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2973
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2974
2974
|
style?: CSSProperties | undefined;
|
|
2975
2975
|
class?: any;
|
|
2976
2976
|
} & RecordType>>;
|
|
@@ -2995,12 +2995,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2995
2995
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2996
2996
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2997
2997
|
readonly label: string | ComputedRef<string>;
|
|
2998
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2998
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2999
2999
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3000
|
-
readonly tooltip: string |
|
|
3000
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3001
3001
|
style?: CSSProperties | undefined;
|
|
3002
3002
|
class?: any;
|
|
3003
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3003
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3004
3004
|
style?: CSSProperties | undefined;
|
|
3005
3005
|
class?: any;
|
|
3006
3006
|
} & RecordType>>;
|
|
@@ -3022,7 +3022,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3022
3022
|
};
|
|
3023
3023
|
rows: number;
|
|
3024
3024
|
autocomplete: string;
|
|
3025
|
-
type: "" | "number" | "default" | "
|
|
3025
|
+
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";
|
|
3026
3026
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3027
3027
|
step: string | number;
|
|
3028
3028
|
format: string | ProgressFn | undefined;
|
|
@@ -3061,12 +3061,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3061
3061
|
fieldInstance?: any;
|
|
3062
3062
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3063
3063
|
prop: string;
|
|
3064
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3064
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3065
3065
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3066
|
-
tooltip: string |
|
|
3066
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3067
3067
|
style?: CSSProperties | undefined;
|
|
3068
3068
|
class?: any;
|
|
3069
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3069
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3070
3070
|
style?: CSSProperties | undefined;
|
|
3071
3071
|
class?: any;
|
|
3072
3072
|
} & RecordType>>;
|
|
@@ -3109,12 +3109,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3109
3109
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3110
3110
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3111
3111
|
readonly label: string | ComputedRef<string>;
|
|
3112
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3112
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3113
3113
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3114
|
-
readonly tooltip: string |
|
|
3114
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3115
3115
|
style?: CSSProperties | undefined;
|
|
3116
3116
|
class?: any;
|
|
3117
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3117
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3118
3118
|
style?: CSSProperties | undefined;
|
|
3119
3119
|
class?: any;
|
|
3120
3120
|
} & RecordType>>;
|
|
@@ -3136,7 +3136,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3136
3136
|
};
|
|
3137
3137
|
rows: number;
|
|
3138
3138
|
autocomplete: string;
|
|
3139
|
-
type: "" | "number" | "default" | "
|
|
3139
|
+
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";
|
|
3140
3140
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3141
3141
|
step: string | number;
|
|
3142
3142
|
format: string | ProgressFn | undefined;
|
|
@@ -3175,12 +3175,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3175
3175
|
fieldInstance?: any;
|
|
3176
3176
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3177
3177
|
prop: string;
|
|
3178
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3178
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3179
3179
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3180
|
-
tooltip: string |
|
|
3180
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3181
3181
|
style?: CSSProperties | undefined;
|
|
3182
3182
|
class?: any;
|
|
3183
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3183
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3184
3184
|
style?: CSSProperties | undefined;
|
|
3185
3185
|
class?: any;
|
|
3186
3186
|
} & RecordType>>;
|
|
@@ -3637,9 +3637,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3637
3637
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3638
3638
|
__epPropKey: true;
|
|
3639
3639
|
};
|
|
3640
|
-
width: (
|
|
3641
|
-
height: (
|
|
3642
|
-
maxHeight: (
|
|
3640
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3641
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3642
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3643
3643
|
fit: {
|
|
3644
3644
|
type: BooleanConstructor;
|
|
3645
3645
|
default: boolean;
|
|
@@ -3663,13 +3663,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3663
3663
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3664
3664
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3665
3665
|
highlightCurrentRow: BooleanConstructor;
|
|
3666
|
-
currentRowKey: (
|
|
3666
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3667
3667
|
emptyText: StringConstructor;
|
|
3668
3668
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3669
3669
|
defaultExpandAll: BooleanConstructor;
|
|
3670
3670
|
defaultSort: PropType< Sort | undefined>;
|
|
3671
3671
|
tooltipEffect: StringConstructor;
|
|
3672
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
3672
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3673
3673
|
spanMethod: PropType<((data: {
|
|
3674
3674
|
row: any;
|
|
3675
3675
|
rowIndex: number;
|
|
@@ -3713,7 +3713,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3713
3713
|
};
|
|
3714
3714
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3715
3715
|
flexible: BooleanConstructor;
|
|
3716
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
3716
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3717
3717
|
}>> & {
|
|
3718
3718
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3719
3719
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3833,9 +3833,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3833
3833
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3834
3834
|
__epPropKey: true;
|
|
3835
3835
|
};
|
|
3836
|
-
width: (
|
|
3837
|
-
height: (
|
|
3838
|
-
maxHeight: (
|
|
3836
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3837
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3838
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3839
3839
|
fit: {
|
|
3840
3840
|
type: BooleanConstructor;
|
|
3841
3841
|
default: boolean;
|
|
@@ -3859,13 +3859,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3859
3859
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3860
3860
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3861
3861
|
highlightCurrentRow: BooleanConstructor;
|
|
3862
|
-
currentRowKey: (
|
|
3862
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3863
3863
|
emptyText: StringConstructor;
|
|
3864
3864
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3865
3865
|
defaultExpandAll: BooleanConstructor;
|
|
3866
3866
|
defaultSort: PropType< Sort | undefined>;
|
|
3867
3867
|
tooltipEffect: StringConstructor;
|
|
3868
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
3868
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3869
3869
|
spanMethod: PropType<((data: {
|
|
3870
3870
|
row: any;
|
|
3871
3871
|
rowIndex: number;
|
|
@@ -3909,7 +3909,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3909
3909
|
};
|
|
3910
3910
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3911
3911
|
flexible: BooleanConstructor;
|
|
3912
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
3912
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3913
3913
|
}>> & {
|
|
3914
3914
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3915
3915
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3968,9 +3968,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3968
3968
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3969
3969
|
__epPropKey: true;
|
|
3970
3970
|
};
|
|
3971
|
-
width: (
|
|
3972
|
-
height: (
|
|
3973
|
-
maxHeight: (
|
|
3971
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3972
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3973
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3974
3974
|
fit: {
|
|
3975
3975
|
type: BooleanConstructor;
|
|
3976
3976
|
default: boolean;
|
|
@@ -3994,13 +3994,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3994
3994
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3995
3995
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3996
3996
|
highlightCurrentRow: BooleanConstructor;
|
|
3997
|
-
currentRowKey: (
|
|
3997
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3998
3998
|
emptyText: StringConstructor;
|
|
3999
3999
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4000
4000
|
defaultExpandAll: BooleanConstructor;
|
|
4001
4001
|
defaultSort: PropType< Sort | undefined>;
|
|
4002
4002
|
tooltipEffect: StringConstructor;
|
|
4003
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4003
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4004
4004
|
spanMethod: PropType<((data: {
|
|
4005
4005
|
row: any;
|
|
4006
4006
|
rowIndex: number;
|
|
@@ -4044,7 +4044,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4044
4044
|
};
|
|
4045
4045
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4046
4046
|
flexible: BooleanConstructor;
|
|
4047
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4047
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4048
4048
|
}>> & {
|
|
4049
4049
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4050
4050
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4411,9 +4411,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4411
4411
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4412
4412
|
__epPropKey: true;
|
|
4413
4413
|
};
|
|
4414
|
-
width: (
|
|
4415
|
-
height: (
|
|
4416
|
-
maxHeight: (
|
|
4414
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4415
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4416
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4417
4417
|
fit: {
|
|
4418
4418
|
type: BooleanConstructor;
|
|
4419
4419
|
default: boolean;
|
|
@@ -4437,13 +4437,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4437
4437
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4438
4438
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4439
4439
|
highlightCurrentRow: BooleanConstructor;
|
|
4440
|
-
currentRowKey: (
|
|
4440
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4441
4441
|
emptyText: StringConstructor;
|
|
4442
4442
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4443
4443
|
defaultExpandAll: BooleanConstructor;
|
|
4444
4444
|
defaultSort: PropType< Sort | undefined>;
|
|
4445
4445
|
tooltipEffect: StringConstructor;
|
|
4446
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4446
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4447
4447
|
spanMethod: PropType<((data: {
|
|
4448
4448
|
row: any;
|
|
4449
4449
|
rowIndex: number;
|
|
@@ -4487,7 +4487,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4487
4487
|
};
|
|
4488
4488
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4489
4489
|
flexible: BooleanConstructor;
|
|
4490
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4490
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4491
4491
|
}>> & {
|
|
4492
4492
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4493
4493
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4607,9 +4607,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4607
4607
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4608
4608
|
__epPropKey: true;
|
|
4609
4609
|
};
|
|
4610
|
-
width: (
|
|
4611
|
-
height: (
|
|
4612
|
-
maxHeight: (
|
|
4610
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4611
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4612
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4613
4613
|
fit: {
|
|
4614
4614
|
type: BooleanConstructor;
|
|
4615
4615
|
default: boolean;
|
|
@@ -4633,13 +4633,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4633
4633
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4634
4634
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4635
4635
|
highlightCurrentRow: BooleanConstructor;
|
|
4636
|
-
currentRowKey: (
|
|
4636
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4637
4637
|
emptyText: StringConstructor;
|
|
4638
4638
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4639
4639
|
defaultExpandAll: BooleanConstructor;
|
|
4640
4640
|
defaultSort: PropType< Sort | undefined>;
|
|
4641
4641
|
tooltipEffect: StringConstructor;
|
|
4642
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4642
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4643
4643
|
spanMethod: PropType<((data: {
|
|
4644
4644
|
row: any;
|
|
4645
4645
|
rowIndex: number;
|
|
@@ -4683,7 +4683,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4683
4683
|
};
|
|
4684
4684
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4685
4685
|
flexible: BooleanConstructor;
|
|
4686
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4686
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4687
4687
|
}>> & {
|
|
4688
4688
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4689
4689
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4742,9 +4742,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4742
4742
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4743
4743
|
__epPropKey: true;
|
|
4744
4744
|
};
|
|
4745
|
-
width: (
|
|
4746
|
-
height: (
|
|
4747
|
-
maxHeight: (
|
|
4745
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4746
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4747
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4748
4748
|
fit: {
|
|
4749
4749
|
type: BooleanConstructor;
|
|
4750
4750
|
default: boolean;
|
|
@@ -4768,13 +4768,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4768
4768
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4769
4769
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4770
4770
|
highlightCurrentRow: BooleanConstructor;
|
|
4771
|
-
currentRowKey: (
|
|
4771
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4772
4772
|
emptyText: StringConstructor;
|
|
4773
4773
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4774
4774
|
defaultExpandAll: BooleanConstructor;
|
|
4775
4775
|
defaultSort: PropType< Sort | undefined>;
|
|
4776
4776
|
tooltipEffect: StringConstructor;
|
|
4777
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4777
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4778
4778
|
spanMethod: PropType<((data: {
|
|
4779
4779
|
row: any;
|
|
4780
4780
|
rowIndex: number;
|
|
@@ -4818,7 +4818,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4818
4818
|
};
|
|
4819
4819
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4820
4820
|
flexible: BooleanConstructor;
|
|
4821
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "
|
|
4821
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4822
4822
|
}>> & {
|
|
4823
4823
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4824
4824
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5061,12 +5061,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5061
5061
|
}, {}>, Partial<Record<never, (_: {
|
|
5062
5062
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
5063
5063
|
readonly label: string | ComputedRef<string>;
|
|
5064
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5064
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5065
5065
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5066
|
-
readonly tooltip: string |
|
|
5066
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5067
5067
|
style?: CSSProperties | undefined;
|
|
5068
5068
|
class?: any;
|
|
5069
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5069
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5070
5070
|
style?: CSSProperties | undefined;
|
|
5071
5071
|
class?: any;
|
|
5072
5072
|
} & RecordType>>;
|
|
@@ -5088,7 +5088,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5088
5088
|
};
|
|
5089
5089
|
rows: number;
|
|
5090
5090
|
autocomplete: string;
|
|
5091
|
-
type: "" | "number" | "default" | "
|
|
5091
|
+
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";
|
|
5092
5092
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
5093
5093
|
step: string | number;
|
|
5094
5094
|
format: string | ProgressFn | undefined;
|
|
@@ -5127,12 +5127,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5127
5127
|
fieldInstance?: any;
|
|
5128
5128
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5129
5129
|
prop: string;
|
|
5130
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5130
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5131
5131
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5132
|
-
tooltip: string |
|
|
5132
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5133
5133
|
style?: CSSProperties | undefined;
|
|
5134
5134
|
class?: any;
|
|
5135
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5135
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5136
5136
|
style?: CSSProperties | undefined;
|
|
5137
5137
|
class?: any;
|
|
5138
5138
|
} & RecordType>>;
|