yc-pro-components 0.0.24 → 0.0.26

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 (198) hide show
  1. package/es/components/check-card/index.d.ts +76 -76
  2. package/es/components/check-card/src/index.vue.d.ts +14 -14
  3. package/es/components/check-card-group/index.d.ts +57 -57
  4. package/es/components/check-card-group/src/index.vue.d.ts +20 -20
  5. package/es/components/date-picker/index.d.ts +10 -10
  6. package/es/components/date-picker/src/index.vue.d.ts +2 -2
  7. package/es/components/descriptions/index.d.ts +39 -39
  8. package/es/components/descriptions/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog/index.d.ts +45 -45
  10. package/es/components/dialog/src/index.vue.d.ts +3 -3
  11. package/es/components/dialog-form/index.d.ts +47 -47
  12. package/es/components/dialog-form/src/index.vue.d.ts +11 -11
  13. package/es/components/display-item/index.d.ts +24 -24
  14. package/es/components/display-item/src/index.vue.d.ts +24 -24
  15. package/es/components/drawer-form/index.d.ts +31 -31
  16. package/es/components/drawer-form/src/index.vue.d.ts +10 -10
  17. package/es/components/form/index.d.ts +157 -138
  18. package/es/components/form/src/form-content.vue.d.ts +33 -29
  19. package/es/components/form/src/form-content.vue2.mjs +106 -96
  20. package/es/components/form/src/index.vue.d.ts +28 -25
  21. package/es/components/form/src/index.vue2.mjs +5 -2
  22. package/es/components/form/src/type.d.ts +4 -0
  23. package/es/components/form-item/index.d.ts +150 -150
  24. package/es/components/form-item/src/form-item.mjs +2 -1
  25. package/es/components/form-item/src/index.vue.d.ts +21 -21
  26. package/es/components/form-item/src/index.vue2.mjs +22 -18
  27. package/es/components/header/index.d.ts +19 -19
  28. package/es/components/header/src/index.vue.d.ts +1 -1
  29. package/es/components/input-tag/index.d.ts +16 -16
  30. package/es/components/input-tag/src/index.vue.d.ts +8 -8
  31. package/es/components/layout/index.d.ts +30 -30
  32. package/es/components/layout/src/index.vue.d.ts +10 -10
  33. package/es/components/page/index.d.ts +1175 -1040
  34. package/es/components/page/src/index.vue.d.ts +383 -338
  35. package/es/components/pagination/index.d.ts +38 -38
  36. package/es/components/pagination/src/index.vue.d.ts +2 -2
  37. package/es/components/radio/index.d.ts +34 -34
  38. package/es/components/radio/src/index.vue.d.ts +26 -26
  39. package/es/components/render/index.d.ts +17 -17
  40. package/es/components/render/src/index.vue.d.ts +2 -2
  41. package/es/components/search/index.d.ts +494 -430
  42. package/es/components/search/src/index.vue.d.ts +143 -125
  43. package/es/components/search/src/index.vue2.mjs +3 -1
  44. package/es/components/search/src/type.d.ts +7 -0
  45. package/es/components/sidebar/index.d.ts +15 -15
  46. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  47. package/es/components/steps-form/index.d.ts +19 -19
  48. package/es/components/steps-form/src/index.vue.d.ts +1 -1
  49. package/es/components/table/index.d.ts +38 -38
  50. package/es/components/table/src/index.vue.d.ts +7 -7
  51. package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
  52. package/es/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
  53. package/es/components/table/src/table-column.vue.d.ts +24 -24
  54. package/es/components/table/src/table-title-bar.vue2.mjs +1 -0
  55. package/es/components/utils/index.d.ts +15 -15
  56. package/es/components/yc-count-to/index.d.ts +1 -1
  57. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  58. package/es/components/yc-dialog/index.d.ts +24 -24
  59. package/es/components/yc-dialog/src/index.vue2.mjs +1 -1
  60. package/es/components/yc-drawer/src/index.vue.mjs +1 -1
  61. package/es/components/yc-drawer/src/index.vue2.mjs +1 -1
  62. package/es/components/yc-drawer/store.d.ts +6 -6
  63. package/es/components/yc-more-actions/index.d.ts +6 -6
  64. package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
  65. package/es/components/yc-plus-page/src/index.vue.d.ts +826 -736
  66. package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
  67. package/es/components/yc-plus-page/src/index.vue2.mjs +2 -15
  68. package/es/components/yc-plus-tree/src/index.vue.d.ts +6 -1
  69. package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
  70. package/es/components/yc-plus-tree/src/index.vue2.mjs +14 -6
  71. package/es/components/yc-segmented/index.d.ts +1 -1
  72. package/es/components/yc-segmented/src/index.d.ts +1 -1
  73. package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
  74. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  75. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  76. package/es/hooks/usePlusFormReset.d.ts +208 -208
  77. package/es/index.css +3 -3
  78. package/index.css +54 -54
  79. package/index.js +160 -144
  80. package/index.min.css +3 -3
  81. package/index.min.js +7 -7
  82. package/index.min.mjs +7 -7
  83. package/index.mjs +160 -144
  84. package/lib/components/check-card/index.d.ts +76 -76
  85. package/lib/components/check-card/src/index.vue.d.ts +14 -14
  86. package/lib/components/check-card-group/index.d.ts +57 -57
  87. package/lib/components/check-card-group/src/index.vue.d.ts +20 -20
  88. package/lib/components/date-picker/index.d.ts +10 -10
  89. package/lib/components/date-picker/src/index.vue.d.ts +2 -2
  90. package/lib/components/descriptions/index.d.ts +39 -39
  91. package/lib/components/descriptions/src/index.vue.d.ts +2 -2
  92. package/lib/components/dialog/index.d.ts +45 -45
  93. package/lib/components/dialog/src/index.vue.d.ts +3 -3
  94. package/lib/components/dialog-form/index.d.ts +47 -47
  95. package/lib/components/dialog-form/src/index.vue.d.ts +11 -11
  96. package/lib/components/display-item/index.d.ts +24 -24
  97. package/lib/components/display-item/src/index.vue.d.ts +24 -24
  98. package/lib/components/drawer-form/index.d.ts +31 -31
  99. package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
  100. package/lib/components/form/index.d.ts +157 -138
  101. package/lib/components/form/src/form-content.vue.d.ts +33 -29
  102. package/lib/components/form/src/form-content.vue2.js +105 -95
  103. package/lib/components/form/src/index.vue.d.ts +28 -25
  104. package/lib/components/form/src/index.vue2.js +5 -2
  105. package/lib/components/form/src/type.d.ts +4 -0
  106. package/lib/components/form-item/index.d.ts +150 -150
  107. package/lib/components/form-item/src/form-item.js +2 -1
  108. package/lib/components/form-item/src/index.vue.d.ts +21 -21
  109. package/lib/components/form-item/src/index.vue2.js +21 -17
  110. package/lib/components/header/index.d.ts +19 -19
  111. package/lib/components/header/src/index.vue.d.ts +1 -1
  112. package/lib/components/input-tag/index.d.ts +16 -16
  113. package/lib/components/input-tag/src/index.vue.d.ts +8 -8
  114. package/lib/components/layout/index.d.ts +30 -30
  115. package/lib/components/layout/src/index.vue.d.ts +10 -10
  116. package/lib/components/page/index.d.ts +1175 -1040
  117. package/lib/components/page/src/index.vue.d.ts +383 -338
  118. package/lib/components/pagination/index.d.ts +38 -38
  119. package/lib/components/pagination/src/index.vue.d.ts +2 -2
  120. package/lib/components/radio/index.d.ts +34 -34
  121. package/lib/components/radio/src/index.vue.d.ts +26 -26
  122. package/lib/components/render/index.d.ts +17 -17
  123. package/lib/components/render/src/index.vue.d.ts +2 -2
  124. package/lib/components/search/index.d.ts +494 -430
  125. package/lib/components/search/src/index.vue.d.ts +143 -125
  126. package/lib/components/search/src/index.vue2.js +3 -1
  127. package/lib/components/search/src/type.d.ts +7 -0
  128. package/lib/components/sidebar/index.d.ts +15 -15
  129. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  130. package/lib/components/steps-form/index.d.ts +19 -19
  131. package/lib/components/steps-form/src/index.vue.d.ts +1 -1
  132. package/lib/components/table/index.d.ts +38 -38
  133. package/lib/components/table/src/index.vue.d.ts +7 -7
  134. package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
  135. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
  136. package/lib/components/table/src/table-column.vue.d.ts +24 -24
  137. package/lib/components/table/src/table-title-bar.vue2.js +1 -0
  138. package/lib/components/utils/index.d.ts +15 -15
  139. package/lib/components/yc-count-to/index.d.ts +1 -1
  140. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  141. package/lib/components/yc-dialog/index.d.ts +24 -24
  142. package/lib/components/yc-dialog/src/index.vue2.js +1 -1
  143. package/lib/components/yc-drawer/src/index.vue.js +1 -1
  144. package/lib/components/yc-drawer/src/index.vue2.js +1 -1
  145. package/lib/components/yc-drawer/store.d.ts +6 -6
  146. package/lib/components/yc-more-actions/index.d.ts +6 -6
  147. package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
  148. package/lib/components/yc-plus-page/src/index.vue.d.ts +826 -736
  149. package/lib/components/yc-plus-page/src/index.vue.js +1 -1
  150. package/lib/components/yc-plus-page/src/index.vue2.js +2 -15
  151. package/lib/components/yc-plus-tree/src/index.vue.d.ts +6 -1
  152. package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
  153. package/lib/components/yc-plus-tree/src/index.vue2.js +13 -5
  154. package/lib/components/yc-segmented/index.d.ts +1 -1
  155. package/lib/components/yc-segmented/src/index.d.ts +1 -1
  156. package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
  157. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  158. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  159. package/lib/hooks/usePlusFormReset.d.ts +208 -208
  160. package/lib/index.css +3 -3
  161. package/locale/en.js +1 -1
  162. package/locale/en.min.js +1 -1
  163. package/locale/en.min.mjs +1 -1
  164. package/locale/en.mjs +1 -1
  165. package/locale/ja.js +1 -1
  166. package/locale/ja.min.js +1 -1
  167. package/locale/ja.min.mjs +1 -1
  168. package/locale/ja.mjs +1 -1
  169. package/locale/ko.js +1 -1
  170. package/locale/ko.min.js +1 -1
  171. package/locale/ko.min.mjs +1 -1
  172. package/locale/ko.mjs +1 -1
  173. package/locale/zh-cn.js +1 -1
  174. package/locale/zh-cn.min.js +1 -1
  175. package/locale/zh-cn.min.mjs +1 -1
  176. package/locale/zh-cn.mjs +1 -1
  177. package/locale/zh-tw.js +1 -1
  178. package/locale/zh-tw.min.js +1 -1
  179. package/locale/zh-tw.min.mjs +1 -1
  180. package/locale/zh-tw.mjs +1 -1
  181. package/package.json +1 -1
  182. package/theme-chalk/index.css +1 -1
  183. package/theme-chalk/plus-dialog.css +1 -1
  184. package/theme-chalk/plus-display-item.css +1 -1
  185. package/theme-chalk/plus-form.css +1 -1
  186. package/theme-chalk/plus-search.css +1 -1
  187. package/theme-chalk/plus-table.css +1 -1
  188. package/theme-chalk/plus-yc-dialog.css +1 -1
  189. package/theme-chalk/plus-yc-drawer.css +1 -1
  190. package/theme-chalk/plus-yc-plus-tree.css +1 -1
  191. package/theme-chalk/src/dialog.scss +45 -0
  192. package/theme-chalk/src/display-item.scss +1 -0
  193. package/theme-chalk/src/form.scss +20 -0
  194. package/theme-chalk/src/search.scss +125 -0
  195. package/theme-chalk/src/table.scss +10 -0
  196. package/theme-chalk/src/yc-dialog.scss +50 -0
  197. package/theme-chalk/src/yc-drawer.scss +1 -1
  198. package/theme-chalk/src/yc-plus-tree.scss +1 -0
