yc-pro-components 0.0.11 → 0.0.13

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 (194) 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 +44 -32
  10. package/es/components/dialog-form/src/index.vue.d.ts +22 -10
  11. package/es/components/display-item/index.d.ts +80 -44
  12. package/es/components/display-item/src/index.vue.d.ts +61 -25
  13. package/es/components/drawer-form/index.d.ts +63 -51
  14. package/es/components/drawer-form/src/index.vue.d.ts +23 -11
  15. package/es/components/form/index.d.ts +71 -47
  16. package/es/components/form/src/form-content.vue.d.ts +60 -24
  17. package/es/components/form/src/index.vue.d.ts +43 -19
  18. package/es/components/form-item/index.d.ts +129 -57
  19. package/es/components/form-item/src/index.vue.d.ts +46 -15
  20. package/es/components/form-item/src/index.vue2.mjs +1 -0
  21. package/es/components/header/index.d.ts +19 -19
  22. package/es/components/header/src/index.vue.d.ts +1 -1
  23. package/es/components/input-tag/index.d.ts +20 -20
  24. package/es/components/input-tag/src/index.vue.d.ts +8 -8
  25. package/es/components/layout/index.d.ts +30 -30
  26. package/es/components/layout/src/index.vue.d.ts +10 -10
  27. package/es/components/page/index.d.ts +751 -469
  28. package/es/components/page/src/index.vue.d.ts +263 -161
  29. package/es/components/page/src/index.vue2.mjs +1 -1
  30. package/es/components/pagination/index.d.ts +42 -42
  31. package/es/components/pagination/src/index.vue.d.ts +3 -3
  32. package/es/components/radio/index.d.ts +35 -35
  33. package/es/components/radio/src/index.vue.d.ts +27 -27
  34. package/es/components/render/index.d.ts +6 -6
  35. package/es/components/render/src/index.vue.d.ts +2 -2
  36. package/es/components/search/index.d.ts +284 -162
  37. package/es/components/search/src/index.vue.d.ts +95 -53
  38. package/es/components/search/src/index.vue2.mjs +14 -4
  39. package/es/components/search/src/type.d.ts +9 -0
  40. package/es/components/sidebar/index.d.ts +15 -15
  41. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  42. package/es/components/steps-form/index.d.ts +23 -23
  43. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  44. package/es/components/table/index.d.ts +54 -54
  45. package/es/components/table/src/index.vue.d.ts +18 -18
  46. package/es/components/table/src/table-action-bar.vue2.mjs +1 -1
  47. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  48. package/es/components/table/src/table-column.vue.d.ts +76 -40
  49. package/es/components/utils/index.d.ts +2 -2
  50. package/es/components/yc-dialog/index.d.ts +24 -24
  51. package/es/components/yc-download-dialog/index.d.ts +19 -19
  52. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  53. package/es/components/yc-form-container-header/index.d.ts +12 -12
  54. package/es/components/yc-more-actions/index.d.ts +46 -46
  55. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  56. package/es/components/yc-plus-page/src/index.vue.d.ts +588 -529
  57. package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
  58. package/es/components/yc-plus-page/src/index.vue2.mjs +8 -2
  59. package/es/components/yc-segmented/index.d.ts +2 -2
  60. package/es/components/yc-segmented/src/index.d.ts +2 -2
  61. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  62. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  63. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  64. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  65. package/es/constants/dict.d.ts +78 -0
  66. package/es/constants/dict.mjs +3 -0
  67. package/es/constants/index.d.ts +1 -0
  68. package/es/constants/index.mjs +1 -0
  69. package/es/hooks/index.d.ts +1 -0
  70. package/es/hooks/index.mjs +1 -0
  71. package/es/hooks/useDictInjection.d.ts +38 -0
  72. package/es/hooks/useDictInjection.mjs +18 -0
  73. package/es/hooks/useGetOptions.mjs +118 -30
  74. package/es/hooks/usePlusFormReset.d.ts +286 -214
  75. package/es/index.css +1 -1
  76. package/es/index.d.ts +1 -1
  77. package/es/index.mjs +2 -0
  78. package/es/types/plus.d.ts +74 -0
  79. package/es/version.d.ts +1 -1
  80. package/es/version.mjs +1 -1
  81. package/es/yc-components/index.d.ts +1 -1
  82. package/es/yc-components/version.d.ts +1 -1
  83. package/index.css +9 -5
  84. package/index.js +187 -65
  85. package/index.min.css +1 -1
  86. package/index.min.js +7 -7
  87. package/index.min.mjs +7 -7
  88. package/index.mjs +187 -67
  89. package/lib/components/check-card/index.d.ts +61 -61
  90. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  91. package/lib/components/check-card-group/index.d.ts +43 -43
  92. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  93. package/lib/components/date-picker/index.d.ts +10 -10
  94. package/lib/components/date-picker/src/index.vue.d.ts +2 -2
  95. package/lib/components/dialog/index.d.ts +26 -26
  96. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  97. package/lib/components/dialog-form/index.d.ts +44 -32
  98. package/lib/components/dialog-form/src/index.vue.d.ts +22 -10
  99. package/lib/components/display-item/index.d.ts +80 -44
  100. package/lib/components/display-item/src/index.vue.d.ts +61 -25
  101. package/lib/components/drawer-form/index.d.ts +63 -51
  102. package/lib/components/drawer-form/src/index.vue.d.ts +23 -11
  103. package/lib/components/form/index.d.ts +71 -47
  104. package/lib/components/form/src/form-content.vue.d.ts +60 -24
  105. package/lib/components/form/src/index.vue.d.ts +43 -19
  106. package/lib/components/form-item/index.d.ts +129 -57
  107. package/lib/components/form-item/src/index.vue.d.ts +46 -15
  108. package/lib/components/form-item/src/index.vue2.js +1 -0
  109. package/lib/components/header/index.d.ts +19 -19
  110. package/lib/components/header/src/index.vue.d.ts +1 -1
  111. package/lib/components/input-tag/index.d.ts +20 -20
  112. package/lib/components/input-tag/src/index.vue.d.ts +8 -8
  113. package/lib/components/layout/index.d.ts +30 -30
  114. package/lib/components/layout/src/index.vue.d.ts +10 -10
  115. package/lib/components/page/index.d.ts +751 -469
  116. package/lib/components/page/src/index.vue.d.ts +263 -161
  117. package/lib/components/page/src/index.vue2.js +1 -1
  118. package/lib/components/pagination/index.d.ts +42 -42
  119. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  120. package/lib/components/radio/index.d.ts +35 -35
  121. package/lib/components/radio/src/index.vue.d.ts +27 -27
  122. package/lib/components/render/index.d.ts +6 -6
  123. package/lib/components/render/src/index.vue.d.ts +2 -2
  124. package/lib/components/search/index.d.ts +284 -162
  125. package/lib/components/search/src/index.vue.d.ts +95 -53
  126. package/lib/components/search/src/index.vue2.js +13 -3
  127. package/lib/components/search/src/type.d.ts +9 -0
  128. package/lib/components/sidebar/index.d.ts +15 -15
  129. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  130. package/lib/components/steps-form/index.d.ts +23 -23
  131. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  132. package/lib/components/table/index.d.ts +54 -54
  133. package/lib/components/table/src/index.vue.d.ts +18 -18
  134. package/lib/components/table/src/table-action-bar.vue2.js +1 -1
  135. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  136. package/lib/components/table/src/table-column.vue.d.ts +76 -40
  137. package/lib/components/utils/index.d.ts +2 -2
  138. package/lib/components/yc-dialog/index.d.ts +24 -24
  139. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  140. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  141. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  142. package/lib/components/yc-more-actions/index.d.ts +46 -46
  143. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  144. package/lib/components/yc-plus-page/src/index.vue.d.ts +588 -529
  145. package/lib/components/yc-plus-page/src/index.vue.js +1 -1
  146. package/lib/components/yc-plus-page/src/index.vue2.js +8 -2
  147. package/lib/components/yc-segmented/index.d.ts +2 -2
  148. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  149. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  150. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  151. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  152. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  153. package/lib/constants/dict.d.ts +78 -0
  154. package/lib/constants/dict.js +5 -0
  155. package/lib/constants/index.d.ts +1 -0
  156. package/lib/constants/index.js +2 -0
  157. package/lib/hooks/index.d.ts +1 -0
  158. package/lib/hooks/index.js +2 -0
  159. package/lib/hooks/useDictInjection.d.ts +38 -0
  160. package/lib/hooks/useDictInjection.js +20 -0
  161. package/lib/hooks/useGetOptions.js +117 -29
  162. package/lib/hooks/usePlusFormReset.d.ts +286 -214
  163. package/lib/index.css +1 -1
  164. package/lib/index.d.ts +1 -1
  165. package/lib/index.js +4 -0
  166. package/lib/types/plus.d.ts +74 -0
  167. package/lib/version.d.ts +1 -1
  168. package/lib/version.js +1 -1
  169. package/lib/yc-components/index.d.ts +1 -1
  170. package/lib/yc-components/version.d.ts +1 -1
  171. package/locale/en.js +1 -1
  172. package/locale/en.min.js +1 -1
  173. package/locale/en.min.mjs +1 -1
  174. package/locale/en.mjs +1 -1
  175. package/locale/ja.js +1 -1
  176. package/locale/ja.min.js +1 -1
  177. package/locale/ja.min.mjs +1 -1
  178. package/locale/ja.mjs +1 -1
  179. package/locale/ko.js +1 -1
  180. package/locale/ko.min.js +1 -1
  181. package/locale/ko.min.mjs +1 -1
  182. package/locale/ko.mjs +1 -1
  183. package/locale/zh-cn.js +1 -1
  184. package/locale/zh-cn.min.js +1 -1
  185. package/locale/zh-cn.min.mjs +1 -1
  186. package/locale/zh-cn.mjs +1 -1
  187. package/locale/zh-tw.js +1 -1
  188. package/locale/zh-tw.min.js +1 -1
  189. package/locale/zh-tw.min.mjs +1 -1
  190. package/locale/zh-tw.mjs +1 -1
  191. package/package.json +1 -1
  192. package/theme-chalk/index.css +1 -1
  193. package/theme-chalk/plus-page.css +1 -1
  194. package/theme-chalk/src/page.scss +1 -1
