yc-pro-components 0.0.8 → 0.0.9

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 (144) hide show
  1. package/es/components/check-card/index.d.ts +61 -61
  2. package/es/components/check-card/src/index.vue.d.ts +4 -4
  3. package/es/components/check-card-group/index.d.ts +43 -43
  4. package/es/components/check-card-group/src/index.vue.d.ts +3 -3
  5. package/es/components/date-picker/index.d.ts +10 -10
  6. package/es/components/date-picker/src/index.vue.d.ts +2 -2
  7. package/es/components/dialog/index.d.ts +26 -26
  8. package/es/components/dialog/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog-form/index.d.ts +31 -31
  10. package/es/components/dialog-form/src/index.vue.d.ts +9 -9
  11. package/es/components/display-item/index.d.ts +21 -21
  12. package/es/components/display-item/src/index.vue.d.ts +21 -21
  13. package/es/components/drawer-form/index.d.ts +50 -50
  14. package/es/components/drawer-form/src/index.vue.d.ts +10 -10
  15. package/es/components/form/index.d.ts +45 -45
  16. package/es/components/form/src/form-content.vue.d.ts +20 -20
  17. package/es/components/form/src/index.vue.d.ts +17 -17
  18. package/es/components/form-item/index.d.ts +42 -42
  19. package/es/components/form-item/src/index.vue.d.ts +12 -12
  20. package/es/components/header/index.d.ts +19 -19
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +20 -20
  23. package/es/components/input-tag/src/index.vue.d.ts +8 -8
  24. package/es/components/layout/index.d.ts +30 -30
  25. package/es/components/layout/src/index.vue.d.ts +10 -10
  26. package/es/components/page/index.d.ts +452 -452
  27. package/es/components/page/src/index.vue.d.ts +154 -154
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +154 -154
  35. package/es/components/search/src/index.vue.d.ts +50 -50
  36. package/es/components/sidebar/index.d.ts +15 -15
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/index.d.ts +54 -54
  41. package/es/components/table/src/index.vue.d.ts +18 -18
  42. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  43. package/es/components/table/src/table-column.vue.d.ts +21 -21
  44. package/es/components/utils/index.d.ts +2 -2
  45. package/es/components/yc-dialog/index.d.ts +24 -24
  46. package/es/components/yc-download-dialog/index.d.ts +19 -19
  47. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  48. package/es/components/yc-form-container-header/index.d.ts +12 -12
  49. package/es/components/yc-more-actions/index.d.ts +46 -46
  50. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  51. package/es/components/yc-plus-page/src/index.vue.d.ts +360 -360
  52. package/es/components/yc-segmented/index.d.ts +2 -2
  53. package/es/components/yc-segmented/src/index.d.ts +2 -2
  54. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  55. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  56. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  57. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  58. package/es/hooks/usePlusFormReset.d.ts +208 -208
  59. package/index.js +1 -1
  60. package/index.min.js +1 -1
  61. package/index.min.mjs +1 -1
  62. package/index.mjs +1 -1
  63. package/lib/components/check-card/index.d.ts +61 -61
  64. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  65. package/lib/components/check-card-group/index.d.ts +43 -43
  66. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  67. package/lib/components/date-picker/index.d.ts +10 -10
  68. package/lib/components/date-picker/src/index.vue.d.ts +2 -2
  69. package/lib/components/dialog/index.d.ts +26 -26
  70. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  71. package/lib/components/dialog-form/index.d.ts +31 -31
  72. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  73. package/lib/components/display-item/index.d.ts +21 -21
  74. package/lib/components/display-item/src/index.vue.d.ts +21 -21
  75. package/lib/components/drawer-form/index.d.ts +50 -50
  76. package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
  77. package/lib/components/form/index.d.ts +45 -45
  78. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  79. package/lib/components/form/src/index.vue.d.ts +17 -17
  80. package/lib/components/form-item/index.d.ts +42 -42
  81. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  82. package/lib/components/header/index.d.ts +19 -19
  83. package/lib/components/header/src/index.vue.d.ts +1 -1
  84. package/lib/components/input-tag/index.d.ts +20 -20
  85. package/lib/components/input-tag/src/index.vue.d.ts +8 -8
  86. package/lib/components/layout/index.d.ts +30 -30
  87. package/lib/components/layout/src/index.vue.d.ts +10 -10
  88. package/lib/components/page/index.d.ts +452 -452
  89. package/lib/components/page/src/index.vue.d.ts +154 -154
  90. package/lib/components/pagination/index.d.ts +42 -42
  91. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  92. package/lib/components/radio/index.d.ts +35 -35
  93. package/lib/components/radio/src/index.vue.d.ts +27 -27
  94. package/lib/components/render/index.d.ts +3 -3
  95. package/lib/components/render/src/index.vue.d.ts +1 -1
  96. package/lib/components/search/index.d.ts +154 -154
  97. package/lib/components/search/src/index.vue.d.ts +50 -50
  98. package/lib/components/sidebar/index.d.ts +15 -15
  99. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  100. package/lib/components/steps-form/index.d.ts +23 -23
  101. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  102. package/lib/components/table/index.d.ts +54 -54
  103. package/lib/components/table/src/index.vue.d.ts +18 -18
  104. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  105. package/lib/components/table/src/table-column.vue.d.ts +21 -21
  106. package/lib/components/utils/index.d.ts +2 -2
  107. package/lib/components/yc-dialog/index.d.ts +24 -24
  108. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  109. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  110. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  111. package/lib/components/yc-more-actions/index.d.ts +46 -46
  112. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  113. package/lib/components/yc-plus-page/src/index.vue.d.ts +360 -360
  114. package/lib/components/yc-segmented/index.d.ts +2 -2
  115. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  116. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  117. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  118. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  119. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  120. package/lib/hooks/usePlusFormReset.d.ts +208 -208
  121. package/locale/en.js +1 -1
  122. package/locale/en.min.js +1 -1
  123. package/locale/en.min.mjs +1 -1
  124. package/locale/en.mjs +1 -1
  125. package/locale/ja.js +1 -1
  126. package/locale/ja.min.js +1 -1
  127. package/locale/ja.min.mjs +1 -1
  128. package/locale/ja.mjs +1 -1
  129. package/locale/ko.js +1 -1
  130. package/locale/ko.min.js +1 -1
  131. package/locale/ko.min.mjs +1 -1
  132. package/locale/ko.mjs +1 -1
  133. package/locale/zh-cn.js +1 -1
  134. package/locale/zh-cn.min.js +1 -1
  135. package/locale/zh-cn.min.mjs +1 -1
  136. package/locale/zh-cn.mjs +1 -1
  137. package/locale/zh-tw.js +1 -1
  138. package/locale/zh-tw.min.js +1 -1
  139. package/locale/zh-tw.min.mjs +1 -1
  140. package/locale/zh-tw.mjs +1 -1
  141. package/package.json +1 -1
  142. package/theme-chalk/index.css +1 -1
  143. package/theme-chalk/plus-yc-status-dialog.css +1 -1
  144. package/theme-chalk/src/yc-status-dialog.scss +1 -0