@@ -2,7 +2,7 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
2
2
  import { LooseRequired } from '@vue/shared';
3
3
  import { FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
4
4
  import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
5
- import { FieldValues, PlusDialogProps, PlusFormProps, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
5
+ import { PlusDialogProps, FieldValues, PlusFormProps, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-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,30 +10,30 @@ 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: () => {};
13
+ visible: {
14
+ type: PropType<boolean>;
15
+ default: boolean;
16
16
  };
17
17
  dialog: {
18
18
  type: PropType<PlusDialogProps>;
19
19
  default: () => {};
20
20
  };
21
+ modelValue: {
22
+ type: PropType<FieldValues>;
23
+ default: () => {};
24
+ };
21
25
  form: {
22
26
  type: PropType<PlusFormProps>;
23
27
  default: () => {};
24
28
  };
25
- visible: {
26
- type: PropType<boolean>;
27
- default: boolean;
28
- };
29
29
  hasErrorTip: {
30
30
  type: PropType<boolean>;
31
31
  default: boolean;
32
32
  };
33
33
  }>> & {
34
+ "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
34
35
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
35
36
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
36
- "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
37
37
  onClose?: (() => any) | undefined;
38
38
  onCancel?: (() => any) | undefined;
39
39
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -332,39 +332,39 @@ export declare const PlusDialogForm: {
332
332
  close: () => void;
333
333
  confirmError: (errors: unknown) => void;
334
334
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
335
- modelValue: {
336
- type: PropType<FieldValues>;
337
- default: () => {};
335
+ visible: {
336
+ type: PropType<boolean>;
337
+ default: boolean;
338
338
  };
339
339
  dialog: {
340
340
  type: PropType<PlusDialogProps>;
341
341
  default: () => {};
342
342
  };
343
+ modelValue: {
344
+ type: PropType<FieldValues>;
345
+ default: () => {};
346
+ };
343
347
  form: {
344
348
  type: PropType<PlusFormProps>;
345
349
  default: () => {};
346
350
  };
347
- visible: {
348
- type: PropType<boolean>;
349
- default: boolean;
350
- };
351
351
  hasErrorTip: {
352
352
  type: PropType<boolean>;
353
353
  default: boolean;
354
354
  };
355
355
  }>> & {
356
+ "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
356
357
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
357
358
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
358
- "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
359
359
  onClose?: (() => any) | undefined;
360
360
  onCancel?: (() => any) | undefined;
361
361
  onConfirm?: ((values: FieldValues) => any) | undefined;
362
362
  onConfirmError?: ((errors: unknown) => any) | undefined;
363
363
  }, {
364
- modelValue: FieldValues;
364
+ visible: boolean;
365
365
  dialog: PlusDialogProps;
366
+ modelValue: FieldValues;
366
367
  form: PlusFormProps;
367
- visible: boolean;
368
368
  hasErrorTip: boolean;
369
369
  }, true, {}, {}, {
370
370
  P: {};
@@ -374,30 +374,30 @@ export declare const PlusDialogForm: {
374
374
  M: {};
375
375
  Defaults: {};
376
376
  }, Readonly< ExtractPropTypes<{
377
- modelValue: {
378
- type: PropType<FieldValues>;
379
- default: () => {};
377
+ visible: {
378
+ type: PropType<boolean>;
379
+ default: boolean;
380
380
  };
381
381
  dialog: {
382
382
  type: PropType<PlusDialogProps>;
383
383
  default: () => {};
384
384
  };
385
+ modelValue: {
386
+ type: PropType<FieldValues>;
387
+ default: () => {};
388
+ };
385
389
  form: {
386
390
  type: PropType<PlusFormProps>;
387
391
  default: () => {};
388
392
  };
389
- visible: {
390
- type: PropType<boolean>;
391
- default: boolean;
392
- };
393
393
  hasErrorTip: {
394
394
  type: PropType<boolean>;
395
395
  default: boolean;
396
396
  };
397
397
  }>> & {
398
+ "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
398
399
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
399
400
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
400
- "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
401
401
  onClose?: (() => any) | undefined;
402
402
  onCancel?: (() => any) | undefined;
403
403
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -688,40 +688,40 @@ export declare const PlusDialogForm: {
688
688
  readonly scrollToError: boolean;
689
689
  }>>;
690
690
  }, {}, {}, {}, {
691
- modelValue: FieldValues;
691
+ visible: boolean;
692
692
  dialog: PlusDialogProps;
693
+ modelValue: FieldValues;
693
694
  form: PlusFormProps;
694
- visible: boolean;
695
695
  hasErrorTip: boolean;
696
696
  }>;
697
697
  __isFragment?: undefined;
698
698
  __isTeleport?: undefined;
699
699
  __isSuspense?: undefined;
700
700
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
701
- modelValue: {
702
- type: PropType<FieldValues>;
703
- default: () => {};
701
+ visible: {
702
+ type: PropType<boolean>;
703
+ default: boolean;
704
704
  };
705
705
  dialog: {
706
706
  type: PropType<PlusDialogProps>;
707
707
  default: () => {};
708
708
  };
709
+ modelValue: {
710
+ type: PropType<FieldValues>;
711
+ default: () => {};
712
+ };
709
713
  form: {
710
714
  type: PropType<PlusFormProps>;
711
715
  default: () => {};
712
716
  };
713
- visible: {
714
- type: PropType<boolean>;
715
- default: boolean;
716
- };
717
717
  hasErrorTip: {
718
718
  type: PropType<boolean>;
719
719
  default: boolean;
720
720
  };
721
721
  }>> & {
722
+ "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
722
723
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
723
724
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
724
- "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
725
725
  onClose?: (() => any) | undefined;
726
726
  onCancel?: (() => any) | undefined;
727
727
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -1020,21 +1020,21 @@ export declare const PlusDialogForm: {
1020
1020
  close: () => void;
1021
1021
  confirmError: (errors: unknown) => void;
1022
1022
  }, string, {
1023
- modelValue: FieldValues;
1023
+ visible: boolean;
1024
1024
  dialog: PlusDialogProps;
1025
+ modelValue: FieldValues;
1025
1026
  form: PlusFormProps;
1026
- visible: boolean;
1027
1027
  hasErrorTip: boolean;
1028
1028
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1029
1029
  $slots: Partial<Record<NonNullable<string | number>, (_: {
1030
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1030
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
1031
1031
  readonly label: string | ComputedRef<string>;
1032
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1032
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1033
1033
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1034
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1034
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1035
1035
  style?: CSSProperties | undefined;
1036
1036
  class?: any;
1037
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1037
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1038
1038
  style?: CSSProperties | undefined;
1039
1039
  class?: any;
1040
1040
  } & RecordType>>;
@@ -1056,7 +1056,7 @@ export declare const PlusDialogForm: {
1056
1056
  };
1057
1057
  rows: number;
1058
1058
  autocomplete: string;
1059
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1059
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1060
1060
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1061
1061
  step: string | number;
1062
1062
  format: string | ProgressFn | undefined;
@@ -1101,12 +1101,12 @@ export declare const PlusDialogForm: {
1101
1101
  fieldInstance?: any;
1102
1102
  valueIsReady?: Ref<boolean> | undefined;
1103
1103
  prop: string;
1104
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1104
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1105
1105
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1106
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1106
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1107
1107
  style?: CSSProperties | undefined;
1108
1108
  class?: any;
1109
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1109
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1110
1110
  style?: CSSProperties | undefined;
1111
1111
  class?: any;
1112
1112
  } & RecordType>>;
@@ -330,28 +330,28 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
330
330
  dialog: () => {};
331
331
  form: () => {};
332
332
  }>>> & {
333
+ "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
333
334
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
334
335
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
335
- "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
336
336
  onClose?: (() => any) | undefined;
337
337
  onCancel?: (() => any) | undefined;
338
338
  onConfirm?: ((values: FieldValues) => any) | undefined;
339
339
  onConfirmError?: ((errors: unknown) => any) | undefined;
340
340
  }, {
341
- modelValue: FieldValues;
341
+ visible: boolean;
342
342
  dialog: PlusDialogProps;
343
+ modelValue: FieldValues;
343
344
  form: PlusFormProps;
344
- visible: boolean;
345
345
  hasErrorTip: boolean;
346
346
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
347
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
347
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
348
348
  readonly label: string | ComputedRef<string>;
349
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
349
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
350
350
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
351
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
351
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
352
352
  style?: CSSProperties | undefined;
353
353
  class?: any;
354
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
354
+ } & RecordType> | ComputedRef<string> | 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" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
376
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
377
377
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
378
378
  step: string | number;
379
379
  format: string | ProgressFn | undefined;
@@ -418,12 +418,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
418
418
  fieldInstance?: any;
419
419
  valueIsReady?: Ref<boolean> | undefined;
420
420
  prop: string;
421
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
421
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
422
422
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
423
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
423
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
424
424
  style?: CSSProperties | undefined;
425
425
  class?: any;
426
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
426
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
427
427
  style?: CSSProperties | undefined;
428
428
  class?: any;
429
429
  } & 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
235
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
236
236
  readonly label: string | ComputedRef<string>;
237
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
237
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
238
238
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
239
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
239
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
240
240
  style?: CSSProperties | undefined;
241
241
  class?: any;
242
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
242
+ } & RecordType> | ComputedRef<string> | 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" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
264
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
265
265
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
266
266
  step: string | number;
267
267
  format: string | ProgressFn | undefined;
@@ -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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
309
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
310
310
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
311
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
311
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
312
312
  style?: CSSProperties | undefined;
313
313
  class?: any;
314
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
314
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
343
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
344
344
  readonly label: string | ComputedRef<string>;
345
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
345
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
346
346
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
347
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
347
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
348
348
  style?: CSSProperties | undefined;
349
349
  class?: any;
350
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
350
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
351
351
  style?: CSSProperties | undefined;
352
352
  class?: any;
353
353
  } & RecordType>>;
@@ -369,7 +369,7 @@ export declare const PlusDisplayItem: {
369
369
  };
370
370
  rows: number;
371
371
  autocomplete: string;
372
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
372
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
373
373
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
374
374
  step: string | number;
375
375
  format: string | ProgressFn | undefined;
@@ -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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
417
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
418
418
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
419
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
419
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
420
420
  style?: CSSProperties | undefined;
421
421
  class?: any;
422
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
422
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
451
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
452
452
  readonly label: string | ComputedRef<string>;
453
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
453
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
454
454
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
455
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
455
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
456
456
  style?: CSSProperties | undefined;
457
457
  class?: any;
458
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
458
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
459
459
  style?: CSSProperties | undefined;
460
460
  class?: any;
461
461
  } & RecordType>>;
@@ -477,7 +477,7 @@ export declare const PlusDisplayItem: {
477
477
  };
478
478
  rows: number;
479
479
  autocomplete: string;
480
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
480
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
481
481
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
482
482
  step: string | number;
483
483
  format: string | ProgressFn | undefined;
@@ -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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
525
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
526
526
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
527
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
527
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
528
528
  style?: CSSProperties | undefined;
529
529
  class?: any;
530
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
530
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
531
531
  style?: CSSProperties | undefined;
532
532
  class?: any;
533
533
  } & 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
80
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
81
81
  readonly label: string | ComputedRef<string>;
82
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
82
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
83
83
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
84
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
84
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
85
85
  style?: CSSProperties | undefined;
86
86
  class?: any;
87
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
87
+ } & RecordType> | ComputedRef<string> | 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" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
109
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
110
110
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
111
111
  step: string | number;
112
112
  format: string | ProgressFn | undefined;
@@ -151,12 +151,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
151
151
  fieldInstance?: any;
152
152
  valueIsReady?: Ref<boolean> | undefined;
153
153
  prop: string;
154
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
154
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
155
155
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
156
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
156
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
157
157
  style?: CSSProperties | undefined;
158
158
  class?: any;
159
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
159
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
160
160
  style?: CSSProperties | undefined;
161
161
  class?: any;
162
162
  } & RecordType>>;
@@ -185,14 +185,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
185
185
  clearable: boolean;
186
186
  index: number;
187
187
  }) => any>> & Partial<Record<string, (_: {
188
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
188
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
189
189
  readonly label: string | ComputedRef<string>;
190
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
190
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
191
191
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
192
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
192
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
193
193
  style?: CSSProperties | undefined;
194
194
  class?: any;
195
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
195
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
196
196
  style?: CSSProperties | undefined;
197
197
  class?: any;
198
198
  } & RecordType>>;
@@ -214,7 +214,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
214
214
  };
