yc-pro-components 0.0.52 → 0.0.53

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 (147) 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/index.vue.d.ts +235 -235
  49. package/es/components/yc-segmented/index.d.ts +2 -2
  50. package/es/components/yc-segmented/src/index.d.ts +2 -2
  51. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  52. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  53. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  54. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  55. package/es/defaults.mjs +9 -2
  56. package/es/directives/dist/fn-perm.mjs +12 -0
  57. package/es/hooks/usePlusFormReset.d.ts +238 -238
  58. package/es/index.css +12 -12
  59. package/es/index.mjs +8 -1
  60. package/es/utils/dist/permission.mjs +3 -0
  61. package/index.js +10 -17
  62. package/index.min.js +11 -11
  63. package/index.min.mjs +11 -11
  64. package/index.mjs +6 -14
  65. package/lib/components/check-card/index.d.ts +61 -61
  66. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  67. package/lib/components/check-card-group/index.d.ts +43 -43
  68. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  69. package/lib/components/date-picker/index.d.ts +20 -20
  70. package/lib/components/date-picker/src/index.vue.d.ts +12 -12
  71. package/lib/components/dialog/index.d.ts +26 -26
  72. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  73. package/lib/components/dialog-form/index.d.ts +31 -31
  74. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  75. package/lib/components/display-item/index.d.ts +41 -41
  76. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  77. package/lib/components/drawer-form/index.d.ts +65 -65
  78. package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
  79. package/lib/components/form/index.d.ts +45 -45
  80. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  81. package/lib/components/form/src/index.vue.d.ts +17 -17
  82. package/lib/components/form-item/index.d.ts +48 -48
  83. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  84. package/lib/components/header/index.d.ts +19 -19
  85. package/lib/components/header/src/index.vue.d.ts +1 -1
  86. package/lib/components/input-tag/index.d.ts +15 -15
  87. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  88. package/lib/components/layout/index.d.ts +30 -30
  89. package/lib/components/layout/src/index.vue.d.ts +10 -10
  90. package/lib/components/page/index.d.ts +344 -344
  91. package/lib/components/page/src/index.vue.d.ts +118 -118
  92. package/lib/components/pagination/index.d.ts +42 -42
  93. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  94. package/lib/components/radio/index.d.ts +35 -35
  95. package/lib/components/radio/src/index.vue.d.ts +27 -27
  96. package/lib/components/render/index.d.ts +3 -3
  97. package/lib/components/render/src/index.vue.d.ts +1 -1
  98. package/lib/components/search/index.d.ts +154 -154
  99. package/lib/components/search/src/index.vue.d.ts +50 -50
  100. package/lib/components/sidebar/index.d.ts +15 -15
  101. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  102. package/lib/components/steps-form/index.d.ts +23 -23
  103. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  104. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  105. package/lib/components/utils/index.d.ts +2 -2
  106. package/lib/components/yc-dialog/index.d.ts +24 -24
  107. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  108. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  109. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  110. package/lib/components/yc-more-actions/index.d.ts +46 -46
  111. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  112. package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
  113. package/lib/components/yc-segmented/index.d.ts +2 -2
  114. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  115. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  116. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  117. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  118. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  119. package/lib/defaults.js +9 -2
  120. package/lib/directives/dist/fn-perm.js +14 -0
  121. package/lib/hooks/usePlusFormReset.d.ts +238 -238
  122. package/lib/index.css +8 -8
  123. package/lib/index.js +9 -2
  124. package/lib/utils/dist/permission.js +5 -0
  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
  146. package/es/directives/dist/index.mjs +0 -14
  147. package/lib/directives/dist/index.js +0 -16
@@ -1,7 +1,7 @@
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 { PlusFormProps, RecordType, PlusColumn, FieldValueType, PlusFormItemProps, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, OptionsRow } from 'packages/yc-components';
4
+ import { RecordType, PlusFormProps, PlusColumn, FieldValueType, PlusFormItemProps, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, OptionsRow } from 'packages/yc-components';
5
5
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, CSSProperties } from 'vue';
6
6
  import { default as DisplayItem } from './src/index.vue';
7
7
 
@@ -13,14 +13,14 @@ export declare const PlusDisplayItem: {
13
13
  type: PropType<number>;
14
14
  default: number;
15
15
  };
16
- formProps: {
17
- type: PropType<PlusFormProps>;
18
- default: () => {};
19
- };
20
16
  rest: {
21
17
  type: PropType<RecordType>;
22
18
  default: () => {};
23
19
  };
20
+ formProps: {
21
+ type: PropType<PlusFormProps>;
22
+ default: () => {};
23
+ };
24
24
  column: {
25
25
  type: PropType<PlusColumn>;
26
26
  required: true;
@@ -66,14 +66,14 @@ export declare const PlusDisplayItem: {
66
66
  type: PropType<number>;
67
67
  default: number;
68
68
  };
69
- formProps: {
70
- type: PropType<PlusFormProps>;
71
- default: () => {};
72
- };
73
69
  rest: {
74
70
  type: PropType<RecordType>;
75
71
  default: () => {};
76
72
  };
73
+ formProps: {
74
+ type: PropType<PlusFormProps>;
75
+ default: () => {};
76
+ };
77
77
  column: {
78
78
  type: PropType<PlusColumn>;
79
79
  required: true;
@@ -99,8 +99,8 @@ export declare const PlusDisplayItem: {
99
99
  }) => any) | undefined;