@@ -2,7 +2,7 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
2
2
  import { LooseRequired } from '@vue/shared';
3
3
  import { FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, DrawerProps, DialogBeforeCloseFn, Translator } from 'element-plus';
4
4
  import { Arrayable, EpPropFinalized, EpPropMergeType, SFCWithInstall } from 'element-plus/es/utils';
5
- import { PlusDialogProps, PlusFormProps, FieldValues, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-components';
5
+ import { FieldValues, PlusDialogProps, PlusFormProps, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-components';
6
6
  import { nextTick, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, CreateComponentPublicInstance, ComponentOptionsMixin, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, CSSProperties, Component, ComputedOptions, MethodOptions, DefineComponent, VNode, RendererNode, RendererElement } from 'vue';
7
7
 
8
8
  /**
@@ -76,25 +76,29 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
76
76
  $: ComponentInternalInstance;
77
77
  $data: {};
78
78
  $props: Partial<{
79
+ modelValue: FieldValues;
79
80
  dialog: PlusDialogProps;
80
81
  form: PlusFormProps;
81
82
  visible: boolean;
82
- modelValue: FieldValues;
83
83
  hasErrorTip: boolean;
84
84
  }> & Omit<{
85
+ readonly modelValue: FieldValues;
85
86
  readonly dialog: PlusDialogProps;
86
87
  readonly form: PlusFormProps;
87
88
  readonly visible: boolean;
88
- readonly modelValue: FieldValues;
89
89
  readonly hasErrorTip: boolean;
90
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
90
91
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
91
92
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
92
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
93
93
  onClose?: (() => any) | undefined;
94
94
  onCancel?: (() => any) | undefined;
95
95
  onConfirm?: ((values: FieldValues) => any) | undefined;
96
96
  onConfirmError?: ((errors: unknown) => any) | undefined;
97
97
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
98
+ modelValue: {
99
+ type: PropType<FieldValues>;
100
+ default: () => {};
101
+ };
98
102
  dialog: {
99
103
  type: PropType<PlusDialogProps>;
100
104
  default: () => {};
@@ -107,23 +111,19 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
107
111
  type: PropType<boolean>;
108
112
  default: boolean;
109
113
  };
110
- modelValue: {
111
- type: PropType<FieldValues>;
112
- default: () => {};
113
- };
114
114
  hasErrorTip: {
115
115
  type: PropType<boolean>;
116
116
  default: boolean;
117
117
  };
118
118
  }>> & {
119
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
119
120
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
120
121
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
121
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
122
122
  onClose?: (() => any) | undefined;
123
123
  onCancel?: (() => any) | undefined;
124
124
  onConfirm?: ((values: FieldValues) => any) | undefined;
125
125
  onConfirmError?: ((errors: unknown) => any) | undefined;
126
- }, "dialog" | "form" | "visible" | "modelValue" | "hasErrorTip">;
126
+ }, "modelValue" | "dialog" | "form" | "visible" | "hasErrorTip">;
127
127
  $attrs: {
128
128
  [x: string]: unknown;
129
129
  };
@@ -138,6 +138,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
138
138
  $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "close") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
139
139
  $el: any;
140
140
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
141
+ modelValue: {
142
+ type: PropType<FieldValues>;
143
+ default: () => {};
144
+ };
141
145
  dialog: {
142
146
  type: PropType<PlusDialogProps>;
143
147
  default: () => {};
@@ -150,18 +154,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
150
154
  type: PropType<boolean>;
151
155
  default: boolean;
152
156
  };
153
- modelValue: {
154
- type: PropType<FieldValues>;
155
- default: () => {};
156
- };
157
157
  hasErrorTip: {
158
158
  type: PropType<boolean>;
159
159
  default: boolean;
160
160
  };
161
161
  }>> & {
162
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
162
163
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
163
164
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
164
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
165
165
  onClose?: (() => any) | undefined;
166
166
  onCancel?: (() => any) | undefined;
167
167
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -460,10 +460,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
460
460
  close: () => void;
461
461
  confirmError: (errors: unknown) => void;
462
462
  }, string, {
463
+ modelValue: FieldValues;
463
464
  dialog: PlusDialogProps;
464
465
  form: PlusFormProps;
465
466
  visible: boolean;
466
- modelValue: FieldValues;
467
467
  hasErrorTip: boolean;
468
468
  }, {}, string, {}> & {
469
469
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -486,6 +486,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
486
486
  $nextTick: typeof nextTick;
487
487
  $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;
488
488
  } & Omit<Readonly< ExtractPropTypes<{
489
+ modelValue: {
490
+ type: PropType<FieldValues>;
491
+ default: () => {};
492
+ };
489
493
  dialog: {
490
494
  type: PropType<PlusDialogProps>;
491
495
  default: () => {};
@@ -498,18 +502,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
498
502
  type: PropType<boolean>;
499
503
  default: boolean;
500
504
  };
501
- modelValue: {
502
- type: PropType<FieldValues>;
503
- default: () => {};
504
- };
505
505
  hasErrorTip: {
506
506
  type: PropType<boolean>;
507
507
  default: boolean;
508
508
  };
509
509
  }>> & {
510
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
510
511
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
511
512
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
512
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
513
513
  onClose?: (() => any) | undefined;
514
514
  onCancel?: (() => any) | undefined;
515
515
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -801,14 +801,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
801
801
  }>>;
802
802
  }> & {} & ComponentCustomProperties & {} & {
803
803
  $slots: Partial<Record<NonNullable<string | number>, (_: {
804
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
804
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | 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>>;
@@ -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] | boolean[] | RecordType | Date | 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,10 +917,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
917
917
  $: ComponentInternalInstance;
918
918
  $data: {};
919
919
  $props: Partial<{
920
- form: PlusFormProps;
921
- visible: boolean;
922
920
  size: string | number;
923
921
  modelValue: FieldValues;
922
+ form: PlusFormProps;
923
+ visible: boolean;
924
924
  hasErrorTip: boolean;
925
925
  hasFooter: boolean;
926
926
  confirmLoading: boolean;
@@ -931,10 +931,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
931
931
  class?: any;
932
932
  } & RecordType>;
933
933
  }> & Omit<{
934
- readonly form: PlusFormProps;
935
- readonly visible: boolean;
936
934
  readonly size: string | number;
937
935
  readonly modelValue: FieldValues;
936
+ readonly form: PlusFormProps;
937
+ readonly visible: boolean;
938
938
  readonly hasErrorTip: boolean;
939
939
  readonly hasFooter: boolean;
940
940
  readonly confirmLoading: boolean;
@@ -944,21 +944,13 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
944
944
  style?: CSSProperties | undefined;
945
945
  class?: any;
946
946
  } & RecordType>;
947
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
947
948
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
948
949
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
949
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
950
950
  onCancel?: (() => any) | undefined;
951
951
  onConfirm?: ((values: FieldValues) => any) | undefined;
952
952
  onConfirmError?: ((errors: unknown) => any) | undefined;
953
953
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
954
- form: {
955
- type: PropType<PlusFormProps>;
956
- default: () => {};
957
- };
958
- visible: {
959
- type: PropType<boolean>;
960
- default: boolean;
961
- };
962
954
  size: {
963
955
  type: PropType<string | number>;
964
956
  default: string;
@@ -967,6 +959,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
967
959
  type: PropType<FieldValues>;
968
960
  default: () => {};
969
961
  };
962
+ form: {
963
+ type: PropType<PlusFormProps>;
964
+ default: () => {};
965
+ };
966
+ visible: {
967
+ type: PropType<boolean>;
968
+ default: boolean;
969
+ };
970
970
  hasErrorTip: {
971
971
  type: PropType<boolean>;
972
972
  default: boolean;
@@ -995,13 +995,13 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
995
995
  default: () => {};
996
996
  };
997
997
  }>> & {
998
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
998
999
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
999
1000
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
1000
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
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" | "modelValue" | "form" | "visible" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
1005
1005
  $attrs: {
1006
1006
  [x: string]: unknown;
1007
1007
  };
@@ -1016,14 +1016,6 @@ 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
- form: {
1020
- type: PropType<PlusFormProps>;
1021
- default: () => {};
1022
- };
1023
- visible: {
1024
- type: PropType<boolean>;
1025
- default: boolean;
1026
- };
1027
1019
  size: {
1028
1020
  type: PropType<string | number>;
1029
1021
  default: string;
@@ -1032,6 +1024,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
1032
1024
  type: PropType<FieldValues>;
1033
1025
  default: () => {};
1034
1026
  };
1027
+ form: {
1028
+ type: PropType<PlusFormProps>;
1029
+ default: () => {};
1030
+ };
1031
+ visible: {
1032
+ type: PropType<boolean>;
1033
+ default: boolean;
1034
+ };
1035
1035
  hasErrorTip: {
1036
1036
  type: PropType<boolean>;
1037
1037
  default: boolean;
@@ -1060,9 +1060,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
1060
1060
  default: () => {};
1061
1061
  };
1062
1062
  }>> & {
1063
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1063
1064
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1064
1065
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
1065
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1066
1066
  onCancel?: (() => any) | undefined;
1067
1067
  onConfirm?: ((values: FieldValues) => any) | undefined;
1068
1068
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -2095,10 +2095,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2095
2095
  cancel: () => void;
2096
2096
  confirmError: (errors: unknown) => void;
2097
2097
  }, string, {
2098
- form: PlusFormProps;
2099
- visible: boolean;
2100
2098
  size: string | number;
2101
2099
  modelValue: FieldValues;
2100
+ form: PlusFormProps;
2101
+ visible: boolean;
2102
2102
  hasErrorTip: boolean;
2103
2103
  hasFooter: boolean;
2104
2104
  confirmLoading: boolean;
@@ -2129,14 +2129,6 @@ 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
- form: {
2133
- type: PropType<PlusFormProps>;
2134
- default: () => {};
2135
- };
2136
- visible: {
2137
- type: PropType<boolean>;
2138
- default: boolean;
2139
- };
2140
2132
  size: {
2141
2133
  type: PropType<string | number>;
2142
2134
  default: string;
@@ -2145,6 +2137,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2145
2137
  type: PropType<FieldValues>;
2146
2138
  default: () => {};
2147
2139
  };
2140
+ form: {
2141
+ type: PropType<PlusFormProps>;
2142
+ default: () => {};
2143
+ };
2144
+ visible: {
2145
+ type: PropType<boolean>;
2146
+ default: boolean;
2147
+ };
2148
2148
  hasErrorTip: {
2149
2149
  type: PropType<boolean>;
2150
2150
  default: boolean;
@@ -2173,9 +2173,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2173
2173
  default: () => {};
2174
2174
  };
2175
2175
  }>> & {
2176
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2176
2177
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2177
2178
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
2178
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2179
2179
  onCancel?: (() => any) | undefined;
2180
2180
  onConfirm?: ((values: FieldValues) => any) | undefined;
2181
2181
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -3202,14 +3202,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3202
3202
  }>>;
3203
3203
  }> & {} & ComponentCustomProperties & {} & {
3204
3204
  $slots: Partial<Record<NonNullable<string | number>, (_: {
3205
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3205
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | 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>>;
@@ -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] | boolean[] | RecordType | Date | 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>>;
@@ -3340,25 +3340,29 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3340
3340
  $: ComponentInternalInstance;
3341
3341
  $data: {};
3342
3342
  $props: Partial<{
3343
+ modelValue: FieldValues;
3343
3344
  dialog: PlusDialogProps;
3344
3345
  form: PlusFormProps;
3345
3346
  visible: boolean;
3346
- modelValue: FieldValues;
3347
3347
  hasErrorTip: boolean;
3348
3348
  }> & Omit<{
3349
+ readonly modelValue: FieldValues;
3349
3350
  readonly dialog: PlusDialogProps;
3350
3351
  readonly form: PlusFormProps;
3351
3352
  readonly visible: boolean;
3352
- readonly modelValue: FieldValues;
3353
3353
  readonly hasErrorTip: boolean;
3354
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3354
3355
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3355
3356
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
3356
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3357
3357
  onClose?: (() => any) | undefined;
3358
3358
  onCancel?: (() => any) | undefined;
3359
3359
  onConfirm?: ((values: FieldValues) => any) | undefined;
3360
3360
  onConfirmError?: ((errors: unknown) => any) | undefined;
3361
3361
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3362
+ modelValue: {
3363
+ type: PropType<FieldValues>;
3364
+ default: () => {};
3365
+ };
3362
3366
  dialog: {
3363
3367
  type: PropType<PlusDialogProps>;
3364
3368
  default: () => {};
@@ -3371,23 +3375,19 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3371
3375
  type: PropType<boolean>;
3372
3376
  default: boolean;
3373
3377
  };
3374
- modelValue: {
3375
- type: PropType<FieldValues>;
3376
- default: () => {};
3377
- };
3378
3378
  hasErrorTip: {
3379
3379
  type: PropType<boolean>;
3380
3380
  default: boolean;
3381
3381
  };
3382
3382
  }>> & {
3383
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3383
3384
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3384
3385
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
3385
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3386
3386
  onClose?: (() => any) | undefined;
3387
3387
  onCancel?: (() => any) | undefined;
3388
3388
  onConfirm?: ((values: FieldValues) => any) | undefined;
3389
3389
  onConfirmError?: ((errors: unknown) => any) | undefined;
3390
- }, "dialog" | "form" | "visible" | "modelValue" | "hasErrorTip">;
3390
+ }, "modelValue" | "dialog" | "form" | "visible" | "hasErrorTip">;
3391
3391
  $attrs: {
3392
3392
  [x: string]: unknown;
3393
3393
  };
@@ -3402,6 +3402,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3402
3402
  $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "close") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
3403
3403
  $el: any;
3404
3404
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3405
+ modelValue: {
3406
+ type: PropType<FieldValues>;
3407
+ default: () => {};
3408
+ };
3405
3409
  dialog: {
3406
3410
  type: PropType<PlusDialogProps>;
3407
3411
  default: () => {};
@@ -3414,18 +3418,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3414
3418
  type: PropType<boolean>;
3415
3419
  default: boolean;
3416
3420
  };
3417
- modelValue: {
3418
- type: PropType<FieldValues>;
3419
- default: () => {};
3420
- };
3421
3421
  hasErrorTip: {
3422
3422
  type: PropType<boolean>;
3423
3423
  default: boolean;
3424
3424
  };
3425
3425
  }>> & {
3426
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3426
3427
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3427
3428
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
3428
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3429
3429
  onClose?: (() => any) | undefined;
3430
3430
  onCancel?: (() => any) | undefined;
3431
3431
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -3724,10 +3724,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3724
3724
  close: () => void;
3725
3725
  confirmError: (errors: unknown) => void;
3726
3726
  }, string, {
3727
+ modelValue: FieldValues;
3727
3728
  dialog: PlusDialogProps;
3728
3729
  form: PlusFormProps;
3729
3730
  visible: boolean;
3730
- modelValue: FieldValues;
3731
3731
  hasErrorTip: boolean;
3732
3732
  }, {}, string, {}> & {
3733
3733
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -3750,6 +3750,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3750
3750
  $nextTick: typeof nextTick;
3751
3751
  $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;
3752
3752
  } & Omit<Readonly< ExtractPropTypes<{
3753
+ modelValue: {
3754
+ type: PropType<FieldValues>;
3755
+ default: () => {};
3756
+ };
3753
3757
  dialog: {
3754
3758
  type: PropType<PlusDialogProps>;
3755
3759
  default: () => {};
@@ -3762,18 +3766,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3762
3766
  type: PropType<boolean>;
3763
3767
  default: boolean;
3764
3768
  };
3765
- modelValue: {
3766
- type: PropType<FieldValues>;
3767
- default: () => {};
3768
- };
3769
3769
  hasErrorTip: {
3770
3770
  type: PropType<boolean>;
3771
3771
  default: boolean;
3772
3772
  };
3773
3773
  }>> & {
3774
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3774
3775
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3775
3776
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
3776
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3777
3777
  onClose?: (() => any) | undefined;
3778
3778
  onCancel?: (() => any) | undefined;
3779
3779
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -4065,14 +4065,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4065
4065
  }>>;
4066
4066
  }> & {} & ComponentCustomProperties & {} & {
4067
4067
  $slots: Partial<Record<NonNullable<string | number>, (_: {
4068
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4068
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | 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>>;
@@ -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] | boolean[] | RecordType | Date | 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,10 +4181,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4181
4181
  $: ComponentInternalInstance;
4182
4182
  $data: {};
4183
4183
  $props: Partial<{
4184
- form: PlusFormProps;
4185
- visible: boolean;
4186
4184
  size: string | number;
4187
4185
  modelValue: FieldValues;
4186
+ form: PlusFormProps;
4187
+ visible: boolean;
4188
4188
  hasErrorTip: boolean;
4189
4189
  hasFooter: boolean;
4190
4190
  confirmLoading: boolean;
@@ -4195,10 +4195,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4195
4195
  class?: any;
4196
4196
  } & RecordType>;
4197
4197
  }> & Omit<{
4198
- readonly form: PlusFormProps;
4199
- readonly visible: boolean;
4200
4198
  readonly size: string | number;
4201
4199
  readonly modelValue: FieldValues;
4200
+ readonly form: PlusFormProps;
4201
+ readonly visible: boolean;
4202
4202
  readonly hasErrorTip: boolean;
4203
4203
  readonly hasFooter: boolean;
4204
4204
  readonly confirmLoading: boolean;
@@ -4208,21 +4208,13 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4208
4208
  style?: CSSProperties | undefined;
4209
4209
  class?: any;
4210
4210
  } & RecordType>;
4211
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4211
4212
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4212
4213
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
4213
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4214
4214
  onCancel?: (() => any) | undefined;
4215
4215
  onConfirm?: ((values: FieldValues) => any) | undefined;
4216
4216
  onConfirmError?: ((errors: unknown) => any) | undefined;
4217
4217
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4218
- form: {
4219
- type: PropType<PlusFormProps>;
4220
- default: () => {};
4221
- };
4222
- visible: {
4223
- type: PropType<boolean>;
4224
- default: boolean;
4225
- };
4226
4218
  size: {
4227
4219
  type: PropType<string | number>;
4228
4220
  default: string;
@@ -4231,6 +4223,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4231
4223
  type: PropType<FieldValues>;
4232
4224
  default: () => {};
4233
4225
  };
4226
+ form: {
4227
+ type: PropType<PlusFormProps>;
4228
+ default: () => {};
4229
+ };
4230
+ visible: {
4231
+ type: PropType<boolean>;
4232
+ default: boolean;
4233
+ };
4234
4234
  hasErrorTip: {
4235
4235
  type: PropType<boolean>;
4236
4236
  default: boolean;
@@ -4259,13 +4259,13 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4259
4259
  default: () => {};
4260
4260
  };
4261
4261
  }>> & {
4262
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4262
4263
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4263
4264
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
4264
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
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" | "modelValue" | "form" | "visible" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
4269
4269
  $attrs: {
4270
4270
  [x: string]: unknown;
4271
4271
  };
@@ -4280,14 +4280,6 @@ 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
- form: {
4284
- type: PropType<PlusFormProps>;
4285
- default: () => {};
4286
- };
4287
- visible: {
4288
- type: PropType<boolean>;
4289
- default: boolean;
4290
- };
4291
4283
  size: {
4292
4284
  type: PropType<string | number>;
4293
4285
  default: string;
@@ -4296,6 +4288,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4296
4288
  type: PropType<FieldValues>;
4297
4289
  default: () => {};
4298
4290
  };
4291
+ form: {
4292
+ type: PropType<PlusFormProps>;
4293
+ default: () => {};
4294
+ };
4295
+ visible: {
4296
+ type: PropType<boolean>;
4297
+ default: boolean;
4298
+ };
4299
4299
  hasErrorTip: {
4300
4300
  type: PropType<boolean>;
4301
4301
  default: boolean;
@@ -4324,9 +4324,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4324
4324
  default: () => {};
4325
4325
  };
4326
4326
  }>> & {
4327
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4327
4328
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4328
4329
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
4329
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4330
4330
  onCancel?: (() => any) | undefined;
4331
4331
  onConfirm?: ((values: FieldValues) => any) | undefined;
4332
4332
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -5359,10 +5359,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5359
5359
  cancel: () => void;
5360
5360
  confirmError: (errors: unknown) => void;
5361
5361
  }, string, {
5362
- form: PlusFormProps;
5363
- visible: boolean;
5364
5362
  size: string | number;
5365
5363
  modelValue: FieldValues;
5364
+ form: PlusFormProps;
5365
+ visible: boolean;
5366
5366
  hasErrorTip: boolean;
5367
5367
  hasFooter: boolean;
5368
5368
  confirmLoading: boolean;
@@ -5393,14 +5393,6 @@ 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
- form: {
5397
- type: PropType<PlusFormProps>;
5398
- default: () => {};
5399
- };
5400
- visible: {
5401
- type: PropType<boolean>;
5402
- default: boolean;
5403
- };
5404
5396
  size: {
5405
5397
  type: PropType<string | number>;
5406
5398
  default: string;
@@ -5409,6 +5401,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5409
5401
  type: PropType<FieldValues>;
5410
5402
  default: () => {};
5411
5403
  };
5404
+ form: {
5405
+ type: PropType<PlusFormProps>;
5406
+ default: () => {};
5407
+ };
5408
+ visible: {
5409
+ type: PropType<boolean>;
5410
+ default: boolean;
5411
+ };
5412
5412
  hasErrorTip: {
5413
5413
  type: PropType<boolean>;
5414
5414
  default: boolean;
@@ -5437,9 +5437,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5437
5437
  default: () => {};
5438
5438
  };
5439
5439
  }>> & {
5440
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5440
5441
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5441
5442
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
5442
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5443
5443
  onCancel?: (() => any) | undefined;
5444
5444
  onConfirm?: ((values: FieldValues) => any) | undefined;
5445
5445
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -6466,14 +6466,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6466
6466
  }>>;
6467
6467
  }> & {} & ComponentCustomProperties & {} & {
6468
6468
  $slots: Partial<Record<NonNullable<string | number>, (_: {
6469
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6469
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | 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>>;
@@ -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] | boolean[] | RecordType | Date | 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>>;
@@ -6606,25 +6606,29 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6606
6606
  $: ComponentInternalInstance;
6607
6607
  $data: {};
6608
6608
  $props: Partial<{
6609
+ modelValue: FieldValues;
6609
6610
  dialog: PlusDialogProps;
6610
6611
  form: PlusFormProps;
6611
6612
  visible: boolean;
6612
- modelValue: FieldValues;
6613
6613
  hasErrorTip: boolean;
6614
6614
  }> & Omit<{
6615
+ readonly modelValue: FieldValues;
6615
6616
  readonly dialog: PlusDialogProps;
6616
6617
  readonly form: PlusFormProps;
6617
6618
  readonly visible: boolean;
6618
- readonly modelValue: FieldValues;
6619
6619
  readonly hasErrorTip: boolean;
6620
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6620
6621
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6621
6622
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
6622
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6623
6623
  onClose?: (() => any) | undefined;
6624
6624
  onCancel?: (() => any) | undefined;
6625
6625
  onConfirm?: ((values: FieldValues) => any) | undefined;
6626
6626
  onConfirmError?: ((errors: unknown) => any) | undefined;
6627
6627
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
6628
+ modelValue: {
6629
+ type: PropType<FieldValues>;
6630
+ default: () => {};
6631
+ };
6628
6632
  dialog: {
6629
6633
  type: PropType<PlusDialogProps>;
6630
6634
  default: () => {};
@@ -6637,23 +6641,19 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6637
6641
  type: PropType<boolean>;
6638
6642
  default: boolean;
6639
6643
  };
6640
- modelValue: {
6641
- type: PropType<FieldValues>;
6642
- default: () => {};
6643
- };
6644
6644
  hasErrorTip: {
6645
6645
  type: PropType<boolean>;
6646
6646
  default: boolean;
6647
6647
  };
6648
6648
  }>> & {
6649
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6649
6650
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6650
6651
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
6651
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6652
6652
  onClose?: (() => any) | undefined;
6653
6653
  onCancel?: (() => any) | undefined;
6654
6654
  onConfirm?: ((values: FieldValues) => any) | undefined;
6655
6655
  onConfirmError?: ((errors: unknown) => any) | undefined;
6656
- }, "dialog" | "form" | "visible" | "modelValue" | "hasErrorTip">;
6656
+ }, "modelValue" | "dialog" | "form" | "visible" | "hasErrorTip">;
6657
6657
  $attrs: {
6658
6658
  [x: string]: unknown;
6659
6659
  };
@@ -6668,6 +6668,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6668
6668
  $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "cancel") => void) & ((event: "close") => void) & ((event: "confirm", values: FieldValues) => void) & ((event: "update:visible", visible: boolean) => void) & ((event: "confirmError", errors: unknown) => void);
6669
6669
  $el: any;
6670
6670
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
6671
+ modelValue: {
6672
+ type: PropType<FieldValues>;
6673
+ default: () => {};
6674
+ };
6671
6675
  dialog: {
6672
6676
  type: PropType<PlusDialogProps>;
6673
6677
  default: () => {};
@@ -6680,18 +6684,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6680
6684
  type: PropType<boolean>;
6681
6685
  default: boolean;
6682
6686
  };
6683
- modelValue: {
6684
- type: PropType<FieldValues>;
6685
- default: () => {};
6686
- };
6687
6687
  hasErrorTip: {
6688
6688
  type: PropType<boolean>;
6689
6689
  default: boolean;
6690
6690
  };
6691
6691
  }>> & {
6692
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6692
6693
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6693
6694
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
6694
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6695
6695
  onClose?: (() => any) | undefined;
6696
6696
  onCancel?: (() => any) | undefined;
6697
6697
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -6990,10 +6990,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6990
6990
  close: () => void;
6991
6991
  confirmError: (errors: unknown) => void;
6992
6992
  }, string, {
6993
+ modelValue: FieldValues;
6993
6994
  dialog: PlusDialogProps;
6994
6995
  form: PlusFormProps;
6995
6996
  visible: boolean;
6996
- modelValue: FieldValues;
6997
6997
  hasErrorTip: boolean;
6998
6998
  }, {}, string, {}> & {
6999
6999
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -7016,6 +7016,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7016
7016
  $nextTick: typeof nextTick;
7017
7017
  $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;
7018
7018
  } & Omit<Readonly< ExtractPropTypes<{
7019
+ modelValue: {
7020
+ type: PropType<FieldValues>;
7021
+ default: () => {};
7022
+ };
7019
7023
  dialog: {
7020
7024
  type: PropType<PlusDialogProps>;
7021
7025
  default: () => {};
@@ -7028,18 +7032,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7028
7032
  type: PropType<boolean>;
7029
7033
  default: boolean;
7030
7034
  };
7031
- modelValue: {
7032
- type: PropType<FieldValues>;
7033
- default: () => {};
7034
- };
7035
7035
  hasErrorTip: {
7036
7036
  type: PropType<boolean>;
7037
7037
  default: boolean;
7038
7038
  };
7039
7039
  }>> & {
7040
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7040
7041
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7041
7042
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
7042
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7043
7043
  onClose?: (() => any) | undefined;
7044
7044
  onCancel?: (() => any) | undefined;
7045
7045
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -7331,14 +7331,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7331
7331
  }>>;
7332
7332
  }> & {} & ComponentCustomProperties & {} & {
7333
7333
  $slots: Partial<Record<NonNullable<string | number>, (_: {
7334
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7334
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | 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>>;
@@ -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] | boolean[] | RecordType | Date | 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,10 +7447,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7447
7447
  $: ComponentInternalInstance;
7448
7448
  $data: {};
7449
7449
  $props: Partial<{
7450
- form: PlusFormProps;
7451
- visible: boolean;
7452
7450
  size: string | number;
7453
7451
  modelValue: FieldValues;
7452
+ form: PlusFormProps;
7453
+ visible: boolean;
7454
7454
  hasErrorTip: boolean;
7455
7455
  hasFooter: boolean;
7456
7456
  confirmLoading: boolean;
@@ -7461,10 +7461,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7461
7461
  class?: any;
7462
7462
  } & RecordType>;
7463
7463
  }> & Omit<{
7464
- readonly form: PlusFormProps;
7465
- readonly visible: boolean;
7466
7464
  readonly size: string | number;
7467
7465
  readonly modelValue: FieldValues;
7466
+ readonly form: PlusFormProps;
7467
+ readonly visible: boolean;
7468
7468
  readonly hasErrorTip: boolean;
7469
7469
  readonly hasFooter: boolean;
7470
7470
  readonly confirmLoading: boolean;
@@ -7474,21 +7474,13 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7474
7474
  style?: CSSProperties | undefined;
7475
7475
  class?: any;
7476
7476
  } & RecordType>;
7477
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7477
7478
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7478
7479
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
7479
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7480
7480
  onCancel?: (() => any) | undefined;
7481
7481
  onConfirm?: ((values: FieldValues) => any) | undefined;
7482
7482
  onConfirmError?: ((errors: unknown) => any) | undefined;
7483
7483
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7484
- form: {
7485
- type: PropType<PlusFormProps>;
7486
- default: () => {};
7487
- };
7488
- visible: {
7489
- type: PropType<boolean>;
7490
- default: boolean;
7491
- };
7492
7484
  size: {
7493
7485
  type: PropType<string | number>;
7494
7486
  default: string;
@@ -7497,6 +7489,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7497
7489
  type: PropType<FieldValues>;
7498
7490
  default: () => {};
7499
7491
  };
7492
+ form: {
7493
+ type: PropType<PlusFormProps>;
7494
+ default: () => {};
7495
+ };
7496
+ visible: {
7497
+ type: PropType<boolean>;
7498
+ default: boolean;
7499
+ };
7500
7500
  hasErrorTip: {
7501
7501
  type: PropType<boolean>;
7502
7502
  default: boolean;
@@ -7525,13 +7525,13 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7525
7525
  default: () => {};
7526
7526
  };
7527
7527
  }>> & {
7528
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7528
7529
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7529
7530
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
7530
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
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" | "modelValue" | "form" | "visible" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
7535
7535
  $attrs: {
7536
7536
  [x: string]: unknown;
7537
7537
  };
@@ -7546,14 +7546,6 @@ 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
- form: {
7550
- type: PropType<PlusFormProps>;
7551
- default: () => {};
7552
- };
7553
- visible: {
7554
- type: PropType<boolean>;
7555
- default: boolean;
7556
- };
7557
7549
  size: {
7558
7550
  type: PropType<string | number>;
7559
7551
  default: string;
@@ -7562,6 +7554,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7562
7554
  type: PropType<FieldValues>;
7563
7555
  default: () => {};
7564
7556
  };
7557
+ form: {
7558
+ type: PropType<PlusFormProps>;
7559
+ default: () => {};
7560
+ };
7561
+ visible: {
7562
+ type: PropType<boolean>;
7563
+ default: boolean;
7564
+ };
7565
7565
  hasErrorTip: {
7566
7566
  type: PropType<boolean>;
7567
7567
  default: boolean;
@@ -7590,9 +7590,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7590
7590
  default: () => {};
7591
7591
  };
7592
7592
  }>> & {
7593
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7593
7594
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7594
7595
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
7595
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7596
7596
  onCancel?: (() => any) | undefined;
7597
7597
  onConfirm?: ((values: FieldValues) => any) | undefined;
7598
7598
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -8625,10 +8625,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8625
8625
  cancel: () => void;
8626
8626
  confirmError: (errors: unknown) => void;
8627
8627
  }, string, {
8628
- form: PlusFormProps;
8629
- visible: boolean;
8630
8628
  size: string | number;
8631
8629
  modelValue: FieldValues;
8630
+ form: PlusFormProps;
8631
+ visible: boolean;
8632
8632
  hasErrorTip: boolean;
8633
8633
  hasFooter: boolean;
8634
8634
  confirmLoading: boolean;
@@ -8659,14 +8659,6 @@ 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
- form: {
8663
- type: PropType<PlusFormProps>;
8664
- default: () => {};
8665
- };
8666
- visible: {
8667
- type: PropType<boolean>;
8668
- default: boolean;
8669
- };
8670
8662
  size: {
8671
8663
  type: PropType<string | number>;
8672
8664
  default: string;
@@ -8675,6 +8667,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8675
8667
  type: PropType<FieldValues>;
8676
8668
  default: () => {};
8677
8669
  };
8670
+ form: {
8671
+ type: PropType<PlusFormProps>;
8672
+ default: () => {};
8673
+ };
8674
+ visible: {
8675
+ type: PropType<boolean>;
8676
+ default: boolean;
8677
+ };
8678
8678
  hasErrorTip: {
8679
8679
  type: PropType<boolean>;
8680
8680
  default: boolean;
@@ -8703,9 +8703,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8703
8703
  default: () => {};
8704
8704
  };
8705
8705
  }>> & {
8706
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8706
8707
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8707
8708
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
8708
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8709
8709
  onCancel?: (() => any) | undefined;
8710
8710
  onConfirm?: ((values: FieldValues) => any) | undefined;
8711
8711
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -9732,14 +9732,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9732
9732
  }>>;
9733
9733
  }> & {} & ComponentCustomProperties & {} & {
9734
9734
  $slots: Partial<Record<NonNullable<string | number>, (_: {
9735
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
9735
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | 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>>;
@@ -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] | boolean[] | RecordType | Date | 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>>;