@@ -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 { FieldValues, PlusDialogProps, PlusFormProps, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-components';
5
+ import { PlusDialogProps, PlusFormProps, FieldValues, 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,29 +76,25 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
76
76
  $: ComponentInternalInstance;
77
77
  $data: {};
78
78
  $props: Partial<{
79
- modelValue: FieldValues;
80
79
  dialog: PlusDialogProps;
81
80
  form: PlusFormProps;
82
81
  visible: boolean;
82
+ modelValue: FieldValues;
83
83
  hasErrorTip: boolean;
84
84
  }> & Omit<{
85
- readonly modelValue: FieldValues;
86
85
  readonly dialog: PlusDialogProps;
87
86
  readonly form: PlusFormProps;
88
87
  readonly visible: boolean;
88
+ readonly modelValue: FieldValues;
89
89
  readonly hasErrorTip: boolean;
90
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
91
90
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
92
91
  "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
- };
102
98
  dialog: {
103
99
  type: PropType<PlusDialogProps>;
104
100
  default: () => {};
@@ -111,19 +107,23 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
111
107
  type: PropType<boolean>;
112
108
  default: boolean;
113
109
  };
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;
120
119
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
121
120
  "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
- }, "modelValue" | "dialog" | "form" | "visible" | "hasErrorTip">;
126
+ }, "dialog" | "form" | "visible" | "modelValue" | "hasErrorTip">;
127
127
  $attrs: {
128
128
  [x: string]: unknown;
129
129
  };
@@ -138,10 +138,6 @@ 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
- };
145
141
  dialog: {
146
142
  type: PropType<PlusDialogProps>;
147
143
  default: () => {};
@@ -154,14 +150,18 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
154
150
  type: PropType<boolean>;
155
151
  default: boolean;
156
152
  };
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;
163
162
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
164
163
  "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;
464
463
  dialog: PlusDialogProps;
465
464
  form: PlusFormProps;
466
465
  visible: boolean;
466
+ modelValue: FieldValues;
467
467
  hasErrorTip: boolean;
468
468
  }, {}, string, {}> & {
469
469
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -486,10 +486,6 @@ 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
- };
493
489
  dialog: {
494
490
  type: PropType<PlusDialogProps>;
495
491
  default: () => {};
@@ -502,14 +498,18 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
502
498
  type: PropType<boolean>;
503
499
  default: boolean;
504
500
  };
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;
511
510
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
512
511
  "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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
804
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
805
805
  readonly label: string | ComputedRef<string>;
806
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
806
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
807
807
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
808
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
808
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
809
809
  style?: CSSProperties | undefined;
810
810
  class?: any;
811
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
811
+ } & RecordType> | ComputedRef<string> | 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" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "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;
@@ -857,6 +857,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
857
857
  label?: string | undefined;
858
858
  value?: string | undefined;
859
859
  } | undefined;
860
+ readonly autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
861
+ store?: any;
862
+ method?: string | undefined;
863
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
864
+ dictCode?: string | undefined;
865
+ } | undefined;
860
866
  readonly clearable: boolean;
861
867
  readonly index: number;
