yc-pro-components 0.0.10 → 0.0.11

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 (154) hide show
  1. package/es/components/check-card/index.d.ts +49 -49
  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 +17 -17
  6. package/es/components/date-picker/src/index.vue.d.ts +9 -9
  7. package/es/components/dialog/index.d.ts +41 -41
  8. package/es/components/dialog/src/index.vue.d.ts +4 -4
  9. package/es/components/dialog-form/index.d.ts +109 -109
  10. package/es/components/dialog-form/src/index.vue.d.ts +35 -35
  11. package/es/components/display-item/index.d.ts +24 -24
  12. package/es/components/display-item/src/index.vue.d.ts +24 -24
  13. package/es/components/drawer-form/index.d.ts +105 -105
  14. package/es/components/drawer-form/src/index.vue.d.ts +34 -34
  15. package/es/components/form/index.d.ts +123 -123
  16. package/es/components/form/src/form-content.vue.d.ts +24 -24
  17. package/es/components/form/src/index.vue.d.ts +43 -43
  18. package/es/components/form-item/index.d.ts +78 -78
  19. package/es/components/form-item/src/index.vue.d.ts +22 -22
  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 +48 -48
  23. package/es/components/input-tag/src/index.vue.d.ts +36 -36
  24. package/es/components/layout/index.d.ts +60 -60
  25. package/es/components/layout/src/index.vue.d.ts +20 -20
  26. package/es/components/page/index.d.ts +846 -846
  27. package/es/components/page/src/index.vue.d.ts +286 -286
  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 +47 -47
  31. package/es/components/radio/src/index.vue.d.ts +39 -39
  32. package/es/components/render/index.d.ts +12 -12
  33. package/es/components/render/src/index.vue.d.ts +2 -2
  34. package/es/components/search/index.d.ts +324 -324
  35. package/es/components/search/src/index.vue.d.ts +106 -106
  36. package/es/components/sidebar/index.d.ts +30 -30
  37. package/es/components/sidebar/src/index.vue.d.ts +10 -10
  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 +76 -76
  41. package/es/components/table/src/index.vue.d.ts +24 -24
  42. package/es/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
  43. package/es/components/table/src/table-column.vue.d.ts +24 -24
  44. package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
  45. package/es/components/utils/index.d.ts +6 -6
  46. package/es/components/yc-count-to/index.d.ts +2 -2
  47. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  48. package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
  49. package/es/components/yc-dialog/index.d.ts +24 -24
  50. package/es/components/yc-download-dialog/index.d.ts +19 -19
  51. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  52. package/es/components/yc-drawer/store.d.ts +13 -13
  53. package/es/components/yc-form-container-header/index.d.ts +12 -12
  54. package/es/components/yc-more-actions/index.d.ts +86 -86
  55. package/es/components/yc-more-actions/src/index.vue.d.ts +7 -7
  56. package/es/components/yc-plus-page/src/index.vue.d.ts +644 -644
  57. package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
  58. package/es/components/yc-segmented/index.d.ts +6 -6
  59. package/es/components/yc-segmented/src/index.d.ts +6 -6
  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 +1 -1
  62. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  63. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  64. package/es/hooks/usePlusFormReset.d.ts +487 -487
  65. package/index.js +1 -1
  66. package/index.min.js +1 -1
  67. package/index.min.mjs +1 -1
  68. package/index.mjs +1 -1
  69. package/lib/components/check-card/index.d.ts +49 -49
  70. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  71. package/lib/components/check-card-group/index.d.ts +43 -43
  72. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  73. package/lib/components/date-picker/index.d.ts +17 -17
  74. package/lib/components/date-picker/src/index.vue.d.ts +9 -9
  75. package/lib/components/dialog/index.d.ts +41 -41
  76. package/lib/components/dialog/src/index.vue.d.ts +4 -4
  77. package/lib/components/dialog-form/index.d.ts +109 -109
  78. package/lib/components/dialog-form/src/index.vue.d.ts +35 -35
  79. package/lib/components/display-item/index.d.ts +24 -24
  80. package/lib/components/display-item/src/index.vue.d.ts +24 -24
  81. package/lib/components/drawer-form/index.d.ts +105 -105
  82. package/lib/components/drawer-form/src/index.vue.d.ts +34 -34
  83. package/lib/components/form/index.d.ts +123 -123
  84. package/lib/components/form/src/form-content.vue.d.ts +24 -24
  85. package/lib/components/form/src/index.vue.d.ts +43 -43
  86. package/lib/components/form-item/index.d.ts +78 -78
  87. package/lib/components/form-item/src/index.vue.d.ts +22 -22
  88. package/lib/components/header/index.d.ts +19 -19
  89. package/lib/components/header/src/index.vue.d.ts +1 -1
  90. package/lib/components/input-tag/index.d.ts +48 -48
  91. package/lib/components/input-tag/src/index.vue.d.ts +36 -36
  92. package/lib/components/layout/index.d.ts +60 -60
  93. package/lib/components/layout/src/index.vue.d.ts +20 -20
  94. package/lib/components/page/index.d.ts +846 -846
  95. package/lib/components/page/src/index.vue.d.ts +286 -286
  96. package/lib/components/pagination/index.d.ts +42 -42
  97. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  98. package/lib/components/radio/index.d.ts +47 -47
  99. package/lib/components/radio/src/index.vue.d.ts +39 -39
  100. package/lib/components/render/index.d.ts +12 -12
  101. package/lib/components/render/src/index.vue.d.ts +2 -2
  102. package/lib/components/search/index.d.ts +324 -324
  103. package/lib/components/search/src/index.vue.d.ts +106 -106
  104. package/lib/components/sidebar/index.d.ts +30 -30
  105. package/lib/components/sidebar/src/index.vue.d.ts +10 -10
  106. package/lib/components/steps-form/index.d.ts +23 -23
  107. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  108. package/lib/components/table/index.d.ts +76 -76
  109. package/lib/components/table/src/index.vue.d.ts +24 -24
  110. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
  111. package/lib/components/table/src/table-column.vue.d.ts +24 -24
  112. package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
  113. package/lib/components/utils/index.d.ts +6 -6
  114. package/lib/components/yc-count-to/index.d.ts +2 -2
  115. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  116. package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
  117. package/lib/components/yc-dialog/index.d.ts +24 -24
  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 +13 -13
  121. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  122. package/lib/components/yc-more-actions/index.d.ts +86 -86
  123. package/lib/components/yc-more-actions/src/index.vue.d.ts +7 -7
  124. package/lib/components/yc-plus-page/src/index.vue.d.ts +644 -644
  125. package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
  126. package/lib/components/yc-segmented/index.d.ts +6 -6
  127. package/lib/components/yc-segmented/src/index.d.ts +6 -6
  128. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  129. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  130. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  131. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  132. package/lib/hooks/usePlusFormReset.d.ts +487 -487
  133. package/locale/en.js +1 -1
  134. package/locale/en.min.js +1 -1
  135. package/locale/en.min.mjs +1 -1
  136. package/locale/en.mjs +1 -1
  137. package/locale/ja.js +1 -1
  138. package/locale/ja.min.js +1 -1
  139. package/locale/ja.min.mjs +1 -1
  140. package/locale/ja.mjs +1 -1
  141. package/locale/ko.js +1 -1
  142. package/locale/ko.min.js +1 -1
  143. package/locale/ko.min.mjs +1 -1
  144. package/locale/ko.mjs +1 -1
  145. package/locale/zh-cn.js +1 -1
  146. package/locale/zh-cn.min.js +1 -1
  147. package/locale/zh-cn.min.mjs +1 -1
  148. package/locale/zh-cn.mjs +1 -1
  149. package/locale/zh-tw.js +1 -1
  150. package/locale/zh-tw.min.js +1 -1
  151. package/locale/zh-tw.min.mjs +1 -1
  152. package/locale/zh-tw.mjs +1 -1
  153. package/package.json +1 -1
  154. package/theme-chalk/src/mixins/mixins.scss +4 -0
