yc-pro-components 0.0.60 → 0.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/es/components/check-card/index.d.ts +23 -23
  2. package/es/components/check-card/src/index.vue.d.ts +2 -2
  3. package/es/components/check-card-group/index.d.ts +24 -24
  4. package/es/components/check-card-group/src/index.vue.d.ts +2 -2
  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/dialog/index.d.ts +26 -26
  8. package/es/components/dialog/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog-form/index.d.ts +28 -28
  10. package/es/components/dialog-form/src/index.vue.d.ts +6 -6
  11. package/es/components/display-item/index.d.ts +12 -12
  12. package/es/components/display-item/src/index.vue.d.ts +12 -12
  13. package/es/components/drawer-form/index.d.ts +40 -40
  14. package/es/components/drawer-form/src/index.vue.d.ts +10 -10
  15. package/es/components/form/index.d.ts +39 -39
  16. package/es/components/form/src/form-content.vue.d.ts +12 -12
  17. package/es/components/form/src/index.vue.d.ts +11 -11
  18. package/es/components/form-item/index.d.ts +36 -36
  19. package/es/components/form-item/src/index.vue.d.ts +8 -8
  20. package/es/components/header/index.d.ts +7 -7
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +10 -10
  23. package/es/components/input-tag/src/index.vue.d.ts +2 -2
  24. package/es/components/layout/index.d.ts +30 -30
  25. package/es/components/layout/src/index.vue.d.ts +10 -10
  26. package/es/components/page/index.d.ts +305 -305
  27. package/es/components/page/src/index.vue.d.ts +103 -103
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +14 -14
  31. package/es/components/radio/src/index.vue.d.ts +6 -6
  32. package/es/components/render/index.d.ts +6 -6
  33. package/es/components/render/src/index.vue.d.ts +2 -2
  34. package/es/components/search/index.d.ts +137 -137
  35. package/es/components/search/src/index.vue.d.ts +43 -43
  36. package/es/components/search/src/index.vue2.mjs +1 -1
  37. package/es/components/sidebar/index.d.ts +15 -15
  38. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  39. package/es/components/steps-form/index.d.ts +23 -23
  40. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  41. package/es/components/table/src/table-column.vue.d.ts +12 -12
  42. package/es/components/utils/index.d.ts +2 -2
  43. package/es/components/yc-count-to/index.d.ts +1 -1
  44. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  45. package/es/components/yc-download-dialog/index.d.ts +19 -19
  46. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  47. package/es/components/yc-form-container-header/index.d.ts +12 -12
  48. package/es/components/yc-more-actions/index.d.ts +6 -6
  49. package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
  50. package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +1 -1
  51. package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +0 -6
  52. package/es/components/yc-plus-page/src/index.vue.d.ts +208 -208
  53. package/es/components/yc-segmented/index.d.ts +2 -2
  54. package/es/components/yc-segmented/src/index.d.ts +2 -2
  55. package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
  56. package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  57. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  58. package/es/hooks/usePlusFormReset.d.ts +169 -169
  59. package/es/index.css +10 -10
  60. package/index.css +6 -6
  61. package/index.js +3 -9
  62. package/index.min.css +1 -1
  63. package/index.min.js +3 -3
  64. package/index.min.mjs +10 -10
  65. package/index.mjs +3 -9
  66. package/lib/components/check-card/index.d.ts +23 -23
  67. package/lib/components/check-card/src/index.vue.d.ts +2 -2
  68. package/lib/components/check-card-group/index.d.ts +24 -24
  69. package/lib/components/check-card-group/src/index.vue.d.ts +2 -2
  70. package/lib/components/date-picker/index.d.ts +10 -10
  71. package/lib/components/date-picker/src/index.vue.d.ts +2 -2
  72. package/lib/components/dialog/index.d.ts +26 -26
  73. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  74. package/lib/components/dialog-form/index.d.ts +28 -28
  75. package/lib/components/dialog-form/src/index.vue.d.ts +6 -6
  76. package/lib/components/display-item/index.d.ts +12 -12
  77. package/lib/components/display-item/src/index.vue.d.ts +12 -12
  78. package/lib/components/drawer-form/index.d.ts +40 -40
  79. package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
  80. package/lib/components/form/index.d.ts +39 -39
  81. package/lib/components/form/src/form-content.vue.d.ts +12 -12
  82. package/lib/components/form/src/index.vue.d.ts +11 -11
  83. package/lib/components/form-item/index.d.ts +36 -36
  84. package/lib/components/form-item/src/index.vue.d.ts +8 -8
  85. package/lib/components/header/index.d.ts +7 -7
  86. package/lib/components/header/src/index.vue.d.ts +1 -1
  87. package/lib/components/input-tag/index.d.ts +10 -10
  88. package/lib/components/input-tag/src/index.vue.d.ts +2 -2
  89. package/lib/components/layout/index.d.ts +30 -30
  90. package/lib/components/layout/src/index.vue.d.ts +10 -10
  91. package/lib/components/page/index.d.ts +305 -305
  92. package/lib/components/page/src/index.vue.d.ts +103 -103
  93. package/lib/components/pagination/index.d.ts +42 -42
  94. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  95. package/lib/components/radio/index.d.ts +14 -14
  96. package/lib/components/radio/src/index.vue.d.ts +6 -6
  97. package/lib/components/render/index.d.ts +6 -6
  98. package/lib/components/render/src/index.vue.d.ts +2 -2
  99. package/lib/components/search/index.d.ts +137 -137
  100. package/lib/components/search/src/index.vue.d.ts +43 -43
  101. package/lib/components/search/src/index.vue2.js +1 -1
  102. package/lib/components/sidebar/index.d.ts +15 -15
  103. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  104. package/lib/components/steps-form/index.d.ts +23 -23
  105. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  106. package/lib/components/table/src/table-column.vue.d.ts +12 -12
  107. package/lib/components/utils/index.d.ts +2 -2
  108. package/lib/components/yc-count-to/index.d.ts +1 -1
  109. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  110. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  111. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  112. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  113. package/lib/components/yc-more-actions/index.d.ts +6 -6
  114. package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
  115. package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +1 -1
  116. package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +0 -6
  117. package/lib/components/yc-plus-page/src/index.vue.d.ts +208 -208
  118. package/lib/components/yc-segmented/index.d.ts +2 -2
  119. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  120. package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
  121. package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  122. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  123. package/lib/hooks/usePlusFormReset.d.ts +169 -169
  124. package/lib/index.css +10 -10
  125. package/locale/en.js +1 -1
  126. package/locale/en.min.js +1 -1
  127. package/locale/en.min.mjs +1 -1
  128. package/locale/en.mjs +1 -1
  129. package/locale/ja.js +1 -1
  130. package/locale/ja.min.js +1 -1
  131. package/locale/ja.min.mjs +1 -1
  132. package/locale/ja.mjs +1 -1
  133. package/locale/ko.js +1 -1
  134. package/locale/ko.min.js +1 -1
  135. package/locale/ko.min.mjs +1 -1
  136. package/locale/ko.mjs +1 -1
  137. package/locale/zh-cn.js +1 -1
  138. package/locale/zh-cn.min.js +1 -1
  139. package/locale/zh-cn.min.mjs +1 -1
  140. package/locale/zh-cn.mjs +1 -1
  141. package/locale/zh-tw.js +1 -1
  142. package/locale/zh-tw.min.js +1 -1
  143. package/locale/zh-tw.min.mjs +1 -1
  144. package/locale/zh-tw.mjs +1 -1
  145. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import { EpPropMergeType } from 'element-plus/es/utils';