862
868
  } & {
@@ -869,12 +875,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
869
875
  fieldInstance?: any;
870
876
  valueIsReady?: Ref<boolean> | undefined;
871
877
  prop: string;
872
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
878
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
873
879
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
874
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
880
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
875
881
  style?: CSSProperties | undefined;
876
882
  class?: any;
877
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
883
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
878
884
  style?: CSSProperties | undefined;
879
885
  class?: any;
880
886
  } & RecordType>>;
@@ -894,6 +900,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
894
900
  label?: string | undefined;
895
901
  value?: string | undefined;
896
902
  } | undefined;
903
+ autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
904
+ store?: any;
905
+ method?: string | undefined;
906
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
907
+ dictCode?: string | undefined;
908
+ } | undefined;
897
909
  clearable: boolean;
898
910
  index: number;
899
911
  }) => any>> & {
@@ -917,10 +929,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
917
929
  $: ComponentInternalInstance;
918
930
  $data: {};
919
931
  $props: Partial<{
920
- size: string | number;
921
- modelValue: FieldValues;
922
932
  form: PlusFormProps;
923
933
  visible: boolean;
934
+ size: string | number;
935
+ modelValue: FieldValues;
924
936
  hasErrorTip: boolean;
925
937
  hasFooter: boolean;
926
938
  confirmLoading: boolean;
@@ -931,10 +943,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
931
943
  class?: any;
932
944
  } & RecordType>;
933
945
  }> & Omit<{
934
- readonly size: string | number;
935
- readonly modelValue: FieldValues;
936
946
  readonly form: PlusFormProps;
937
947
  readonly visible: boolean;
948
+ readonly size: string | number;
949
+ readonly modelValue: FieldValues;
938
950
  readonly hasErrorTip: boolean;
939
951
  readonly hasFooter: boolean;
940
952
  readonly confirmLoading: boolean;
@@ -944,21 +956,13 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
944
956
  style?: CSSProperties | undefined;
945
957
  class?: any;
946
958
  } & RecordType>;
947
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
948
959
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
949
960
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
961
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
950
962
  onCancel?: (() => any) | undefined;
951
963
  onConfirm?: ((values: FieldValues) => any) | undefined;
952
964
  onConfirmError?: ((errors: unknown) => any) | undefined;
953
965
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
954
- size: {
955
- type: PropType<string | number>;
956
- default: string;
957
- };
958
- modelValue: {
959
- type: PropType<FieldValues>;
960
- default: () => {};
961
- };
962
966
  form: {
963
967
  type: PropType<PlusFormProps>;
964
968
  default: () => {};
@@ -967,6 +971,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
967
971
  type: PropType<boolean>;
968
972
  default: boolean;
969
973
  };
974
+ size: {
975
+ type: PropType<string | number>;
976
+ default: string;
977
+ };
978
+ modelValue: {
979
+ type: PropType<FieldValues>;
980
+ default: () => {};
981
+ };
970
982
  hasErrorTip: {
971
983
  type: PropType<boolean>;
972
984
  default: boolean;
@@ -995,13 +1007,13 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
995
1007
  default: () => {};
996
1008
  };
997
1009
  }>> & {
998
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
999
1010
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1000
1011
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
1012
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1001
1013
  onCancel?: (() => any) | undefined;
1002
1014
  onConfirm?: ((values: FieldValues) => any) | undefined;
1003
1015
  onConfirmError?: ((errors: unknown) => any) | undefined;
1004
- }, "size" | "modelValue" | "form" | "visible" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
1016
+ }, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
1005
1017
  $attrs: {
1006
1018
  [x: string]: unknown;
1007
1019
  };
@@ -1016,14 +1028,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
1016
1028
  $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
1029
  $el: any;
1018
1030
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1019
- size: {
1020
- type: PropType<string | number>;
1021
- default: string;
1022
- };
1023
- modelValue: {
1024
- type: PropType<FieldValues>;
1025
- default: () => {};
1026
- };
1027
1031
  form: {
1028
1032
  type: PropType<PlusFormProps>;
1029
1033
  default: () => {};
@@ -1032,6 +1036,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
1032
1036
  type: PropType<boolean>;
1033
1037
  default: boolean;
1034
1038
  };
1039
+ size: {
1040
+ type: PropType<string | number>;
1041
+ default: string;
1042
+ };
1043
+ modelValue: {
1044
+ type: PropType<FieldValues>;
1045
+ default: () => {};
1046
+ };
1035
1047
  hasErrorTip: {
1036
1048
  type: PropType<boolean>;
1037
1049
  default: boolean;
@@ -1060,9 +1072,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
1060
1072
  default: () => {};
1061
1073
  };
1062
1074
  }>> & {
1063
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1064
1075
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1065
1076
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
1077
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1066
1078
  onCancel?: (() => any) | undefined;
1067
1079
  onConfirm?: ((values: FieldValues) => any) | undefined;
1068
1080
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -2095,10 +2107,10 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2095
2107
  cancel: () => void;
2096
2108
  confirmError: (errors: unknown) => void;
2097
2109
  }, string, {
2098
- size: string | number;
2099
- modelValue: FieldValues;
2100
2110
  form: PlusFormProps;
2101
2111
  visible: boolean;
2112
+ size: string | number;
2113
+ modelValue: FieldValues;
2102
2114
  hasErrorTip: boolean;
2103
2115
  hasFooter: boolean;
2104
2116
  confirmLoading: boolean;
@@ -2129,14 +2141,6 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2129
2141
  $nextTick: typeof nextTick;
2130
2142
  $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
2143
  } & Omit<Readonly< ExtractPropTypes<{
2132
- size: {
2133
- type: PropType<string | number>;
2134
- default: string;
2135
- };
2136
- modelValue: {
2137
- type: PropType<FieldValues>;
2138
- default: () => {};
2139
- };
2140
2144
  form: {
2141
2145
  type: PropType<PlusFormProps>;
2142
2146
  default: () => {};
@@ -2145,6 +2149,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2145
2149
  type: PropType<boolean>;
2146
2150
  default: boolean;
2147
2151
  };
2152
+ size: {
2153
+ type: PropType<string | number>;
2154
+ default: string;
2155
+ };
2156
+ modelValue: {
2157
+ type: PropType<FieldValues>;
2158
+ default: () => {};
2159
+ };
2148
2160
  hasErrorTip: {
2149
2161
  type: PropType<boolean>;
2150
2162
  default: boolean;
@@ -2173,9 +2185,9 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
2173
2185
  default: () => {};
2174
2186
  };
2175
2187
  }>> & {
2176
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2177
2188
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2178
2189
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
2190
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2179
2191
  onCancel?: (() => any) | undefined;
2180
2192
  onConfirm?: ((values: FieldValues) => any) | undefined;
2181
2193
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -3202,14 +3214,14 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3202
3214
  }>>;
