yc-pro-components 0.0.17 → 0.0.18

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 (127) 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/src/index.vue2.mjs +6 -3
  6. package/es/components/dialog-form/index.d.ts +1154 -0
  7. package/es/components/dialog-form/src/index.vue.d.ts +493 -0
  8. package/es/components/dialog-form/src/index.vue2.mjs +7 -4
  9. package/es/components/display-item/index.d.ts +41 -41
  10. package/es/components/display-item/src/index.vue.d.ts +22 -22
  11. package/es/components/drawer-form/index.d.ts +3467 -0
  12. package/es/components/drawer-form/src/index.vue.d.ts +1254 -0
  13. package/es/components/drawer-form/src/index.vue2.mjs +7 -4
  14. package/es/components/form/index.d.ts +1665 -1
  15. package/es/components/form/src/form-content.vue.d.ts +20 -20
  16. package/es/components/form/src/index.vue.d.ts +652 -0
  17. package/es/components/form/src/index.vue2.mjs +7 -4
  18. package/es/components/form-item/index.d.ts +32 -32
  19. package/es/components/form-item/src/index.vue.d.ts +12 -12
  20. package/es/components/header/index.d.ts +19 -19
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +9 -9
  23. package/es/components/input-tag/src/index.vue.d.ts +1 -1
  24. package/es/components/page/index.d.ts +15386 -0
  25. package/es/components/page/src/index.vue.d.ts +5306 -0
  26. package/es/components/popover/src/index.vue2.mjs +6 -3
  27. package/es/components/radio/index.d.ts +25 -25
  28. package/es/components/radio/src/index.vue.d.ts +25 -25
  29. package/es/components/render/index.d.ts +6 -6
  30. package/es/components/render/src/index.vue.d.ts +2 -2
  31. package/es/components/search/index.d.ts +4514 -0
  32. package/es/components/search/src/index.vue.d.ts +1539 -0
  33. package/es/components/table/index.d.ts +54 -54
  34. package/es/components/table/src/index.vue.d.ts +18 -18
  35. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  36. package/es/components/table/src/table-column.vue.d.ts +37 -37
  37. package/es/components/yc-count-to/index.d.ts +1 -1
  38. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  39. package/es/components/yc-dialog/index.d.ts +24 -24
  40. package/es/components/yc-more-actions/index.d.ts +46 -46
  41. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  42. package/es/components/yc-plus-page/src/index.vue.d.ts +12804 -0
  43. package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
  44. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  45. package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
  46. package/es/components/yc-status-dialog/src/index.vue2.mjs +6 -3
  47. package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  48. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  49. package/es/hooks/usePlusFormReset.d.ts +9833 -5
  50. package/es/index.css +1 -1
  51. package/index.css +7 -7
  52. package/index.js +41 -23
  53. package/index.min.css +1 -1
  54. package/index.min.js +7 -7
  55. package/index.min.mjs +7 -7
  56. package/index.mjs +41 -23
  57. package/lib/components/check-card/index.d.ts +38 -38
  58. package/lib/components/check-card/src/index.vue.d.ts +2 -2
  59. package/lib/components/check-card-group/index.d.ts +19 -19
  60. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  61. package/lib/components/dialog/src/index.vue2.js +6 -3
  62. package/lib/components/dialog-form/index.d.ts +1154 -0
  63. package/lib/components/dialog-form/src/index.vue.d.ts +493 -0
  64. package/lib/components/dialog-form/src/index.vue2.js +7 -4
  65. package/lib/components/display-item/index.d.ts +41 -41
  66. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  67. package/lib/components/drawer-form/index.d.ts +3467 -0
  68. package/lib/components/drawer-form/src/index.vue.d.ts +1254 -0
  69. package/lib/components/drawer-form/src/index.vue2.js +7 -4
  70. package/lib/components/form/index.d.ts +1665 -1
  71. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  72. package/lib/components/form/src/index.vue.d.ts +652 -0
  73. package/lib/components/form/src/index.vue2.js +7 -4
  74. package/lib/components/form-item/index.d.ts +32 -32
  75. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  76. package/lib/components/header/index.d.ts +19 -19
  77. package/lib/components/header/src/index.vue.d.ts +1 -1
  78. package/lib/components/input-tag/index.d.ts +9 -9
  79. package/lib/components/input-tag/src/index.vue.d.ts +1 -1
  80. package/lib/components/page/index.d.ts +15386 -0
  81. package/lib/components/page/src/index.vue.d.ts +5306 -0
  82. package/lib/components/popover/src/index.vue2.js +6 -3
  83. package/lib/components/radio/index.d.ts +25 -25
  84. package/lib/components/radio/src/index.vue.d.ts +25 -25
  85. package/lib/components/render/index.d.ts +6 -6
  86. package/lib/components/render/src/index.vue.d.ts +2 -2
  87. package/lib/components/search/index.d.ts +4514 -0
  88. package/lib/components/search/src/index.vue.d.ts +1539 -0
  89. package/lib/components/table/index.d.ts +54 -54
  90. package/lib/components/table/src/index.vue.d.ts +18 -18
  91. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  92. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  93. package/lib/components/yc-count-to/index.d.ts +1 -1
  94. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  95. package/lib/components/yc-dialog/index.d.ts +24 -24
  96. package/lib/components/yc-more-actions/index.d.ts +46 -46
  97. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  98. package/lib/components/yc-plus-page/src/index.vue.d.ts +12804 -0
  99. package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
  100. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  101. package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
  102. package/lib/components/yc-status-dialog/src/index.vue2.js +6 -3
  103. package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  104. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  105. package/lib/hooks/usePlusFormReset.d.ts +9833 -5
  106. package/lib/index.css +1 -1
  107. package/locale/en.js +1 -1
  108. package/locale/en.min.js +1 -1
  109. package/locale/en.min.mjs +1 -1
  110. package/locale/en.mjs +1 -1
  111. package/locale/ja.js +1 -1
  112. package/locale/ja.min.js +1 -1
  113. package/locale/ja.min.mjs +1 -1
  114. package/locale/ja.mjs +1 -1
  115. package/locale/ko.js +1 -1
  116. package/locale/ko.min.js +1 -1
  117. package/locale/ko.min.mjs +1 -1
  118. package/locale/ko.mjs +1 -1
  119. package/locale/zh-cn.js +1 -1
  120. package/locale/zh-cn.min.js +1 -1
  121. package/locale/zh-cn.min.mjs +1 -1
  122. package/locale/zh-cn.mjs +1 -1
  123. package/locale/zh-tw.js +1 -1
  124. package/locale/zh-tw.min.js +1 -1
  125. package/locale/zh-tw.min.mjs +1 -1
  126. package/locale/zh-tw.mjs +1 -1
  127. package/package.json +3 -3