215
215
  rows: number;
216
216
  autocomplete: string;
217
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
217
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
218
218
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
219
219
  step: string | number;
220
220
  format: string | ProgressFn | undefined;
@@ -259,12 +259,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
259
259
  fieldInstance?: any;
260
260
  valueIsReady?: Ref<boolean> | undefined;
261
261
  prop: string;
262
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
262
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
263
263
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
264
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
264
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
265
265
  style?: CSSProperties | undefined;
266
266
  class?: any;
267
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
267
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
268
268
  style?: CSSProperties | undefined;
269
269
  class?: any;
270
270
  } & RecordType>>;
@@ -293,14 +293,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
293
293
  clearable: boolean;
294
294
  index: number;
295
295
  }) => any>> & Partial<Record<string, (_: {
296
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
296
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
297
297
  readonly label: string | ComputedRef<string>;
298
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
298
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
299
299
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
300
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
300
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
301
301
  style?: CSSProperties | undefined;
302
302
  class?: any;
303
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
303
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
304
304
  style?: CSSProperties | undefined;
305
305
  class?: any;
306
306
  } & RecordType>>;
@@ -322,7 +322,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
322
322
  };
323
323
  rows: number;
324
324
  autocomplete: string;
325
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
325
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
326
326
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
327
327
  step: string | number;
328
328
  format: string | ProgressFn | undefined;
@@ -367,12 +367,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
367
367
  fieldInstance?: any;
368
368
  valueIsReady?: Ref<boolean> | undefined;
369
369
  prop: string;
370
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
370
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
371
371
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
372
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
372
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
373
373
  style?: CSSProperties | undefined;
374
374
  class?: any;
375
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
375
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
376
376
  style?: CSSProperties | undefined;
377
377
  class?: any;
378
378
  } & RecordType>>;