3203
3215
  }> & {} & ComponentCustomProperties & {} & {
3204
3216
  $slots: Partial<Record<NonNullable<string | number>, (_: {
3205
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3217
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
3206
3218
  readonly label: string | ComputedRef<string>;
3207
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3219
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3208
3220
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3209
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3221
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
3210
3222
  style?: CSSProperties | undefined;
3211
3223
  class?: any;
3212
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3224
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3213
3225
  style?: CSSProperties | undefined;
3214
3226
  class?: any;
3215
3227
  } & RecordType>>;
@@ -3231,7 +3243,7 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3231
3243
  };
3232
3244
  rows: number;
3233
3245
  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";
3246
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
3235
3247
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
3236
3248
  step: string | number;
3237
3249
  format: string | ProgressFn | undefined;
@@ -3258,6 +3270,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3258
3270
  label?: string | undefined;
3259
3271
  value?: string | undefined;
3260
3272
  } | undefined;
3273
+ readonly autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
3274
+ store?: any;
3275
+ method?: string | undefined;
3276
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
3277
+ dictCode?: string | undefined;
3278
+ } | undefined;
3261
3279
  readonly clearable: boolean;
3262
3280
  readonly index: number;
3263
3281
  } & {
@@ -3270,12 +3288,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3270
3288
  fieldInstance?: any;
3271
3289
  valueIsReady?: Ref<boolean> | undefined;
3272
3290
  prop: string;
3273
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3291
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3274
3292
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3275
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3293
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
3276
3294
  style?: CSSProperties | undefined;
3277
3295
  class?: any;
3278
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3296
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3279
3297
  style?: CSSProperties | undefined;
3280
3298
  class?: any;
3281
3299
  } & RecordType>>;
@@ -3295,6 +3313,12 @@ export declare function usePlusFormReset(visible: Ref<boolean>, options?: FormRe
3295
3313
  label?: string | undefined;
3296
3314
  value?: string | undefined;
3297
3315
  } | undefined;
3316
+ autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
3317
+ store?: any;
3318
+ method?: string | undefined;
3319
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
3320
+ dictCode?: string | undefined;
3321
+ } | undefined;
3298
3322
  clearable: boolean;
3299
3323
  index: number;
3300
3324
  }) => any>> & {
@@ -3340,29 +3364,25 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3340
3364
  $: ComponentInternalInstance;
3341
3365
  $data: {};
3342
3366
  $props: Partial<{
3343
- modelValue: FieldValues;
3344
3367
  dialog: PlusDialogProps;
3345
3368
  form: PlusFormProps;
3346
3369
  visible: boolean;
3370
+ modelValue: FieldValues;
3347
3371
  hasErrorTip: boolean;
3348
3372
  }> & Omit<{
3349
- readonly modelValue: FieldValues;
3350
3373
  readonly dialog: PlusDialogProps;
3351
3374
  readonly form: PlusFormProps;
3352
3375
  readonly visible: boolean;
3376
+ readonly modelValue: FieldValues;
3353
3377
  readonly hasErrorTip: boolean;
3354
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3355
3378
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3356
3379
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
3380
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3357
3381
  onClose?: (() => any) | undefined;
3358
3382
  onCancel?: (() => any) | undefined;
3359
3383
  onConfirm?: ((values: FieldValues) => any) | undefined;
3360
3384
  onConfirmError?: ((errors: unknown) => any) | undefined;
3361
3385
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3362
- modelValue: {
3363
- type: PropType<FieldValues>;
3364
- default: () => {};
3365
- };
3366
3386
  dialog: {
3367
3387
  type: PropType<PlusDialogProps>;
3368
3388
  default: () => {};
@@ -3375,19 +3395,23 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3375
3395
  type: PropType<boolean>;
3376
3396
  default: boolean;
3377
3397
  };
3398
+ modelValue: {
3399
+ type: PropType<FieldValues>;
3400
+ default: () => {};
3401
+ };
3378
3402
  hasErrorTip: {
3379
3403
  type: PropType<boolean>;
3380
3404
  default: boolean;
3381
3405
  };
3382
3406
  }>> & {
3383
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3384
3407
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3385
3408
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
3409
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3386
3410
  onClose?: (() => any) | undefined;
3387
3411
  onCancel?: (() => any) | undefined;
3388
3412
  onConfirm?: ((values: FieldValues) => any) | undefined;
3389
3413
  onConfirmError?: ((errors: unknown) => any) | undefined;
3390
- }, "modelValue" | "dialog" | "form" | "visible" | "hasErrorTip">;
3414
+ }, "dialog" | "form" | "visible" | "modelValue" | "hasErrorTip">;
3391
3415
  $attrs: {
3392
3416
  [x: string]: unknown;
3393
3417
  };
@@ -3402,10 +3426,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3402
3426
  $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
3427
  $el: any;
3404
3428
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3405
- modelValue: {
3406
- type: PropType<FieldValues>;
3407
- default: () => {};
3408
- };
3409
3429
  dialog: {
3410
3430
  type: PropType<PlusDialogProps>;
3411
3431
  default: () => {};
@@ -3418,14 +3438,18 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3418
3438
  type: PropType<boolean>;
3419
3439
  default: boolean;
3420
3440
  };
3441
+ modelValue: {
3442
+ type: PropType<FieldValues>;
3443
+ default: () => {};
3444
+ };
3421
3445
  hasErrorTip: {
3422
3446
  type: PropType<boolean>;
3423
3447
  default: boolean;
3424
3448
  };
3425
3449
  }>> & {
3426
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3427
3450
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3428
3451
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
3452
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3429
3453
  onClose?: (() => any) | undefined;
3430
3454
  onCancel?: (() => any) | undefined;
3431
3455
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -3724,10 +3748,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3724
3748
  close: () => void;
3725
3749
  confirmError: (errors: unknown) => void;
3726
3750
  }, string, {
3727
- modelValue: FieldValues;
3728
3751
  dialog: PlusDialogProps;
3729
3752
  form: PlusFormProps;
3730
3753
  visible: boolean;
3754
+ modelValue: FieldValues;
3731
3755
  hasErrorTip: boolean;
3732
3756
  }, {}, string, {}> & {
3733
3757
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -3750,10 +3774,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3750
3774
  $nextTick: typeof nextTick;
3751
3775
  $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
3776
  } & Omit<Readonly< ExtractPropTypes<{
3753
- modelValue: {
3754
- type: PropType<FieldValues>;
3755
- default: () => {};
3756
- };
3757
3777
  dialog: {
3758
3778
  type: PropType<PlusDialogProps>;
3759
3779
  default: () => {};
@@ -3766,14 +3786,18 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
3766
3786
  type: PropType<boolean>;
3767
3787
  default: boolean;
3768
3788
  };
3789
+ modelValue: {
3790
+ type: PropType<FieldValues>;
3791
+ default: () => {};
3792
+ };
3769
3793
  hasErrorTip: {
3770
3794
  type: PropType<boolean>;
3771
3795
  default: boolean;
3772
3796
  };
3773
3797
  }>> & {
3774
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3775
3798
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3776
3799
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
3800
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3777
3801
  onClose?: (() => any) | undefined;
3778
3802
  onCancel?: (() => any) | undefined;
3779
3803
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -4065,14 +4089,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4065
4089
  }>>;
