yc-pro-components 0.0.3 → 0.0.4

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.
Files changed (97) hide show
  1. package/es/components/check-card/index.d.ts +38 -38
  2. package/es/components/check-card/src/index.vue.d.ts +2 -2
  3. package/es/components/check-card-group/index.d.ts +19 -19
  4. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  5. package/es/components/dialog-form/index.d.ts +7 -7
  6. package/es/components/dialog-form/src/index.vue.d.ts +7 -7
  7. package/es/components/display-item/index.d.ts +21 -21
  8. package/es/components/display-item/src/index.vue.d.ts +21 -21
  9. package/es/components/drawer-form/index.d.ts +26 -26
  10. package/es/components/drawer-form/src/index.vue.d.ts +8 -8
  11. package/es/components/form/index.d.ts +14 -14
  12. package/es/components/form/src/form-content.vue.d.ts +20 -20
  13. package/es/components/form/src/index.vue.d.ts +14 -14
  14. package/es/components/form-item/index.d.ts +32 -32
  15. package/es/components/form-item/src/index.vue.d.ts +12 -12
  16. package/es/components/header/index.d.ts +19 -19
  17. package/es/components/header/src/index.vue.d.ts +1 -1
  18. package/es/components/input-tag/index.d.ts +9 -9
  19. package/es/components/input-tag/src/index.vue.d.ts +1 -1
  20. package/es/components/page/index.d.ts +220 -220
  21. package/es/components/page/src/index.vue.d.ts +78 -78
  22. package/es/components/radio/index.d.ts +25 -25
  23. package/es/components/radio/src/index.vue.d.ts +25 -25
  24. package/es/components/render/index.d.ts +6 -6
  25. package/es/components/render/src/index.vue.d.ts +2 -2
  26. package/es/components/search/index.d.ts +49 -49
  27. package/es/components/search/src/index.vue.d.ts +21 -21
  28. package/es/components/table/index.d.ts +54 -54
  29. package/es/components/table/src/index.vue.d.ts +18 -18
  30. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  31. package/es/components/table/src/table-column.vue.d.ts +21 -21
  32. package/es/components/yc-count-to/index.d.ts +1 -1
  33. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  34. package/es/components/yc-dialog/index.d.ts +24 -24
  35. package/es/components/yc-more-actions/index.d.ts +46 -46
  36. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  37. package/es/components/yc-plus-page/src/index.vue.d.ts +203 -203
  38. package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
  39. package/es/components/yc-plus-tree/src/index.vue2.mjs +10 -8
  40. package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
  41. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  42. package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  43. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  44. package/es/hooks/usePlusFormReset.d.ts +90 -90
  45. package/es/index.css +1 -1
  46. package/index.css +50 -43
  47. package/index.js +15 -13
  48. package/index.min.css +1 -1
  49. package/index.min.js +3 -3
  50. package/index.min.mjs +4 -4
  51. package/index.mjs +15 -13
  52. package/lib/components/check-card/index.d.ts +38 -38
  53. package/lib/components/check-card/src/index.vue.d.ts +2 -2
  54. package/lib/components/check-card-group/index.d.ts +19 -19
  55. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  56. package/lib/components/dialog-form/index.d.ts +7 -7
  57. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  58. package/lib/components/display-item/index.d.ts +21 -21
  59. package/lib/components/display-item/src/index.vue.d.ts +21 -21
  60. package/lib/components/drawer-form/index.d.ts +26 -26
  61. package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
  62. package/lib/components/form/index.d.ts +14 -14
  63. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  64. package/lib/components/form/src/index.vue.d.ts +14 -14
  65. package/lib/components/form-item/index.d.ts +32 -32
  66. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  67. package/lib/components/header/index.d.ts +19 -19
  68. package/lib/components/header/src/index.vue.d.ts +1 -1
  69. package/lib/components/input-tag/index.d.ts +9 -9
  70. package/lib/components/input-tag/src/index.vue.d.ts +1 -1
  71. package/lib/components/page/index.d.ts +220 -220
  72. package/lib/components/page/src/index.vue.d.ts +78 -78
  73. package/lib/components/radio/index.d.ts +25 -25
  74. package/lib/components/radio/src/index.vue.d.ts +25 -25
  75. package/lib/components/render/index.d.ts +6 -6
  76. package/lib/components/render/src/index.vue.d.ts +2 -2
  77. package/lib/components/search/index.d.ts +49 -49
  78. package/lib/components/search/src/index.vue.d.ts +21 -21
  79. package/lib/components/table/index.d.ts +54 -54
  80. package/lib/components/table/src/index.vue.d.ts +18 -18
  81. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  82. package/lib/components/table/src/table-column.vue.d.ts +21 -21
  83. package/lib/components/yc-count-to/index.d.ts +1 -1
  84. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  85. package/lib/components/yc-dialog/index.d.ts +24 -24
  86. package/lib/components/yc-more-actions/index.d.ts +46 -46
  87. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  88. package/lib/components/yc-plus-page/src/index.vue.d.ts +203 -203
  89. package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
  90. package/lib/components/yc-plus-tree/src/index.vue2.js +10 -8
  91. package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
  92. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  93. package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  94. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  95. package/lib/hooks/usePlusFormReset.d.ts +90 -90
  96. package/lib/index.css +1 -1
  97. package/package.json +1 -1