@@ -2,7 +2,7 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
2
2
  import { EpPropMergeType } from 'element-plus/es/utils';
3
3
  import { 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 { LooseRequired } from '@vue/shared';
5
- import { PlusFormProps, RecordType, PlusColumn, FieldValueType, PlusFormItemProps, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, OptionsRow } from 'packages/yc-components';
5
+ import { RecordType, PlusFormProps, PlusColumn, FieldValueType, PlusFormItemProps, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, OptionsRow } from 'packages/yc-components';
6
6
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, CSSProperties } from 'vue';
7
7
  import { default as DisplayItem } from './src/index.vue';
8
8
 
@@ -14,14 +14,14 @@ export declare const PlusDisplayItem: {
14
14
  type: PropType<number>;
15
15
  default: number;
16
16
  };
17
- formProps: {
18
- type: PropType<PlusFormProps>;
19
- default: () => {};
20
- };
21
17
  rest: {
22
18
  type: PropType<RecordType>;
23
19
  default: () => {};
24
20
  };
21
+ formProps: {
22
+ type: PropType<PlusFormProps>;
23
+ default: () => {};
24
+ };
25
25
  column: {
26
26
  type: PropType<PlusColumn>;
27
27
  required: true;
@@ -67,14 +67,14 @@ export declare const PlusDisplayItem: {
67
67
  type: PropType<number>;
68
68
  default: number;
69
69
  };
70
- formProps: {
71
- type: PropType<PlusFormProps>;
72
- default: () => {};
73
- };
74
70
  rest: {
75
71
  type: PropType<RecordType>;
76
72
  default: () => {};
77
73
  };
74
+ formProps: {
75
+ type: PropType<PlusFormProps>;
76
+ default: () => {};
77
+ };
78
78
  column: {
79
79
  type: PropType<PlusColumn>;
80
80
  required: true;
@@ -100,8 +100,8 @@ export declare const PlusDisplayItem: {
100
100
  }) => any) | undefined;
