yc-pro-components 0.0.26 → 0.0.28

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 (161) hide show
  1. package/es/components/check-card/index.d.ts +57 -57
  2. package/es/components/check-card/src/index.vue.d.ts +14 -14
  3. package/es/components/check-card-group/index.d.ts +22 -22
  4. package/es/components/check-card-group/src/index.vue.d.ts +19 -19
  5. package/es/components/date-picker/index.d.ts +1 -1
  6. package/es/components/date-picker/src/index.vue.d.ts +1 -1
  7. package/es/components/descriptions/index.d.ts +39 -39
  8. package/es/components/descriptions/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog/index.d.ts +19 -19
  10. package/es/components/dialog/src/index.vue.d.ts +1 -1
  11. package/es/components/dialog-form/index.d.ts +47 -47
  12. package/es/components/dialog-form/src/index.vue.d.ts +7 -7
  13. package/es/components/display-item/index.d.ts +32 -32
  14. package/es/components/display-item/src/index.vue.d.ts +13 -13
  15. package/es/components/drawer-form/index.d.ts +28 -28
  16. package/es/components/drawer-form/src/index.vue.d.ts +6 -6
  17. package/es/components/form/index.d.ts +111 -111
  18. package/es/components/form/src/form-content.vue.d.ts +25 -19
  19. package/es/components/form/src/form-content.vue2.mjs +1 -1
  20. package/es/components/form/src/index.vue.d.ts +18 -18
  21. package/es/components/form/src/index.vue2.mjs +1 -1
  22. package/es/components/form-item/index.d.ts +128 -128
  23. package/es/components/form-item/src/index.vue.d.ts +16 -16
  24. package/es/components/header/index.d.ts +19 -19
  25. package/es/components/header/src/index.vue.d.ts +1 -1
  26. package/es/components/input-tag/index.d.ts +11 -11
  27. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  28. package/es/components/page/index.d.ts +928 -928
  29. package/es/components/page/src/index.vue.d.ts +297 -297
  30. package/es/components/pagination/index.d.ts +4 -4
  31. package/es/components/pagination/src/index.vue.d.ts +1 -1
  32. package/es/components/radio/index.d.ts +26 -26
  33. package/es/components/radio/src/index.vue.d.ts +26 -26
  34. package/es/components/render/index.d.ts +17 -17
  35. package/es/components/render/src/index.vue.d.ts +2 -2
  36. package/es/components/search/index.d.ts +340 -340
  37. package/es/components/search/src/index.vue.d.ts +99 -99
  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 +74 -74
  41. package/es/components/table/src/index.vue.d.ts +19 -19
  42. package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
  43. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  44. package/es/components/table/src/table-column.vue.d.ts +28 -28
  45. package/es/components/utils/index.d.ts +15 -15
  46. package/es/components/yc-count-to/index.d.ts +1 -1
  47. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  48. package/es/components/yc-download-dialog/index.d.ts +19 -19
  49. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  50. package/es/components/yc-drawer/store.d.ts +6 -6
  51. package/es/components/yc-form-container-header/index.d.ts +12 -12
  52. package/es/components/yc-more-actions/index.d.ts +46 -46
  53. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  54. package/es/components/yc-plus-page/src/index.vue.d.ts +744 -902
  55. package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
  56. package/es/components/yc-plus-page/src/index.vue2.mjs +4 -2
  57. package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
  58. package/es/components/yc-segmented/index.d.ts +1 -1
  59. package/es/components/yc-segmented/src/index.d.ts +1 -1
  60. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  61. package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  62. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  63. package/es/hooks/usePlusFormReset.d.ts +193 -193
  64. package/es/index.css +1 -1
  65. package/index.css +6 -6
  66. package/index.js +8 -6
  67. package/index.min.css +1 -1
  68. package/index.min.js +3 -3
  69. package/index.min.mjs +3 -3
  70. package/index.mjs +8 -6
  71. package/lib/components/check-card/index.d.ts +57 -57
  72. package/lib/components/check-card/src/index.vue.d.ts +14 -14
  73. package/lib/components/check-card-group/index.d.ts +22 -22
  74. package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
  75. package/lib/components/date-picker/index.d.ts +1 -1
  76. package/lib/components/date-picker/src/index.vue.d.ts +1 -1
  77. package/lib/components/descriptions/index.d.ts +39 -39
  78. package/lib/components/descriptions/src/index.vue.d.ts +2 -2
  79. package/lib/components/dialog/index.d.ts +19 -19
  80. package/lib/components/dialog/src/index.vue.d.ts +1 -1
  81. package/lib/components/dialog-form/index.d.ts +47 -47
  82. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  83. package/lib/components/display-item/index.d.ts +32 -32
  84. package/lib/components/display-item/src/index.vue.d.ts +13 -13
  85. package/lib/components/drawer-form/index.d.ts +28 -28
  86. package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
  87. package/lib/components/form/index.d.ts +111 -111
  88. package/lib/components/form/src/form-content.vue.d.ts +25 -19
  89. package/lib/components/form/src/form-content.vue2.js +1 -1
  90. package/lib/components/form/src/index.vue.d.ts +18 -18
  91. package/lib/components/form/src/index.vue2.js +1 -1
  92. package/lib/components/form-item/index.d.ts +128 -128
  93. package/lib/components/form-item/src/index.vue.d.ts +16 -16
  94. package/lib/components/header/index.d.ts +19 -19
  95. package/lib/components/header/src/index.vue.d.ts +1 -1
  96. package/lib/components/input-tag/index.d.ts +11 -11
  97. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  98. package/lib/components/page/index.d.ts +928 -928
  99. package/lib/components/page/src/index.vue.d.ts +297 -297
  100. package/lib/components/pagination/index.d.ts +4 -4
  101. package/lib/components/pagination/src/index.vue.d.ts +1 -1
  102. package/lib/components/radio/index.d.ts +26 -26
  103. package/lib/components/radio/src/index.vue.d.ts +26 -26
  104. package/lib/components/render/index.d.ts +17 -17
  105. package/lib/components/render/src/index.vue.d.ts +2 -2
  106. package/lib/components/search/index.d.ts +340 -340
  107. package/lib/components/search/src/index.vue.d.ts +99 -99
  108. package/lib/components/steps-form/index.d.ts +23 -23
  109. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  110. package/lib/components/table/index.d.ts +74 -74
  111. package/lib/components/table/src/index.vue.d.ts +19 -19
  112. package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
  113. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  114. package/lib/components/table/src/table-column.vue.d.ts +28 -28
  115. package/lib/components/utils/index.d.ts +15 -15
  116. package/lib/components/yc-count-to/index.d.ts +1 -1
  117. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  118. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  119. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  120. package/lib/components/yc-drawer/store.d.ts +6 -6
  121. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  122. package/lib/components/yc-more-actions/index.d.ts +46 -46
  123. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  124. package/lib/components/yc-plus-page/src/index.vue.d.ts +744 -902
  125. package/lib/components/yc-plus-page/src/index.vue.js +1 -1
  126. package/lib/components/yc-plus-page/src/index.vue2.js +4 -2
  127. package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
  128. package/lib/components/yc-segmented/index.d.ts +1 -1
  129. package/lib/components/yc-segmented/src/index.d.ts +1 -1
  130. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  131. package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  132. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  133. package/lib/hooks/usePlusFormReset.d.ts +193 -193
  134. package/lib/index.css +1 -1
  135. package/locale/en.js +1 -1
  136. package/locale/en.min.js +1 -1
  137. package/locale/en.min.mjs +1 -1
  138. package/locale/en.mjs +1 -1
  139. package/locale/ja.js +1 -1
  140. package/locale/ja.min.js +1 -1
  141. package/locale/ja.min.mjs +1 -1
  142. package/locale/ja.mjs +1 -1
  143. package/locale/ko.js +1 -1
  144. package/locale/ko.min.js +1 -1
  145. package/locale/ko.min.mjs +1 -1
  146. package/locale/ko.mjs +1 -1
  147. package/locale/zh-cn.js +1 -1
  148. package/locale/zh-cn.min.js +1 -1
  149. package/locale/zh-cn.min.mjs +1 -1
  150. package/locale/zh-cn.mjs +1 -1
  151. package/locale/zh-tw.js +1 -1
  152. package/locale/zh-tw.min.js +1 -1
  153. package/locale/zh-tw.min.mjs +1 -1
  154. package/locale/zh-tw.mjs +1 -1
  155. package/package.json +1 -1
  156. package/theme-chalk/index.css +1 -1
  157. package/theme-chalk/plus-drawer-form.css +1 -1
  158. package/theme-chalk/plus-form.css +1 -1
  159. package/theme-chalk/src/drawer-form.scss +6 -0
  160. package/theme-chalk/src/form.scss +31 -13
  161. package/theme-chalk/src/index.scss +10 -0