@@ -803,12 +803,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
803
803
  $slots: Partial<Record<NonNullable<string | number>, (_: {
804
804
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
805
805
  readonly label: string | ComputedRef<string>;
806
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
806
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
807
807
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
808
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
808
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
809
809
  style?: CSSProperties | undefined;
810
810
  class?: any;
811
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
811
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
812
812
  style?: CSSProperties | undefined;
813
813
  class?: any;
814
814
  } & RecordType>>;
@@ -830,7 +830,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
830
830
  };
831
831
  rows: number;
832
832
  autocomplete: string;
833
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
833
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
834
834
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
835
835
  step: string | number;
836
836
  format: string | ProgressFn | undefined;
@@ -869,12 +869,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
869
869
  fieldInstance?: any;
870
870
  valueIsReady?: Ref<boolean> | undefined;
871
871
  prop: string;
872
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
872
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
873
873
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
874
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
874
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
875
875
  style?: CSSProperties | undefined;
876
876
  class?: any;
877
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
877
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
878
878
  style?: CSSProperties | undefined;
879
879
  class?: any;
880
880
  } & RecordType>>;
@@ -917,9 +917,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
917
917
  $: ComponentInternalInstance;
918
918
  $data: {};
919
919
  $props: Partial<{
920
+ size: string | number;
920
921
  form: PlusFormProps;
921
922
  visible: boolean;
922
- size: string | number;
923
923
  modelValue: FieldValues;
924
924
  hasErrorTip: boolean;
925
925
  hasFooter: boolean;
@@ -931,9 +931,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
931
931
  class?: any;
932
932
  } & RecordType>;
933
933
  }> & Omit<{
934
+ readonly size: string | number;
934
935
  readonly form: PlusFormProps;
935
936
  readonly visible: boolean;
936
- readonly size: string | number;
937
937
  readonly modelValue: FieldValues;
938
938
  readonly hasErrorTip: boolean;
939
939
  readonly hasFooter: boolean;
@@ -951,6 +951,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
951
951
  onConfirm?: ((values: FieldValues) => any) | undefined;
952
952
  onConfirmError?: ((errors: unknown) => any) | undefined;
953
953
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
954
+ size: {
955
+ type: PropType<string | number>;
956
+ default: string;
957
+ };
954
958
  form: {
955
959
  type: PropType<PlusFormProps>;
956
960
  default: () => {};
@@ -959,10 +963,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
959
963
  type: PropType<boolean>;
960
964
  default: boolean;
961
965
  };
962
- size: {
963
- type: PropType<string | number>;
964
- default: string;
965
- };
966
966
  modelValue: {
967
967
  type: PropType<FieldValues>;
968
968
  default: () => {};
@@ -1001,7 +1001,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
1001
1001
  onCancel?: (() => any) | undefined;
1002
1002
  onConfirm?: ((values: FieldValues) => any) | undefined;
1003
1003
  onConfirmError?: ((errors: unknown) => any) | undefined;
1004
- }, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
1004
+ }, "size" | "form" | "visible" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
1005
1005
  $attrs: {
1006
1006
  [x: string]: unknown;
1007
1007
  };