@@ -41,8 +41,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
41
41
  readonly validator: ((val: unknown) => boolean) | undefined;
42
42
  __epPropKey: true;
43
43
  };
44
- readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
45
- readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
44
+ readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
45
+ readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
46
46
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
47
47
  readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
48
48
  readonly inline: BooleanConstructor;
@@ -59,7 +59,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
59
59
  __epPropKey: true;
60
60
  };
61
61
  readonly size: {
62
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
62
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
63
63
  readonly required: false;
64
64
  readonly validator: ((val: unknown) => boolean) | undefined;
65
65
  __epPropKey: true;
@@ -77,8 +77,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
77
77
  readonly validator: ((val: unknown) => boolean) | undefined;
78
78
  __epPropKey: true;
79
79
  };
80
- readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
81
- readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
80
+ readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
81
+ readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
82
82
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
83
83
  readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
84
84
  readonly inline: BooleanConstructor;
@@ -95,7 +95,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
95
95
  __epPropKey: true;
96
96
  };
97
97
  readonly size: {
98
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
98
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
99
99
  readonly required: false;
100
100
  readonly validator: ((val: unknown) => boolean) | undefined;
101
101
  __epPropKey: true;
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
106
106
  }>>;
107
107
  emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
108
108
  fields: FormItemContext[];
