yc-pro-components 0.0.63 → 0.0.65

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 (145) 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 +20 -20
  6. package/es/components/date-picker/src/index.vue.d.ts +12 -12
  7. package/es/components/dialog/index.d.ts +26 -26
  8. package/es/components/dialog/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog-form/index.d.ts +31 -31
  10. package/es/components/dialog-form/src/index.vue.d.ts +9 -9
  11. package/es/components/display-item/index.d.ts +41 -41
  12. package/es/components/display-item/src/index.vue.d.ts +22 -22
  13. package/es/components/drawer-form/index.d.ts +65 -65
  14. package/es/components/drawer-form/src/index.vue.d.ts +15 -15
  15. package/es/components/form/index.d.ts +45 -45
  16. package/es/components/form/src/form-content.vue.d.ts +20 -20
  17. package/es/components/form/src/index.vue.d.ts +17 -17
  18. package/es/components/form-item/index.d.ts +48 -48
  19. package/es/components/form-item/src/index.vue.d.ts +14 -14
  20. package/es/components/header/index.d.ts +19 -19
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +15 -15
  23. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  24. package/es/components/layout/index.d.ts +30 -30
  25. package/es/components/layout/src/index.vue.d.ts +10 -10
  26. package/es/components/page/index.d.ts +344 -344
  27. package/es/components/page/src/index.vue.d.ts +118 -118
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +154 -154
  35. package/es/components/search/src/index.vue.d.ts +50 -50
  36. package/es/components/sidebar/index.d.ts +15 -15
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/src/table-column.vue.d.ts +37 -37
  41. package/es/components/utils/index.d.ts +2 -2
  42. package/es/components/yc-dialog/index.d.ts +24 -24
  43. package/es/components/yc-download-dialog/index.d.ts +19 -19
  44. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  45. package/es/components/yc-form-container-header/index.d.ts +12 -12
  46. package/es/components/yc-more-actions/index.d.ts +46 -46
  47. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  48. package/es/components/yc-plus-page/src/filter-strategies.mjs +5 -1
  49. package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +1 -1
  50. package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +30 -68
  51. package/es/components/yc-plus-page/src/index.vue.d.ts +235 -235
  52. package/es/components/yc-segmented/index.d.ts +2 -2
  53. package/es/components/yc-segmented/src/index.d.ts +2 -2
  54. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  55. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  56. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  57. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  58. package/es/hooks/usePlusFormReset.d.ts +238 -238
  59. package/es/index.css +11 -11
  60. package/index.css +6 -6
  61. package/index.js +40 -74
  62. package/index.min.css +1 -1
  63. package/index.min.js +11 -11
  64. package/index.min.mjs +11 -11
  65. package/index.mjs +40 -74
  66. package/lib/components/check-card/index.d.ts +61 -61
  67. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  68. package/lib/components/check-card-group/index.d.ts +43 -43
  69. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  70. package/lib/components/date-picker/index.d.ts +20 -20
  71. package/lib/components/date-picker/src/index.vue.d.ts +12 -12
  72. package/lib/components/dialog/index.d.ts +26 -26
  73. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  74. package/lib/components/dialog-form/index.d.ts +31 -31
  75. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  76. package/lib/components/display-item/index.d.ts +41 -41
  77. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  78. package/lib/components/drawer-form/index.d.ts +65 -65
  79. package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
  80. package/lib/components/form/index.d.ts +45 -45
  81. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  82. package/lib/components/form/src/index.vue.d.ts +17 -17
  83. package/lib/components/form-item/index.d.ts +48 -48
  84. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  85. package/lib/components/header/index.d.ts +19 -19
  86. package/lib/components/header/src/index.vue.d.ts +1 -1
  87. package/lib/components/input-tag/index.d.ts +15 -15
  88. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  89. package/lib/components/layout/index.d.ts +30 -30
  90. package/lib/components/layout/src/index.vue.d.ts +10 -10
  91. package/lib/components/page/index.d.ts +344 -344
  92. package/lib/components/page/src/index.vue.d.ts +118 -118
  93. package/lib/components/pagination/index.d.ts +42 -42
  94. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  95. package/lib/components/radio/index.d.ts +35 -35
  96. package/lib/components/radio/src/index.vue.d.ts +27 -27
  97. package/lib/components/render/index.d.ts +3 -3
  98. package/lib/components/render/src/index.vue.d.ts +1 -1
  99. package/lib/components/search/index.d.ts +154 -154
  100. package/lib/components/search/src/index.vue.d.ts +50 -50
  101. package/lib/components/sidebar/index.d.ts +15 -15
  102. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  103. package/lib/components/steps-form/index.d.ts +23 -23
  104. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  105. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  106. package/lib/components/utils/index.d.ts +2 -2
  107. package/lib/components/yc-dialog/index.d.ts +24 -24
  108. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  109. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  110. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  111. package/lib/components/yc-more-actions/index.d.ts +46 -46
  112. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  113. package/lib/components/yc-plus-page/src/filter-strategies.js +5 -1
  114. package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +1 -1
  115. package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +29 -67
  116. package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
  117. package/lib/components/yc-segmented/index.d.ts +2 -2
  118. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  119. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  120. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  121. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  122. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  123. package/lib/hooks/usePlusFormReset.d.ts +238 -238
  124. package/lib/index.css +9 -9
  125. package/locale/en.js +1 -1
  126. package/locale/en.min.js +1 -1
  127. package/locale/en.min.mjs +1 -1
  128. package/locale/en.mjs +1 -1
  129. package/locale/ja.js +1 -1
  130. package/locale/ja.min.js +1 -1
  131. package/locale/ja.min.mjs +1 -1
  132. package/locale/ja.mjs +1 -1
  133. package/locale/ko.js +1 -1
  134. package/locale/ko.min.js +1 -1
  135. package/locale/ko.min.mjs +1 -1
  136. package/locale/ko.mjs +1 -1
  137. package/locale/zh-cn.js +1 -1
  138. package/locale/zh-cn.min.js +1 -1
  139. package/locale/zh-cn.min.mjs +1 -1
  140. package/locale/zh-cn.mjs +1 -1
  141. package/locale/zh-tw.js +1 -1
  142. package/locale/zh-tw.min.js +1 -1
  143. package/locale/zh-tw.min.mjs +1 -1
  144. package/locale/zh-tw.mjs +1 -1
  145. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import { EpPropMergeType } from 'element-plus/es/utils';