@@ -1016,6 +1016,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
1016
1016
  $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
1017
1017
  $el: any;
1018
1018
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1019
+ size: {
1020
+ type: PropType<string | number>;
1021
+ default: string;
1022
+ };
1019
1023
  form: {
1020
1024
  type: PropType<PlusFormProps>;
1021
1025
  default: () => {};
@@ -1024,10 +1028,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
1024
1028
  type: PropType<boolean>;
1025
1029
  default: boolean;
1026
1030
  };
1027
- size: {
1028
- type: PropType<string | number>;
1029
- default: string;
1030
- };
1031
1031
  modelValue: {
1032
1032
  type: PropType<FieldValues>;
1033
1033
  default: () => {};
@@ -2095,9 +2095,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2095
2095
  cancel: () => void;
2096
2096
  confirmError: (errors: unknown) => void;
2097
2097
  }, string, {
2098
+ size: string | number;
2098
2099
  form: PlusFormProps;
2099
2100
  visible: boolean;
2100
- size: string | number;
2101
2101
  modelValue: FieldValues;
2102
2102
  hasErrorTip: boolean;
2103
2103
  hasFooter: boolean;
@@ -2129,6 +2129,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2129
2129
  $nextTick: typeof nextTick;
2130
2130
  $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;
2131
2131
  } & Omit<Readonly< ExtractPropTypes<{
2132
+ size: {
2133
+ type: PropType<string | number>;
2134
+ default: string;
2135
+ };
2132
2136
  form: {
2133
2137
  type: PropType<PlusFormProps>;
2134
2138
  default: () => {};
@@ -2137,10 +2141,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2137
2141
  type: PropType<boolean>;
2138
2142
  default: boolean;
2139
2143
  };
2140
- size: {
2141
- type: PropType<string | number>;
2142
- default: string;
2143
- };
2144
2144
  modelValue: {
2145
2145
  type: PropType<FieldValues>;
2146
2146
  default: () => {};
@@ -3204,12 +3204,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3204
3204
  $slots: Partial<Record<NonNullable<string | number>, (_: {
3205
3205
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3206
3206
  readonly label: string | ComputedRef<string>;
3207
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3207
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3208
3208
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3209
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
3209
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3210
3210
  style?: CSSProperties | undefined;
3211
3211
  class?: any;
3212
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3212
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3213
3213
  style?: CSSProperties | undefined;
3214
3214
  class?: any;
3215
3215
  } & RecordType>>;
@@ -3231,7 +3231,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3231
3231
  };
3232
3232
  rows: number;
3233
3233
  autocomplete: string;
3234
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
3234
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
3235
3235
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
3236
3236
  step: string | number;
3237
3237
  format: string | ProgressFn | undefined;
@@ -3270,12 +3270,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3270
3270
  fieldInstance?: any;
3271
3271
  valueIsReady?: Ref<boolean> | undefined;
3272
3272
  prop: string;
3273
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3273
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3274
3274
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3275
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
3275
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3276
3276
  style?: CSSProperties | undefined;
3277
3277
  class?: any;
3278
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3278
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3279
3279
  style?: CSSProperties | undefined;
3280
3280
  class?: any;
3281
3281
  } & RecordType>>;
@@ -4067,12 +4067,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4067
4067
  $slots: Partial<Record<NonNullable<string | number>, (_: {
4068
4068
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4069
4069
  readonly label: string | ComputedRef<string>;
4070
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4070
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4071
4071
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4072
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4072
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4073
4073
  style?: CSSProperties | undefined;
4074
4074
  class?: any;
4075
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4075
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4076
4076
  style?: CSSProperties | undefined;
4077
4077
  class?: any;
4078
4078
  } & RecordType>>;
@@ -4094,7 +4094,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4094
4094
  };
4095
4095
  rows: number;
4096
4096
  autocomplete: string;
4097
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4097
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4098
4098
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4099
4099
  step: string | number;
4100
4100
  format: string | ProgressFn | undefined;
@@ -4133,12 +4133,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4133
4133
  fieldInstance?: any;
4134
4134
  valueIsReady?: Ref<boolean> | undefined;
4135
4135
  prop: string;
4136
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4136
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4137
4137
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4138
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
4138
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4139
4139
  style?: CSSProperties | undefined;
4140
4140
  class?: any;
4141
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4141
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4142
4142
  style?: CSSProperties | undefined;
4143
4143
  class?: any;
4144
4144
  } & RecordType>>;