4066
4090
  }> & {} & ComponentCustomProperties & {} & {
4067
4091
  $slots: Partial<Record<NonNullable<string | number>, (_: {
4068
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4092
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4069
4093
  readonly label: string | ComputedRef<string>;
4070
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4094
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4071
4095
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4072
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4096
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4073
4097
  style?: CSSProperties | undefined;
4074
4098
  class?: any;
4075
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4099
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4076
4100
  style?: CSSProperties | undefined;
4077
4101
  class?: any;
4078
4102
  } & RecordType>>;
@@ -4094,7 +4118,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4094
4118
  };
4095
4119
  rows: number;
4096
4120
  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";
4121
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4098
4122
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4099
4123
  step: string | number;
4100
4124
  format: string | ProgressFn | undefined;
@@ -4121,6 +4145,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4121
4145
  label?: string | undefined;
4122
4146
  value?: string | undefined;
4123
4147
  } | undefined;
4148
+ readonly autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
4149
+ store?: any;
4150
+ method?: string | undefined;
4151
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
4152
+ dictCode?: string | undefined;
4153
+ } | undefined;
4124
4154
  readonly clearable: boolean;
4125
4155
  readonly index: number;
4126
4156
  } & {
@@ -4133,12 +4163,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4133
4163
  fieldInstance?: any;
4134
4164
  valueIsReady?: Ref<boolean> | undefined;
4135
4165
  prop: string;
4136
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4166
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4137
4167
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4138
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4168
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4139
4169
  style?: CSSProperties | undefined;
4140
4170
  class?: any;
4141
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4171
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4142
4172
  style?: CSSProperties | undefined;
4143
4173
  class?: any;
4144
4174
  } & RecordType>>;
@@ -4158,6 +4188,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4158
4188
  label?: string | undefined;
4159
4189
  value?: string | undefined;
4160
4190
  } | undefined;
4191
+ autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
4192
+ store?: any;
4193
+ method?: string | undefined;
4194
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
4195
+ dictCode?: string | undefined;
4196
+ } | undefined;
4161
4197
  clearable: boolean;
4162
4198
  index: number;
4163
4199
  }) => any>> & {
@@ -4181,10 +4217,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4181
4217
  $: ComponentInternalInstance;
4182
4218
  $data: {};
4183
4219
  $props: Partial<{
4184
- size: string | number;
4185
- modelValue: FieldValues;
4186
4220
  form: PlusFormProps;
4187
4221
  visible: boolean;
4222
+ size: string | number;
4223
+ modelValue: FieldValues;
4188
4224
  hasErrorTip: boolean;
4189
4225
  hasFooter: boolean;
4190
4226
  confirmLoading: boolean;
@@ -4195,10 +4231,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4195
4231
  class?: any;
4196
4232
  } & RecordType>;
4197
4233
  }> & Omit<{
4198
- readonly size: string | number;
4199
- readonly modelValue: FieldValues;
4200
4234
  readonly form: PlusFormProps;
4201
4235
  readonly visible: boolean;
4236
+ readonly size: string | number;
4237
+ readonly modelValue: FieldValues;
4202
4238
  readonly hasErrorTip: boolean;
4203
4239
  readonly hasFooter: boolean;
4204
4240
  readonly confirmLoading: boolean;
@@ -4208,21 +4244,13 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4208
4244
  style?: CSSProperties | undefined;
4209
4245
  class?: any;
4210
4246
  } & RecordType>;
4211
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4212
4247
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4213
4248
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
4249
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4214
4250
  onCancel?: (() => any) | undefined;
4215
4251
  onConfirm?: ((values: FieldValues) => any) | undefined;
4216
4252
  onConfirmError?: ((errors: unknown) => any) | undefined;
4217
4253
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4218
- size: {
4219
- type: PropType<string | number>;
4220
- default: string;
4221
- };
4222
- modelValue: {
4223
- type: PropType<FieldValues>;
4224
- default: () => {};
4225
- };
4226
4254
  form: {
4227
4255
  type: PropType<PlusFormProps>;
4228
4256
  default: () => {};
@@ -4231,6 +4259,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4231
4259
  type: PropType<boolean>;
4232
4260
  default: boolean;
4233
4261
  };
4262
+ size: {
4263
+ type: PropType<string | number>;
4264
+ default: string;
4265
+ };
4266
+ modelValue: {
4267
+ type: PropType<FieldValues>;
4268
+ default: () => {};
4269
+ };
4234
4270
  hasErrorTip: {
4235
4271
  type: PropType<boolean>;
4236
4272
  default: boolean;
@@ -4259,13 +4295,13 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4259
4295
  default: () => {};
4260
4296
  };
4261
4297
  }>> & {
4262
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4263
4298
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4264
4299
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
4300
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4265
4301
  onCancel?: (() => any) | undefined;
4266
4302
  onConfirm?: ((values: FieldValues) => any) | undefined;
4267
4303
  onConfirmError?: ((errors: unknown) => any) | undefined;
4268
- }, "size" | "modelValue" | "form" | "visible" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
4304
+ }, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
4269
4305
  $attrs: {
4270
4306
  [x: string]: unknown;
4271
4307
  };
@@ -4280,14 +4316,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4280
4316
  $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
4317
  $el: any;
4282
4318
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4283
- size: {
4284
- type: PropType<string | number>;
4285
- default: string;
4286
- };
4287
- modelValue: {
4288
- type: PropType<FieldValues>;
4289
- default: () => {};
4290
- };
4291
4319
  form: {
4292
4320
  type: PropType<PlusFormProps>;
4293
4321
  default: () => {};
@@ -4296,6 +4324,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4296
4324
  type: PropType<boolean>;
4297
4325
  default: boolean;
4298
4326
  };
4327
+ size: {
4328
+ type: PropType<string | number>;
4329
+ default: string;
4330
+ };
4331
+ modelValue: {
4332
+ type: PropType<FieldValues>;
4333
+ default: () => {};
4334
+ };
4299
4335
  hasErrorTip: {
4300
4336
  type: PropType<boolean>;
4301
4337
  default: boolean;
@@ -4324,9 +4360,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
4324
4360
  default: () => {};
4325
4361
  };
