yc-pro-components 0.0.2 → 0.0.4

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 (97) hide show
  1. package/es/components/check-card/index.d.ts +38 -38
  2. package/es/components/check-card/src/index.vue.d.ts +2 -2
  3. package/es/components/check-card-group/index.d.ts +19 -19
  4. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  5. package/es/components/dialog-form/index.d.ts +7 -7
  6. package/es/components/dialog-form/src/index.vue.d.ts +7 -7
  7. package/es/components/display-item/index.d.ts +21 -21
  8. package/es/components/display-item/src/index.vue.d.ts +21 -21
  9. package/es/components/drawer-form/index.d.ts +26 -26
  10. package/es/components/drawer-form/src/index.vue.d.ts +8 -8
  11. package/es/components/form/index.d.ts +14 -14
  12. package/es/components/form/src/form-content.vue.d.ts +20 -20
  13. package/es/components/form/src/index.vue.d.ts +14 -14
  14. package/es/components/form-item/index.d.ts +32 -32
  15. package/es/components/form-item/src/index.vue.d.ts +12 -12
  16. package/es/components/header/index.d.ts +19 -19
  17. package/es/components/header/src/index.vue.d.ts +1 -1
  18. package/es/components/input-tag/index.d.ts +9 -9
  19. package/es/components/input-tag/src/index.vue.d.ts +1 -1
  20. package/es/components/page/index.d.ts +220 -220
  21. package/es/components/page/src/index.vue.d.ts +78 -78
  22. package/es/components/radio/index.d.ts +25 -25
  23. package/es/components/radio/src/index.vue.d.ts +25 -25
  24. package/es/components/render/index.d.ts +6 -6
  25. package/es/components/render/src/index.vue.d.ts +2 -2
  26. package/es/components/search/index.d.ts +49 -49
  27. package/es/components/search/src/index.vue.d.ts +21 -21
  28. package/es/components/table/index.d.ts +54 -54
  29. package/es/components/table/src/index.vue.d.ts +18 -18
  30. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  31. package/es/components/table/src/table-column.vue.d.ts +21 -21
  32. package/es/components/yc-count-to/index.d.ts +1 -1
  33. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  34. package/es/components/yc-dialog/index.d.ts +24 -24
  35. package/es/components/yc-more-actions/index.d.ts +46 -46
  36. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  37. package/es/components/yc-plus-page/src/index.vue.d.ts +203 -203
  38. package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
  39. package/es/components/yc-plus-tree/src/index.vue2.mjs +10 -8
  40. package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
  41. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  42. package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  43. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  44. package/es/hooks/usePlusFormReset.d.ts +90 -90
  45. package/es/index.css +1 -1
  46. package/index.css +50 -43
  47. package/index.js +26 -26
  48. package/index.min.css +1 -1
  49. package/index.min.js +3 -3
  50. package/index.min.mjs +4 -4
  51. package/index.mjs +26 -26
  52. package/lib/components/check-card/index.d.ts +38 -38
  53. package/lib/components/check-card/src/index.vue.d.ts +2 -2
  54. package/lib/components/check-card-group/index.d.ts +19 -19
  55. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  56. package/lib/components/dialog-form/index.d.ts +7 -7
  57. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  58. package/lib/components/display-item/index.d.ts +21 -21
  59. package/lib/components/display-item/src/index.vue.d.ts +21 -21
  60. package/lib/components/drawer-form/index.d.ts +26 -26
  61. package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
  62. package/lib/components/form/index.d.ts +14 -14
  63. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  64. package/lib/components/form/src/index.vue.d.ts +14 -14
  65. package/lib/components/form-item/index.d.ts +32 -32
  66. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  67. package/lib/components/header/index.d.ts +19 -19
  68. package/lib/components/header/src/index.vue.d.ts +1 -1
  69. package/lib/components/input-tag/index.d.ts +9 -9
  70. package/lib/components/input-tag/src/index.vue.d.ts +1 -1
  71. package/lib/components/page/index.d.ts +220 -220
  72. package/lib/components/page/src/index.vue.d.ts +78 -78
  73. package/lib/components/radio/index.d.ts +25 -25
  74. package/lib/components/radio/src/index.vue.d.ts +25 -25
  75. package/lib/components/render/index.d.ts +6 -6
  76. package/lib/components/render/src/index.vue.d.ts +2 -2
  77. package/lib/components/search/index.d.ts +49 -49
  78. package/lib/components/search/src/index.vue.d.ts +21 -21
  79. package/lib/components/table/index.d.ts +54 -54
  80. package/lib/components/table/src/index.vue.d.ts +18 -18
  81. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  82. package/lib/components/table/src/table-column.vue.d.ts +21 -21
  83. package/lib/components/yc-count-to/index.d.ts +1 -1
  84. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  85. package/lib/components/yc-dialog/index.d.ts +24 -24
  86. package/lib/components/yc-more-actions/index.d.ts +46 -46
  87. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  88. package/lib/components/yc-plus-page/src/index.vue.d.ts +203 -203
  89. package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
  90. package/lib/components/yc-plus-tree/src/index.vue2.js +10 -8
  91. package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
  92. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  93. package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  94. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  95. package/lib/hooks/usePlusFormReset.d.ts +90 -90
  96. package/lib/index.css +1 -1
  97. package/package.json +1 -1
