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
|
@@ -938,12 +938,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
938
938
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
939
939
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
940
940
|
readonly label: string | ComputedRef<string>;
|
|
941
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
941
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
942
942
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
943
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
943
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
944
944
|
style?: CSSProperties | undefined;
|
|
945
945
|
class?: any;
|
|
946
|
-
} & RecordType> | ComputedRef<
|
|
946
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
947
947
|
style?: CSSProperties | undefined;
|
|
948
948
|
class?: any;
|
|
949
949
|
} & RecordType>>;
|
|
@@ -965,7 +965,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
965
965
|
};
|
|
966
966
|
rows: number;
|
|
967
967
|
autocomplete: string;
|
|
968
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
968
|
+
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;
|
|
969
969
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
970
970
|
step: string | number;
|
|
971
971
|
/**
|
|
@@ -1018,12 +1018,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1018
1018
|
fieldInstance?: any;
|
|
1019
1019
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1020
1020
|
prop: string;
|
|
1021
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1021
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1022
1022
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1023
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1023
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1024
1024
|
style?: CSSProperties | undefined;
|
|
1025
1025
|
class?: any;
|
|
1026
|
-
} & RecordType> | ComputedRef<
|
|
1026
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1027
1027
|
style?: CSSProperties | undefined;
|
|
1028
1028
|
class?: any;
|
|
1029
1029
|
} & RecordType>>;
|
|
@@ -1054,12 +1054,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1054
1054
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1055
1055
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1056
1056
|
readonly label: string | ComputedRef<string>;
|
|
1057
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1057
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1058
1058
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1059
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1059
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1060
1060
|
style?: CSSProperties | undefined;
|
|
1061
1061
|
class?: any;
|
|
1062
|
-
} & RecordType> | ComputedRef<
|
|
1062
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1063
1063
|
style?: CSSProperties | undefined;
|
|
1064
1064
|
class?: any;
|
|
1065
1065
|
} & RecordType>>;
|
|
@@ -1081,7 +1081,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1081
1081
|
};
|
|
1082
1082
|
rows: number;
|
|
1083
1083
|
autocomplete: string;
|
|
1084
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1084
|
+
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;
|
|
1085
1085
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1086
1086
|
step: string | number;
|
|
1087
1087
|
/**
|
|
@@ -1134,12 +1134,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1134
1134
|
fieldInstance?: any;
|
|
1135
1135
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1136
1136
|
prop: string;
|
|
1137
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1137
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1138
1138
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1139
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1139
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1140
1140
|
style?: CSSProperties | undefined;
|
|
1141
1141
|
class?: any;
|
|
1142
|
-
} & RecordType> | ComputedRef<
|
|
1142
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1143
1143
|
style?: CSSProperties | undefined;
|
|
1144
1144
|
class?: any;
|
|
1145
1145
|
} & RecordType>>;
|
|
@@ -1858,12 +1858,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1858
1858
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1859
1859
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1860
1860
|
readonly label: string | ComputedRef<string>;
|
|
1861
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1861
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1862
1862
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1863
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1863
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1864
1864
|
style?: CSSProperties | undefined;
|
|
1865
1865
|
class?: any;
|
|
1866
|
-
} & RecordType> | ComputedRef<
|
|
1866
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1867
1867
|
style?: CSSProperties | undefined;
|
|
1868
1868
|
class?: any;
|
|
1869
1869
|
} & RecordType>>;
|
|
@@ -1885,7 +1885,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1885
1885
|
};
|
|
1886
1886
|
rows: number;
|
|
1887
1887
|
autocomplete: string;
|
|
1888
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1888
|
+
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;
|
|
1889
1889
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1890
1890
|
step: string | number;
|
|
1891
1891
|
/**
|
|
@@ -1938,12 +1938,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1938
1938
|
fieldInstance?: any;
|
|
1939
1939
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1940
1940
|
prop: string;
|
|
1941
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1941
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1942
1942
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1943
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1943
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1944
1944
|
style?: CSSProperties | undefined;
|
|
1945
1945
|
class?: any;
|
|
1946
|
-
} & RecordType> | ComputedRef<
|
|
1946
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1947
1947
|
style?: CSSProperties | undefined;
|
|
1948
1948
|
class?: any;
|
|
1949
1949
|
} & RecordType>>;
|
|
@@ -1974,12 +1974,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1974
1974
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1975
1975
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1976
1976
|
readonly label: string | ComputedRef<string>;
|
|
1977
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1977
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1978
1978
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1979
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1979
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1980
1980
|
style?: CSSProperties | undefined;
|
|
1981
1981
|
class?: any;
|
|
1982
|
-
} & RecordType> | ComputedRef<
|
|
1982
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1983
1983
|
style?: CSSProperties | undefined;
|
|
1984
1984
|
class?: any;
|
|
1985
1985
|
} & RecordType>>;
|
|
@@ -2001,7 +2001,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2001
2001
|
};
|
|
2002
2002
|
rows: number;
|
|
2003
2003
|
autocomplete: string;
|
|
2004
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
2004
|
+
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;
|
|
2005
2005
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2006
2006
|
step: string | number;
|
|
2007
2007
|
/**
|
|
@@ -2054,12 +2054,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2054
2054
|
fieldInstance?: any;
|
|
2055
2055
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2056
2056
|
prop: string;
|
|
2057
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2057
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2058
2058
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2059
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2059
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2060
2060
|
style?: CSSProperties | undefined;
|
|
2061
2061
|
class?: any;
|
|
2062
|
-
} & RecordType> | ComputedRef<
|
|
2062
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2063
2063
|
style?: CSSProperties | undefined;
|
|
2064
2064
|
class?: any;
|
|
2065
2065
|
} & RecordType>>;
|
|
@@ -2108,12 +2108,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2108
2108
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
2109
2109
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2110
2110
|
readonly label: string | ComputedRef<string>;
|
|
2111
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2111
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2112
2112
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2113
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2113
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2114
2114
|
style?: CSSProperties | undefined;
|
|
2115
2115
|
class?: any;
|
|
2116
|
-
} & RecordType> | ComputedRef<
|
|
2116
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2117
2117
|
style?: CSSProperties | undefined;
|
|
2118
2118
|
class?: any;
|
|
2119
2119
|
} & RecordType>>;
|
|
@@ -2135,7 +2135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2135
2135
|
};
|
|
2136
2136
|
rows: number;
|
|
2137
2137
|
autocomplete: string;
|
|
2138
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
2138
|
+
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;
|
|
2139
2139
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2140
2140
|
step: string | number;
|
|
2141
2141
|
/**
|
|
@@ -2188,12 +2188,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2188
2188
|
fieldInstance?: any;
|
|
2189
2189
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2190
2190
|
prop: string;
|
|
2191
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2191
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2192
2192
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2193
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2193
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2194
2194
|
style?: CSSProperties | undefined;
|
|
2195
2195
|
class?: any;
|
|
2196
|
-
} & RecordType> | ComputedRef<
|
|
2196
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2197
2197
|
style?: CSSProperties | undefined;
|
|
2198
2198
|
class?: any;
|
|
2199
2199
|
} & RecordType>>;
|
|
@@ -3543,12 +3543,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3543
3543
|
}, {}>, Partial<Record<never, (_: {
|
|
3544
3544
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3545
3545
|
readonly label: string | ComputedRef<string>;
|
|
3546
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3546
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3547
3547
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3548
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3548
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3549
3549
|
style?: CSSProperties | undefined;
|
|
3550
3550
|
class?: any;
|
|
3551
|
-
} & RecordType> | ComputedRef<
|
|
3551
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3552
3552
|
style?: CSSProperties | undefined;
|
|
3553
3553
|
class?: any;
|
|
3554
3554
|
} & RecordType>>;
|
|
@@ -3570,7 +3570,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3570
3570
|
};
|
|
3571
3571
|
rows: number;
|
|
3572
3572
|
autocomplete: string;
|
|
3573
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
3573
|
+
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;
|
|
3574
3574
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
3575
3575
|
step: string | number;
|
|
3576
3576
|
/**
|
|
@@ -3623,12 +3623,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3623
3623
|
fieldInstance?: any;
|
|
3624
3624
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3625
3625
|
prop: string;
|
|
3626
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3626
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3627
3627
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3628
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3628
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3629
3629
|
style?: CSSProperties | undefined;
|
|
3630
3630
|
class?: any;
|
|
3631
|
-
} & RecordType> | ComputedRef<
|
|
3631
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3632
3632
|
style?: CSSProperties | undefined;
|
|
3633
3633
|
class?: any;
|
|
3634
3634
|
} & RecordType>>;
|
|
@@ -34,25 +34,25 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
34
34
|
$: ComponentInternalInstance;
|
|
35
35
|
$data: {};
|
|
36
36
|
$props: Partial<{
|
|
37
|
-
readonly label: EpPropMergeType<(
|
|
37
|
+
readonly label: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
38
38
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
39
|
readonly border: boolean;
|
|
40
|
-
readonly value: EpPropMergeType<(
|
|
40
|
+
readonly value: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
41
41
|
readonly name: string;
|
|
42
|
-
readonly modelValue: EpPropMergeType<(
|
|
42
|
+
readonly modelValue: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
43
43
|
}> & Omit<{
|
|
44
44
|
readonly border: boolean;
|
|
45
45
|
readonly name?: string | undefined;
|
|
46
|
-
readonly label?: EpPropMergeType<(StringConstructor | NumberConstructor | BooleanConstructor)[], unknown, unknown> | undefined;
|
|
47
|
-
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
48
|
-
readonly value?: EpPropMergeType<(StringConstructor | NumberConstructor | BooleanConstructor)[], unknown, unknown> | undefined;
|
|
49
46
|
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
50
|
-
readonly
|
|
47
|
+
readonly label?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
48
|
+
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
49
|
+
readonly value?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
50
|
+
readonly modelValue?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
51
51
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
52
52
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
53
53
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
54
54
|
readonly border: BooleanConstructor;
|
|
55
|
-
readonly modelValue: EpPropFinalized<(
|
|
55
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
56
56
|
readonly size: {
|
|
57
57
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
58
58
|
readonly required: false;
|
|
@@ -60,8 +60,8 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
60
60
|
__epPropKey: true;
|
|
61
61
|
};
|
|
62
62
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
63
|
-
readonly label: EpPropFinalized<(
|
|
64
|
-
readonly value: EpPropFinalized<(
|
|
63
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
64
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
65
65
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
66
66
|
}>> & {
|
|
67
67
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -82,7 +82,7 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
82
82
|
$el: any;
|
|
83
83
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
84
84
|
readonly border: BooleanConstructor;
|
|
85
|
-
readonly modelValue: EpPropFinalized<(
|
|
85
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
86
86
|
readonly size: {
|
|
87
87
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
88
88
|
readonly required: false;
|
|
@@ -90,8 +90,8 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
90
90
|
__epPropKey: true;
|
|
91
91
|
};
|
|
92
92
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
93
|
-
readonly label: EpPropFinalized<(
|
|
94
|
-
readonly value: EpPropFinalized<(
|
|
93
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
94
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
95
95
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
96
96
|
}>> & {
|
|
97
97
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -100,12 +100,12 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
100
100
|
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
101
101
|
change: (val: string | number | boolean | undefined) => void;
|
|
102
102
|
}, string, {
|
|
103
|
-
readonly label: EpPropMergeType<(
|
|
103
|
+
readonly label: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
104
104
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
105
105
|
readonly border: boolean;
|
|
106
|
-
readonly value: EpPropMergeType<(
|
|
106
|
+
readonly value: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
107
107
|
readonly name: string;
|
|
108
|
-
readonly modelValue: EpPropMergeType<(
|
|
108
|
+
readonly modelValue: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
109
109
|
}, {}, string, {}> & {
|
|
110
110
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
111
111
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -128,7 +128,7 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
128
128
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
129
129
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
130
130
|
readonly border: BooleanConstructor;
|
|
131
|
-
readonly modelValue: EpPropFinalized<(
|
|
131
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
132
132
|
readonly size: {
|
|
133
133
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
134
134
|
readonly required: false;
|
|
@@ -136,8 +136,8 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
136
136
|
__epPropKey: true;
|
|
137
137
|
};
|
|
138
138
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
139
|
-
readonly label: EpPropFinalized<(
|
|
140
|
-
readonly value: EpPropFinalized<(
|
|
139
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
140
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
141
141
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
142
142
|
}>> & {
|
|
143
143
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -162,15 +162,15 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
162
162
|
readonly textColor: string;
|
|
163
163
|
}> & Omit<{
|
|
164
164
|
readonly fill: string;
|
|
165
|
-
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
166
165
|
readonly props: radioOptionProp;
|
|
166
|
+
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
167
167
|
readonly textColor: string;
|
|
168
168
|
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
169
169
|
readonly name?: string | undefined;
|
|
170
|
-
readonly
|
|
170
|
+
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
171
171
|
readonly id?: string | undefined;
|
|
172
|
+
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
172
173
|
readonly ariaLabel?: string | undefined;
|
|
173
|
-
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
174
174
|
readonly options?: radioOption[] | undefined;
|
|
175
175
|
readonly modelValue?: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown> | undefined;
|
|
176
176
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -201,7 +201,7 @@ export declare const PlusRadio: DefineComponent<{
|
|
|
201
201
|
}>> & {
|
|
202
202
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
203
203
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
204
|
-
}, "name" | "fill" | "
|
|
204
|
+
}, "name" | "fill" | "props" | "type" | "id" | "disabled" | "modelValue" | "textColor" | "validateEvent">;
|
|
205
205
|
$attrs: {
|
|
206
206
|
[x: string]: unknown;
|
|
207
207
|
};
|
|
@@ -29,25 +29,25 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
29
29
|
$: ComponentInternalInstance;
|
|
30
30
|
$data: {};
|
|
31
31
|
$props: Partial<{
|
|
32
|
-
readonly label: EpPropMergeType<(
|
|
32
|
+
readonly label: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
33
33
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
34
|
readonly border: boolean;
|
|
35
|
-
readonly value: EpPropMergeType<(
|
|
35
|
+
readonly value: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
36
36
|
readonly name: string;
|
|
37
|
-
readonly modelValue: EpPropMergeType<(
|
|
37
|
+
readonly modelValue: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
38
38
|
}> & Omit<{
|
|
39
39
|
readonly border: boolean;
|
|
40
40
|
readonly name?: string | undefined;
|
|
41
|
-
readonly label?: EpPropMergeType<(StringConstructor | NumberConstructor | BooleanConstructor)[], unknown, unknown> | undefined;
|
|
42
|
-
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
43
|
-
readonly value?: EpPropMergeType<(StringConstructor | NumberConstructor | BooleanConstructor)[], unknown, unknown> | undefined;
|
|
44
41
|
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
45
|
-
readonly
|
|
42
|
+
readonly label?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
43
|
+
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
44
|
+
readonly value?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
45
|
+
readonly modelValue?: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown> | undefined;
|
|
46
46
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
47
47
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
48
48
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
49
49
|
readonly border: BooleanConstructor;
|
|
50
|
-
readonly modelValue: EpPropFinalized<(
|
|
50
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
51
51
|
readonly size: {
|
|
52
52
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
53
53
|
readonly required: false;
|
|
@@ -55,8 +55,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
55
55
|
__epPropKey: true;
|
|
56
56
|
};
|
|
57
57
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
58
|
-
readonly label: EpPropFinalized<(
|
|
59
|
-
readonly value: EpPropFinalized<(
|
|
58
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
59
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
60
60
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
61
61
|
}>> & {
|
|
62
62
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -77,7 +77,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
77
77
|
$el: any;
|
|
78
78
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
79
79
|
readonly border: BooleanConstructor;
|
|
80
|
-
readonly modelValue: EpPropFinalized<(
|
|
80
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
81
81
|
readonly size: {
|
|
82
82
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
83
83
|
readonly required: false;
|
|
@@ -85,8 +85,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
85
85
|
__epPropKey: true;
|
|
86
86
|
};
|
|
87
87
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
88
|
-
readonly label: EpPropFinalized<(
|
|
89
|
-
readonly value: EpPropFinalized<(
|
|
88
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
89
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
90
90
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
91
91
|
}>> & {
|
|
92
92
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -95,12 +95,12 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
95
95
|
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
96
96
|
change: (val: string | number | boolean | undefined) => void;
|
|
97
97
|
}, string, {
|
|
98
|
-
readonly label: EpPropMergeType<(
|
|
98
|
+
readonly label: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
99
99
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
100
100
|
readonly border: boolean;
|
|
101
|
-
readonly value: EpPropMergeType<(
|
|
101
|
+
readonly value: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
102
102
|
readonly name: string;
|
|
103
|
-
readonly modelValue: EpPropMergeType<(
|
|
103
|
+
readonly modelValue: EpPropMergeType<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
104
104
|
}, {}, string, {}> & {
|
|
105
105
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
106
106
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -123,7 +123,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
123
123
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
124
124
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
125
125
|
readonly border: BooleanConstructor;
|
|
126
|
-
readonly modelValue: EpPropFinalized<(
|
|
126
|
+
readonly modelValue: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
127
127
|
readonly size: {
|
|
128
128
|
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
129
129
|
readonly required: false;
|
|
@@ -131,8 +131,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
131
131
|
__epPropKey: true;
|
|
132
132
|
};
|
|
133
133
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
134
|
-
readonly label: EpPropFinalized<(
|
|
135
|
-
readonly value: EpPropFinalized<(
|
|
134
|
+
readonly label: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
135
|
+
readonly value: EpPropFinalized<(BooleanConstructor | NumberConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
136
136
|
readonly name: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
137
137
|
}>> & {
|
|
138
138
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -157,15 +157,15 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
157
157
|
readonly textColor: string;
|
|
158
158
|
}> & Omit<{
|
|
159
159
|
readonly fill: string;
|
|
160
|
-
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
161
160
|
readonly props: radioOptionProp;
|
|
161
|
+
readonly type: EpPropMergeType<StringConstructor, "button" | "radio", unknown>;
|
|
162
162
|
readonly textColor: string;
|
|
163
163
|
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
164
164
|
readonly name?: string | undefined;
|
|
165
|
-
readonly
|
|
165
|
+
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
166
166
|
readonly id?: string | undefined;
|
|
167
|
+
readonly disabled?: EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
167
168
|
readonly ariaLabel?: string | undefined;
|
|
168
|
-
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
169
169
|
readonly options?: radioOption[] | undefined;
|
|
170
170
|
readonly modelValue?: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor], unknown, unknown> | undefined;
|
|
171
171
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
@@ -196,7 +196,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
196
196
|
}>> & {
|
|
197
197
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
198
198
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
199
|
-
}, "name" | "fill" | "
|
|
199
|
+
}, "name" | "fill" | "props" | "type" | "id" | "disabled" | "modelValue" | "textColor" | "validateEvent">;
|
|
200
200
|
$attrs: {
|
|
201
201
|
[x: string]: unknown;
|
|
202
202
|
};
|
|
@@ -13,7 +13,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
13
13
|
default: undefined;
|
|
14
14
|
};
|
|
15
15
|
callbackValue: {
|
|
16
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
16
|
+
type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
customFieldProps: {
|
|
@@ -34,7 +34,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
34
34
|
};
|
|
35
35
|
rows: number;
|
|
36
36
|
autocomplete: string;
|
|
37
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
37
|
+
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;
|
|
38
38
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
39
39
|
step: string | number;
|
|
40
40
|
format: string | ProgressFn | undefined;
|
|
@@ -62,7 +62,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
62
62
|
default: undefined;
|
|
63
63
|
};
|
|
64
64
|
callbackValue: {
|
|
65
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
65
|
+
type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
68
|
customFieldProps: {
|
|
@@ -83,7 +83,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
83
83
|
};
|
|
84
84
|
rows: number;
|
|
85
85
|
autocomplete: string;
|
|
86
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
86
|
+
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;
|
|
87
87
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
88
88
|
step: string | number;
|
|
89
89
|
format: string | ProgressFn | undefined;
|
|
@@ -104,7 +104,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
104
104
|
};
|
|
105
105
|
}>>, {
|
|
106
106
|
renderType: "form";
|
|
107
|
-
callbackValue: string | number | boolean | string[] | [string, string] |
|
|
107
|
+
callbackValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
108
108
|
customFieldProps: PropsItemType< Mutable<FormItemProps> & {
|
|
109
109
|
[key: string]: any;
|
|
110
110
|
style?: CSSProperties | undefined;
|
|
@@ -122,7 +122,7 @@ export declare const PlusRender: DefineComponent<{
|
|
|
122
122
|
};
|
|
123
123
|
rows: number;
|
|
124
124
|
autocomplete: string;
|
|
125
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
125
|
+
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;
|
|
126
126
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
127
127
|
step: string | number;
|
|
128
128
|
format: string | ProgressFn | undefined;
|