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
|
@@ -918,12 +918,12 @@ export declare const PlusPage: {
|
|
|
918
918
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
919
919
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
920
920
|
readonly label: string | ComputedRef<string>;
|
|
921
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
921
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
922
922
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
923
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
923
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
924
924
|
style?: CSSProperties | undefined;
|
|
925
925
|
class?: any;
|
|
926
|
-
} & RecordType> | ComputedRef<
|
|
926
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
927
927
|
style?: CSSProperties | undefined;
|
|
928
928
|
class?: any;
|
|
929
929
|
} & RecordType>>;
|
|
@@ -945,7 +945,7 @@ export declare const PlusPage: {
|
|
|
945
945
|
};
|
|
946
946
|
rows: number;
|
|
947
947
|
autocomplete: string;
|
|
948
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
948
|
+
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;
|
|
949
949
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
950
950
|
step: string | number;
|
|
951
951
|
format: string | ProgressFn | undefined;
|
|
@@ -990,12 +990,12 @@ export declare const PlusPage: {
|
|
|
990
990
|
fieldInstance?: any;
|
|
991
991
|
valueIsReady?: Ref<boolean> | undefined;
|
|
992
992
|
prop: string;
|
|
993
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
993
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
994
994
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
995
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
995
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
996
996
|
style?: CSSProperties | undefined;
|
|
997
997
|
class?: any;
|
|
998
|
-
} & RecordType> | ComputedRef<
|
|
998
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
999
999
|
style?: CSSProperties | undefined;
|
|
1000
1000
|
class?: any;
|
|
1001
1001
|
} & RecordType>>;
|
|
@@ -1026,12 +1026,12 @@ export declare const PlusPage: {
|
|
|
1026
1026
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1027
1027
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1028
1028
|
readonly label: string | ComputedRef<string>;
|
|
1029
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1029
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1030
1030
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1031
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1031
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1032
1032
|
style?: CSSProperties | undefined;
|
|
1033
1033
|
class?: any;
|
|
1034
|
-
} & RecordType> | ComputedRef<
|
|
1034
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1035
1035
|
style?: CSSProperties | undefined;
|
|
1036
1036
|
class?: any;
|
|
1037
1037
|
} & RecordType>>;
|
|
@@ -1053,7 +1053,7 @@ export declare const PlusPage: {
|
|
|
1053
1053
|
};
|
|
1054
1054
|
rows: number;
|
|
1055
1055
|
autocomplete: string;
|
|
1056
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1056
|
+
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;
|
|
1057
1057
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1058
1058
|
step: string | number;
|
|
1059
1059
|
format: string | ProgressFn | undefined;
|
|
@@ -1098,12 +1098,12 @@ export declare const PlusPage: {
|
|
|
1098
1098
|
fieldInstance?: any;
|
|
1099
1099
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1100
1100
|
prop: string;
|
|
1101
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1101
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1102
1102
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1103
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1103
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1104
1104
|
style?: CSSProperties | undefined;
|
|
1105
1105
|
class?: any;
|
|
1106
|
-
} & RecordType> | ComputedRef<
|
|
1106
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1107
1107
|
style?: CSSProperties | undefined;
|
|
1108
1108
|
class?: any;
|
|
1109
1109
|
} & RecordType>>;
|
|
@@ -1822,12 +1822,12 @@ export declare const PlusPage: {
|
|
|
1822
1822
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1823
1823
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1824
1824
|
readonly label: string | ComputedRef<string>;
|
|
1825
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1825
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1826
1826
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1827
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1827
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1828
1828
|
style?: CSSProperties | undefined;
|
|
1829
1829
|
class?: any;
|
|
1830
|
-
} & RecordType> | ComputedRef<
|
|
1830
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1831
1831
|
style?: CSSProperties | undefined;
|
|
1832
1832
|
class?: any;
|
|
1833
1833
|
} & RecordType>>;
|
|
@@ -1849,7 +1849,7 @@ export declare const PlusPage: {
|
|
|
1849
1849
|
};
|
|
1850
1850
|
rows: number;
|
|
1851
1851
|
autocomplete: string;
|
|
1852
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1852
|
+
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;
|
|
1853
1853
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1854
1854
|
step: string | number;
|
|
1855
1855
|
format: string | ProgressFn | undefined;
|
|
@@ -1894,12 +1894,12 @@ export declare const PlusPage: {
|
|
|
1894
1894
|
fieldInstance?: any;
|
|
1895
1895
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1896
1896
|
prop: string;
|
|
1897
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1897
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1898
1898
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1899
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1899
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1900
1900
|
style?: CSSProperties | undefined;
|
|
1901
1901
|
class?: any;
|
|
1902
|
-
} & RecordType> | ComputedRef<
|
|
1902
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1903
1903
|
style?: CSSProperties | undefined;
|
|
1904
1904
|
class?: any;
|
|
1905
1905
|
} & RecordType>>;
|
|
@@ -1930,12 +1930,12 @@ export declare const PlusPage: {
|
|
|
1930
1930
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1931
1931
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1932
1932
|
readonly label: string | ComputedRef<string>;
|
|
1933
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1933
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1934
1934
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1935
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1935
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1936
1936
|
style?: CSSProperties | undefined;
|
|
1937
1937
|
class?: any;
|
|
1938
|
-
} & RecordType> | ComputedRef<
|
|
1938
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1939
1939
|
style?: CSSProperties | undefined;
|
|
1940
1940
|
class?: any;
|
|
1941
1941
|
} & RecordType>>;
|
|
@@ -1957,7 +1957,7 @@ export declare const PlusPage: {
|
|
|
1957
1957
|
};
|
|
1958
1958
|
rows: number;
|
|
1959
1959
|
autocomplete: string;
|
|
1960
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
1960
|
+
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;
|
|
1961
1961
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1962
1962
|
step: string | number;
|
|
1963
1963
|
format: string | ProgressFn | undefined;
|
|
@@ -2002,12 +2002,12 @@ export declare const PlusPage: {
|
|
|
2002
2002
|
fieldInstance?: any;
|
|
2003
2003
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2004
2004
|
prop: string;
|
|
2005
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2005
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2006
2006
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2007
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2007
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2008
2008
|
style?: CSSProperties | undefined;
|
|
2009
2009
|
class?: any;
|
|
2010
|
-
} & RecordType> | ComputedRef<
|
|
2010
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2011
2011
|
style?: CSSProperties | undefined;
|
|
2012
2012
|
class?: any;
|
|
2013
2013
|
} & RecordType>>;
|
|
@@ -2056,12 +2056,12 @@ export declare const PlusPage: {
|
|
|
2056
2056
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
2057
2057
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2058
2058
|
readonly label: string | ComputedRef<string>;
|
|
2059
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2059
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2060
2060
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2061
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2061
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2062
2062
|
style?: CSSProperties | undefined;
|
|
2063
2063
|
class?: any;
|
|
2064
|
-
} & RecordType> | ComputedRef<
|
|
2064
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2065
2065
|
style?: CSSProperties | undefined;
|
|
2066
2066
|
class?: any;
|
|
2067
2067
|
} & RecordType>>;
|
|
@@ -2083,7 +2083,7 @@ export declare const PlusPage: {
|
|
|
2083
2083
|
};
|
|
2084
2084
|
rows: number;
|
|
2085
2085
|
autocomplete: string;
|
|
2086
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
2086
|
+
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;
|
|
2087
2087
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
2088
2088
|
step: string | number;
|
|
2089
2089
|
format: string | ProgressFn | undefined;
|
|
@@ -2128,12 +2128,12 @@ export declare const PlusPage: {
|
|
|
2128
2128
|
fieldInstance?: any;
|
|
2129
2129
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2130
2130
|
prop: string;
|
|
2131
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2131
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2132
2132
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2133
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2133
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2134
2134
|
style?: CSSProperties | undefined;
|
|
2135
2135
|
class?: any;
|
|
2136
|
-
} & RecordType> | ComputedRef<
|
|
2136
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2137
2137
|
style?: CSSProperties | undefined;
|
|
2138
2138
|
class?: any;
|
|
2139
2139
|
} & RecordType>>;
|
|
@@ -4460,12 +4460,12 @@ export declare const PlusPage: {
|
|
|
4460
4460
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4461
4461
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
4462
4462
|
readonly label: string | ComputedRef<string>;
|
|
4463
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4463
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4464
4464
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4465
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4465
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4466
4466
|
style?: CSSProperties | undefined;
|
|
4467
4467
|
class?: any;
|
|
4468
|
-
} & RecordType> | ComputedRef<
|
|
4468
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4469
4469
|
style?: CSSProperties | undefined;
|
|
4470
4470
|
class?: any;
|
|
4471
4471
|
} & RecordType>>;
|
|
@@ -4487,7 +4487,7 @@ export declare const PlusPage: {
|
|
|
4487
4487
|
};
|
|
4488
4488
|
rows: number;
|
|
4489
4489
|
autocomplete: string;
|
|
4490
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
4490
|
+
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;
|
|
4491
4491
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4492
4492
|
step: string | number;
|
|
4493
4493
|
format: string | ProgressFn | undefined;
|
|
@@ -4532,12 +4532,12 @@ export declare const PlusPage: {
|
|
|
4532
4532
|
fieldInstance?: any;
|
|
4533
4533
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4534
4534
|
prop: string;
|
|
4535
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4535
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4536
4536
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4537
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4537
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4538
4538
|
style?: CSSProperties | undefined;
|
|
4539
4539
|
class?: any;
|
|
4540
|
-
} & RecordType> | ComputedRef<
|
|
4540
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4541
4541
|
style?: CSSProperties | undefined;
|
|
4542
4542
|
class?: any;
|
|
4543
4543
|
} & RecordType>>;
|
|
@@ -4568,12 +4568,12 @@ export declare const PlusPage: {
|
|
|
4568
4568
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4569
4569
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
4570
4570
|
readonly label: string | ComputedRef<string>;
|
|
4571
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4571
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4572
4572
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4573
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4573
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4574
4574
|
style?: CSSProperties | undefined;
|
|
4575
4575
|
class?: any;
|
|
4576
|
-
} & RecordType> | ComputedRef<
|
|
4576
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4577
4577
|
style?: CSSProperties | undefined;
|
|
4578
4578
|
class?: any;
|
|
4579
4579
|
} & RecordType>>;
|
|
@@ -4595,7 +4595,7 @@ export declare const PlusPage: {
|
|
|
4595
4595
|
};
|
|
4596
4596
|
rows: number;
|
|
4597
4597
|
autocomplete: string;
|
|
4598
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
4598
|
+
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;
|
|
4599
4599
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
4600
4600
|
step: string | number;
|
|
4601
4601
|
format: string | ProgressFn | undefined;
|
|
@@ -4640,12 +4640,12 @@ export declare const PlusPage: {
|
|
|
4640
4640
|
fieldInstance?: any;
|
|
4641
4641
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4642
4642
|
prop: string;
|
|
4643
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4643
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4644
4644
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4645
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4645
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4646
4646
|
style?: CSSProperties | undefined;
|
|
4647
4647
|
class?: any;
|
|
4648
|
-
} & RecordType> | ComputedRef<
|
|
4648
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4649
4649
|
style?: CSSProperties | undefined;
|
|
4650
4650
|
class?: any;
|
|
4651
4651
|
} & RecordType>>;
|
|
@@ -5364,12 +5364,12 @@ export declare const PlusPage: {
|
|
|
5364
5364
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
5365
5365
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
5366
5366
|
readonly label: string | ComputedRef<string>;
|
|
5367
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5367
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5368
5368
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5369
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5369
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5370
5370
|
style?: CSSProperties | undefined;
|
|
5371
5371
|
class?: any;
|
|
5372
|
-
} & RecordType> | ComputedRef<
|
|
5372
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5373
5373
|
style?: CSSProperties | undefined;
|
|
5374
5374
|
class?: any;
|
|
5375
5375
|
} & RecordType>>;
|
|
@@ -5391,7 +5391,7 @@ export declare const PlusPage: {
|
|
|
5391
5391
|
};
|
|
5392
5392
|
rows: number;
|
|
5393
5393
|
autocomplete: string;
|
|
5394
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
5394
|
+
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;
|
|
5395
5395
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
5396
5396
|
step: string | number;
|
|
5397
5397
|
format: string | ProgressFn | undefined;
|
|
@@ -5436,12 +5436,12 @@ export declare const PlusPage: {
|
|
|
5436
5436
|
fieldInstance?: any;
|
|
5437
5437
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5438
5438
|
prop: string;
|
|
5439
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5439
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5440
5440
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5441
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5441
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5442
5442
|
style?: CSSProperties | undefined;
|
|
5443
5443
|
class?: any;
|
|
5444
|
-
} & RecordType> | ComputedRef<
|
|
5444
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5445
5445
|
style?: CSSProperties | undefined;
|
|
5446
5446
|
class?: any;
|
|
5447
5447
|
} & RecordType>>;
|
|
@@ -5472,12 +5472,12 @@ export declare const PlusPage: {
|
|
|
5472
5472
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
5473
5473
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
5474
5474
|
readonly label: string | ComputedRef<string>;
|
|
5475
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5475
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5476
5476
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5477
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5477
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5478
5478
|
style?: CSSProperties | undefined;
|
|
5479
5479
|
class?: any;
|
|
5480
|
-
} & RecordType> | ComputedRef<
|
|
5480
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5481
5481
|
style?: CSSProperties | undefined;
|
|
5482
5482
|
class?: any;
|
|
5483
5483
|
} & RecordType>>;
|
|
@@ -5499,7 +5499,7 @@ export declare const PlusPage: {
|
|
|
5499
5499
|
};
|
|
5500
5500
|
rows: number;
|
|
5501
5501
|
autocomplete: string;
|
|
5502
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
5502
|
+
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;
|
|
5503
5503
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
5504
5504
|
step: string | number;
|
|
5505
5505
|
format: string | ProgressFn | undefined;
|
|
@@ -5544,12 +5544,12 @@ export declare const PlusPage: {
|
|
|
5544
5544
|
fieldInstance?: any;
|
|
5545
5545
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5546
5546
|
prop: string;
|
|
5547
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5547
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5548
5548
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5549
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5549
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5550
5550
|
style?: CSSProperties | undefined;
|
|
5551
5551
|
class?: any;
|
|
5552
|
-
} & RecordType> | ComputedRef<
|
|
5552
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5553
5553
|
style?: CSSProperties | undefined;
|
|
5554
5554
|
class?: any;
|
|
5555
5555
|
} & RecordType>>;
|
|
@@ -5598,12 +5598,12 @@ export declare const PlusPage: {
|
|
|
5598
5598
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
5599
5599
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
5600
5600
|
readonly label: string | ComputedRef<string>;
|
|
5601
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5601
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5602
5602
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5603
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5603
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5604
5604
|
style?: CSSProperties | undefined;
|
|
5605
5605
|
class?: any;
|
|
5606
|
-
} & RecordType> | ComputedRef<
|
|
5606
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5607
5607
|
style?: CSSProperties | undefined;
|
|
5608
5608
|
class?: any;
|
|
5609
5609
|
} & RecordType>>;
|
|
@@ -5625,7 +5625,7 @@ export declare const PlusPage: {
|
|
|
5625
5625
|
};
|
|
5626
5626
|
rows: number;
|
|
5627
5627
|
autocomplete: string;
|
|
5628
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
5628
|
+
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;
|
|
5629
5629
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
5630
5630
|
step: string | number;
|
|
5631
5631
|
format: string | ProgressFn | undefined;
|
|
@@ -5670,12 +5670,12 @@ export declare const PlusPage: {
|
|
|
5670
5670
|
fieldInstance?: any;
|
|
5671
5671
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5672
5672
|
prop: string;
|
|
5673
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5673
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5674
5674
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5675
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5675
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5676
5676
|
style?: CSSProperties | undefined;
|
|
5677
5677
|
class?: any;
|
|
5678
|
-
} & RecordType> | ComputedRef<
|
|
5678
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5679
5679
|
style?: CSSProperties | undefined;
|
|
5680
5680
|
class?: any;
|
|
5681
5681
|
} & RecordType>>;
|
|
@@ -7889,12 +7889,12 @@ export declare const PlusPage: {
|
|
|
7889
7889
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7890
7890
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
7891
7891
|
readonly label: string | ComputedRef<string>;
|
|
7892
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
7892
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7893
7893
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7894
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7894
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
7895
7895
|
style?: CSSProperties | undefined;
|
|
7896
7896
|
class?: any;
|
|
7897
|
-
} & RecordType> | ComputedRef<
|
|
7897
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7898
7898
|
style?: CSSProperties | undefined;
|
|
7899
7899
|
class?: any;
|
|
7900
7900
|
} & RecordType>>;
|
|
@@ -7916,7 +7916,7 @@ export declare const PlusPage: {
|
|
|
7916
7916
|
};
|
|
7917
7917
|
rows: number;
|
|
7918
7918
|
autocomplete: string;
|
|
7919
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
7919
|
+
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;
|
|
7920
7920
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
7921
7921
|
step: string | number;
|
|
7922
7922
|
format: string | ProgressFn | undefined;
|
|
@@ -7961,12 +7961,12 @@ export declare const PlusPage: {
|
|
|
7961
7961
|
fieldInstance?: any;
|
|
7962
7962
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7963
7963
|
prop: string;
|
|
7964
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
7964
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7965
7965
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7966
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7966
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
7967
7967
|
style?: CSSProperties | undefined;
|
|
7968
7968
|
class?: any;
|
|
7969
|
-
} & RecordType> | ComputedRef<
|
|
7969
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7970
7970
|
style?: CSSProperties | undefined;
|
|
7971
7971
|
class?: any;
|
|
7972
7972
|
} & RecordType>>;
|
|
@@ -7997,12 +7997,12 @@ export declare const PlusPage: {
|
|
|
7997
7997
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7998
7998
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
7999
7999
|
readonly label: string | ComputedRef<string>;
|
|
8000
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8000
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8001
8001
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8002
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8002
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8003
8003
|
style?: CSSProperties | undefined;
|
|
8004
8004
|
class?: any;
|
|
8005
|
-
} & RecordType> | ComputedRef<
|
|
8005
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8006
8006
|
style?: CSSProperties | undefined;
|
|
8007
8007
|
class?: any;
|
|
8008
8008
|
} & RecordType>>;
|
|
@@ -8024,7 +8024,7 @@ export declare const PlusPage: {
|
|
|
8024
8024
|
};
|
|
8025
8025
|
rows: number;
|
|
8026
8026
|
autocomplete: string;
|
|
8027
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
8027
|
+
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;
|
|
8028
8028
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8029
8029
|
step: string | number;
|
|
8030
8030
|
format: string | ProgressFn | undefined;
|
|
@@ -8069,12 +8069,12 @@ export declare const PlusPage: {
|
|
|
8069
8069
|
fieldInstance?: any;
|
|
8070
8070
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8071
8071
|
prop: string;
|
|
8072
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8072
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8073
8073
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8074
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8074
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8075
8075
|
style?: CSSProperties | undefined;
|
|
8076
8076
|
class?: any;
|
|
8077
|
-
} & RecordType> | ComputedRef<
|
|
8077
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8078
8078
|
style?: CSSProperties | undefined;
|
|
8079
8079
|
class?: any;
|
|
8080
8080
|
} & RecordType>>;
|
|
@@ -8793,12 +8793,12 @@ export declare const PlusPage: {
|
|
|
8793
8793
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8794
8794
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8795
8795
|
readonly label: string | ComputedRef<string>;
|
|
8796
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8796
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8797
8797
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8798
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8798
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8799
8799
|
style?: CSSProperties | undefined;
|
|
8800
8800
|
class?: any;
|
|
8801
|
-
} & RecordType> | ComputedRef<
|
|
8801
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8802
8802
|
style?: CSSProperties | undefined;
|
|
8803
8803
|
class?: any;
|
|
8804
8804
|
} & RecordType>>;
|
|
@@ -8820,7 +8820,7 @@ export declare const PlusPage: {
|
|
|
8820
8820
|
};
|
|
8821
8821
|
rows: number;
|
|
8822
8822
|
autocomplete: string;
|
|
8823
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
8823
|
+
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;
|
|
8824
8824
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8825
8825
|
step: string | number;
|
|
8826
8826
|
format: string | ProgressFn | undefined;
|
|
@@ -8865,12 +8865,12 @@ export declare const PlusPage: {
|
|
|
8865
8865
|
fieldInstance?: any;
|
|
8866
8866
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8867
8867
|
prop: string;
|
|
8868
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8868
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8869
8869
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8870
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8870
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8871
8871
|
style?: CSSProperties | undefined;
|
|
8872
8872
|
class?: any;
|
|
8873
|
-
} & RecordType> | ComputedRef<
|
|
8873
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8874
8874
|
style?: CSSProperties | undefined;
|
|
8875
8875
|
class?: any;
|
|
8876
8876
|
} & RecordType>>;
|
|
@@ -8901,12 +8901,12 @@ export declare const PlusPage: {
|
|
|
8901
8901
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8902
8902
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8903
8903
|
readonly label: string | ComputedRef<string>;
|
|
8904
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8904
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8905
8905
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8906
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8906
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8907
8907
|
style?: CSSProperties | undefined;
|
|
8908
8908
|
class?: any;
|
|
8909
|
-
} & RecordType> | ComputedRef<
|
|
8909
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8910
8910
|
style?: CSSProperties | undefined;
|
|
8911
8911
|
class?: any;
|
|
8912
8912
|
} & RecordType>>;
|
|
@@ -8928,7 +8928,7 @@ export declare const PlusPage: {
|
|
|
8928
8928
|
};
|
|
8929
8929
|
rows: number;
|
|
8930
8930
|
autocomplete: string;
|
|
8931
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
8931
|
+
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;
|
|
8932
8932
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
8933
8933
|
step: string | number;
|
|
8934
8934
|
format: string | ProgressFn | undefined;
|
|
@@ -8973,12 +8973,12 @@ export declare const PlusPage: {
|
|
|
8973
8973
|
fieldInstance?: any;
|
|
8974
8974
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8975
8975
|
prop: string;
|
|
8976
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8976
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8977
8977
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8978
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8978
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8979
8979
|
style?: CSSProperties | undefined;
|
|
8980
8980
|
class?: any;
|
|
8981
|
-
} & RecordType> | ComputedRef<
|
|
8981
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8982
8982
|
style?: CSSProperties | undefined;
|
|
8983
8983
|
class?: any;
|
|
8984
8984
|
} & RecordType>>;
|
|
@@ -9027,12 +9027,12 @@ export declare const PlusPage: {
|
|
|
9027
9027
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
9028
9028
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
9029
9029
|
readonly label: string | ComputedRef<string>;
|
|
9030
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
9030
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
9031
9031
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
9032
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
9032
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
9033
9033
|
style?: CSSProperties | undefined;
|
|
9034
9034
|
class?: any;
|
|
9035
|
-
} & RecordType> | ComputedRef<
|
|
9035
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9036
9036
|
style?: CSSProperties | undefined;
|
|
9037
9037
|
class?: any;
|
|
9038
9038
|
} & RecordType>>;
|
|
@@ -9054,7 +9054,7 @@ export declare const PlusPage: {
|
|
|
9054
9054
|
};
|
|
9055
9055
|
rows: number;
|
|
9056
9056
|
autocomplete: string;
|
|
9057
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
9057
|
+
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;
|
|
9058
9058
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
9059
9059
|
step: string | number;
|
|
9060
9060
|
format: string | ProgressFn | undefined;
|
|
@@ -9099,12 +9099,12 @@ export declare const PlusPage: {
|
|
|
9099
9099
|
fieldInstance?: any;
|
|
9100
9100
|
valueIsReady?: Ref<boolean> | undefined;
|
|
9101
9101
|
prop: string;
|
|
9102
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
9102
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
9103
9103
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
9104
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
9104
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
9105
9105
|
style?: CSSProperties | undefined;
|
|
9106
9106
|
class?: any;
|
|
9107
|
-
} & RecordType> | ComputedRef<
|
|
9107
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9108
9108
|
style?: CSSProperties | undefined;
|
|
9109
9109
|
class?: any;
|
|
9110
9110
|
} & RecordType>>;
|
|
@@ -10416,12 +10416,12 @@ export declare const PlusPage: {
|
|
|
10416
10416
|
$slots: Partial<Record<never, (_: {
|
|
10417
10417
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
10418
10418
|
readonly label: string | ComputedRef<string>;
|
|
10419
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10419
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10420
10420
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10421
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10421
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10422
10422
|
style?: CSSProperties | undefined;
|
|
10423
10423
|
class?: any;
|
|
10424
|
-
} & RecordType> | ComputedRef<
|
|
10424
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10425
10425
|
style?: CSSProperties | undefined;
|
|
10426
10426
|
class?: any;
|
|
10427
10427
|
} & RecordType>>;
|
|
@@ -10443,7 +10443,7 @@ export declare const PlusPage: {
|
|
|
10443
10443
|
};
|
|
10444
10444
|
rows: number;
|
|
10445
10445
|
autocomplete: string;
|
|
10446
|
-
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "
|
|
10446
|
+
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;
|
|
10447
10447
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
10448
10448
|
step: string | number;
|
|
10449
10449
|
format: string | ProgressFn | undefined;
|
|
@@ -10488,12 +10488,12 @@ export declare const PlusPage: {
|
|
|
10488
10488
|
fieldInstance?: any;
|
|
10489
10489
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10490
10490
|
prop: string;
|
|
10491
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10491
|
+
modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10492
10492
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10493
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10493
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10494
10494
|
style?: CSSProperties | undefined;
|
|
10495
10495
|
class?: any;
|
|
10496
|
-
} & RecordType> | ComputedRef<
|
|
10496
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10497
10497
|
style?: CSSProperties | undefined;
|
|
10498
10498
|
class?: any;
|
|
10499
10499
|
} & RecordType>>;
|