@@ -4,26 +4,26 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
4
4
  export type { PlusCheckCardProps } from './src/index.vue';
5
5
  export declare const PlusCheckCard: {
6
6
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
7
+ size: {
8
+ type: PropType<"" | "default" | "small" | "large">;
9
+ default: string;
10
+ };
7
11
  title: {
8
12
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
9
13
  default: undefined;
10
14
  };
11
- disabled: {
12
- type: PropType<boolean>;
13
- default: boolean;
14
- };
15
15
  avatar: {
16
16
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
17
17
  default: undefined;
18
18
  };
19
+ disabled: {
20
+ type: PropType<boolean>;
21
+ default: boolean;
22
+ };
19
23
  extra: {
20
24
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
21
25
  default: undefined;
22
26
  };
23
- size: {
24
- type: PropType<"" | "default" | "small" | "large">;
25
- default: string;
26
- };
27
27
  modelValue: {
28
28
  type: PropType<boolean>;
29
29
  default: boolean;
@@ -45,26 +45,26 @@ export declare const PlusCheckCard: {
45
45
  change: (checked: boolean) => void;
46
46
  extra: () => void;
47
47
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
48
+ size: {
49
+ type: PropType<"" | "default" | "small" | "large">;
50
+ default: string;
51
+ };
48
52
  title: {
49
53
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
50
54
  default: undefined;
51
55
  };
52
- disabled: {
53
- type: PropType<boolean>;
54
- default: boolean;
55
- };
56
56
  avatar: {
57
57
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
58
58
  default: undefined;
59
59
  };
60
+ disabled: {
61
+ type: PropType<boolean>;
62
+ default: boolean;
63
+ };
60
64
  extra: {
61
65
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
62
66
  default: undefined;
63
67
  };
64
- size: {
65
- type: PropType<"" | "default" | "small" | "large">;
66
- default: string;
67
- };
68
68
  modelValue: {
69
69
  type: PropType<boolean>;
70
70
  default: boolean;
@@ -82,11 +82,11 @@ export declare const PlusCheckCard: {
82
82
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
83
83
  onExtra?: (() => any) | undefined;
84
84
  }, {
85
+ size: "" | "default" | "small" | "large";
85
86
  title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
86
- disabled: boolean;
87
87
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
88
+ disabled: boolean;
88
89
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
89
- size: "" | "default" | "small" | "large";
90
90
  modelValue: boolean;
91
91
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
92
92
  avatarProps: RecordType;
@@ -98,26 +98,26 @@ export declare const PlusCheckCard: {
98
98
  M: {};
99
99
  Defaults: {};
100
100
  }, Readonly< ExtractPropTypes<{
101
+ size: {
102
+ type: PropType<"" | "default" | "small" | "large">;
103
+ default: string;
104
+ };
101
105
  title: {
102
106
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
103
107
  default: undefined;
104
108
  };
105
- disabled: {
106
- type: PropType<boolean>;
107
- default: boolean;
108
- };
109
109
  avatar: {
110
110
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
111
111
  default: undefined;
112
112
  };
113
+ disabled: {
114
+ type: PropType<boolean>;
115
+ default: boolean;
116
+ };
113
117
  extra: {
114
118
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
115
119
  default: undefined;
116
120
  };
117
- size: {
118
- type: PropType<"" | "default" | "small" | "large">;
119
- default: string;
120
- };
121
121
  modelValue: {
122
122
  type: PropType<boolean>;
123
123
  default: boolean;
@@ -135,11 +135,11 @@ export declare const PlusCheckCard: {
135
135
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
136
136
  onExtra?: (() => any) | undefined;
137
137
  }, {}, {}, {}, {}, {
138
+ size: "" | "default" | "small" | "large";
138
139
  title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
139
- disabled: boolean;
140
140
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
141
+ disabled: boolean;
141
142
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
142
- size: "" | "default" | "small" | "large";
143
143
  modelValue: boolean;
144
144
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
145
145
  avatarProps: RecordType;
@@ -148,26 +148,26 @@ export declare const PlusCheckCard: {
148
148
  __isTeleport?: undefined;
149
149
  __isSuspense?: undefined;
150
150
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
151
+ size: {
152
+ type: PropType<"" | "default" | "small" | "large">;
153
+ default: string;
154
+ };
151
155
  title: {
152
156
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
153
157
  default: undefined;
154
158
  };
155
- disabled: {
156
- type: PropType<boolean>;
157
- default: boolean;
158
- };
159
159
  avatar: {
160
160
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
161
161
  default: undefined;
162
162
  };
163
+ disabled: {
164
+ type: PropType<boolean>;
165
+ default: boolean;
166
+ };
163
167
  extra: {
164
168
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
165
169
  default: undefined;
166
170
  };
167
- size: {
168
- type: PropType<"" | "default" | "small" | "large">;
169
- default: string;
170
- };
171
171
  modelValue: {
172
172
  type: PropType<boolean>;
173
173
  default: boolean;
@@ -189,11 +189,11 @@ export declare const PlusCheckCard: {
189
189
  change: (checked: boolean) => void;
190
190
  extra: () => void;
191
191
  }, string, {
192
+ size: "" | "default" | "small" | "large";
192
193
  title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
193
- disabled: boolean;
194
194
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
195
+ disabled: boolean;
195
196
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
196
- size: "" | "default" | "small" | "large";
197
197
  modelValue: boolean;
198
198
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
199
199
  avatarProps: RecordType;
@@ -47,11 +47,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
47
47
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
48
48
  onExtra?: (() => any) | undefined;
49
49
  }, {
50
+ size: "" | "default" | "small" | "large";
50
51
  title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
51
- disabled: boolean;
52
52
  avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
53
+ disabled: boolean;
53
54
  extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
54
- size: "" | "default" | "small" | "large";
55
55
  modelValue: boolean;
56
56
  description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
57
57
  avatarProps: RecordType;
@@ -4,14 +4,14 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
4
4
  export type { PlusCheckCardGroupProps } from './src/index.vue';
5
5
  export declare const PlusCheckCardGroup: {
6
6
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
7
- disabled: {
8
- type: PropType<boolean>;
9
- default: boolean;
10
- };
11
7
  size: {
12
8
  type: PropType<"" | "default" | "small" | "large">;
13
9
  default: undefined;
14
10
  };
11
+ disabled: {
12
+ type: PropType<boolean>;
13
+ default: boolean;
14
+ };
15
15
  options: {
16
16
  type: PropType<( PlusCheckCardProps & {
17
17
  value: string | number;
@@ -39,14 +39,14 @@ export declare const PlusCheckCardGroup: {
39
39
  value: string | number;
40
40
  }) => void;
41
41
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
42
- disabled: {
43
- type: PropType<boolean>;
44
- default: boolean;
45
- };
46
42
  size: {
47
43
  type: PropType<"" | "default" | "small" | "large">;
48
44
  default: undefined;
49
45
  };
46
+ disabled: {
47
+ type: PropType<boolean>;
48
+ default: boolean;
49
+ };
50
50
  options: {
51
51
  type: PropType<( PlusCheckCardProps & {
52
52
  value: string | number;
@@ -68,8 +68,8 @@ export declare const PlusCheckCardGroup: {
68
68
  value: string | number;
69
69
  }) => any) | undefined;
70
70
  }, {
71
- disabled: boolean;
72
71
  size: "" | "default" | "small" | "large";
72
+ disabled: boolean;
73
73
  options: ( PlusCheckCardProps & {
74
74
  value: string | number;
75
75
  })[];
@@ -83,14 +83,14 @@ export declare const PlusCheckCardGroup: {
83
83
  M: {};
84
84
  Defaults: {};
85
85
  }, Readonly< ExtractPropTypes<{
86
- disabled: {
87
- type: PropType<boolean>;
88
- default: boolean;
89
- };
90
86
  size: {
91
87
  type: PropType<"" | "default" | "small" | "large">;
92
88
  default: undefined;
93
89
  };
90
+ disabled: {
91
+ type: PropType<boolean>;
92
+ default: boolean;
93
+ };
94
94
  options: {
95
95
  type: PropType<( PlusCheckCardProps & {
96
96
  value: string | number;
@@ -112,8 +112,8 @@ export declare const PlusCheckCardGroup: {
112
112
  value: string | number;
113
113
  }) => any) | undefined;
114
114
  }, {}, {}, {}, {}, {
115
- disabled: boolean;
116
115
  size: "" | "default" | "small" | "large";
116
+ disabled: boolean;
117
117
  options: ( PlusCheckCardProps & {
118
118
  value: string | number;
119
119
  })[];
@@ -124,14 +124,14 @@ export declare const PlusCheckCardGroup: {
124
124
  __isTeleport?: undefined;
125
125
  __isSuspense?: undefined;
126
126
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
127
- disabled: {
128
- type: PropType<boolean>;
129
- default: boolean;
130
- };
131
127
  size: {
132
128
  type: PropType<"" | "default" | "small" | "large">;
133
129
  default: undefined;
134
130
  };
131
+ disabled: {
132
+ type: PropType<boolean>;
133
+ default: boolean;
134
+ };
135
135
  options: {
136
136
  type: PropType<( PlusCheckCardProps & {
137
137
  value: string | number;
@@ -159,8 +159,8 @@ export declare const PlusCheckCardGroup: {
159
159
  value: string | number;
160
160
  }) => void;
161
161
  }, string, {
162
- disabled: boolean;
163
162
  size: "" | "default" | "small" | "large";
163
+ disabled: boolean;
164
164
  options: ( PlusCheckCardProps & {
165
165
  value: string | number;
166
166
  })[];
@@ -51,8 +51,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
51
51
  value: string | number;
52
52
  }) => any) | undefined;
53
53
  }, {
54
- disabled: boolean;
55
54
  size: "" | "default" | "small" | "large";
55
+ disabled: boolean;
56
56
  options: (PlusCheckCardProps & {
57
57
  value: string | number;
58
58
  })[];
@@ -1029,12 +1029,12 @@ export declare const PlusDialogForm: {
1029
1029
  $slots: Partial<Record<NonNullable<string | number>, (_: {
1030
1030
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1031
1031
  readonly label: string | ComputedRef<string>;
1032
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1032
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1033
1033
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1034
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1034
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1035
1035
  style?: CSSProperties | undefined;
1036
1036
  class?: any;
1037
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1037
+ } & RecordType> | 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" | "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";
1059
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "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";
1060
1060
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1061
1061
  step: string | number;
1062
1062
  format: string | ProgressFn | undefined;
@@ -1095,12 +1095,12 @@ export declare const PlusDialogForm: {
1095
1095
  fieldInstance?: any;
1096
1096
  valueIsReady?: Ref<boolean> | undefined;
1097
1097
  prop: string;
1098
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1098
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1099
1099
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1100
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
1100
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1101
1101
  style?: CSSProperties | undefined;
1102
1102
  class?: any;
1103
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1103
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1104
1104
  style?: CSSProperties | undefined;
1105
1105
  class?: any;
1106
1106
  } & RecordType>>;
@@ -346,12 +346,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
346
346
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
347
347
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
349
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | 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" | "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";
376
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "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] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
415
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | 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>>;
@@ -234,12 +234,12 @@ export declare const PlusDisplayItem: {
234
234
  $slots: Partial<Record<string, (_: {
235
235
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
237
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | 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" | "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";
264
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "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] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
303
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | 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>>;
@@ -330,12 +330,12 @@ export declare const PlusDisplayItem: {
330
330
  }) => any>> & Partial<Record<string, (_: {
331
331
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
333
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | 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" | "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";
360
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "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] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
399
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | 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>>;
@@ -426,12 +426,12 @@ export declare const PlusDisplayItem: {
426
426
  }) => any>> & Partial<Record<string, (_: {
427
427
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
429
+ readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | 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" | "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";
456
+ type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "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] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
495
+ modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | 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>>;