@@ -4181,9 +4181,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4181
4181
  $: ComponentInternalInstance;
4182
4182
  $data: {};
4183
4183
  $props: Partial<{
4184
+ size: string | number;
4184
4185
  form: PlusFormProps;
4185
4186
  visible: boolean;
4186
- size: string | number;
4187
4187
  modelValue: FieldValues;
4188
4188
  hasErrorTip: boolean;
4189
4189
  hasFooter: boolean;
@@ -4195,9 +4195,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4195
4195
  class?: any;
4196
4196
  } & RecordType>;
4197
4197
  }> & Omit<{
4198
+ readonly size: string | number;
4198
4199
  readonly form: PlusFormProps;
4199
4200
  readonly visible: boolean;
4200
- readonly size: string | number;
4201
4201
  readonly modelValue: FieldValues;
4202
4202
  readonly hasErrorTip: boolean;
4203
4203
  readonly hasFooter: boolean;
@@ -4215,6 +4215,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4215
4215
  onConfirm?: ((values: FieldValues) => any) | undefined;
4216
4216
  onConfirmError?: ((errors: unknown) => any) | undefined;
4217
4217
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4218
+ size: {
4219
+ type: PropType<string | number>;
4220
+ default: string;
4221
+ };
4218
4222
  form: {
4219
4223
  type: PropType<PlusFormProps>;
4220
4224
  default: () => {};
@@ -4223,10 +4227,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4223
4227
  type: PropType<boolean>;
4224
4228
  default: boolean;
4225
4229
  };
4226
- size: {
4227
- type: PropType<string | number>;
4228
- default: string;
4229
- };
4230
4230
  modelValue: {
4231
4231
  type: PropType<FieldValues>;
4232
4232
  default: () => {};
@@ -4265,7 +4265,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4265
4265
  onCancel?: (() => any) | undefined;
4266
4266
  onConfirm?: ((values: FieldValues) => any) | undefined;
4267
4267
  onConfirmError?: ((errors: unknown) => any) | undefined;
4268
- }, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
4268
+ }, "size" | "form" | "visible" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
4269
4269
  $attrs: {
4270
4270
  [x: string]: unknown;
4271
4271
  };
@@ -4280,6 +4280,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4280
4280
  $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
4281
4281
  $el: any;
4282
4282
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4283
+ size: {
4284
+ type: PropType<string | number>;
4285
+ default: string;
4286
+ };
4283
4287
  form: {
4284
4288
  type: PropType<PlusFormProps>;
4285
4289
  default: () => {};
@@ -4288,10 +4292,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4288
4292
  type: PropType<boolean>;
4289
4293
  default: boolean;
4290
4294
  };