2
2
  import { LooseRequired } from '@vue/shared';
3
3
  import { FormInstance, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, PopperEffect, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, SelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TimeSelectProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
4
- import { FieldValues, PlusColumn, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-pro-components';
5
4
  import { PlusDialogProps, PlusFormProps, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
5
+ import { FieldValues, PlusColumn, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-pro-components';
6
6
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Ref, CSSProperties, Component } from 'vue';
7
7
  import { default as DialogForm } from './src/index.vue';
8
8
 
@@ -10,6 +10,10 @@ export type { PlusDialogFormProps } from './src/index.vue';
10
10
  export type PlusDialogFormInstance = InstanceType<typeof DialogForm>;
11
11
  export declare const PlusDialogForm: {
12
12
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
13
+ modelValue: {
14
+ type: PropType<FieldValues>;
15
+ default: () => {};
16
+ };
13
17
  dialog: {
14
18
  type: PropType<PlusDialogProps>;
15
19
  default: () => {};
@@ -22,18 +26,14 @@ export declare const PlusDialogForm: {
22
26
  type: PropType<boolean>;
23
27
  default: boolean;
24
28
  };
25
- modelValue: {
26
- type: PropType<FieldValues>;
27
- default: () => {};
28
- };
29
29
  hasErrorTip: {
30
30
  type: PropType<boolean>;
31
31
  default: boolean;
32
32
  };
33
33
  }>> & {
34
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
34
35
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
35
36
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
36
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
37
37
  onClose?: (() => any) | undefined;
38
38
  onCancel?: (() => any) | undefined;
39
39
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -51,6 +51,10 @@ export declare const PlusDialogForm: {
51
51
  close: () => void;
52
52
  confirmError: (errors: unknown) => void;
53
53
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
54
+ modelValue: {
55
+ type: PropType<FieldValues>;
56
+ default: () => {};
57
+ };
54
58
  dialog: {
55
59
  type: PropType<PlusDialogProps>;
56
60
  default: () => {};
@@ -63,27 +67,23 @@ export declare const PlusDialogForm: {
63
67
  type: PropType<boolean>;
64
68
  default: boolean;
65
69
  };
66
- modelValue: {
67
- type: PropType<FieldValues>;
68
- default: () => {};
69
- };
70
70
  hasErrorTip: {
71
71
  type: PropType<boolean>;
72
72
  default: boolean;
73
73
  };
74
74
  }>> & {
75
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
75
76
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
76
77
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
77
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
78
78
  onClose?: (() => any) | undefined;
79
79
  onCancel?: (() => any) | undefined;
80
80
  onConfirm?: ((values: FieldValues) => any) | undefined;
81
81
  onConfirmError?: ((errors: unknown) => any) | undefined;
82
82
  }, {
83
+ modelValue: FieldValues;
83
84
  dialog: PlusDialogProps;
84
85
  form: PlusFormProps;
85
86
  visible: boolean;
86
- modelValue: FieldValues;
87
87
  hasErrorTip: boolean;
88
88
  }, true, {}, {}, {
89
89
  P: {};
@@ -93,6 +93,10 @@ export declare const PlusDialogForm: {
93
93
  M: {};
94
94
  Defaults: {};
95
95
  }, Readonly< ExtractPropTypes<{
96
+ modelValue: {
97
+ type: PropType<FieldValues>;
98
+ default: () => {};
99
+ };
96
100
  dialog: {
97
101
  type: PropType<PlusDialogProps>;
98
102
  default: () => {};
@@ -105,18 +109,14 @@ export declare const PlusDialogForm: {
105
109
  type: PropType<boolean>;
106
110
  default: boolean;
107
111
  };
108
- modelValue: {
109
- type: PropType<FieldValues>;
110
- default: () => {};
111
- };
112
112
  hasErrorTip: {
113
113
  type: PropType<boolean>;
114
114
  default: boolean;
115
115
  };
116
116
  }>> & {
117
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
117
118
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
118
119
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
119
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
120
120
  onClose?: (() => any) | undefined;
121
121
  onCancel?: (() => any) | undefined;
122
122
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -126,16 +126,20 @@ export declare const PlusDialogForm: {
126
126
  handleCancel: () => void;
127
127
  formInstance: ComputedRef<FormInstance>;
128
128
  }, {}, {}, {}, {
129
+ modelValue: FieldValues;
129
130
  dialog: PlusDialogProps;
130
131
  form: PlusFormProps;
131
132
  visible: boolean;
132
- modelValue: FieldValues;
133
133
  hasErrorTip: boolean;
134
134
  }>;
135
135
  __isFragment?: undefined;
136
136
  __isTeleport?: undefined;
137
137
  __isSuspense?: undefined;
138
138
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
139
+ modelValue: {
140
+ type: PropType<FieldValues>;
141
+ default: () => {};
142
+ };
139
143
  dialog: {
140
144
  type: PropType<PlusDialogProps>;
141
145
  default: () => {};
@@ -148,18 +152,14 @@ export declare const PlusDialogForm: {
148
152
  type: PropType<boolean>;
149
153
  default: boolean;
150
154
  };
151
- modelValue: {
152
- type: PropType<FieldValues>;
153
- default: () => {};
154
- };
155
155
  hasErrorTip: {
156
156
  type: PropType<boolean>;
157
157
  default: boolean;
158
158
  };
159
159
  }>> & {
160
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
160
161
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
161
162
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
162
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
163
163
  onClose?: (() => any) | undefined;
164
164
  onCancel?: (() => any) | undefined;
165
165
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -177,21 +177,21 @@ export declare const PlusDialogForm: {
177
177
  close: () => void;
178
178
  confirmError: (errors: unknown) => void;
179
179
  }, string, {
180
+ modelValue: FieldValues;
180
181
  dialog: PlusDialogProps;
181
182
  form: PlusFormProps;
182
183
  visible: boolean;
183
- modelValue: FieldValues;
184
184
  hasErrorTip: boolean;
185
185
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
186
186
  $slots: Partial<Record<NonNullable<string | number>, (_: {
187
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
187
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
188
188
  readonly label: string | ComputedRef<string>;
189
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
189
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
190
190
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
191
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
191
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
192
192
  style?: CSSProperties | undefined;
193
193
  class?: any;
194
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
194
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
195
195
  style?: CSSProperties | undefined;
196
196
  class?: any;
197
197
  } & RecordType>>;
@@ -258,12 +258,12 @@ export declare const PlusDialogForm: {
258
258
  fieldInstance?: any;
259
259
  valueIsReady?: Ref<boolean> | undefined;
260
260
  prop: string;
261
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
261
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
262
262
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
263
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
263
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
264
264
  style?: CSSProperties | undefined;
265
265
  class?: any;
266
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
266
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
267
267
  style?: CSSProperties | undefined;
268
268
  class?: any;
269
269
  } & RecordType>>;
@@ -48,28 +48,28 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
48
48
  dialog: () => {};
49
49
  form: () => {};
50
50
  }>>> & {
51
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
51
52
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
52
53
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
53
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
54
54
  onClose?: (() => any) | undefined;
55
55
  onCancel?: (() => any) | undefined;
56
56
  onConfirm?: ((values: FieldValues) => any) | undefined;
57
57
  onConfirmError?: ((errors: unknown) => any) | undefined;
58
58
  }, {
59
+ modelValue: FieldValues;
59
60
  dialog: PlusDialogProps;
60
61
  form: PlusFormProps;
61
62
  visible: boolean;
62
- modelValue: FieldValues;
63
63
  hasErrorTip: boolean;
64
64
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
65
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
65
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
66
66
  readonly label: string | ComputedRef<string>;
67
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
67
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
68
68
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
69
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
69
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
70
70
  style?: CSSProperties | undefined;
71
71
  class?: any;
72
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
72
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
73
73
  style?: CSSProperties | undefined;
74
74
  class?: any;
75
75
  } & RecordType>>;
@@ -136,12 +136,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
136
136
  fieldInstance?: any;
137
137
  valueIsReady?: Ref<boolean> | undefined;
138
138
  prop: string;
139
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
139
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
140
140
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
141
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
141
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
142
142
  style?: CSSProperties | undefined;
143
143
  class?: any;
144
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
144
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
145
145
  style?: CSSProperties | undefined;
146
146
  class?: any;
147
147
  } & RecordType>>;
@@ -1,8 +1,8 @@
1
1
  import { EpPropMergeType } from 'element-plus/es/utils';
2
2
  import { ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, PopperEffect, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, SelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TimeSelectProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
3
3
  import { LooseRequired } from '@vue/shared';
4
- import { PlusFormProps, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
5
4
  import { RecordType, PlusColumn, FieldValueType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, OptionsRow } from 'yc-pro-components';
5
+ import { PlusFormProps, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
6
6
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, CSSProperties } from 'vue';
7
7
  import { default as DisplayItem } from './src/index.vue';
8
8
 
@@ -14,14 +14,14 @@ export declare const PlusDisplayItem: {
14
14
  type: PropType<number>;
15
15
  default: number;
16
16
  };
17
- rest: {
18
- type: PropType<RecordType>;
19
- default: () => {};
20
- };
21
17
  formProps: {
22
18
  type: PropType<PlusFormProps>;
23
19
  default: () => {};
24
20
  };
21
+ rest: {
22
+ type: PropType<RecordType>;
23
+ default: () => {};
24
+ };
25
25
  column: {
26
26
  type: PropType<PlusColumn>;
27
27
  required: true;
@@ -67,14 +67,14 @@ export declare const PlusDisplayItem: {
67
67
  type: PropType<number>;
68
68
  default: number;
69
69
  };
70
- rest: {
71
- type: PropType<RecordType>;
72
- default: () => {};
73
- };
74
70
  formProps: {
75
71
  type: PropType<PlusFormProps>;
76
72
  default: () => {};
77
73
  };
74
+ rest: {
75
+ type: PropType<RecordType>;
76
+ default: () => {};
77
+ };
78
78
  column: {
79
79
  type: PropType<PlusColumn>;
80
80
  required: true;
@@ -100,8 +100,8 @@ export declare const PlusDisplayItem: {
100
100
  }) => any) | undefined;
101
101
  }, {
102
102
  index: number;
103
- rest: RecordType;
104
103
  formProps: PlusFormProps;
104
+ rest: RecordType;
105
105
  column: PlusColumn;
106
106
  row: RecordType;
107
107
  editable: boolean | "click" | "dblclick";
@@ -117,14 +117,14 @@ export declare const PlusDisplayItem: {
117
117
  type: PropType<number>;
118
118
  default: number;
119
119
  };
120
- rest: {
121
- type: PropType<RecordType>;
122
- default: () => {};
123
- };
124
120
  formProps: {
125
121
  type: PropType<PlusFormProps>;
126
122
  default: () => {};
127
123
  };
124
+ rest: {
125
+ type: PropType<RecordType>;
126
+ default: () => {};
127
+ };
128
128
  column: {
129
129
  type: PropType<PlusColumn>;
130
130
  required: true;
@@ -161,8 +161,8 @@ export declare const PlusDisplayItem: {
161
161
  };
162
162
  }, {}, {}, {}, {
163
163
  index: number;
164
- rest: RecordType;
165
164
  formProps: PlusFormProps;
165
+ rest: RecordType;
166
166
  column: PlusColumn;
167
167
  row: RecordType;
168
168
  editable: boolean | "click" | "dblclick";
@@ -175,14 +175,14 @@ export declare const PlusDisplayItem: {
175
175
  type: PropType<number>;
176
176
  default: number;
177
177
  };
178
- rest: {
179
- type: PropType<RecordType>;
180
- default: () => {};
181
- };
182
178
  formProps: {
183
179
  type: PropType<PlusFormProps>;
184
180
  default: () => {};
185
181
  };
182
+ rest: {
183
+ type: PropType<RecordType>;
184
+ default: () => {};
185
+ };
186
186
  column: {
187
187
  type: PropType<PlusColumn>;
188
188
  required: true;
@@ -225,21 +225,21 @@ export declare const PlusDisplayItem: {
225
225
  }) => void;
226
226
  }, string, {
227
227
  index: number;
228
- rest: RecordType;
229
228
  formProps: PlusFormProps;
229
+ rest: RecordType;
230
230
  column: PlusColumn;
231
231
  row: RecordType;
232
232
  editable: boolean | "click" | "dblclick";
233
233
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
234
234
  $slots: Partial<Record<string, (_: {
235
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
235
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
236
236
  readonly label: string | ComputedRef<string>;
237
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
237
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
238
238
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
239
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
239
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
240
240
  style?: CSSProperties | undefined;
241
241
  class?: any;
242
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
242
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
243
243
  style?: CSSProperties | undefined;
244
244
  class?: any;
245
245
  } & RecordType>>;
@@ -306,12 +306,12 @@ export declare const PlusDisplayItem: {
306
306
  fieldInstance?: any;
307
307
  valueIsReady?: Ref<boolean> | undefined;
308
308
  prop: string;
309
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
309
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
310
310
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
311
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
311
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
312
312
  style?: CSSProperties | undefined;
313
313
  class?: any;
314
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
314
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
315
315
  style?: CSSProperties | undefined;
316
316
  class?: any;
317
317
  } & RecordType>>;
@@ -340,14 +340,14 @@ export declare const PlusDisplayItem: {
340
340
  clearable: boolean;
341
341
  index: number;
342
342
  }) => any>> & Partial<Record<string, (_: {
343
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
343
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
344
344
  readonly label: string | ComputedRef<string>;
345
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
345
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
346
346
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
347
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
347
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
348
348
  style?: CSSProperties | undefined;
349
349
  class?: any;
350
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
350
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
351
351
  style?: CSSProperties | undefined;
352
352
  class?: any;
353
353
  } & RecordType>>;
@@ -414,12 +414,12 @@ export declare const PlusDisplayItem: {
414
414
  fieldInstance?: any;
415
415
  valueIsReady?: Ref<boolean> | undefined;
416
416
  prop: string;
417
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
417
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
418
418
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
419
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
419
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
420
420
  style?: CSSProperties | undefined;
421
421
  class?: any;
422
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
422
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
423
423
  style?: CSSProperties | undefined;
424
424
  class?: any;
425
425
  } & RecordType>>;
@@ -448,14 +448,14 @@ export declare const PlusDisplayItem: {
448
448
  clearable: boolean;
449
449
  index: number;
450
450
  }) => any>> & Partial<Record<string, (_: {
451
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
451
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
452
452
  readonly label: string | ComputedRef<string>;
453
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
453
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
454
454
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
455
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
455
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
456
456
  style?: CSSProperties | undefined;
457
457
  class?: any;
458
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
458
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
459
459
  style?: CSSProperties | undefined;
460
460
  class?: any;
461
461
  } & RecordType>>;
@@ -522,12 +522,12 @@ export declare const PlusDisplayItem: {
522
522
  fieldInstance?: any;
523
523
  valueIsReady?: Ref<boolean> | undefined;
524
524
  prop: string;
525
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
525
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
526
526
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
527
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
527
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
528
528
  style?: CSSProperties | undefined;
529
529
  class?: any;
530
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
530
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
531
531
  style?: CSSProperties | undefined;
532
532
  class?: any;
533
533
  } & RecordType>>;
@@ -70,20 +70,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
70
70
  }) => any) | undefined;
71
71
  }, {
72
72
  index: number;
73
- rest: RecordType;
74
73
  formProps: PlusFormProps;
74
+ rest: RecordType;
75
75
  column: PlusColumn;
76
76
  row: RecordType;
77
77
  editable: boolean | "click" | "dblclick";
78
78
  }, {}>, Partial<Record<string, (_: {
79
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
79
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
80
80
  readonly label: string | ComputedRef<string>;
81
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
81
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
82
82
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
83
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
83
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
84
84
  style?: CSSProperties | undefined;
85
85
  class?: any;
86
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
86
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
87
87
  style?: CSSProperties | undefined;
88
88
  class?: any;
89
89
  } & RecordType>>;
@@ -150,12 +150,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
150
150
  fieldInstance?: any;
151
151
  valueIsReady?: Ref<boolean> | undefined;
152
152
  prop: string;
153
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
153
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
154
154
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
155
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
155
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
156
156
  style?: CSSProperties | undefined;
157
157
  class?: any;
158
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
158
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
159
159
  style?: CSSProperties | undefined;
160
160
  class?: any;
161
161
  } & RecordType>>;
@@ -184,14 +184,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
184
184
  clearable: boolean;
185
185
  index: number;
186
186
  }) => any>> & Partial<Record<string, (_: {
187
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
187
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
188
188
  readonly label: string | ComputedRef<string>;
189
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
189
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
190
190
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
191
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
191
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
192
192
  style?: CSSProperties | undefined;
193
193
  class?: any;
194
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
194
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
195
195
  style?: CSSProperties | undefined;
196
196
  class?: any;
197
197
  } & RecordType>>;
@@ -258,12 +258,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
258
258
  fieldInstance?: any;
259
259
  valueIsReady?: Ref<boolean> | undefined;
260
260
  prop: string;
261
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
261
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
262
262
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
263
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
263
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
264
264
  style?: CSSProperties | undefined;
265
265
  class?: any;
266
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
266
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
267
267
  style?: CSSProperties | undefined;
268
268
  class?: any;
269
269
  } & RecordType>>;
@@ -292,14 +292,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
292
292
  clearable: boolean;
293
293
  index: number;
294
294
  }) => any>> & Partial<Record<string, (_: {
295
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
295
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
296
296
  readonly label: string | ComputedRef<string>;
297
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
297
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
298
298
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
299
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
299
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
300
300
  style?: CSSProperties | undefined;
301
301
  class?: any;
302
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
302
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
303
303
  style?: CSSProperties | undefined;
304
304
  class?: any;
305
305
  } & RecordType>>;
@@ -366,12 +366,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
366
366
  fieldInstance?: any;
367
367
  valueIsReady?: Ref<boolean> | undefined;
368
368
  prop: string;
369
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
369
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
370
370
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
371
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
371
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
372
372
  style?: CSSProperties | undefined;
373
373
  class?: any;
374
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
374
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
375
375
  style?: CSSProperties | undefined;
376
376
  class?: any;
377
377
  } & RecordType>>;