@@ -4,22 +4,22 @@ import { LooseRequired } from '@vue/shared';
4
4
  import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
5
5
  import { EpPropMergeType, EpPropFinalized, Arrayable } from 'element-plus/es/utils';
6
6
  import { ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, FormItemProp, FormItemRule, FormContext, FormItemContext, FormValidateFailure, FormValidateCallback, FormValidationResult } from 'element-plus';
7
- import { Mutable, RecordType, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, OptionsRow, FieldValueType, PlusColumn, TableValueType, FormItemValueType } from 'packages/yc-components';
7
+ import { Mutable, RecordType, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, OptionsRow, TableValueType, FieldValueType, PlusColumn, FormItemValueType } from 'packages/yc-components';
8
8
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, CSSProperties, Ref, Slot, DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
9
9
  export type { PlusFormItemProps } from './src/index.vue';
10
10
  export declare const PlusFormItem: {
11
11
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
12
- prop: {
13
- type: PropType<string>;
14
- required: true;
12
+ index: {
13
+ type: PropType<number>;
14
+ default: number;
15
15
  };
16
16
  label: {
17
17
  type: PropType<string | ComputedRef<string>>;
18
18
  default: string;
19
19
  };
20
- index: {
21
- type: PropType<number>;
22
- default: number;
20
+ prop: {
21
+ type: PropType<string>;
22
+ required: true;
23
23
  };
24
24
  tooltip: {
25
25
  type: PropType<string | Partial< Mutable<ElTooltipProps> & {
@@ -53,7 +53,7 @@ export declare const PlusFormItem: {
53
53
  };
54
54
  rows: number;
55
55
  autocomplete: string;
56
- type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
56
+ 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";
57
57
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
58
58
  step: string | number;
59
59
  format: string | ProgressFn | undefined;
@@ -70,7 +70,7 @@ export declare const PlusFormItem: {
70
70
  default: () => never[];
71
71
  };
72
72
  modelValue: {
73
- type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
73
+ type: PropType<string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
74
74
  default: string;
75
75
  };
76
76
  fieldSlots: {
@@ -91,12 +91,24 @@ export declare const PlusFormItem: {
91
91
  type: PropType<boolean>;
92
92
  default: boolean;
93
93
  };
94
+ valueType: {
95
+ type: PropType<"input" | "select" | "textarea" | "switch" | "text" | TableValueType | "rate" | "input-number" | "slider" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "tree-select">;
96
+ default: undefined;
97
+ };
94
98
  renderField: {
95
99
  type: PropType<(value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes>;
96
100
  default: undefined;
97
101
  };
98
- valueType: {
99
- type: PropType< TableValueType | "rate" | "input-number" | "slider" | "switch" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "select" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "tree-select">;
102
+ renderLabel: {
103
+ type: PropType<(label: string, props: PlusColumn) => RenderTypes>;
104
+ default: undefined;
105
+ };
106
+ renderErrorMessage: {
107
+ type: PropType<(props: PlusColumn & {
108
+ value?: FieldValueType;
109
+ error?: string | undefined;
110
+ label?: string | undefined;
111
+ }) => RenderTypes>;
100
112
  default: undefined;
101
113
  };
102
114
  optionsMap: {
@@ -115,21 +127,9 @@ export declare const PlusFormItem: {
115
127
  }>;
116
128
  default: undefined;
117
129
  };
118
- renderLabel: {
119
- type: PropType<(label: string, props: PlusColumn) => RenderTypes>;
120
- default: undefined;
121
- };
122
- renderErrorMessage: {
123
- type: PropType<(props: PlusColumn & {
124
- value?: FieldValueType;
125
- error?: string | undefined;
126
- label?: string | undefined;
127
- }) => RenderTypes>;
128
- default: undefined;
129
- };
130
130
  }>> & {
131
- "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
132
131
  onChange?: ((value: FieldValueType) => any) | undefined;
132
+ "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
133
133
  }, {
134
134
  formItemInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
135
135
  readonly label: StringConstructor;
@@ -468,17 +468,17 @@ export declare const PlusFormItem: {
468
468
  "update:modelValue": (value: FieldValueType) => void;
469
469
  change: (value: FieldValueType) => void;
470
470
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
471
- prop: {
472
- type: PropType<string>;
473
- required: true;
471
+ index: {
472
+ type: PropType<number>;
473
+ default: number;
474
474
  };
475
475
  label: {
476
476
  type: PropType<string | ComputedRef<string>>;
477
477
  default: string;
478
478
  };
479
- index: {
480
- type: PropType<number>;
481
- default: number;
479
+ prop: {
480
+ type: PropType<string>;
481
+ required: true;
482
482
  };
483
483
  tooltip: {
484
484
  type: PropType<string | Partial< Mutable<ElTooltipProps> & {
@@ -512,7 +512,7 @@ export declare const PlusFormItem: {
512
512
  };
513
513
  rows: number;
514
514
  autocomplete: string;
515
- type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
515
+ 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";
516
516
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
517
517
  step: string | number;
518
518
  format: string | ProgressFn | undefined;
@@ -529,7 +529,7 @@ export declare const PlusFormItem: {
529
529
  default: () => never[];
530
530
  };
531
531
  modelValue: {
532
- type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
532
+ type: PropType<string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
533
533
  default: string;
534
534
  };
535
535
  fieldSlots: {
@@ -550,12 +550,24 @@ export declare const PlusFormItem: {
550
550
  type: PropType<boolean>;
551
551
  default: boolean;
552
552
  };
553
+ valueType: {
554
+ type: PropType<"input" | "select" | "textarea" | "switch" | "text" | TableValueType | "rate" | "input-number" | "slider" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "tree-select">;
555
+ default: undefined;
556
+ };
553
557
  renderField: {
554
558
  type: PropType<(value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes>;
555
559
  default: undefined;
556
560
  };
557
- valueType: {
558
- type: PropType< TableValueType | "rate" | "input-number" | "slider" | "switch" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "select" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "tree-select">;
561
+ renderLabel: {
562
+ type: PropType<(label: string, props: PlusColumn) => RenderTypes>;
563
+ default: undefined;
564
+ };
565
+ renderErrorMessage: {
566
+ type: PropType<(props: PlusColumn & {
567
+ value?: FieldValueType;
568
+ error?: string | undefined;
569
+ label?: string | undefined;
570
+ }) => RenderTypes>;
559
571
  default: undefined;
560
572
  };
561
573
  optionsMap: {
@@ -574,24 +586,12 @@ export declare const PlusFormItem: {
574
586
  }>;
575
587
  default: undefined;
576
588
  };
577
- renderLabel: {
578
- type: PropType<(label: string, props: PlusColumn) => RenderTypes>;
579
- default: undefined;
580
- };
581
- renderErrorMessage: {
582
- type: PropType<(props: PlusColumn & {
583
- value?: FieldValueType;
584
- error?: string | undefined;
585
- label?: string | undefined;
586
- }) => RenderTypes>;
587
- default: undefined;
588
- };
589
589
  }>> & {
590
- "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
591
590
  onChange?: ((value: FieldValueType) => any) | undefined;
591
+ "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
592
592
  }, {
593
- label: string | ComputedRef<string>;
594
593
  index: number;
594
+ label: string | ComputedRef<string>;
595
595
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
596
596
  style?: CSSProperties | undefined;
597
597
  class?: any;
@@ -617,7 +617,7 @@ export declare const PlusFormItem: {
617
617
  };
618
618
  rows: number;
619
619
  autocomplete: string;
620
- type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
620
+ 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";
621
621
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
622
622
  step: string | number;
623
623
  format: string | ProgressFn | undefined;
@@ -628,15 +628,21 @@ export declare const PlusFormItem: {
628
628
  autosize: InputAutoSize;
629
629
  } & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
630
630
  options: OptionsType;
631
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
631
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
632
632
  fieldSlots: {
633
633
  [slotName: string]: (data?: any) => RenderTypes;
634
634
  };
635
635
  fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
636
636
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
637
637
  clearable: boolean;
638
+ valueType: "input" | "select" | "textarea" | "switch" | "text" | TableValueType | "rate" | "input-number" | "slider" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "tree-select";
638
639
  renderField: (value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes;
639
- valueType: TableValueType | "rate" | "input-number" | "slider" | "switch" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "select" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "tree-select";
640
+ renderLabel: (label: string, props: PlusColumn) => RenderTypes;
641
+ renderErrorMessage: (props: PlusColumn & {
642
+ value?: FieldValueType;
643
+ error?: string | undefined;
644
+ label?: string | undefined;
645
+ }) => RenderTypes;
640
646
  optionsMap: {
641
647
  label?: string | undefined;
642
648
  value?: string | undefined;
@@ -647,12 +653,6 @@ export declare const PlusFormItem: {
647
653
  transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
648
654
  dictCode?: string | undefined;
649
655
  };
650
- renderLabel: (label: string, props: PlusColumn) => RenderTypes;
651
- renderErrorMessage: (props: PlusColumn & {
652
- value?: FieldValueType;
653
- error?: string | undefined;
654
- label?: string | undefined;
655
- }) => RenderTypes;
656
656
  }, true, {}, {}, {
657
657
  P: {};
658
658
  B: {};
@@ -661,17 +661,17 @@ export declare const PlusFormItem: {
661
661
  M: {};
662
662
  Defaults: {};
663
663
  }, Readonly< ExtractPropTypes<{
664
- prop: {
665
- type: PropType<string>;
666
- required: true;
664
+ index: {
665
+ type: PropType<number>;
666
+ default: number;
667
667
  };
668
668
  label: {
669
669
  type: PropType<string | ComputedRef<string>>;
670
670
  default: string;
671
671
  };
672
- index: {
673
- type: PropType<number>;
674
- default: number;
672
+ prop: {
673
+ type: PropType<string>;
674
+ required: true;
675
675
  };
676
676
  tooltip: {
677
677
  type: PropType<string | Partial< Mutable<ElTooltipProps> & {
@@ -705,7 +705,7 @@ export declare const PlusFormItem: {
705
705
  };
706
706
  rows: number;
707
707
  autocomplete: string;
708
- type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
708
+ 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";
709
709
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
710
710
  step: string | number;
711
711
  format: string | ProgressFn | undefined;
@@ -722,7 +722,7 @@ export declare const PlusFormItem: {
722
722
  default: () => never[];
723
723
  };
724
724
  modelValue: {
725
- type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
725
+ type: PropType<string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
726
726
  default: string;
727
727
  };
728
728
  fieldSlots: {
@@ -743,12 +743,24 @@ export declare const PlusFormItem: {
743
743
  type: PropType<boolean>;
744
744
  default: boolean;
745
745
  };
746
+ valueType: {
747
+ type: PropType<"input" | "select" | "textarea" | "switch" | "text" | TableValueType | "rate" | "input-number" | "slider" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "tree-select">;
748
+ default: undefined;
749
+ };
746
750
  renderField: {
747
751
  type: PropType<(value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes>;
748
752
  default: undefined;
749
753
  };
750
- valueType: {
751
- type: PropType< TableValueType | "rate" | "input-number" | "slider" | "switch" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "select" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "tree-select">;
754
+ renderLabel: {
755
+ type: PropType<(label: string, props: PlusColumn) => RenderTypes>;
756
+ default: undefined;
757
+ };
758
+ renderErrorMessage: {
759
+ type: PropType<(props: PlusColumn & {
760
+ value?: FieldValueType;
761
+ error?: string | undefined;
762
+ label?: string | undefined;
763
+ }) => RenderTypes>;
752
764
  default: undefined;
753
765
  };
754
766
  optionsMap: {
@@ -767,21 +779,9 @@ export declare const PlusFormItem: {
767
779
  }>;
768
780
  default: undefined;
769
781
  };
770
- renderLabel: {
771
- type: PropType<(label: string, props: PlusColumn) => RenderTypes>;
772
- default: undefined;
773
- };
774
- renderErrorMessage: {
775
- type: PropType<(props: PlusColumn & {
776
- value?: FieldValueType;
777
- error?: string | undefined;
778
- label?: string | undefined;
779
- }) => RenderTypes>;
780
- default: undefined;
781
- };
782
782
  }>> & {
783
- "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
784
783
  onChange?: ((value: FieldValueType) => any) | undefined;
784
+ "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
785
785
  }, {
786
786
  formItemInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
787
787
  readonly label: StringConstructor;
@@ -1117,8 +1117,8 @@ export declare const PlusFormItem: {
1117
1117
  }> | null | undefined>;
1118
1118
  fieldInstance: Ref<any>;
1119
1119
  }, {}, {}, {}, {
1120
- label: string | ComputedRef<string>;
1121
1120
  index: number;
1121
+ label: string | ComputedRef<string>;
1122
1122
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1123
1123
  style?: CSSProperties | undefined;
1124
1124
  class?: any;
@@ -1144,7 +1144,7 @@ export declare const PlusFormItem: {
1144
1144
  };
1145
1145
  rows: number;
1146
1146
  autocomplete: string;
1147
- type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1147
+ 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";
1148
1148
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1149
1149
  step: string | number;
1150
1150
  format: string | ProgressFn | undefined;
@@ -1155,15 +1155,21 @@ export declare const PlusFormItem: {
1155
1155
  autosize: InputAutoSize;
1156
1156
  } & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
1157
1157
  options: OptionsType;
1158
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1158
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1159
1159
  fieldSlots: {
1160
1160
  [slotName: string]: (data?: any) => RenderTypes;
1161
1161
  };
1162
1162
  fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
1163
1163
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1164
1164
  clearable: boolean;
1165
+ valueType: "input" | "select" | "textarea" | "switch" | "text" | TableValueType | "rate" | "input-number" | "slider" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "tree-select";
1165
1166
  renderField: (value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes;
1166
- valueType: TableValueType | "rate" | "input-number" | "slider" | "switch" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "select" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "tree-select";
1167
+ renderLabel: (label: string, props: PlusColumn) => RenderTypes;
1168
+ renderErrorMessage: (props: PlusColumn & {
1169
+ value?: FieldValueType;
1170
+ error?: string | undefined;
1171
+ label?: string | undefined;
1172
+ }) => RenderTypes;
1167
1173
  optionsMap: {
1168
1174
  label?: string | undefined;
1169
1175
  value?: string | undefined;
@@ -1174,28 +1180,22 @@ export declare const PlusFormItem: {
1174
1180
  transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
1175
1181
  dictCode?: string | undefined;
1176
1182
  };
1177
- renderLabel: (label: string, props: PlusColumn) => RenderTypes;
1178
- renderErrorMessage: (props: PlusColumn & {
1179
- value?: FieldValueType;
1180
- error?: string | undefined;
1181
- label?: string | undefined;
1182
- }) => RenderTypes;
1183
1183
  }>;
1184
1184
  __isFragment?: undefined;
1185
1185
  __isTeleport?: undefined;
1186
1186
  __isSuspense?: undefined;
1187
1187
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1188
- prop: {
1189
- type: PropType<string>;
1190
- required: true;
1188
+ index: {
1189
+ type: PropType<number>;
1190
+ default: number;
1191
1191
  };
1192
1192
  label: {
1193
1193
  type: PropType<string | ComputedRef<string>>;
1194
1194
  default: string;
1195
1195
  };
1196
- index: {
1197
- type: PropType<number>;
1198
- default: number;
1196
+ prop: {
1197
+ type: PropType<string>;
1198
+ required: true;
1199
1199
  };
1200
1200
  tooltip: {
1201
1201
  type: PropType<string | Partial< Mutable<ElTooltipProps> & {
@@ -1229,7 +1229,7 @@ export declare const PlusFormItem: {
1229
1229
  };
1230
1230
  rows: number;
1231
1231
  autocomplete: string;
1232
- type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1232
+ 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";
1233
1233
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1234
1234
  step: string | number;
1235
1235
  format: string | ProgressFn | undefined;
@@ -1246,7 +1246,7 @@ export declare const PlusFormItem: {
1246
1246
  default: () => never[];
1247
1247
  };
1248
1248
  modelValue: {
1249
- type: PropType<string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null>;
1249
+ type: PropType<string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
1250
1250
  default: string;
1251
1251
  };
1252
1252
  fieldSlots: {
@@ -1267,12 +1267,24 @@ export declare const PlusFormItem: {
1267
1267
  type: PropType<boolean>;
1268
1268
  default: boolean;
1269
1269
  };
1270
+ valueType: {
1271
+ type: PropType<"input" | "select" | "textarea" | "switch" | "text" | TableValueType | "rate" | "input-number" | "slider" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "tree-select">;
1272
+ default: undefined;
1273
+ };
1270
1274
  renderField: {
1271
1275
  type: PropType<(value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes>;
1272
1276
  default: undefined;
1273
1277
  };
1274
- valueType: {
1275
- type: PropType< TableValueType | "rate" | "input-number" | "slider" | "switch" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "select" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "tree-select">;
1278
+ renderLabel: {
1279
+ type: PropType<(label: string, props: PlusColumn) => RenderTypes>;
1280
+ default: undefined;
1281
+ };
1282
+ renderErrorMessage: {
1283
+ type: PropType<(props: PlusColumn & {
1284
+ value?: FieldValueType;
1285
+ error?: string | undefined;
1286
+ label?: string | undefined;
1287
+ }) => RenderTypes>;
1276
1288
  default: undefined;
1277
1289
  };
1278
1290
  optionsMap: {
@@ -1291,21 +1303,9 @@ export declare const PlusFormItem: {
1291
1303
  }>;
1292
1304
  default: undefined;
1293
1305
  };
1294
- renderLabel: {
1295
- type: PropType<(label: string, props: PlusColumn) => RenderTypes>;
1296
- default: undefined;
1297
- };
1298
- renderErrorMessage: {
1299
- type: PropType<(props: PlusColumn & {
1300
- value?: FieldValueType;
1301
- error?: string | undefined;
1302
- label?: string | undefined;
1303
- }) => RenderTypes>;
1304
- default: undefined;
1305
- };
1306
1306
  }>> & {
1307
- "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
1308
1307
  onChange?: ((value: FieldValueType) => any) | undefined;
1308
+ "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
1309
1309
  }, {
1310
1310
  formItemInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
1311
1311
  readonly label: StringConstructor;
@@ -1644,8 +1644,8 @@ export declare const PlusFormItem: {
1644
1644
  "update:modelValue": (value: FieldValueType) => void;
1645
1645
  change: (value: FieldValueType) => void;
1646
1646
  }, string, {
1647
- label: string | ComputedRef<string>;
1648
1647
  index: number;
1648
+ label: string | ComputedRef<string>;
1649
1649
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1650
1650
  style?: CSSProperties | undefined;
1651
1651
  class?: any;
@@ -1671,7 +1671,7 @@ export declare const PlusFormItem: {
1671
1671
  };
1672
1672
  rows: number;
1673
1673
  autocomplete: string;
1674
- type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1674
+ 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";
1675
1675
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1676
1676
  step: string | number;
1677
1677
  format: string | ProgressFn | undefined;
@@ -1682,15 +1682,21 @@ export declare const PlusFormItem: {
1682
1682
  autosize: InputAutoSize;
1683
1683
  } & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
1684
1684
  options: OptionsType;
1685
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1685
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1686
1686
  fieldSlots: {
1687
1687
  [slotName: string]: (data?: any) => RenderTypes;
1688
1688
  };
1689
1689
  fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
1690
1690
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1691
1691
  clearable: boolean;
1692
+ valueType: "input" | "select" | "textarea" | "switch" | "text" | TableValueType | "rate" | "input-number" | "slider" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "tree-select";
1692
1693
  renderField: (value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes;
1693
- valueType: TableValueType | "rate" | "input-number" | "slider" | "switch" | "checkbox" | "cascader" | "plus-date-picker" | "plus-input-tag" | "transfer" | "select" | "radio" | "select-v2" | "plus-radio" | "autocomplete" | "color-picker" | "date-picker" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "tree-select";
1694
+ renderLabel: (label: string, props: PlusColumn) => RenderTypes;
1695
+ renderErrorMessage: (props: PlusColumn & {
1696
+ value?: FieldValueType;
1697
+ error?: string | undefined;
1698
+ label?: string | undefined;
1699
+ }) => RenderTypes;
1694
1700
  optionsMap: {
1695
1701
  label?: string | undefined;
1696
1702
  value?: string | undefined;
@@ -1701,12 +1707,6 @@ export declare const PlusFormItem: {
1701
1707
  transform?: ((data: any) => OptionsRow<undefined>[]) | undefined;
1702
1708
  dictCode?: string | undefined;
1703
1709
  };
1704
- renderLabel: (label: string, props: PlusColumn) => RenderTypes;
1705
- renderErrorMessage: (props: PlusColumn & {
1706
- value?: FieldValueType;
1707
- error?: string | undefined;
1708
- label?: string | undefined;
1709
- }) => RenderTypes;
1710
1710
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1711
1711
  $slots: Partial<Record<string, (_: {
1712
1712
  label: string;
@@ -1716,7 +1716,7 @@ export declare const PlusFormItem: {
1716
1716
  fieldInstance?: any;
1717
1717
  valueIsReady?: Ref<boolean> | undefined;
1718
1718
  prop: string;
1719
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1719
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1720
1720
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1721
1721
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
1722
1722
  style?: CSSProperties | undefined;
@@ -1750,9 +1750,9 @@ export declare const PlusFormItem: {
1750
1750
  clearable: boolean;
1751
1751
  index: number;
1752
1752
  }) => any>> & Partial<Record<string, (_: {
1753
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
1753
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1754
1754
  readonly label: string | ComputedRef<string>;
1755
- readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1755
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1756
1756
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1757
1757
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1758
1758
  style?: CSSProperties | undefined;
@@ -1779,7 +1779,7 @@ export declare const PlusFormItem: {
1779
1779
  };
1780
1780
  rows: number;
1781
1781
  autocomplete: string;
1782
- type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1782
+ 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";
1783
1783
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1784
1784
  step: string | number;
1785
1785
  format: string | ProgressFn | undefined;
@@ -1824,7 +1824,7 @@ export declare const PlusFormItem: {
1824
1824
  fieldInstance?: any;
1825
1825
  valueIsReady?: Ref<boolean> | undefined;
1826
1826
  prop: string;
1827
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1827
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1828
1828
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1829
1829
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
1830
1830
  style?: CSSProperties | undefined;