109
- formSize: ComputedRef<"" | "large" | "default" | "small">;
109
+ formSize: ComputedRef<"" | "default" | "small" | "large">;
110
110
  ns: {
111
111
  namespace: ComputedRef<string>;
112
112
  b: (blockSuffix?: string | undefined) => string;
@@ -126,7 +126,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
126
126
  cssVarBlockName: (name: string) => string;
127
127
  };
128
128
  formClasses: ComputedRef<(string | {
129
- [x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
129
+ [x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
130
130
  })[]>;
131
131
  getField: (prop: string) => FormItemContext | undefined;
132
132
  addField: (field: FormItemContext) => void;
@@ -149,8 +149,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
149
149
  readonly validator: ((val: unknown) => boolean) | undefined;
150
150
  __epPropKey: true;
151
151
  };
152
- readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
153
- readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
152
+ readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
153
+ readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
154
154
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
155
155
  readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
156
156
  readonly inline: BooleanConstructor;
@@ -167,7 +167,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
167
167
  __epPropKey: true;
168
168
  };
169
169
  readonly size: {
170
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
170
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
171
171
  readonly required: false;
172
172
  readonly validator: ((val: unknown) => boolean) | undefined;
173
173
  __epPropKey: true;
@@ -177,8 +177,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
177
177
  onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
178
178
  }, {
179
179
  readonly disabled: boolean;
180
- readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
181
- readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
180
+ readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
181
+ readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
182
182
  readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
183
183
  readonly labelSuffix: string;
184
184
  readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -203,8 +203,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
203
203
  readonly validator: ((val: unknown) => boolean) | undefined;
204
204
  __epPropKey: true;
205
205
  };
206
- readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
207
- readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
206
+ readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
207
+ readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
208
208
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
209
209
  readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
210
210
  readonly inline: BooleanConstructor;
@@ -221,7 +221,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
221
221
  __epPropKey: true;
222
222
  };
223
223
  readonly size: {
224
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
224
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
225
225
  readonly required: false;
226
226
  readonly validator: ((val: unknown) => boolean) | undefined;
227
227
  __epPropKey: true;
@@ -239,8 +239,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
239
239
  readonly validator: ((val: unknown) => boolean) | undefined;
240
240
  __epPropKey: true;
241
241
  };
242
- readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
243
- readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
242
+ readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
243
+ readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
244
244
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
245
245
  readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
246
246
  readonly inline: BooleanConstructor;
@@ -257,7 +257,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
257
257
  __epPropKey: true;
258
258
  };
259
259
  readonly size: {
260
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
260
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
261
261
  readonly required: false;
262
262
  readonly validator: ((val: unknown) => boolean) | undefined;
263
263
  __epPropKey: true;
@@ -268,7 +268,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
268
268
  }>>;
269
269
  emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
270
270
  fields: FormItemContext[];
271
- formSize: ComputedRef<"" | "large" | "default" | "small">;
271
+ formSize: ComputedRef<"" | "default" | "small" | "large">;
272
272
  ns: {
273
273
  namespace: ComputedRef<string>;
274
274
  b: (blockSuffix?: string | undefined) => string;
@@ -288,7 +288,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
288
288
  cssVarBlockName: (name: string) => string;
289
289
  };
290
290
  formClasses: ComputedRef<(string | {
291
- [x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
291
+ [x: string]: boolean | EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
292
292
  })[]>;
293
293
  getField: (prop: string) => FormItemContext | undefined;
294
294
  addField: (field: FormItemContext) => void;
@@ -303,8 +303,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
303
303
  scrollToField: (prop: FormItemProp) => void;
304
304
  }, {}, {}, {}, {
305
305
  readonly disabled: boolean;
306
- readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
307
- readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
306
+ readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "right" | "left", unknown>;
307
+ readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "right" | "left", unknown>;
308
308
  readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
309
309
  readonly labelSuffix: string;
310
310
  readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -330,28 +330,28 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
330
330
  dialog: () => {};
331
331
  form: () => {};
332
332
  }>>> & {
333
- onCancel?: (() => any) | undefined;
333
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
334
334
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
335
- onClose?: (() => any) | undefined;
336
335
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
337
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
336
+ onClose?: (() => any) | undefined;
337
+ onCancel?: (() => any) | undefined;
338
338
  onConfirm?: ((values: FieldValues) => any) | undefined;
339
339
  onConfirmError?: ((errors: unknown) => any) | undefined;
340
340
  }, {
341
+ modelValue: FieldValues;
341
342
  dialog: PlusDialogProps;
342
343
  form: PlusFormProps;
343
344
  visible: boolean;
344
- modelValue: FieldValues;
345
345
  hasErrorTip: boolean;
346
346
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
347
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
347
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
348
348
  readonly label: string | ComputedRef<string>;
349
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
349
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
350
350
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
351
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
351
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
352
352
  style?: CSSProperties | undefined;
353
353
  class?: any;
354
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
354
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
355
355
  style?: CSSProperties | undefined;
356
356
  class?: any;
357
357
  } & RecordType>>;
