yc-pro-components 0.0.62 → 0.0.64

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 (139) hide show
  1. package/es/components/check-card/index.d.ts +61 -61
  2. package/es/components/check-card/src/index.vue.d.ts +4 -4
  3. package/es/components/check-card-group/index.d.ts +43 -43
  4. package/es/components/check-card-group/src/index.vue.d.ts +3 -3
  5. package/es/components/date-picker/index.d.ts +20 -20
  6. package/es/components/date-picker/src/index.vue.d.ts +12 -12
  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 +31 -31
  10. package/es/components/dialog-form/src/index.vue.d.ts +9 -9
  11. package/es/components/display-item/index.d.ts +41 -41
  12. package/es/components/display-item/src/index.vue.d.ts +22 -22
  13. package/es/components/drawer-form/index.d.ts +65 -65
  14. package/es/components/drawer-form/src/index.vue.d.ts +15 -15
  15. package/es/components/form/index.d.ts +45 -45
  16. package/es/components/form/src/form-content.vue.d.ts +20 -20
  17. package/es/components/form/src/index.vue.d.ts +17 -17
  18. package/es/components/form-item/index.d.ts +48 -48
  19. package/es/components/form-item/src/index.vue.d.ts +14 -14
  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 +15 -15
  23. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  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 +344 -344
  27. package/es/components/page/src/index.vue.d.ts +118 -118
  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 +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +154 -154
  35. package/es/components/search/src/index.vue.d.ts +50 -50
  36. package/es/components/sidebar/index.d.ts +15 -15
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/src/table-column.vue.d.ts +37 -37
  41. package/es/components/utils/index.d.ts +2 -2
  42. package/es/components/yc-dialog/index.d.ts +24 -24
  43. package/es/components/yc-download-dialog/index.d.ts +19 -19
  44. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  45. package/es/components/yc-form-container-header/index.d.ts +12 -12
  46. package/es/components/yc-more-actions/index.d.ts +46 -46
  47. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  48. package/es/components/yc-plus-page/src/filter-strategies.mjs +5 -1
  49. package/es/components/yc-plus-page/src/index.vue.d.ts +235 -235
  50. package/es/components/yc-segmented/index.d.ts +2 -2
  51. package/es/components/yc-segmented/src/index.d.ts +2 -2
  52. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  53. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  54. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  55. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  56. package/es/hooks/usePlusFormReset.d.ts +238 -238
  57. package/es/index.css +11 -11
  58. package/index.js +6 -2
  59. package/index.min.js +10 -10
  60. package/index.min.mjs +11 -11
  61. package/index.mjs +6 -2
  62. package/lib/components/check-card/index.d.ts +61 -61
  63. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  64. package/lib/components/check-card-group/index.d.ts +43 -43
  65. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  66. package/lib/components/date-picker/index.d.ts +20 -20
  67. package/lib/components/date-picker/src/index.vue.d.ts +12 -12
  68. package/lib/components/dialog/index.d.ts +26 -26
  69. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  70. package/lib/components/dialog-form/index.d.ts +31 -31
  71. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  72. package/lib/components/display-item/index.d.ts +41 -41
  73. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  74. package/lib/components/drawer-form/index.d.ts +65 -65
  75. package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
  76. package/lib/components/form/index.d.ts +45 -45
  77. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  78. package/lib/components/form/src/index.vue.d.ts +17 -17
  79. package/lib/components/form-item/index.d.ts +48 -48
  80. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  81. package/lib/components/header/index.d.ts +19 -19
  82. package/lib/components/header/src/index.vue.d.ts +1 -1
  83. package/lib/components/input-tag/index.d.ts +15 -15
  84. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  85. package/lib/components/layout/index.d.ts +30 -30
  86. package/lib/components/layout/src/index.vue.d.ts +10 -10
  87. package/lib/components/page/index.d.ts +344 -344
  88. package/lib/components/page/src/index.vue.d.ts +118 -118
  89. package/lib/components/pagination/index.d.ts +42 -42
  90. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  91. package/lib/components/radio/index.d.ts +35 -35
  92. package/lib/components/radio/src/index.vue.d.ts +27 -27
  93. package/lib/components/render/index.d.ts +3 -3
  94. package/lib/components/render/src/index.vue.d.ts +1 -1
  95. package/lib/components/search/index.d.ts +154 -154
  96. package/lib/components/search/src/index.vue.d.ts +50 -50
  97. package/lib/components/sidebar/index.d.ts +15 -15
  98. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  99. package/lib/components/steps-form/index.d.ts +23 -23
  100. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  101. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  102. package/lib/components/utils/index.d.ts +2 -2
  103. package/lib/components/yc-dialog/index.d.ts +24 -24
  104. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  105. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  106. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  107. package/lib/components/yc-more-actions/index.d.ts +46 -46
  108. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  109. package/lib/components/yc-plus-page/src/filter-strategies.js +5 -1
  110. package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
  111. package/lib/components/yc-segmented/index.d.ts +2 -2
  112. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  113. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  114. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  115. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  116. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  117. package/lib/hooks/usePlusFormReset.d.ts +238 -238
  118. package/lib/index.css +7 -7
  119. package/locale/en.js +1 -1
  120. package/locale/en.min.js +1 -1
  121. package/locale/en.min.mjs +1 -1
  122. package/locale/en.mjs +1 -1
  123. package/locale/ja.js +1 -1
  124. package/locale/ja.min.js +1 -1
  125. package/locale/ja.min.mjs +1 -1
  126. package/locale/ja.mjs +1 -1
  127. package/locale/ko.js +1 -1
  128. package/locale/ko.min.js +1 -1
  129. package/locale/ko.min.mjs +1 -1
  130. package/locale/ko.mjs +1 -1
  131. package/locale/zh-cn.js +1 -1
  132. package/locale/zh-cn.min.js +1 -1
  133. package/locale/zh-cn.min.mjs +1 -1
  134. package/locale/zh-cn.mjs +1 -1
  135. package/locale/zh-tw.js +1 -1
  136. package/locale/zh-tw.min.js +1 -1
  137. package/locale/zh-tw.min.mjs +1 -1
  138. package/locale/zh-tw.mjs +1 -1
  139. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import { EpPropMergeType } from 'element-plus/es/utils';