2
2
  import { LooseRequired } from '@vue/shared';
3
3
  import { FormInstance, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, PopperEffect, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, SelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TimeSelectProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
4
- import { FieldValues, PlusColumn, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-pro-components';
5
4
  import { PlusDialogProps, PlusFormProps, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
5
+ import { FieldValues, PlusColumn, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'yc-pro-components';
6
6
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Ref, CSSProperties, Component } from 'vue';
7
7
  import { default as DialogForm } from './src/index.vue';
8
8
 
@@ -10,6 +10,10 @@ export type { PlusDialogFormProps } from './src/index.vue';
10
10
  export type PlusDialogFormInstance = InstanceType<typeof DialogForm>;
11
11
  export declare const PlusDialogForm: {
12
12
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
13
+ modelValue: {
14
+ type: PropType<FieldValues>;
15
+ default: () => {};
16
+ };
13
17
  dialog: {
14
18
  type: PropType<PlusDialogProps>;
15
19
  default: () => {};
@@ -22,18 +26,14 @@ export declare const PlusDialogForm: {
22
26
  type: PropType<boolean>;
23
27
  default: boolean;
24
28
  };
25
- modelValue: {
26
- type: PropType<FieldValues>;
27
- default: () => {};
28
- };
29
29
  hasErrorTip: {
30
30
  type: PropType<boolean>;
31
31
  default: boolean;
32
32
  };
33
33
  }>> & {
34
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
34
35
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
35
36
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
36
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
37
37
  onClose?: (() => any) | undefined;
38
38
  onCancel?: (() => any) | undefined;
39
39
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -51,6 +51,10 @@ export declare const PlusDialogForm: {
51
51
  close: () => void;
52
52
  confirmError: (errors: unknown) => void;
53
53
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
54
+ modelValue: {
55
+ type: PropType<FieldValues>;
56
+ default: () => {};
57
+ };
54
58
  dialog: {
55
59
  type: PropType<PlusDialogProps>;
56
60
  default: () => {};
@@ -63,27 +67,23 @@ export declare const PlusDialogForm: {
63
67
  type: PropType<boolean>;
64
68
  default: boolean;
65
69
  };
66
- modelValue: {
67
- type: PropType<FieldValues>;
68
- default: () => {};
69
- };
70
70
  hasErrorTip: {
71
71
  type: PropType<boolean>;
72
72
  default: boolean;
73
73
  };
74
74
  }>> & {
75
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
75
76
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
76
77
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
77
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
78
78
  onClose?: (() => any) | undefined;
79
79
  onCancel?: (() => any) | undefined;
80
80
  onConfirm?: ((values: FieldValues) => any) | undefined;
81
81
  onConfirmError?: ((errors: unknown) => any) | undefined;
82
82
  }, {
83
+ modelValue: FieldValues;
83
84
  dialog: PlusDialogProps;
84
85
  form: PlusFormProps;
85
86
  visible: boolean;
86
- modelValue: FieldValues;
87
87
  hasErrorTip: boolean;
88
88
  }, true, {}, {}, {
89
89
  P: {};
@@ -93,6 +93,10 @@ export declare const PlusDialogForm: {
93
93
  M: {};
94
94
  Defaults: {};
95
95
  }, Readonly< ExtractPropTypes<{
96
+ modelValue: {
97
+ type: PropType<FieldValues>;
98
+ default: () => {};
99
+ };
96
100
  dialog: {
97
101
  type: PropType<PlusDialogProps>;
98
102
  default: () => {};
@@ -105,18 +109,14 @@ export declare const PlusDialogForm: {
105
109
  type: PropType<boolean>;
106
110
  default: boolean;
107
111
  };
108
- modelValue: {
109
- type: PropType<FieldValues>;
110
- default: () => {};
111
- };
112
112
  hasErrorTip: {
113
113
  type: PropType<boolean>;
114
114
  default: boolean;
115
115
  };
116
116
  }>> & {
117
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
117
118
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
118
119
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
119
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
120
120
  onClose?: (() => any) | undefined;
121
121
  onCancel?: (() => any) | undefined;
122
122
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -126,16 +126,20 @@ export declare const PlusDialogForm: {
126
126
  handleCancel: () => void;
127
127
  formInstance: ComputedRef<FormInstance>;
128
128
  }, {}, {}, {}, {
129
+ modelValue: FieldValues;
129
130
  dialog: PlusDialogProps;
130
131
  form: PlusFormProps;
131
132
  visible: boolean;
132
- modelValue: FieldValues;
133
133
  hasErrorTip: boolean;
134
134
  }>;
135
135
  __isFragment?: undefined;
136
136
  __isTeleport?: undefined;
137
137
  __isSuspense?: undefined;
138
138
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
139
+ modelValue: {
140
+ type: PropType<FieldValues>;
141
+ default: () => {};
142
+ };
139
143
  dialog: {
140
144
  type: PropType<PlusDialogProps>;
141
145
  default: () => {};
@@ -148,18 +152,14 @@ export declare const PlusDialogForm: {
148
152
  type: PropType<boolean>;
149
153
  default: boolean;
150
154
  };
151
- modelValue: {
152
- type: PropType<FieldValues>;
153
- default: () => {};
154
- };
155
155
  hasErrorTip: {
156
156
  type: PropType<boolean>;
157
157
  default: boolean;
158
158
  };
159
159
  }>> & {
160
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
160
161
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
161
162
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
162
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
163
163
  onClose?: (() => any) | undefined;
164
164
  onCancel?: (() => any) | undefined;
165
165
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -177,16 +177,16 @@ export declare const PlusDialogForm: {
177
177
  close: () => void;
178
178
  confirmError: (errors: unknown) => void;
179
179
  }, string, {
180
+ modelValue: FieldValues;
180
181
  dialog: PlusDialogProps;
181
182
  form: PlusFormProps;
182
183
  visible: boolean;
183
- modelValue: FieldValues;
184
184
  hasErrorTip: boolean;
185
185
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
186
186
  $slots: Partial<Record<NonNullable<string | number>, (_: {
187
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
187
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
188
188
  readonly label: string | ComputedRef<string>;
189
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
189
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
190
190
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
191
191
  readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
192
192
  style?: CSSProperties | undefined;
@@ -213,7 +213,7 @@ export declare const PlusDialogForm: {
213
213
  };
214
214
  rows: number;
215
215
  autocomplete: string;
216
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
216
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
217
217
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
218
218
  step: string | number;
219
219
  format: string | ProgressFn | undefined;
@@ -258,7 +258,7 @@ export declare const PlusDialogForm: {
258
258
  fieldInstance?: any;
259
259
  valueIsReady?: Ref<boolean> | undefined;
260
260
  prop: string;
261
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
261
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
262
262
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
263
263
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
264
264
  style?: CSSProperties | undefined;
@@ -48,23 +48,23 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
48
48
  dialog: () => {};
49
49
  form: () => {};
50
50
  }>>> & {
51
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
51
52
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
52
53
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
53
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
54
54
  onClose?: (() => any) | undefined;
55
55
  onCancel?: (() => any) | undefined;
56
56
  onConfirm?: ((values: FieldValues) => any) | undefined;
57
57
  onConfirmError?: ((errors: unknown) => any) | undefined;
58
58
  }, {
59
+ modelValue: FieldValues;
59
60
  dialog: PlusDialogProps;
60
61
  form: PlusFormProps;
61
62
  visible: boolean;
62
- modelValue: FieldValues;
63
63
  hasErrorTip: boolean;
64
64
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
65
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
65
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
66
66
  readonly label: string | ComputedRef<string>;
67
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
67
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
68
68
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
69
69
  readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
70
70
  style?: CSSProperties | undefined;
@@ -91,7 +91,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
91
91
  };
92
92
  rows: number;
93
93
  autocomplete: string;
94
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
94
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
95
95
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
96
96
  step: string | number;
97
97
  format: string | ProgressFn | undefined;
@@ -136,7 +136,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
136
136
  fieldInstance?: any;
137
137
  valueIsReady?: Ref<boolean> | undefined;
138
138
  prop: string;
139
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
139
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
140
140
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
141
141
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
142
142
  style?: CSSProperties | undefined;
@@ -232,9 +232,9 @@ export declare const PlusDisplayItem: {
232
232
  editable: boolean | "click" | "dblclick";
233
233
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
234
234
  $slots: Partial<Record<string, (_: {
235
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
235
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
236
236
  readonly label: string | ComputedRef<string>;
237
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
237
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
238
238
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
239
239
  readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
240
240
  style?: CSSProperties | undefined;
@@ -261,7 +261,7 @@ export declare const PlusDisplayItem: {
261
261
  };
262
262
  rows: number;
263
263
  autocomplete: string;
264
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
264
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
265
265
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
266
266
  step: string | number;
267
267
  format: string | ProgressFn | undefined;
@@ -306,7 +306,7 @@ 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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
309
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
310
310
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
311
311
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
312
312
  style?: CSSProperties | undefined;
@@ -340,9 +340,9 @@ export declare const PlusDisplayItem: {
340
340
  clearable: boolean;
341
341
  index: number;
342
342
  }) => any>> & Partial<Record<string, (_: {
343
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
343
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
344
344
  readonly label: string | ComputedRef<string>;
345
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
345
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
346
346
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
347
347
  readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
348
348
  style?: CSSProperties | undefined;
@@ -369,7 +369,7 @@ export declare const PlusDisplayItem: {
369
369
  };
370
370
  rows: number;
371
371
  autocomplete: string;
372
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
372
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
373
373
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
374
374
  step: string | number;
375
375
  format: string | ProgressFn | undefined;
@@ -414,7 +414,7 @@ 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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
417
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
418
418
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
419
419
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
420
420
  style?: CSSProperties | undefined;
@@ -448,9 +448,9 @@ export declare const PlusDisplayItem: {
448
448
  clearable: boolean;
449
449
  index: number;
450
450
  }) => any>> & Partial<Record<string, (_: {
451
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
451
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
452
452
  readonly label: string | ComputedRef<string>;
453
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
453
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
454
454
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
455
455
  readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
456
456
  style?: CSSProperties | undefined;
@@ -477,7 +477,7 @@ export declare const PlusDisplayItem: {
477
477
  };
478
478
  rows: number;
479
479
  autocomplete: string;
480
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
480
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
481
481
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
482
482
  step: string | number;
483
483
  format: string | ProgressFn | undefined;
@@ -522,7 +522,7 @@ 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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
525
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
526
526
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
527
527
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
528
528
  style?: CSSProperties | undefined;
@@ -76,9 +76,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
76
76
  row: RecordType;
77
77
  editable: boolean | "click" | "dblclick";
78
78
  }, {}>, Partial<Record<string, (_: {
79
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
79
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
80
80
  readonly label: string | ComputedRef<string>;
81
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
81
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
82
82
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
83
83
  readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
84
84
  style?: CSSProperties | undefined;
@@ -105,7 +105,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
105
105
  };
106
106
  rows: number;
107
107
  autocomplete: string;
108
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
108
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
109
109
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
110
110
  step: string | number;
111
111
  format: string | ProgressFn | undefined;
@@ -150,7 +150,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
150
150
  fieldInstance?: any;
151
151
  valueIsReady?: Ref<boolean> | undefined;
152
152
  prop: string;
153
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
153
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
154
154
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
155
155
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
156
156
  style?: CSSProperties | undefined;
@@ -184,9 +184,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
184
184
  clearable: boolean;
185
185
  index: number;
186
186
  }) => any>> & Partial<Record<string, (_: {
187
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
187
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
188
188
  readonly label: string | ComputedRef<string>;
189
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
189
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
190
190
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
191
191
  readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
192
192
  style?: CSSProperties | undefined;
@@ -213,7 +213,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
213
213
  };
214
214
  rows: number;
215
215
  autocomplete: string;
216
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
216
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
217
217
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
218
218
  step: string | number;
219
219
  format: string | ProgressFn | undefined;
@@ -258,7 +258,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
258
258
  fieldInstance?: any;
259
259
  valueIsReady?: Ref<boolean> | undefined;
260
260
  prop: string;
261
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
261
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
262
262
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
263
263
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
264
264
  style?: CSSProperties | undefined;
@@ -292,9 +292,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
292
292
  clearable: boolean;
293
293
  index: number;
294
294
  }) => any>> & Partial<Record<string, (_: {
295
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
295
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
296
296
  readonly label: string | ComputedRef<string>;
297
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
297
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
298
298
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
299
299
  readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
300
300
  style?: CSSProperties | undefined;
@@ -321,7 +321,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
321
321
  };
322
322
  rows: number;
323
323
  autocomplete: string;
324
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
324
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
325
325
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
326
326
  step: string | number;
327
327
  format: string | ProgressFn | undefined;
@@ -366,7 +366,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
366
366
  fieldInstance?: any;
367
367
  valueIsReady?: Ref<boolean> | undefined;
368
368
  prop: string;
369
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
369
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
370
370
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
371
371
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
372
372
  style?: CSSProperties | undefined;