4326
4362
  }>> & {
4327
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4328
4363
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4329
4364
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
4365
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4330
4366
  onCancel?: (() => any) | undefined;
4331
4367
  onConfirm?: ((values: FieldValues) => any) | undefined;
4332
4368
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -5359,10 +5395,10 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5359
5395
  cancel: () => void;
5360
5396
  confirmError: (errors: unknown) => void;
5361
5397
  }, string, {
5362
- size: string | number;
5363
- modelValue: FieldValues;
5364
5398
  form: PlusFormProps;
5365
5399
  visible: boolean;
5400
+ size: string | number;
5401
+ modelValue: FieldValues;
5366
5402
  hasErrorTip: boolean;
5367
5403
  hasFooter: boolean;
5368
5404
  confirmLoading: boolean;
@@ -5393,14 +5429,6 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5393
5429
  $nextTick: typeof nextTick;
5394
5430
  $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
5431
  } & Omit<Readonly< ExtractPropTypes<{
5396
- size: {
5397
- type: PropType<string | number>;
5398
- default: string;
5399
- };
5400
- modelValue: {
5401
- type: PropType<FieldValues>;
5402
- default: () => {};
5403
- };
5404
5432
  form: {
5405
5433
  type: PropType<PlusFormProps>;
5406
5434
  default: () => {};
@@ -5409,6 +5437,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5409
5437
  type: PropType<boolean>;
5410
5438
  default: boolean;
5411
5439
  };
5440
+ size: {
5441
+ type: PropType<string | number>;
5442
+ default: string;
5443
+ };
5444
+ modelValue: {
5445
+ type: PropType<FieldValues>;
5446
+ default: () => {};
5447
+ };
5412
5448
  hasErrorTip: {
5413
5449
  type: PropType<boolean>;
5414
5450
  default: boolean;
@@ -5437,9 +5473,9 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
5437
5473
  default: () => {};
5438
5474
  };
5439
5475
  }>> & {
5440
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5441
5476
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5442
5477
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
5478
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5443
5479
  onCancel?: (() => any) | undefined;
5444
5480
  onConfirm?: ((values: FieldValues) => any) | undefined;
5445
5481
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -6466,14 +6502,14 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6466
6502
  }>>;
6467
6503
  }> & {} & ComponentCustomProperties & {} & {
6468
6504
  $slots: Partial<Record<NonNullable<string | number>, (_: {
6469
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6505
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
6470
6506
  readonly label: string | ComputedRef<string>;
6471
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6507
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6472
6508
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6473
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6509
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
6474
6510
  style?: CSSProperties | undefined;
6475
6511
  class?: any;
6476
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6512
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6477
6513
  style?: CSSProperties | undefined;
6478
6514
  class?: any;
6479
6515
  } & RecordType>>;
@@ -6495,7 +6531,7 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6495
6531
  };
6496
6532
  rows: number;
6497
6533
  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";
6534
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
6499
6535
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
6500
6536
  step: string | number;
6501
6537
  format: string | ProgressFn | undefined;
@@ -6522,6 +6558,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6522
6558
  label?: string | undefined;
6523
6559
  value?: string | undefined;
6524
6560
  } | undefined;
6561
+ readonly autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
6562
+ store?: any;
6563
+ method?: string | undefined;
6564
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
6565
+ dictCode?: string | undefined;
6566
+ } | undefined;
6525
6567
  readonly clearable: boolean;
6526
6568
  readonly index: number;
6527
6569
  } & {
@@ -6534,12 +6576,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6534
6576
  fieldInstance?: any;
6535
6577
  valueIsReady?: Ref<boolean> | undefined;
6536
6578
  prop: string;
6537
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6579
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6538
6580
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6539
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6581
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
6540
6582
  style?: CSSProperties | undefined;
6541
6583
  class?: any;
6542
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6584
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6543
6585
  style?: CSSProperties | undefined;
6544
6586
  class?: any;
6545
6587
  } & RecordType>>;
@@ -6559,6 +6601,12 @@ export declare function usePlusFormClearValidate(visible: Ref<boolean>): {
6559
6601
  label?: string | undefined;
6560
6602
  value?: string | undefined;
6561
6603
  } | undefined;
6604
+ autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
6605
+ store?: any;
6606
+ method?: string | undefined;
6607
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
6608
+ dictCode?: string | undefined;
6609
+ } | undefined;
6562
6610
  clearable: boolean;
6563
6611
  index: number;
6564
6612
  }) => any>> & {
@@ -6606,29 +6654,25 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6606
6654
  $: ComponentInternalInstance;
6607
6655
  $data: {};
6608
6656
  $props: Partial<{
6609
- modelValue: FieldValues;
6610
6657
  dialog: PlusDialogProps;
6611
6658
  form: PlusFormProps;
6612
6659
  visible: boolean;
6660
+ modelValue: FieldValues;
6613
6661
  hasErrorTip: boolean;
6614
6662
  }> & Omit<{
6615
- readonly modelValue: FieldValues;
6616
6663
  readonly dialog: PlusDialogProps;
6617
6664
  readonly form: PlusFormProps;
6618
6665
  readonly visible: boolean;
6666
+ readonly modelValue: FieldValues;
6619
6667
  readonly hasErrorTip: boolean;
6620
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6621
6668
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6622
6669
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
6670
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6623
6671
  onClose?: (() => any) | undefined;
6624
6672
  onCancel?: (() => any) | undefined;
6625
6673
  onConfirm?: ((values: FieldValues) => any) | undefined;
6626
6674
  onConfirmError?: ((errors: unknown) => any) | undefined;
6627
6675
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
6628
- modelValue: {
6629
- type: PropType<FieldValues>;
6630
- default: () => {};
6631
- };
6632
6676
  dialog: {
6633
6677
  type: PropType<PlusDialogProps>;
6634
6678
  default: () => {};
@@ -6641,19 +6685,23 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6641
6685
  type: PropType<boolean>;
6642
6686
  default: boolean;
6643
6687
  };
6688
+ modelValue: {
6689
+ type: PropType<FieldValues>;
6690
+ default: () => {};
6691
+ };
6644
6692
  hasErrorTip: {
6645
6693
  type: PropType<boolean>;
6646
6694
  default: boolean;
6647
6695
  };
6648
6696
  }>> & {
6649
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6650
6697
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6651
6698
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
6699
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6652
6700
  onClose?: (() => any) | undefined;
6653
6701
  onCancel?: (() => any) | undefined;
6654
6702
  onConfirm?: ((values: FieldValues) => any) | undefined;
6655
6703
  onConfirmError?: ((errors: unknown) => any) | undefined;
6656
- }, "modelValue" | "dialog" | "form" | "visible" | "hasErrorTip">;
6704
+ }, "dialog" | "form" | "visible" | "modelValue" | "hasErrorTip">;
6657
6705
  $attrs: {
6658
6706
  [x: string]: unknown;
6659
6707
  };
@@ -6668,10 +6716,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6668
6716
  $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
