yc-pro-components 0.0.59 → 0.0.60
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/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +10 -10
- 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 +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/drawer-form/index.d.ts +32 -32
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- 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 +38 -38
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- 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 +112 -112
- package/es/components/page/src/index.vue.d.ts +42 -42
- package/es/components/radio/index.d.ts +23 -23
- package/es/components/radio/src/index.vue.d.ts +23 -23
- 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/src/table-column.vue.d.ts +37 -37
- 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-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/header-filter-cell.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +6 -0
- package/es/components/yc-plus-page/src/index.vue.d.ts +77 -77
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +6 -1
- package/es/components/yc-plus-page/src/use-header-filter.mjs +15 -0
- 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 +102 -102
- package/es/index.css +11 -11
- package/index.css +12 -12
- package/index.js +30 -4
- package/index.min.css +2 -2
- package/index.min.js +10 -10
- package/index.min.mjs +11 -11
- package/index.mjs +30 -4
- 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/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +10 -10
- 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 +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/drawer-form/index.d.ts +32 -32
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- 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 +38 -38
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- 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 +112 -112
- package/lib/components/page/src/index.vue.d.ts +42 -42
- package/lib/components/radio/index.d.ts +23 -23
- package/lib/components/radio/src/index.vue.d.ts +23 -23
- 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/src/table-column.vue.d.ts +37 -37
- 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-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/header-filter-cell.vue.js +1 -1
- package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +6 -0
- package/lib/components/yc-plus-page/src/index.vue.d.ts +77 -77
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +6 -1
- package/lib/components/yc-plus-page/src/use-header-filter.js +15 -0
- 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 +102 -102
- package/lib/index.css +12 -12
- 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
|
@@ -30,7 +30,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
30
30
|
params: () => {};
|
|
31
31
|
}>>>, {
|
|
32
32
|
renderType: "form";
|
|
33
|
-
callbackValue: string | number | boolean | string[] | [string, string] |
|
|
33
|
+
callbackValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
34
34
|
customFieldProps: PropsItemType< Mutable<FormItemProps> & {
|
|
35
35
|
[key: string]: any;
|
|
36
36
|
style?: CSSProperties | undefined;
|
|
@@ -48,7 +48,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
48
48
|
};
|
|
49
49
|
rows: number;
|
|
50
50
|
autocomplete: string;
|
|
51
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
51
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
52
52
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
53
53
|
step: string | number;
|
|
54
54
|
format: string | ProgressFn | undefined;
|
|
@@ -629,12 +629,12 @@ export declare const PlusSearch: {
|
|
|
629
629
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
630
630
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
631
631
|
readonly label: string | ComputedRef<string>;
|
|
632
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
632
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
633
633
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
634
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
634
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
635
635
|
style?: CSSProperties | undefined;
|
|
636
636
|
class?: any;
|
|
637
|
-
} & RecordType> | ComputedRef<
|
|
637
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
638
638
|
style?: CSSProperties | undefined;
|
|
639
639
|
class?: any;
|
|
640
640
|
} & RecordType>>;
|
|
@@ -656,7 +656,7 @@ export declare const PlusSearch: {
|
|
|
656
656
|
};
|
|
657
657
|
rows: number;
|
|
658
658
|
autocomplete: string;
|
|
659
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
659
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
660
660
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
661
661
|
step: string | number;
|
|
662
662
|
format: string | ProgressFn | undefined;
|
|
@@ -701,12 +701,12 @@ export declare const PlusSearch: {
|
|
|
701
701
|
fieldInstance?: any;
|
|
702
702
|
valueIsReady?: Ref<boolean> | undefined;
|
|
703
703
|
prop: string;
|
|
704
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
704
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
705
705
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
706
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
706
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
707
707
|
style?: CSSProperties | undefined;
|
|
708
708
|
class?: any;
|
|
709
|
-
} & RecordType> | ComputedRef<
|
|
709
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
710
710
|
style?: CSSProperties | undefined;
|
|
711
711
|
class?: any;
|
|
712
712
|
} & RecordType>>;
|
|
@@ -737,12 +737,12 @@ export declare const PlusSearch: {
|
|
|
737
737
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
738
738
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
739
739
|
readonly label: string | ComputedRef<string>;
|
|
740
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
740
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
741
741
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
742
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
742
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
743
743
|
style?: CSSProperties | undefined;
|
|
744
744
|
class?: any;
|
|
745
|
-
} & RecordType> | ComputedRef<
|
|
745
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
746
746
|
style?: CSSProperties | undefined;
|
|
747
747
|
class?: any;
|
|
748
748
|
} & RecordType>>;
|
|
@@ -764,7 +764,7 @@ export declare const PlusSearch: {
|
|
|
764
764
|
};
|
|
765
765
|
rows: number;
|
|
766
766
|
autocomplete: string;
|
|
767
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
767
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
768
768
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
769
769
|
step: string | number;
|
|
770
770
|
format: string | ProgressFn | undefined;
|
|
@@ -809,12 +809,12 @@ export declare const PlusSearch: {
|
|
|
809
809
|
fieldInstance?: any;
|
|
810
810
|
valueIsReady?: Ref<boolean> | undefined;
|
|
811
811
|
prop: string;
|
|
812
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
812
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
813
813
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
814
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
814
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
815
815
|
style?: CSSProperties | undefined;
|
|
816
816
|
class?: any;
|
|
817
|
-
} & RecordType> | ComputedRef<
|
|
817
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
818
818
|
style?: CSSProperties | undefined;
|
|
819
819
|
class?: any;
|
|
820
820
|
} & RecordType>>;
|
|
@@ -1625,12 +1625,12 @@ export declare const PlusSearch: {
|
|
|
1625
1625
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1626
1626
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1627
1627
|
readonly label: string | ComputedRef<string>;
|
|
1628
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1628
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1629
1629
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1630
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1630
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1631
1631
|
style?: CSSProperties | undefined;
|
|
1632
1632
|
class?: any;
|
|
1633
|
-
} & RecordType> | ComputedRef<
|
|
1633
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1634
1634
|
style?: CSSProperties | undefined;
|
|
1635
1635
|
class?: any;
|
|
1636
1636
|
} & RecordType>>;
|
|
@@ -1652,7 +1652,7 @@ export declare const PlusSearch: {
|
|
|
1652
1652
|
};
|
|
1653
1653
|
rows: number;
|
|
1654
1654
|
autocomplete: string;
|
|
1655
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1655
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
1656
1656
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1657
1657
|
step: string | number;
|
|
1658
1658
|
format: string | ProgressFn | undefined;
|
|
@@ -1697,12 +1697,12 @@ export declare const PlusSearch: {
|
|
|
1697
1697
|
fieldInstance?: any;
|
|
1698
1698
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1699
1699
|
prop: string;
|
|
1700
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1700
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1701
1701
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1702
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1702
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1703
1703
|
style?: CSSProperties | undefined;
|
|
1704
1704
|
class?: any;
|
|
1705
|
-
} & RecordType> | ComputedRef<
|
|
1705
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1706
1706
|
style?: CSSProperties | undefined;
|
|
1707
1707
|
class?: any;
|
|
1708
1708
|
} & RecordType>>;
|
|
@@ -1733,12 +1733,12 @@ export declare const PlusSearch: {
|
|
|
1733
1733
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1734
1734
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1735
1735
|
readonly label: string | ComputedRef<string>;
|
|
1736
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1736
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1737
1737
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1738
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1738
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1739
1739
|
style?: CSSProperties | undefined;
|
|
1740
1740
|
class?: any;
|
|
1741
|
-
} & RecordType> | ComputedRef<
|
|
1741
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1742
1742
|
style?: CSSProperties | undefined;
|
|
1743
1743
|
class?: any;
|
|
1744
1744
|
} & RecordType>>;
|
|
@@ -1760,7 +1760,7 @@ export declare const PlusSearch: {
|
|
|
1760
1760
|
};
|
|
1761
1761
|
rows: number;
|
|
1762
1762
|
autocomplete: string;
|
|
1763
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1763
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
1764
1764
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1765
1765
|
step: string | number;
|
|
1766
1766
|
format: string | ProgressFn | undefined;
|
|
@@ -1805,12 +1805,12 @@ export declare const PlusSearch: {
|
|
|
1805
1805
|
fieldInstance?: any;
|
|
1806
1806
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1807
1807
|
prop: string;
|
|
1808
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1808
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1809
1809
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1810
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1810
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1811
1811
|
style?: CSSProperties | undefined;
|
|
1812
1812
|
class?: any;
|
|
1813
|
-
} & RecordType> | ComputedRef<
|
|
1813
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1814
1814
|
style?: CSSProperties | undefined;
|
|
1815
1815
|
class?: any;
|
|
1816
1816
|
} & RecordType>>;
|
|
@@ -2507,12 +2507,12 @@ export declare const PlusSearch: {
|
|
|
2507
2507
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2508
2508
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2509
2509
|
readonly label: string | ComputedRef<string>;
|
|
2510
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2510
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2511
2511
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2512
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2512
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2513
2513
|
style?: CSSProperties | undefined;
|
|
2514
2514
|
class?: any;
|
|
2515
|
-
} & RecordType> | ComputedRef<
|
|
2515
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2516
2516
|
style?: CSSProperties | undefined;
|
|
2517
2517
|
class?: any;
|
|
2518
2518
|
} & RecordType>>;
|
|
@@ -2534,7 +2534,7 @@ export declare const PlusSearch: {
|
|
|
2534
2534
|
};
|
|
2535
2535
|
rows: number;
|
|
2536
2536
|
autocomplete: string;
|
|
2537
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
2537
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
2538
2538
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2539
2539
|
step: string | number;
|
|
2540
2540
|
format: string | ProgressFn | undefined;
|
|
@@ -2579,12 +2579,12 @@ export declare const PlusSearch: {
|
|
|
2579
2579
|
fieldInstance?: any;
|
|
2580
2580
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2581
2581
|
prop: string;
|
|
2582
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2582
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2583
2583
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2584
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2584
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2585
2585
|
style?: CSSProperties | undefined;
|
|
2586
2586
|
class?: any;
|
|
2587
|
-
} & RecordType> | ComputedRef<
|
|
2587
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2588
2588
|
style?: CSSProperties | undefined;
|
|
2589
2589
|
class?: any;
|
|
2590
2590
|
} & RecordType>>;
|
|
@@ -2615,12 +2615,12 @@ export declare const PlusSearch: {
|
|
|
2615
2615
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2616
2616
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2617
2617
|
readonly label: string | ComputedRef<string>;
|
|
2618
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2618
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2619
2619
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2620
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2620
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2621
2621
|
style?: CSSProperties | undefined;
|
|
2622
2622
|
class?: any;
|
|
2623
|
-
} & RecordType> | ComputedRef<
|
|
2623
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2624
2624
|
style?: CSSProperties | undefined;
|
|
2625
2625
|
class?: any;
|
|
2626
2626
|
} & RecordType>>;
|
|
@@ -2642,7 +2642,7 @@ export declare const PlusSearch: {
|
|
|
2642
2642
|
};
|
|
2643
2643
|
rows: number;
|
|
2644
2644
|
autocomplete: string;
|
|
2645
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
2645
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
2646
2646
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2647
2647
|
step: string | number;
|
|
2648
2648
|
format: string | ProgressFn | undefined;
|
|
@@ -2687,12 +2687,12 @@ export declare const PlusSearch: {
|
|
|
2687
2687
|
fieldInstance?: any;
|
|
2688
2688
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2689
2689
|
prop: string;
|
|
2690
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2690
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2691
2691
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2692
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2692
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2693
2693
|
style?: CSSProperties | undefined;
|
|
2694
2694
|
class?: any;
|
|
2695
|
-
} & RecordType> | ComputedRef<
|
|
2695
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2696
2696
|
style?: CSSProperties | undefined;
|
|
2697
2697
|
class?: any;
|
|
2698
2698
|
} & RecordType>>;
|
|
@@ -2775,12 +2775,12 @@ export declare const PlusSearch: {
|
|
|
2775
2775
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
2776
2776
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2777
2777
|
readonly label: string | ComputedRef<string>;
|
|
2778
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2778
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2779
2779
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2780
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2780
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2781
2781
|
style?: CSSProperties | undefined;
|
|
2782
2782
|
class?: any;
|
|
2783
|
-
} & RecordType> | ComputedRef<
|
|
2783
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2784
2784
|
style?: CSSProperties | undefined;
|
|
2785
2785
|
class?: any;
|
|
2786
2786
|
} & RecordType>>;
|
|
@@ -2802,7 +2802,7 @@ export declare const PlusSearch: {
|
|
|
2802
2802
|
};
|
|
2803
2803
|
rows: number;
|
|
2804
2804
|
autocomplete: string;
|
|
2805
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
2805
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
2806
2806
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2807
2807
|
step: string | number;
|
|
2808
2808
|
format: string | ProgressFn | undefined;
|
|
@@ -2847,12 +2847,12 @@ export declare const PlusSearch: {
|
|
|
2847
2847
|
fieldInstance?: any;
|
|
2848
2848
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2849
2849
|
prop: string;
|
|
2850
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2850
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2851
2851
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2852
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2852
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2853
2853
|
style?: CSSProperties | undefined;
|
|
2854
2854
|
class?: any;
|
|
2855
|
-
} & RecordType> | ComputedRef<
|
|
2855
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2856
2856
|
style?: CSSProperties | undefined;
|
|
2857
2857
|
class?: any;
|
|
2858
2858
|
} & RecordType>>;
|
|
@@ -552,12 +552,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
552
552
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
553
553
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
554
554
|
readonly label: string | ComputedRef<string>;
|
|
555
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
555
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
556
556
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
557
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
557
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
558
558
|
style?: CSSProperties | undefined;
|
|
559
559
|
class?: any;
|
|
560
|
-
} & RecordType> | ComputedRef<
|
|
560
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
561
561
|
style?: CSSProperties | undefined;
|
|
562
562
|
class?: any;
|
|
563
563
|
} & RecordType>>;
|
|
@@ -579,7 +579,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
579
579
|
};
|
|
580
580
|
rows: number;
|
|
581
581
|
autocomplete: string;
|
|
582
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
582
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
583
583
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
584
584
|
step: string | number;
|
|
585
585
|
format: string | ProgressFn | undefined;
|
|
@@ -624,12 +624,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
624
624
|
fieldInstance?: any;
|
|
625
625
|
valueIsReady?: Ref<boolean> | undefined;
|
|
626
626
|
prop: string;
|
|
627
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
627
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
628
628
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
629
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
629
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
630
630
|
style?: CSSProperties | undefined;
|
|
631
631
|
class?: any;
|
|
632
|
-
} & RecordType> | ComputedRef<
|
|
632
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
633
633
|
style?: CSSProperties | undefined;
|
|
634
634
|
class?: any;
|
|
635
635
|
} & RecordType>>;
|
|
@@ -660,12 +660,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
660
660
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
661
661
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
662
662
|
readonly label: string | ComputedRef<string>;
|
|
663
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
663
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
664
664
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
665
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
665
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
666
666
|
style?: CSSProperties | undefined;
|
|
667
667
|
class?: any;
|
|
668
|
-
} & RecordType> | ComputedRef<
|
|
668
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
669
669
|
style?: CSSProperties | undefined;
|
|
670
670
|
class?: any;
|
|
671
671
|
} & RecordType>>;
|
|
@@ -687,7 +687,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
687
687
|
};
|
|
688
688
|
rows: number;
|
|
689
689
|
autocomplete: string;
|
|
690
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
690
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
691
691
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
692
692
|
step: string | number;
|
|
693
693
|
format: string | ProgressFn | undefined;
|
|
@@ -732,12 +732,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
732
732
|
fieldInstance?: any;
|
|
733
733
|
valueIsReady?: Ref<boolean> | undefined;
|
|
734
734
|
prop: string;
|
|
735
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
735
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
736
736
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
737
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
737
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
738
738
|
style?: CSSProperties | undefined;
|
|
739
739
|
class?: any;
|
|
740
|
-
} & RecordType> | ComputedRef<
|
|
740
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
741
741
|
style?: CSSProperties | undefined;
|
|
742
742
|
class?: any;
|
|
743
743
|
} & RecordType>>;
|
|
@@ -855,12 +855,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
855
855
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
856
856
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
857
857
|
readonly label: string | ComputedRef<string>;
|
|
858
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
858
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
859
859
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
860
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
860
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
861
861
|
style?: CSSProperties | undefined;
|
|
862
862
|
class?: any;
|
|
863
|
-
} & RecordType> | ComputedRef<
|
|
863
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
864
864
|
style?: CSSProperties | undefined;
|
|
865
865
|
class?: any;
|
|
866
866
|
} & RecordType>>;
|
|
@@ -882,7 +882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
882
882
|
};
|
|
883
883
|
rows: number;
|
|
884
884
|
autocomplete: string;
|
|
885
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
885
|
+
type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
886
886
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
887
887
|
step: string | number;
|
|
888
888
|
format: string | ProgressFn | undefined;
|
|
@@ -927,12 +927,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
927
927
|
fieldInstance?: any;
|
|
928
928
|
valueIsReady?: Ref<boolean> | undefined;
|
|
929
929
|
prop: string;
|
|
930
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
930
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
931
931
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
932
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
932
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
933
933
|
style?: CSSProperties | undefined;
|
|
934
934
|
class?: any;
|
|
935
|
-
} & RecordType> | ComputedRef<
|
|
935
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
936
936
|
style?: CSSProperties | undefined;
|
|
937
937
|
class?: any;
|
|
938
938
|
} & RecordType>>;
|