@@ -373,7 +373,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
373
373
  };
374
374
  rows: number;
375
375
  autocomplete: string;
376
- type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
376
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
377
377
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
378
378
  step: string | number;
379
379
  format: string | ProgressFn | undefined;
@@ -412,12 +412,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
412
412
  fieldInstance?: any;
413
413
  valueIsReady?: Ref<boolean> | undefined;
414
414
  prop: string;
415
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
415
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
416
416
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
417
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
417
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
418
418
  style?: CSSProperties | undefined;
419
419
  class?: any;
420
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
420
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
421
421
  style?: CSSProperties | undefined;
422
422
  class?: any;
423
423
  } & RecordType>>;
@@ -232,14 +232,14 @@ export declare const PlusDisplayItem: {
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">> & {
235
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
236
236
  readonly label: string | ComputedRef<string>;
237
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | 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>>;
@@ -261,7 +261,7 @@ export declare const PlusDisplayItem: {
261
261
  };
262
262
  rows: number;
263
263
  autocomplete: string;
264
- type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
264
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
265
265
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
266
266
  step: string | number;
267
267
  format: string | ProgressFn | undefined;
@@ -300,12 +300,12 @@ export declare const PlusDisplayItem: {
300
300
  fieldInstance?: any;
301
301
  valueIsReady?: Ref<boolean> | undefined;
302
302
  prop: string;
303
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
303
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
304
304
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
305
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
305
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
306
306
  style?: CSSProperties | undefined;
307
307
  class?: any;
308
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
308
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
309
309
  style?: CSSProperties | undefined;
310
310
  class?: any;
311
311
  } & RecordType>>;
@@ -328,14 +328,14 @@ export declare const PlusDisplayItem: {
328
328
  clearable: boolean;
329
329
  index: number;
330
330
  }) => any>> & Partial<Record<string, (_: {
331
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
331
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
332
332
  readonly label: string | ComputedRef<string>;
333
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
333
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
334
334
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
335
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
335
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
336
336
  style?: CSSProperties | undefined;
337
337
  class?: any;
338
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
338
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
339
339
  style?: CSSProperties | undefined;
340
340
  class?: any;
341
341
  } & RecordType>>;
@@ -357,7 +357,7 @@ export declare const PlusDisplayItem: {
357
357
  };
358
358
  rows: number;
359
359
  autocomplete: string;
360
- type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
360
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
361
361
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
362
362
  step: string | number;
363
363
  format: string | ProgressFn | undefined;
@@ -396,12 +396,12 @@ export declare const PlusDisplayItem: {
396
396
  fieldInstance?: any;
397
397
  valueIsReady?: Ref<boolean> | undefined;
398
398
  prop: string;
399
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
399
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
400
400
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
401
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
401
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
402
402
  style?: CSSProperties | undefined;
403
403
  class?: any;
404
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
404
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
405
405
  style?: CSSProperties | undefined;
406
406
  class?: any;
407
407
  } & RecordType>>;
@@ -424,14 +424,14 @@ export declare const PlusDisplayItem: {
424
424
  clearable: boolean;
425
425
  index: number;
426
426
  }) => any>> & Partial<Record<string, (_: {
427
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
427
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
428
428
  readonly label: string | ComputedRef<string>;
429
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
429
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
430
430
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
431
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
431
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
432
432
  style?: CSSProperties | undefined;
433
433
  class?: any;
434
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
434
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
435
435
  style?: CSSProperties | undefined;
436
436
  class?: any;
437
437
  } & RecordType>>;
@@ -453,7 +453,7 @@ export declare const PlusDisplayItem: {
453
453
  };
454
454
  rows: number;
455
455
  autocomplete: string;
456
- type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
456
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
457
457
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
458
458
  step: string | number;
459
459
  format: string | ProgressFn | undefined;
@@ -492,12 +492,12 @@ export declare const PlusDisplayItem: {
492
492
  fieldInstance?: any;
493
493
  valueIsReady?: Ref<boolean> | undefined;
494
494
  prop: string;
495
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
495
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
496
496
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
497
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
497
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
498
498
  style?: CSSProperties | undefined;
499
499
  class?: any;
500
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
500
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
501
501
  style?: CSSProperties | undefined;
502
502
  class?: any;
503
503
  } & RecordType>>;
@@ -77,14 +77,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
77
77
  row: RecordType;
78
78
  editable: boolean | "click" | "dblclick";
79
79
  }, {}>, Partial<Record<string, (_: {
80
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
80
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
81
81
  readonly label: string | ComputedRef<string>;
82
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
82
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
83
83
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
84
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
84
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
85
85
  style?: CSSProperties | undefined;
86
86
  class?: any;
87
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
87
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
88
88
  style?: CSSProperties | undefined;
89
89
  class?: any;
90
90
  } & RecordType>>;
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
106
106
  };