6717
  $el: any;
6670
6718
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
6671
- modelValue: {
6672
- type: PropType<FieldValues>;
6673
- default: () => {};
6674
- };
6675
6719
  dialog: {
6676
6720
  type: PropType<PlusDialogProps>;
6677
6721
  default: () => {};
@@ -6684,14 +6728,18 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6684
6728
  type: PropType<boolean>;
6685
6729
  default: boolean;
6686
6730
  };
6731
+ modelValue: {
6732
+ type: PropType<FieldValues>;
6733
+ default: () => {};
6734
+ };
6687
6735
  hasErrorTip: {
6688
6736
  type: PropType<boolean>;
6689
6737
  default: boolean;
6690
6738
  };
6691
6739
  }>> & {
6692
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6693
6740
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6694
6741
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
6742
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6695
6743
  onClose?: (() => any) | undefined;
6696
6744
  onCancel?: (() => any) | undefined;
6697
6745
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -6990,10 +7038,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
6990
7038
  close: () => void;
6991
7039
  confirmError: (errors: unknown) => void;
6992
7040
  }, string, {
6993
- modelValue: FieldValues;
6994
7041
  dialog: PlusDialogProps;
6995
7042
  form: PlusFormProps;
6996
7043
  visible: boolean;
7044
+ modelValue: FieldValues;
6997
7045
  hasErrorTip: boolean;
6998
7046
  }, {}, string, {}> & {
6999
7047
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -7016,10 +7064,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7016
7064
  $nextTick: typeof nextTick;
7017
7065
  $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
7066
  } & Omit<Readonly< ExtractPropTypes<{
7019
- modelValue: {
7020
- type: PropType<FieldValues>;
7021
- default: () => {};
7022
- };
7023
7067
  dialog: {
7024
7068
  type: PropType<PlusDialogProps>;
7025
7069
  default: () => {};
@@ -7032,14 +7076,18 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7032
7076
  type: PropType<boolean>;
7033
7077
  default: boolean;
7034
7078
  };
7079
+ modelValue: {
7080
+ type: PropType<FieldValues>;
7081
+ default: () => {};
7082
+ };
7035
7083
  hasErrorTip: {
7036
7084
  type: PropType<boolean>;
7037
7085
  default: boolean;
7038
7086
  };
7039
7087
  }>> & {
7040
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7041
7088
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7042
7089
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
7090
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7043
7091
  onClose?: (() => any) | undefined;
7044
7092
  onCancel?: (() => any) | undefined;
7045
7093
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -7331,14 +7379,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7331
7379
  }>>;
7332
7380
  }> & {} & ComponentCustomProperties & {} & {
7333
7381
  $slots: Partial<Record<NonNullable<string | number>, (_: {
7334
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7382
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7335
7383
  readonly label: string | ComputedRef<string>;
7336
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7384
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7337
7385
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7338
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7386
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
7339
7387
  style?: CSSProperties | undefined;
7340
7388
  class?: any;
7341
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7389
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7342
7390
  style?: CSSProperties | undefined;
7343
7391
  class?: any;
7344
7392
  } & RecordType>>;
@@ -7360,7 +7408,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7360
7408
  };
7361
7409
  rows: number;
7362
7410
  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";
7411
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
7364
7412
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7365
7413
  step: string | number;
7366
7414
  format: string | ProgressFn | undefined;
@@ -7387,6 +7435,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7387
7435
  label?: string | undefined;
7388
7436
  value?: string | undefined;
7389
7437
  } | undefined;
7438
+ readonly autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
7439
+ store?: any;
7440
+ method?: string | undefined;
7441
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
7442
+ dictCode?: string | undefined;
7443
+ } | undefined;
7390
7444
  readonly clearable: boolean;
7391
7445
  readonly index: number;
7392
7446
  } & {
@@ -7399,12 +7453,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7399
7453
  fieldInstance?: any;
7400
7454
  valueIsReady?: Ref<boolean> | undefined;
7401
7455
  prop: string;
7402
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7456
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7403
7457
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7404
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7458
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
7405
7459
  style?: CSSProperties | undefined;
7406
7460
  class?: any;
7407
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7461
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7408
7462
  style?: CSSProperties | undefined;
7409
7463
  class?: any;
7410
7464
  } & RecordType>>;
@@ -7424,6 +7478,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7424
7478
  label?: string | undefined;
7425
7479
  value?: string | undefined;
7426
7480
  } | undefined;
7481
+ autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
7482
+ store?: any;
7483
+ method?: string | undefined;
7484
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
7485
+ dictCode?: string | undefined;
7486
+ } | undefined;
7427
7487
  clearable: boolean;
7428
7488
  index: number;
7429
7489
  }) => any>> & {
@@ -7447,10 +7507,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7447
7507
  $: ComponentInternalInstance;
7448
7508
  $data: {};
7449
7509
  $props: Partial<{
7450
- size: string | number;
7451
- modelValue: FieldValues;
7452
7510
  form: PlusFormProps;
7453
7511
  visible: boolean;
7512
+ size: string | number;
7513
+ modelValue: FieldValues;
7454
7514
  hasErrorTip: boolean;
7455
7515
  hasFooter: boolean;
7456
7516
  confirmLoading: boolean;
@@ -7461,10 +7521,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7461
7521
  class?: any;
7462
7522
  } & RecordType>;
7463
7523
  }> & Omit<{
7464
- readonly size: string | number;
7465
- readonly modelValue: FieldValues;
7466
7524
  readonly form: PlusFormProps;
7467
7525
  readonly visible: boolean;
7526
+ readonly size: string | number;
7527
+ readonly modelValue: FieldValues;
7468
7528
  readonly hasErrorTip: boolean;
7469
7529
  readonly hasFooter: boolean;
7470
7530
  readonly confirmLoading: boolean;
@@ -7474,21 +7534,13 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7474
7534
  style?: CSSProperties | undefined;
7475
7535
  class?: any;
7476
7536
  } & RecordType>;
7477
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7478
7537
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7479
7538
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
7539
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7480
7540
  onCancel?: (() => any) | undefined;
7481
7541
  onConfirm?: ((values: FieldValues) => any) | undefined;
7482
7542
  onConfirmError?: ((errors: unknown) => any) | undefined;
7483
7543
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7484
- size: {
7485
- type: PropType<string | number>;
7486
- default: string;
7487
- };
7488
- modelValue: {
7489
- type: PropType<FieldValues>;
7490
- default: () => {};
7491
- };
7492
7544
  form: {
7493
7545
  type: PropType<PlusFormProps>;
7494
7546
  default: () => {};
@@ -7497,6 +7549,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7497
7549
  type: PropType<boolean>;
7498
7550
  default: boolean;
7499
7551
  };