2
2
  import { 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';
3
3
  import { LooseRequired } from '@vue/shared';
4
- import { RecordType, PlusColumn, FieldValueType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, OptionsRow } from 'yc-pro-components';
5
4
  import { PlusFormProps, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
5
+ import { RecordType, PlusColumn, FieldValueType, Mutable, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, OptionsRow } from 'yc-pro-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,21 +225,21 @@ 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";
233
233
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
234
234
  $slots: Partial<Record<string, (_: {
235
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
235
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "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] | boolean[] | RecordType | Date | 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>>;
@@ -306,12 +306,12 @@ export declare const PlusDisplayItem: {
306
306
  fieldInstance?: any;
307
307
  valueIsReady?: Ref<boolean> | undefined;
308
308
  prop: string;
309
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
309
+ modelValue: string | number | boolean | 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>>;
@@ -340,14 +340,14 @@ export declare const PlusDisplayItem: {
340
340
  clearable: boolean;
341
341
  index: number;
342
342
  }) => any>> & Partial<Record<string, (_: {
343
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
343
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "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] | boolean[] | RecordType | Date | 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>>;
@@ -414,12 +414,12 @@ export declare const PlusDisplayItem: {
414
414
  fieldInstance?: any;
415
415
  valueIsReady?: Ref<boolean> | undefined;
416
416
  prop: string;
417
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
417
+ modelValue: string | number | boolean | 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>>;
@@ -448,14 +448,14 @@ export declare const PlusDisplayItem: {
448
448
  clearable: boolean;
449
449
  index: number;
450
450
  }) => any>> & Partial<Record<string, (_: {
451
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
451
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "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] | boolean[] | RecordType | Date | 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>>;
@@ -522,12 +522,12 @@ export declare const PlusDisplayItem: {
522
522
  fieldInstance?: any;
523
523
  valueIsReady?: Ref<boolean> | undefined;
524
524
  prop: string;
525
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
525
+ modelValue: string | number | boolean | 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>>;
@@ -70,20 +70,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
70
70
  }) => any) | undefined;
71
71
  }, {
72
72
  index: number;
73
- formProps: PlusFormProps;
74
73
  rest: RecordType;
74
+ formProps: PlusFormProps;
75
75
  column: PlusColumn;
76
76
  row: RecordType;
77
77
  editable: boolean | "click" | "dblclick";
78
78
  }, {}>, Partial<Record<string, (_: {
79
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
79
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
81
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
82
82
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
83
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
83
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
84
84
  style?: CSSProperties | undefined;
85
85
  class?: any;
86
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
86
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
87
87
  style?: CSSProperties | undefined;
88
88
  class?: any;
89
89
  } & RecordType>>;
@@ -150,12 +150,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
153
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
154
154
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
155
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
155
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
156
156
  style?: CSSProperties | undefined;
157
157
  class?: any;
158
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
158
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
159
159
  style?: CSSProperties | undefined;
160
160
  class?: any;
161
161
  } & RecordType>>;
@@ -184,14 +184,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
187
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
189
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
190
190
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
191
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
191
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
192
192
  style?: CSSProperties | undefined;
193
193
  class?: any;
194
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
194
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
195
195
  style?: CSSProperties | undefined;
196
196
  class?: any;
197
197
  } & RecordType>>;
@@ -258,12 +258,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
261
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
262
262
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
263
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
263
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
264
264
  style?: CSSProperties | undefined;
265
265
  class?: any;
266
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
266
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
267
267
  style?: CSSProperties | undefined;
268
268
  class?: any;
269
269
  } & RecordType>>;
@@ -292,14 +292,14 @@ 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
295
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
297
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
298
298
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
299
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
299
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
300
300
  style?: CSSProperties | undefined;
301
301
  class?: any;
302
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
302
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
303
303
  style?: CSSProperties | undefined;
304
304
  class?: any;
305
305
  } & RecordType>>;
@@ -366,12 +366,12 @@ 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
369
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
370
370
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
371
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
371
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
372
372
  style?: CSSProperties | undefined;
373
373
  class?: any;
374
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
374
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
375
375
  style?: CSSProperties | undefined;
376
376
  class?: any;
377
377
  } & RecordType>>;