107
107
  rows: number;
108
108
  autocomplete: string;
109
- type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
109
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
110
110
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
111
111
  step: string | number;
112
112
  format: string | ProgressFn | undefined;
@@ -145,12 +145,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
145
145
  fieldInstance?: any;
146
146
  valueIsReady?: Ref<boolean> | undefined;
147
147
  prop: string;
148
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
148
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
149
149
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
150
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
150
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
151
151
  style?: CSSProperties | undefined;
152
152
  class?: any;
153
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
153
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
154
154
  style?: CSSProperties | undefined;
155
155
  class?: any;
156
156
  } & RecordType>>;
@@ -173,14 +173,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
173
173
  clearable: boolean;
174
174
  index: number;
175
175
  }) => any>> & Partial<Record<string, (_: {
176
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
176
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
177
177
  readonly label: string | ComputedRef<string>;
178
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
178
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
179
179
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
180
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
180
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
181
181
  style?: CSSProperties | undefined;
182
182
  class?: any;
183
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
183
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
184
184
  style?: CSSProperties | undefined;
185
185
  class?: any;
186
186
  } & RecordType>>;
@@ -202,7 +202,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
202
202
  };
203
203
  rows: number;
204
204
  autocomplete: string;
205
- type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
205
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
206
206
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
207
207
  step: string | number;
208
208
  format: string | ProgressFn | undefined;
@@ -241,12 +241,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
241
241
  fieldInstance?: any;
242
242
  valueIsReady?: Ref<boolean> | undefined;
243
243
  prop: string;
244
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
244
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
245
245
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
246
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
246
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
247
247
  style?: CSSProperties | undefined;
248
248
  class?: any;
249
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
249
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
250
250
  style?: CSSProperties | undefined;
251
251
  class?: any;
252
252
  } & RecordType>>;
@@ -269,14 +269,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
269
269
  clearable: boolean;
270
270
  index: number;
271
271
  }) => any>> & Partial<Record<string, (_: {
272
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
272
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
273
273
  readonly label: string | ComputedRef<string>;
274
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
274
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
275
275
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
276
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
276
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
277
277
  style?: CSSProperties | undefined;
278
278
  class?: any;
279
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
279
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
280
280
  style?: CSSProperties | undefined;
281
281
  class?: any;
282
282
  } & RecordType>>;
@@ -298,7 +298,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
298
298
  };
299
299
  rows: number;
300
300
  autocomplete: string;
301
- type: "" | "number" | "primary" | "success" | "warning" | "danger" | "info" | "text" | "default" | "search" | "color" | "reset" | "submit" | "button" | "textarea" | "time" | "circle" | "checkbox" | "radio" | "datetimerange" | "daterange" | "monthrange" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
301
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
302
302
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
303
303
  step: string | number;
304
304
  format: string | ProgressFn | undefined;
@@ -337,12 +337,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
337
337
  fieldInstance?: any;
338
338
  valueIsReady?: Ref<boolean> | undefined;
339
339
  prop: string;
340
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | Date | RecordType | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
340
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
341
341
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
342
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
342
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
343
343
  style?: CSSProperties | undefined;
344
344
  class?: any;
345
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
345
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
346
346
  style?: CSSProperties | undefined;
347
347
  class?: any;
348
348
  } & RecordType>>;