7552
+ size: {
7553
+ type: PropType<string | number>;
7554
+ default: string;
7555
+ };
7556
+ modelValue: {
7557
+ type: PropType<FieldValues>;
7558
+ default: () => {};
7559
+ };
7500
7560
  hasErrorTip: {
7501
7561
  type: PropType<boolean>;
7502
7562
  default: boolean;
@@ -7525,13 +7585,13 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7525
7585
  default: () => {};
7526
7586
  };
7527
7587
  }>> & {
7528
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7529
7588
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7530
7589
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
7590
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7531
7591
  onCancel?: (() => any) | undefined;
7532
7592
  onConfirm?: ((values: FieldValues) => any) | undefined;
7533
7593
  onConfirmError?: ((errors: unknown) => any) | undefined;
7534
- }, "size" | "modelValue" | "form" | "visible" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
7594
+ }, "form" | "visible" | "size" | "modelValue" | "hasErrorTip" | "hasFooter" | "confirmLoading" | "cancelText" | "confirmText" | "drawer">;
7535
7595
  $attrs: {
7536
7596
  [x: string]: unknown;
7537
7597
  };
@@ -7546,14 +7606,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7546
7606
  $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
7607
  $el: any;
7548
7608
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7549
- size: {
7550
- type: PropType<string | number>;
7551
- default: string;
7552
- };
7553
- modelValue: {
7554
- type: PropType<FieldValues>;
7555
- default: () => {};
7556
- };
7557
7609
  form: {
7558
7610
  type: PropType<PlusFormProps>;
7559
7611
  default: () => {};
@@ -7562,6 +7614,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7562
7614
  type: PropType<boolean>;
7563
7615
  default: boolean;
7564
7616
  };
7617
+ size: {
7618
+ type: PropType<string | number>;
7619
+ default: string;
7620
+ };
7621
+ modelValue: {
7622
+ type: PropType<FieldValues>;
7623
+ default: () => {};
7624
+ };
7565
7625
  hasErrorTip: {
7566
7626
  type: PropType<boolean>;
7567
7627
  default: boolean;
@@ -7590,9 +7650,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
7590
7650
  default: () => {};
7591
7651
  };
7592
7652
  }>> & {
7593
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7594
7653
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7595
7654
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
7655
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7596
7656
  onCancel?: (() => any) | undefined;
7597
7657
  onConfirm?: ((values: FieldValues) => any) | undefined;
7598
7658
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -8625,10 +8685,10 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8625
8685
  cancel: () => void;
8626
8686
  confirmError: (errors: unknown) => void;
8627
8687
  }, string, {
8628
- size: string | number;
8629
- modelValue: FieldValues;
8630
8688
  form: PlusFormProps;
8631
8689
  visible: boolean;
8690
+ size: string | number;
8691
+ modelValue: FieldValues;
8632
8692
  hasErrorTip: boolean;
8633
8693
  hasFooter: boolean;
8634
8694
  confirmLoading: boolean;
@@ -8659,14 +8719,6 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8659
8719
  $nextTick: typeof nextTick;
8660
8720
  $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
8721
  } & Omit<Readonly< ExtractPropTypes<{
8662
- size: {
8663
- type: PropType<string | number>;
8664
- default: string;
8665
- };
8666
- modelValue: {
8667
- type: PropType<FieldValues>;
8668
- default: () => {};
8669
- };
8670
8722
  form: {
8671
8723
  type: PropType<PlusFormProps>;
8672
8724
  default: () => {};
@@ -8675,6 +8727,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8675
8727
  type: PropType<boolean>;
8676
8728
  default: boolean;
8677
8729
  };
8730
+ size: {
8731
+ type: PropType<string | number>;
8732
+ default: string;
8733
+ };
8734
+ modelValue: {
8735
+ type: PropType<FieldValues>;
8736
+ default: () => {};
8737
+ };
8678
8738
  hasErrorTip: {
8679
8739
  type: PropType<boolean>;
8680
8740
  default: boolean;
@@ -8703,9 +8763,9 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
8703
8763
  default: () => {};
8704
8764
  };
8705
8765
  }>> & {
8706
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8707
8766
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8708
8767
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
8768
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8709
8769
  onCancel?: (() => any) | undefined;
8710
8770
  onConfirm?: ((values: FieldValues) => any) | undefined;
8711
8771
  onConfirmError?: ((errors: unknown) => any) | undefined;
@@ -9732,14 +9792,14 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9732
9792
  }>>;
9733
9793
  }> & {} & ComponentCustomProperties & {} & {
9734
9794
  $slots: Partial<Record<NonNullable<string | number>, (_: {
9735
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
9795
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
9736
9796
  readonly label: string | ComputedRef<string>;
9737
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9797
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9738
9798
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
9739
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
9799
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
9740
9800
  style?: CSSProperties | undefined;
9741
9801
  class?: any;
9742
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9802
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9743
9803
  style?: CSSProperties | undefined;
9744
9804
  class?: any;
9745
9805
  } & RecordType>>;
@@ -9761,7 +9821,7 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9761
9821
  };
9762
9822
  rows: number;
9763
9823
  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";
9824
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
9765
9825
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
9766
9826
  step: string | number;
9767
9827
  format: string | ProgressFn | undefined;
@@ -9788,6 +9848,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9788
9848
  label?: string | undefined;
9789
9849
  value?: string | undefined;
9790
9850
  } | undefined;
9851
+ readonly autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
9852
+ store?: any;
9853
+ method?: string | undefined;
9854
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
9855
+ dictCode?: string | undefined;
9856
+ } | undefined;
9791
9857
  readonly clearable: boolean;
9792
9858
  readonly index: number;
9793
9859
  } & {
@@ -9800,12 +9866,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9800
9866
  fieldInstance?: any;
9801
9867
  valueIsReady?: Ref<boolean> | undefined;
9802
9868
  prop: string;
9803
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9869
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9804
9870
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
9805
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
9871
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
9806
9872
  style?: CSSProperties | undefined;
9807
9873
  class?: any;
9808
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9874
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9809
9875
  style?: CSSProperties | undefined;
9810
9876
  class?: any;
9811
9877
  } & RecordType>>;
@@ -9825,6 +9891,12 @@ export declare function usePlusFormFullReset(visible: Ref<boolean>, onReset?: ()
9825
9891
  label?: string | undefined;
9826
9892
  value?: string | undefined;
9827
9893
  } | undefined;
9894
+ autoDict: boolean | ((column: PlusColumn) => OptionsRow<undefined>[] | Promise< OptionsRow<undefined>[]>) | {
9895
+ store?: any;
9896
+ method?: string | undefined;
9897
+ transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
9898
+ dictCode?: string | undefined;
9899
+ } | undefined;
9828
9900
  clearable: boolean;
9829
9901
  index: number;
9830
9902
  }) => any>> & {