101
101
  }, {
102
102
  index: number;
103
- formProps: PlusFormProps;
104
103
  rest: RecordType;
104
+ formProps: PlusFormProps;
105
105
  column: PlusColumn;
106
106
  row: RecordType;
107
107
  editable: boolean | "click" | "dblclick";
@@ -117,14 +117,14 @@ export declare const PlusDisplayItem: {
117
117
  type: PropType<number>;
118
118
  default: number;
119
119
  };
120
- formProps: {
121
- type: PropType<PlusFormProps>;
122
- default: () => {};
123
- };
124
120
  rest: {
125
121
  type: PropType<RecordType>;
126
122
  default: () => {};
127
123
  };
124
+ formProps: {
125
+ type: PropType<PlusFormProps>;
126
+ default: () => {};
127
+ };
128
128
  column: {
129
129
  type: PropType<PlusColumn>;
130
130
  required: true;
@@ -161,8 +161,8 @@ export declare const PlusDisplayItem: {
161
161
  };
162
162
  }, {}, {}, {}, {
163
163
  index: number;
164
- formProps: PlusFormProps;
165
164
  rest: RecordType;
165
+ formProps: PlusFormProps;
166
166
  column: PlusColumn;
167
167
  row: RecordType;
168
168
  editable: boolean | "click" | "dblclick";
@@ -175,14 +175,14 @@ export declare const PlusDisplayItem: {
175
175
  type: PropType<number>;
176
176
  default: number;
177
177
  };
178
- formProps: {
179
- type: PropType<PlusFormProps>;
180
- default: () => {};
181
- };
182
178
  rest: {
183
179
  type: PropType<RecordType>;
184
180
  default: () => {};
185
181
  };
182
+ formProps: {
183
+ type: PropType<PlusFormProps>;
184
+ default: () => {};
185
+ };
186
186
  column: {
187
187
  type: PropType<PlusColumn>;
188
188
  required: true;
@@ -225,8 +225,8 @@ export declare const PlusDisplayItem: {
225
225
  }) => void;
226
226
  }, string, {
227
227
  index: number;
228
- formProps: PlusFormProps;
229
228
  rest: RecordType;
229
+ formProps: PlusFormProps;
230
230
  column: PlusColumn;
231
231
  row: RecordType;
232
232
  editable: boolean | "click" | "dblclick";
@@ -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" | "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] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "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" | "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";
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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
309
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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>>;
@@ -342,12 +342,12 @@ export declare const PlusDisplayItem: {
342
342
  }) => any>> & Partial<Record<string, (_: {
343
343
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "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" | "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";
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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
417
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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>>;
@@ -450,12 +450,12 @@ export declare const PlusDisplayItem: {
450
450
  }) => any>> & Partial<Record<string, (_: {
451
451
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "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" | "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";
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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
525
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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>>;
@@ -71,20 +71,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
71
71
  }) => any) | undefined;
72
72
  }, {
73
73
  index: number;
74
- formProps: PlusFormProps;
75
74
  rest: RecordType;
75
+ formProps: PlusFormProps;
76
76
  column: PlusColumn;
77
77
  row: RecordType;
78
78
  editable: boolean | "click" | "dblclick";
79
79
  }, {}>, Partial<Record<string, (_: {
80
80
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
81
81
  readonly label: string | ComputedRef<string>;
82
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
82
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "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" | "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";
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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
154
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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>>;
@@ -187,12 +187,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
187
187
  }) => any>> & Partial<Record<string, (_: {
188
188
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
189
189
  readonly label: string | ComputedRef<string>;
190
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
190
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "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" | "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";
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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
262
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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>>;
@@ -295,12 +295,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
295
295
  }) => any>> & Partial<Record<string, (_: {
296
296
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
297
297
  readonly label: string | ComputedRef<string>;
298
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
298
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "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" | "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";
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] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
370
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | 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>>;