4291
- size: {
4292
- type: PropType<string | number>;
4293
- default: string;
4294
- };
4295
4295
  modelValue: {
4296
4296
  type: PropType<FieldValues>;
4297
4297
  default: () => {};
@@ -5359,9 +5359,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5359
5359
  cancel: () => void;
5360
5360
  confirmError: (errors: unknown) => void;
5361
5361
  }, string, {
5362
+ size: string | number;
5362
5363
  form: PlusFormProps;
5363
5364
  visible: boolean;
5364
- size: string | number;
5365
5365
  modelValue: FieldValues;
5366
5366
  hasErrorTip: boolean;
5367
5367
  hasFooter: boolean;
@@ -5393,6 +5393,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5393
5393
  $nextTick: typeof nextTick;
5394
5394
  $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;
5395
5395
  } & Omit<Readonly< ExtractPropTypes<{
5396
+ size: {
5397
+ type: PropType<string | number>;
5398
+ default: string;
5399
+ };
5396
5400
  form: {
5397
5401
  type: PropType<PlusFormProps>;
5398
5402
  default: () => {};
@@ -5401,10 +5405,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5401
5405
  type: PropType<boolean>;
5402
5406
  default: boolean;
5403
5407
  };
5404
- size: {
5405
- type: PropType<string | number>;
5406
- default: string;
5407
- };
5408
5408
  modelValue: {
5409
5409
  type: PropType<FieldValues>;
5410
5410
  default: () => {};
@@ -6468,12 +6468,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6468
6468
  $slots: Partial<Record<NonNullable<string | number>, (_: {
6469
6469
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6470
6470
  readonly label: string | ComputedRef<string>;
6471
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6471
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6472
6472
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6473
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
6473
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6474
6474
  style?: CSSProperties | undefined;
6475
6475
  class?: any;
6476
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6476
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6477
6477
  style?: CSSProperties | undefined;
6478
6478
  class?: any;
6479
6479
  } & RecordType>>;
@@ -6495,7 +6495,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6495
6495
  };
6496
6496
  rows: number;
6497
6497
  autocomplete: string;
6498
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
6498
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
6499
6499
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
6500
6500
  step: string | number;
6501
6501
  format: string | ProgressFn | undefined;
@@ -6534,12 +6534,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6534
6534
  fieldInstance?: any;
6535
6535
  valueIsReady?: Ref<boolean> | undefined;
6536
6536
  prop: string;
6537
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6537
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6538
6538
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6539
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
6539
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6540
6540
  style?: CSSProperties | undefined;
6541
6541
  class?: any;
6542
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6542
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6543
6543
  style?: CSSProperties | undefined;
6544
6544
  class?: any;
6545
6545
  } & RecordType>>;
@@ -7333,12 +7333,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7333
7333
  $slots: Partial<Record<NonNullable<string | number>, (_: {
7334
7334
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7335
7335
  readonly label: string | ComputedRef<string>;
7336
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7336
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7337
7337
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7338
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
7338
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7339
7339
  style?: CSSProperties | undefined;
7340
7340
  class?: any;
7341
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7341
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7342
7342
  style?: CSSProperties | undefined;
7343
7343
  class?: any;
7344
7344
  } & RecordType>>;
@@ -7360,7 +7360,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7360
7360
  };
7361
7361
  rows: number;
7362
7362
  autocomplete: string;
7363
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
7363
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
7364
7364
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7365
7365
  step: string | number;
7366
7366
  format: string | ProgressFn | undefined;
@@ -7399,12 +7399,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7399
7399
  fieldInstance?: any;
7400
7400
  valueIsReady?: Ref<boolean> | undefined;
7401
7401
  prop: string;
7402
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7402
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7403
7403
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7404
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
7404
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7405
7405
  style?: CSSProperties | undefined;
7406
7406
  class?: any;
7407
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7407
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7408
7408
  style?: CSSProperties | undefined;
7409
7409
  class?: any;
7410
7410
  } & RecordType>>;
@@ -7447,9 +7447,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7447
7447
  $: ComponentInternalInstance;
7448
7448
  $data: {};
7449
7449
  $props: Partial<{
7450
+ size: string | number;
7450
7451
  form: PlusFormProps;
7451
7452
  visible: boolean;
7452
- size: string | number;
7453
7453
  modelValue: FieldValues;
7454
7454
  hasErrorTip: boolean;
7455
7455
  hasFooter: boolean;
@@ -7461,9 +7461,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7461
7461
  class?: any;
7462
7462
  } & RecordType>;