100
100
  }, {
101
101
  index: number;
102
- formProps: PlusFormProps;
103
102
  rest: RecordType;
103
+ formProps: PlusFormProps;
104
104
  column: PlusColumn;
105
105
  row: RecordType;
106
106
  editable: boolean | "click" | "dblclick";
@@ -116,14 +116,14 @@ export declare const PlusDisplayItem: {
116
116
  type: PropType<number>;
117
117
  default: number;
118
118
  };
119
- formProps: {
120
- type: PropType<PlusFormProps>;
121
- default: () => {};
122
- };
123
119
  rest: {
124
120
  type: PropType<RecordType>;
125
121
  default: () => {};
126
122
  };
123
+ formProps: {
124
+ type: PropType<PlusFormProps>;
125
+ default: () => {};
126
+ };
127
127
  column: {
128
128
  type: PropType<PlusColumn>;
129
129
  required: true;
@@ -160,8 +160,8 @@ export declare const PlusDisplayItem: {
160
160
  };
161
161
  }, {}, {}, {}, {
162
162
  index: number;
163
- formProps: PlusFormProps;
164
163
  rest: RecordType;
164
+ formProps: PlusFormProps;
165
165
  column: PlusColumn;
166
166
  row: RecordType;
167
167
  editable: boolean | "click" | "dblclick";
@@ -174,14 +174,14 @@ export declare const PlusDisplayItem: {
174
174
  type: PropType<number>;
175
175
  default: number;
176
176
  };
177
- formProps: {
178
- type: PropType<PlusFormProps>;
179
- default: () => {};
180
- };
181
177
  rest: {
182
178
  type: PropType<RecordType>;
183
179
  default: () => {};
184
180
  };
181
+ formProps: {
182
+ type: PropType<PlusFormProps>;
183
+ default: () => {};
184
+ };
185
185
  column: {
186
186
  type: PropType<PlusColumn>;
187
187
  required: true;
@@ -224,21 +224,21 @@ export declare const PlusDisplayItem: {
224
224
  }) => void;
225
225
  }, string, {
226
226
  index: number;
227
- formProps: PlusFormProps;
228
227
  rest: RecordType;
228
+ formProps: PlusFormProps;
229
229
  column: PlusColumn;
230
230
  row: RecordType;
231
231
  editable: boolean | "click" | "dblclick";
232
232
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
233
233
  $slots: Partial<Record<string, (_: {
234
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
234
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
235
235
  readonly label: string | ComputedRef<string>;
236
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
236
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
237
237
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
238
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
238
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
239
239
  style?: CSSProperties | undefined;
240
240
  class?: any;
241
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
241
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
242
242
  style?: CSSProperties | undefined;
243
243
  class?: any;
244
244
  } & RecordType>>;
@@ -305,12 +305,12 @@ export declare const PlusDisplayItem: {
305
305
  fieldInstance?: any;
306
306
  valueIsReady?: Ref<boolean> | undefined;
307
307
  prop: string;
308
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
308
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
309
309
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
310
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
310
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
311
311
  style?: CSSProperties | undefined;
312
312
  class?: any;
313
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
313
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
314
314
  style?: CSSProperties | undefined;
315
315
  class?: any;
316
316
  } & RecordType>>;
@@ -339,14 +339,14 @@ export declare const PlusDisplayItem: {
339
339
  clearable: boolean;
340
340
  index: number;
341
341
  }) => any>> & Partial<Record<string, (_: {
342
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
342
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
343
343
  readonly label: string | ComputedRef<string>;
344
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
344
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
345
345
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
346
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
346
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
347
347
  style?: CSSProperties | undefined;
348
348
  class?: any;
349
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
349
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
350
350
  style?: CSSProperties | undefined;
351
351
  class?: any;
352
352
  } & RecordType>>;
@@ -413,12 +413,12 @@ export declare const PlusDisplayItem: {
413
413
  fieldInstance?: any;
414
414
  valueIsReady?: Ref<boolean> | undefined;
415
415
  prop: string;
416
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
416
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
417
417
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
418
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
418
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
419
419
  style?: CSSProperties | undefined;
420
420
  class?: any;
421
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
421
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
422
422
  style?: CSSProperties | undefined;
423
423
  class?: any;
424
424
  } & RecordType>>;
@@ -447,14 +447,14 @@ export declare const PlusDisplayItem: {
447
447
  clearable: boolean;
448
448
  index: number;
449
449
  }) => any>> & Partial<Record<string, (_: {
450
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
450
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
451
451
  readonly label: string | ComputedRef<string>;
452
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
452
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
453
453
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
454
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
454
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
455
455
  style?: CSSProperties | undefined;
456
456
  class?: any;
457
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
457
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
458
458
  style?: CSSProperties | undefined;
459
459
  class?: any;
460
460
  } & RecordType>>;
@@ -521,12 +521,12 @@ export declare const PlusDisplayItem: {
521
521
  fieldInstance?: any;
522
522
  valueIsReady?: Ref<boolean> | undefined;
523
523
  prop: string;
524
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
524
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
525
525
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
526
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
526
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
527
527
  style?: CSSProperties | undefined;
528
528
  class?: any;
529
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
529
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
530
530
  style?: CSSProperties | undefined;
531
531
  class?: any;
532
532
  } & 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>>;