7463
7463
  }> & Omit<{
7464
+ readonly size: string | number;
7464
7465
  readonly form: PlusFormProps;
7465
7466
  readonly visible: boolean;
7466
- readonly size: string | number;
7467
7467
  readonly modelValue: FieldValues;
7468
7468
  readonly hasErrorTip: boolean;
7469
7469
  readonly hasFooter: boolean;
@@ -7481,6 +7481,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7481
7481
  onConfirm?: ((values: FieldValues) => any) | undefined;
7482
7482
  onConfirmError?: ((errors: unknown) => any) | undefined;
7483
7483
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7484
+ size: {
7485
+ type: PropType<string | number>;
7486
+ default: string;
7487
+ };
7484
7488
  form: {
7485
7489
  type: PropType<PlusFormProps>;
7486
7490
  default: () => {};
@@ -7489,10 +7493,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7489
7493
  type: PropType<boolean>;
7490
7494
  default: boolean;
7491
7495
  };
7492
- size: {
7493
- type: PropType<string | number>;
7494
- default: string;
7495
- };
7496
7496
  modelValue: {
7497
7497
  type: PropType<FieldValues>;
7498
7498
  default: () => {};
@@ -7531,7 +7531,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7531
7531
  onCancel?: (() => any) | undefined;
7532
7532
  onConfirm?: ((values: FieldValues) => any) | undefined;
7533
7533
  onConfirmError?: ((errors: unknown) => any) | undefined;
7534
- }, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
7534
+ }, "size" | "form" | "visible" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
7535
7535
  $attrs: {
7536
7536
  [x: string]: unknown;
7537
7537
  };
@@ -7546,6 +7546,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7546
7546
  $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
7547
7547
  $el: any;
7548
7548
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7549
+ size: {
7550
+ type: PropType<string | number>;
7551
+ default: string;
7552
+ };
7549
7553
  form: {
7550
7554
  type: PropType<PlusFormProps>;
7551
7555
  default: () => {};
@@ -7554,10 +7558,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7554
7558
  type: PropType<boolean>;
7555
7559
  default: boolean;
7556
7560
  };
7557
- size: {
7558
- type: PropType<string | number>;
7559
- default: string;
7560
- };
7561
7561
  modelValue: {
7562
7562
  type: PropType<FieldValues>;
7563
7563
  default: () => {};
@@ -8625,9 +8625,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8625
8625
  cancel: () => void;
8626
8626
  confirmError: (errors: unknown) => void;
8627
8627
  }, string, {
8628
+ size: string | number;
8628
8629
  form: PlusFormProps;
8629
8630
  visible: boolean;
8630
- size: string | number;
8631
8631
  modelValue: FieldValues;
8632
8632
  hasErrorTip: boolean;
8633
8633
  hasFooter: boolean;
@@ -8659,6 +8659,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8659
8659
  $nextTick: typeof nextTick;
8660
8660
  $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;
8661
8661
  } & Omit<Readonly< ExtractPropTypes<{
8662
+ size: {
8663
+ type: PropType<string | number>;
8664
+ default: string;
8665
+ };
8662
8666
  form: {
8663
8667
  type: PropType<PlusFormProps>;
8664
8668
  default: () => {};
@@ -8667,10 +8671,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8667
8671
  type: PropType<boolean>;
8668
8672
  default: boolean;
8669
8673
  };
8670
- size: {
8671
- type: PropType<string | number>;
8672
- default: string;
8673
- };
8674
8674
  modelValue: {
8675
8675
  type: PropType<FieldValues>;
8676
8676
  default: () => {};
@@ -9734,12 +9734,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9734
9734
  $slots: Partial<Record<NonNullable<string | number>, (_: {
9735
9735
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
9736
9736
  readonly label: string | ComputedRef<string>;
9737
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9737
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9738
9738
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
9739
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
9739
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
9740
9740
  style?: CSSProperties | undefined;
9741
9741
  class?: any;
9742
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9742
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9743
9743
  style?: CSSProperties | undefined;
9744
9744
  class?: any;
9745
9745
  } & RecordType>>;
@@ -9761,7 +9761,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9761
9761
  };
9762
9762
  rows: number;
9763
9763
  autocomplete: string;
9764
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
9764
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
9765
9765
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
9766
9766
  step: string | number;
9767
9767
  format: string | ProgressFn | undefined;
@@ -9800,12 +9800,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9800
9800
  fieldInstance?: any;
9801
9801
  valueIsReady?: Ref<boolean> | undefined;
9802
9802
  prop: string;
9803
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9803
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9804
9804
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
9805
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
9805
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
9806
9806
  style?: CSSProperties | undefined;
9807
9807
  class?: any;
9808
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9808
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9809
9809
  style?: CSSProperties | undefined;
9810
9810
  class?: any;
9811
9811
  } & RecordType>>;