yc-pro-components 0.0.19 → 0.0.21

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 (179) 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 +10 -10
  6. package/es/components/date-picker/src/index.vue.d.ts +2 -2
  7. package/es/components/dialog/index.d.ts +26 -26
  8. package/es/components/dialog/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog-form/index.d.ts +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 +50 -50
  14. package/es/components/drawer-form/src/index.vue.d.ts +10 -10
  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 +42 -42
  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/index.mjs +3 -1
  23. package/es/components/input-tag/index.d.ts +20 -20
  24. package/es/components/input-tag/src/index.vue.d.ts +8 -8
  25. package/es/components/layout/index.d.ts +30 -30
  26. package/es/components/layout/src/index.vue.d.ts +10 -10
  27. package/es/components/page/index.d.ts +452 -452
  28. package/es/components/page/src/index.vue.d.ts +154 -154
  29. package/es/components/pagination/index.d.ts +42 -42
  30. package/es/components/pagination/src/index.vue.d.ts +3 -3
  31. package/es/components/radio/index.d.ts +35 -35
  32. package/es/components/radio/src/index.vue.d.ts +27 -27
  33. package/es/components/render/index.d.ts +3 -3
  34. package/es/components/render/src/index.vue.d.ts +1 -1
  35. package/es/components/search/index.d.ts +154 -154
  36. package/es/components/search/src/index.vue.d.ts +50 -50
  37. package/es/components/sidebar/index.d.ts +15 -15
  38. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  39. package/es/components/steps-form/index.d.ts +23 -23
  40. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  41. package/es/components/table/index.d.ts +54 -54
  42. package/es/components/table/src/index.vue.d.ts +18 -18
  43. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  44. package/es/components/table/src/table-column.vue.d.ts +37 -37
  45. package/es/components/utils/index.d.ts +2 -2
  46. package/es/components/yc-dialog/index.d.ts +24 -24
  47. package/es/components/yc-download-dialog/index.d.ts +19 -19
  48. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  49. package/es/components/yc-form-container-header/index.d.ts +12 -12
  50. package/es/components/yc-more-actions/index.d.ts +46 -46
  51. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  52. package/es/components/yc-plus-page/index.d.ts +5 -1
  53. package/es/components/yc-plus-page/index.mjs +5 -1
  54. package/es/components/yc-plus-page/src/constants.d.ts +22 -0
  55. package/es/components/yc-plus-page/src/constants.mjs +41 -0
  56. package/es/components/yc-plus-page/src/header-filter-cell.vue.d.ts +85 -0
  57. package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +6 -0
  58. package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +354 -0
  59. package/es/components/yc-plus-page/src/index.vue.d.ts +681 -377
  60. package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
  61. package/es/components/yc-plus-page/src/index.vue2.mjs +126 -8
  62. package/es/components/yc-plus-page/src/type.d.ts +112 -0
  63. package/es/components/yc-plus-page/src/use-header-filter.d.ts +55 -0
  64. package/es/components/yc-plus-page/src/use-header-filter.mjs +172 -0
  65. package/es/components/yc-segmented/index.d.ts +2 -2
  66. package/es/components/yc-segmented/src/index.d.ts +2 -2
  67. package/es/components/yc-select-v2/src/directive.d.ts +0 -4
  68. package/es/components/yc-select-v2/src/directive.mjs +70 -17
  69. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  70. package/es/components/yc-select-v2/src/index.vue2.mjs +18 -6
  71. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  72. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  73. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  74. package/es/hooks/usePlusFormReset.d.ts +208 -208
  75. package/es/index.css +3 -1
  76. package/es/index.mjs +3 -1
  77. package/index.css +24 -6
  78. package/index.js +931 -183
  79. package/index.min.css +3 -1
  80. package/index.min.js +7 -7
  81. package/index.min.mjs +7 -7
  82. package/index.mjs +926 -184
  83. package/lib/components/check-card/index.d.ts +61 -61
  84. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  85. package/lib/components/check-card-group/index.d.ts +43 -43
  86. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  87. package/lib/components/date-picker/index.d.ts +10 -10
  88. package/lib/components/date-picker/src/index.vue.d.ts +2 -2
  89. package/lib/components/dialog/index.d.ts +26 -26
  90. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  91. package/lib/components/dialog-form/index.d.ts +31 -31
  92. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  93. package/lib/components/display-item/index.d.ts +41 -41
  94. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  95. package/lib/components/drawer-form/index.d.ts +50 -50
  96. package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
  97. package/lib/components/form/index.d.ts +45 -45
  98. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  99. package/lib/components/form/src/index.vue.d.ts +17 -17
  100. package/lib/components/form-item/index.d.ts +42 -42
  101. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  102. package/lib/components/header/index.d.ts +19 -19
  103. package/lib/components/header/src/index.vue.d.ts +1 -1
  104. package/lib/components/index.js +8 -0
  105. package/lib/components/input-tag/index.d.ts +20 -20
  106. package/lib/components/input-tag/src/index.vue.d.ts +8 -8
  107. package/lib/components/layout/index.d.ts +30 -30
  108. package/lib/components/layout/src/index.vue.d.ts +10 -10
  109. package/lib/components/page/index.d.ts +452 -452
  110. package/lib/components/page/src/index.vue.d.ts +154 -154
  111. package/lib/components/pagination/index.d.ts +42 -42
  112. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  113. package/lib/components/radio/index.d.ts +35 -35
  114. package/lib/components/radio/src/index.vue.d.ts +27 -27
  115. package/lib/components/render/index.d.ts +3 -3
  116. package/lib/components/render/src/index.vue.d.ts +1 -1
  117. package/lib/components/search/index.d.ts +154 -154
  118. package/lib/components/search/src/index.vue.d.ts +50 -50
  119. package/lib/components/sidebar/index.d.ts +15 -15
  120. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  121. package/lib/components/steps-form/index.d.ts +23 -23
  122. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  123. package/lib/components/table/index.d.ts +54 -54
  124. package/lib/components/table/src/index.vue.d.ts +18 -18
  125. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  126. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  127. package/lib/components/utils/index.d.ts +2 -2
  128. package/lib/components/yc-dialog/index.d.ts +24 -24
  129. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  130. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  131. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  132. package/lib/components/yc-more-actions/index.d.ts +46 -46
  133. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  134. package/lib/components/yc-plus-page/index.d.ts +5 -1
  135. package/lib/components/yc-plus-page/index.js +10 -0
  136. package/lib/components/yc-plus-page/src/constants.d.ts +22 -0
  137. package/lib/components/yc-plus-page/src/constants.js +46 -0
  138. package/lib/components/yc-plus-page/src/header-filter-cell.vue.d.ts +85 -0
  139. package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +10 -0
  140. package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +358 -0
  141. package/lib/components/yc-plus-page/src/index.vue.d.ts +681 -377
  142. package/lib/components/yc-plus-page/src/index.vue.js +1 -1
  143. package/lib/components/yc-plus-page/src/index.vue2.js +125 -7
  144. package/lib/components/yc-plus-page/src/type.d.ts +112 -0
  145. package/lib/components/yc-plus-page/src/use-header-filter.d.ts +55 -0
  146. package/lib/components/yc-plus-page/src/use-header-filter.js +174 -0
  147. package/lib/components/yc-segmented/index.d.ts +2 -2
  148. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  149. package/lib/components/yc-select-v2/src/directive.d.ts +0 -4
  150. package/lib/components/yc-select-v2/src/directive.js +70 -17
  151. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  152. package/lib/components/yc-select-v2/src/index.vue2.js +17 -5
  153. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  154. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  155. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  156. package/lib/hooks/usePlusFormReset.d.ts +208 -208
  157. package/lib/index.css +3 -1
  158. package/lib/index.js +8 -0
  159. package/locale/en.js +1 -1
  160. package/locale/en.min.js +1 -1
  161. package/locale/en.min.mjs +1 -1
  162. package/locale/en.mjs +1 -1
  163. package/locale/ja.js +1 -1
  164. package/locale/ja.min.js +1 -1
  165. package/locale/ja.min.mjs +1 -1
  166. package/locale/ja.mjs +1 -1
  167. package/locale/ko.js +1 -1
  168. package/locale/ko.min.js +1 -1
  169. package/locale/ko.min.mjs +1 -1
  170. package/locale/ko.mjs +1 -1
  171. package/locale/zh-cn.js +1 -1
  172. package/locale/zh-cn.min.js +1 -1
  173. package/locale/zh-cn.min.mjs +1 -1
  174. package/locale/zh-cn.mjs +1 -1
  175. package/locale/zh-tw.js +1 -1
  176. package/locale/zh-tw.min.js +1 -1
  177. package/locale/zh-tw.min.mjs +1 -1
  178. package/locale/zh-tw.mjs +1 -1
  179. package/package.json +1 -1
@@ -6,7 +6,7 @@ import { LooseRequired } from '@vue/shared';
6
6
  import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
7
7
  import { TableProps, CardProps, RowProps, ColProps, FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, TreeNode, Translator, Table } from 'element-plus';
8
8
  import { PlusFormSelfProps, ElementPlusFormProps, RecordType, PlusTableSelfProps, PlusPaginationProps, Mutable, PlusFormGroupRow, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, TableValueType, ActionBarProps, ColumnSetting, ButtonsCallBackParams, FormChangeCallBackParams, FilterTableHeaderEventType, TableFormRefRow } from 'packages/yc-components';
9
- import { RequestResponse } from './type';
9
+ import { RequestResponse, HeaderFilterConfig, HeaderFilterPayload, HeaderFilterResetPayload, HeaderFiltersState, OrderByItem, FieldCatalog } from './type';
10
10
  import { FieldValues, OmitTypes, CascaderProps, FormItemValueType, FieldValueType } from 'yc-pro-components/es/types/form';
11
11
  import { PlusSearchSelfProps } from 'yc-pro-components/es/components/search';
12
12
  import { PageInfo, PlusColumn, PropsItemType, OptionsType, RenderTypes, OptionsRow } from 'yc-pro-components/es/types/plus';
@@ -39,6 +39,18 @@ interface Props {
39
39
  hideColumnSettingsIcon?: boolean;
40
40
  /** 是否显示搜索栏 */
41
41
  showSearch?: boolean;
42
+ /**
43
+ * 表头筛选配置
44
+ * - 传入 true 启用默认配置
45
+ * - 传入对象自定义配置
46
+ * - 不传或传入 false 禁用(默认)
47
+ */
48
+ headerFilter?: HeaderFilterConfig | boolean;
49
+ /**
50
+ * 是否隐藏表头筛选(简写方式)
51
+ * @default true(默认隐藏)
52
+ */
53
+ hideHeaderFilter?: boolean;
42
54
  }
43
55
  declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
44
56
  isCard: boolean;
@@ -50,6 +62,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
50
62
  pageSizes: number[];
51
63
  defaultPageSize: number;
52
64
  };
65
+ headerFilter: boolean;
66
+ hideHeaderFilter: boolean;
53
67
  }>, {
54
68
  plusPageRef: Ref<({
55
69
  $: ComponentInternalInstance;
@@ -66,7 +80,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
66
80
  columns: PlusColumn[];
67
81
  immediate: boolean;
68
82
  params: RecordType;
69
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
83
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
70
84
  columnsEmptyText: string;
71
85
  postData: <T = RecordType[]>(data: T[]) => T[];
72
86
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -103,7 +117,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
103
117
  data: RecordType[];
104
118
  total: number;
105
119
  }>;
106
- readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
120
+ readonly pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
107
121
  readonly columnsEmptyText: string;
108
122
  readonly isCard: boolean;
109
123
  readonly searchCardProps: Partial< Mutable<CardProps> & {
@@ -165,7 +179,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
165
179
  required: true;
166
180
  };
167
181
  pagination: {
168
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
182
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
169
183
  default: () => {};
170
184
  };
171
185
  columnsEmptyText: {
@@ -243,9 +257,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
243
257
  $slots: Readonly<{
244
258
  [name: string]: Slot<any> | undefined;
245
259
  }>;
246
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
260
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
247
261
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
248
- $emit: ((event: "search", data: FieldValues) => void) & ((event: "reset", data: FieldValues) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "requestError", error: unknown) => void) & ((event: "requestComplete", tableData: RecordType[]) => void); /** 包装后的请求函数 */
262
+ $emit: ((event: "search", data: FieldValues) => void) & ((event: "reset", data: FieldValues) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "requestError", error: unknown) => void) & ((event: "requestComplete", tableData: RecordType[]) => void);
249
263
  $el: any;
250
264
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
251
265
  search: {
@@ -283,7 +297,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
283
297
  required: true;
284
298
  };
285
299
  pagination: {
286
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
300
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
287
301
  default: () => {};
288
302
  };
289
303
  columnsEmptyText: {
@@ -356,8 +370,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
356
370
  $: ComponentInternalInstance;
357
371
  $data: {};
358
372
  $props: Partial<{
359
- modelValue: FieldValues;
360
373
  columns: PlusColumn[];
374
+ modelValue: FieldValues;
361
375
  labelPosition: "top" | "right" | "left";
362
376
  inline: boolean;
363
377
  showNumber: number;
@@ -383,8 +397,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
383
397
  searchIcon: Component | null;
384
398
  resetIcon: Component | null;
385
399
  }> & Omit<{
386
- readonly modelValue: FieldValues;
387
400
  readonly columns: PlusColumn[];
401
+ readonly modelValue: FieldValues;
388
402
  readonly inline: boolean;
389
403
  readonly showNumber: number;
390
404
  readonly defaultValues: FieldValues;
@@ -409,20 +423,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
409
423
  readonly labelPosition?: "top" | "right" | "left" | undefined;
410
424
  readonly searchIcon?: Component | null | undefined;
411
425
  readonly resetIcon?: Component | null | undefined;
412
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
413
426
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
414
427
  onReset?: ((values: FieldValues) => any) | undefined;
428
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
415
429
  onSearch?: ((values: FieldValues) => any) | undefined;
416
430
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
417
431
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
418
- modelValue: {
419
- type: PropType<FieldValues>;
420
- default: () => {};
421
- };
422
432
  columns: {
423
433
  type: PropType<PlusColumn[]>;
424
434
  default: () => never[];
425
435
  };
436
+ modelValue: {
437
+ type: PropType<FieldValues>;
438
+ default: () => {};
439
+ };
426
440
  labelPosition: {
427
441
  type: PropType<"top" | "right" | "left">;
428
442
  default: undefined;
@@ -510,12 +524,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
510
524
  default: undefined;
511
525
  };
512
526
  }>> & {
513
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
514
527
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
515
528
  onReset?: ((values: FieldValues) => any) | undefined;
529
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
516
530
  onSearch?: ((values: FieldValues) => any) | undefined;
517
531
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
518
- }, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
532
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
519
533
  $attrs: {
520
534
  [x: string]: unknown;
521
535
  };
@@ -525,19 +539,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
525
539
  $slots: Readonly<{
526
540
  [name: string]: Slot<any> | undefined;
527
541
  }>;
528
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
542
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
529
543
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
530
- $emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void); /** 包装后的请求函数 */
544
+ $emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
531
545
  $el: any;
532
546
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
533
- modelValue: {
534
- type: PropType<FieldValues>;
535
- default: () => {};
536
- };
537
547
  columns: {
538
548
  type: PropType<PlusColumn[]>;
539
549
  default: () => never[];
540
550
  };
551
+ modelValue: {
552
+ type: PropType<FieldValues>;
553
+ default: () => {};
554
+ };
541
555
  labelPosition: {
542
556
  type: PropType<"top" | "right" | "left">;
543
557
  default: undefined;
@@ -625,9 +639,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
625
639
  default: undefined;
626
640
  };
627
641
  }>> & {
628
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
629
642
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
630
643
  onReset?: ((values: FieldValues) => any) | undefined;
644
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
631
645
  onSearch?: ((values: FieldValues) => any) | undefined;
632
646
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
633
647
  }, {
@@ -635,11 +649,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
635
649
  $: ComponentInternalInstance;
636
650
  $data: {};
637
651
  $props: Partial<{
638
- modelValue: FieldValues;
639
652
  collapseDuration: number;
640
653
  collapseTransition: boolean;
641
654
  columns: PlusColumn[];
642
655
  group: false | PlusFormGroupRow[];
656
+ modelValue: FieldValues;
643
657
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
644
658
  labelPosition: "top" | "right" | "left";
645
659
  labelWidth: string | number;
@@ -660,7 +674,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
660
674
  submitText: string;
661
675
  resetText: string;
662
676
  submitLoading: boolean;
663
- footerAlign: "center" | "right" | "left";
677
+ footerAlign: "right" | "left" | "center";
664
678
  cardProps: Partial< Mutable<CardProps> & {
665
679
  style?: CSSProperties | undefined;
666
680
  class?: any;
@@ -668,9 +682,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
668
682
  prevent: boolean;
669
683
  clearable: boolean;
670
684
  }> & Omit<{
671
- readonly modelValue: FieldValues;
672
685
  readonly columns: PlusColumn[];
673
686
  readonly group: false | PlusFormGroupRow[];
687
+ readonly modelValue: FieldValues;
674
688
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
675
689
  readonly labelPosition: "top" | "right" | "left";
676
690
  readonly labelWidth: string | number;
@@ -691,7 +705,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
691
705
  readonly submitText: string;
692
706
  readonly resetText: string;
693
707
  readonly submitLoading: boolean;
694
- readonly footerAlign: "center" | "right" | "left";
708
+ readonly footerAlign: "right" | "left" | "center";
695
709
  readonly cardProps: Partial< Mutable<CardProps> & {
696
710
  style?: CSSProperties | undefined;
697
711
  class?: any;
@@ -700,17 +714,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
700
714
  readonly clearable: boolean;
701
715
  readonly collapseDuration?: number | undefined;
702
716
  readonly collapseTransition?: boolean | undefined;
703
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
704
717
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
705
718
  onReset?: ((values: FieldValues) => any) | undefined;
706
719
  onSubmit?: ((values: FieldValues) => any) | undefined;
720
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
707
721
  onValidate?: ((...args: any[]) => any) | undefined;
708
722
  onSubmitError?: ((errors: unknown) => any) | undefined;
709
723
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
710
- modelValue: {
711
- type: PropType<FieldValues>;
712
- default: () => {};
713
- };
714
724
  collapseDuration: {
715
725
  type: PropType<number>;
716
726
  default: undefined;
@@ -727,6 +737,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
727
737
  type: PropType<false | PlusFormGroupRow[]>;
728
738
  default: boolean;
729
739
  };
740
+ modelValue: {
741
+ type: PropType<FieldValues>;
742
+ default: () => {};
743
+ };
730
744
  rules: {
731
745
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
732
746
  default: () => {};
@@ -790,7 +804,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
790
804
  default: boolean;
791
805
  };
792
806
  footerAlign: {
793
- type: PropType<"center" | "right" | "left">;
807
+ type: PropType<"right" | "left" | "center">;
794
808
  default: string;
795
809
  };
796
810
  cardProps: {
@@ -809,13 +823,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
809
823
  default: boolean;
810
824
  };
811
825
  }>> & {
812
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
813
826
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
814
827
  onReset?: ((values: FieldValues) => any) | undefined;
815
828
  onSubmit?: ((values: FieldValues) => any) | undefined;
829
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
816
830
  onValidate?: ((...args: any[]) => any) | undefined;
817
831
  onSubmitError?: ((errors: unknown) => any) | undefined;
818
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
832
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
819
833
  $attrs: {
820
834
  [x: string]: unknown;
821
835
  };
@@ -825,15 +839,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
825
839
  $slots: Readonly<{
826
840
  [name: string]: Slot<any> | undefined;
827
841
  }>;
828
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
842
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
829
843
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
830
- $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
844
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
831
845
  $el: any;
832
846
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
833
- modelValue: {
834
- type: PropType<FieldValues>;
835
- default: () => {};
836
- };
837
847
  collapseDuration: {
838
848
  type: PropType<number>;
839
849
  default: undefined;
@@ -850,6 +860,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
850
860
  type: PropType<false | PlusFormGroupRow[]>;
851
861
  default: boolean;
852
862
  };
863
+ modelValue: {
864
+ type: PropType<FieldValues>;
865
+ default: () => {};
866
+ };
853
867
  rules: {
854
868
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
855
869
  default: () => {};
@@ -913,7 +927,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
913
927
  default: boolean;
914
928
  };
915
929
  footerAlign: {
916
- type: PropType<"center" | "right" | "left">;
930
+ type: PropType<"right" | "left" | "center">;
917
931
  default: string;
918
932
  };
919
933
  cardProps: {
@@ -932,10 +946,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
932
946
  default: boolean;
933
947
  };
934
948
  }>> & {
935
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
936
949
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
937
950
  onReset?: ((values: FieldValues) => any) | undefined;
938
951
  onSubmit?: ((values: FieldValues) => any) | undefined;
952
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
939
953
  onValidate?: ((...args: any[]) => any) | undefined;
940
954
  onSubmitError?: ((errors: unknown) => any) | undefined;
941
955
  }, {
@@ -957,6 +971,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
957
971
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
958
972
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
959
973
  readonly hideRequiredAsterisk: BooleanConstructor;
974
+ /**
975
+ * MutationObserver 实例,用于监听组件可见性变化
976
+ */
960
977
  readonly scrollToError: BooleanConstructor;
961
978
  readonly scrollIntoViewOptions: {
962
979
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -983,6 +1000,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
983
1000
  readonly validator: ((val: unknown) => boolean) | undefined;
984
1001
  __epPropKey: true;
985
1002
  };
1003
+ /** 表头筛选重置 */
986
1004
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
987
1005
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
988
1006
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -990,6 +1008,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
990
1008
  readonly inline: BooleanConstructor;
991
1009
  readonly inlineMessage: BooleanConstructor;
992
1010
  readonly statusIcon: BooleanConstructor;
1011
+ /**
1012
+ * 计算属性:暴露 formRefs
1013
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
1014
+ */
993
1015
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
994
1016
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
995
1017
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -1065,6 +1087,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1065
1087
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1066
1088
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1067
1089
  readonly hideRequiredAsterisk: BooleanConstructor;
1090
+ /**
1091
+ * MutationObserver 实例,用于监听组件可见性变化
1092
+ */
1068
1093
  readonly scrollToError: BooleanConstructor;
1069
1094
  readonly scrollIntoViewOptions: {
1070
1095
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -1093,6 +1118,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1093
1118
  readonly inlineMessage: boolean;
1094
1119
  readonly statusIcon: boolean;
1095
1120
  readonly hideRequiredAsterisk: boolean;
1121
+ /**
1122
+ * 组件卸载时清理 MutationObserver
1123
+ */
1096
1124
  readonly scrollToError: boolean;
1097
1125
  }, true, {}, {}, {
1098
1126
  P: {};
@@ -1119,6 +1147,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1119
1147
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1120
1148
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1121
1149
  readonly hideRequiredAsterisk: BooleanConstructor;
1150
+ /**
1151
+ * MutationObserver 实例,用于监听组件可见性变化
1152
+ */
1122
1153
  readonly scrollToError: BooleanConstructor;
1123
1154
  readonly scrollIntoViewOptions: {
1124
1155
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -1145,6 +1176,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1145
1176
  readonly validator: ((val: unknown) => boolean) | undefined;
1146
1177
  __epPropKey: true;
1147
1178
  };
1179
+ /** 表头筛选重置 */
1148
1180
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
1149
1181
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
1150
1182
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -1152,6 +1184,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1152
1184
  readonly inline: BooleanConstructor;
1153
1185
  readonly inlineMessage: BooleanConstructor;
1154
1186
  readonly statusIcon: BooleanConstructor;
1187
+ /**
1188
+ * 计算属性:暴露 formRefs
1189
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
1190
+ */
1155
1191
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1156
1192
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1157
1193
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -1219,6 +1255,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1219
1255
  readonly inlineMessage: boolean;
1220
1256
  readonly statusIcon: boolean;
1221
1257
  readonly hideRequiredAsterisk: boolean;
1258
+ /**
1259
+ * 组件卸载时清理 MutationObserver
1260
+ */
1222
1261
  readonly scrollToError: boolean;
1223
1262
  }> | null>;
1224
1263
  handleSubmit: () => void;
@@ -1231,11 +1270,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1231
1270
  submitError: (errors: unknown) => void;
1232
1271
  validate: (...args: any[]) => void;
1233
1272
  }, string, {
1234
- modelValue: FieldValues;
1235
1273
  collapseDuration: number;
1236
1274
  collapseTransition: boolean;
1237
1275
  columns: PlusColumn[];
1238
1276
  group: false | PlusFormGroupRow[];
1277
+ modelValue: FieldValues;
1239
1278
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1240
1279
  labelPosition: "top" | "right" | "left";
1241
1280
  labelWidth: string | number;
@@ -1256,7 +1295,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1256
1295
  submitText: string;
1257
1296
  resetText: string;
1258
1297
  submitLoading: boolean;
1259
- footerAlign: "center" | "right" | "left";
1298
+ footerAlign: "right" | "left" | "center";
1260
1299
  cardProps: Partial< Mutable<CardProps> & {
1261
1300
  style?: CSSProperties | undefined;
1262
1301
  class?: any;
@@ -1284,10 +1323,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1284
1323
  $nextTick: typeof nextTick;
1285
1324
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
1286
1325
  } & Omit<Readonly< ExtractPropTypes<{
1287
- modelValue: {
1288
- type: PropType<FieldValues>;
1289
- default: () => {};
1290
- };
1291
1326
  collapseDuration: {
1292
1327
  type: PropType<number>;
1293
1328
  default: undefined;
@@ -1304,6 +1339,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1304
1339
  type: PropType<false | PlusFormGroupRow[]>;
1305
1340
  default: boolean;
1306
1341
  };
1342
+ modelValue: {
1343
+ type: PropType<FieldValues>;
1344
+ default: () => {};
1345
+ };
1307
1346
  rules: {
1308
1347
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1309
1348
  default: () => {};
@@ -1367,7 +1406,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1367
1406
  default: boolean;
1368
1407
  };
1369
1408
  footerAlign: {
1370
- type: PropType<"center" | "right" | "left">;
1409
+ type: PropType<"right" | "left" | "center">;
1371
1410
  default: string;
1372
1411
  };
1373
1412
  cardProps: {
@@ -1386,10 +1425,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1386
1425
  default: boolean;
1387
1426
  };
1388
1427
  }>> & {
1389
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1390
1428
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1391
1429
  onReset?: ((values: FieldValues) => any) | undefined;
1392
1430
  onSubmit?: ((values: FieldValues) => any) | undefined;
1431
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1393
1432
  onValidate?: ((...args: any[]) => any) | undefined;
1394
1433
  onSubmitError?: ((errors: unknown) => any) | undefined;
1395
1434
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -1411,6 +1450,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1411
1450
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1412
1451
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1413
1452
  readonly hideRequiredAsterisk: BooleanConstructor;
1453
+ /**
1454
+ * MutationObserver 实例,用于监听组件可见性变化
1455
+ */
1414
1456
  readonly scrollToError: BooleanConstructor;
1415
1457
  readonly scrollIntoViewOptions: {
1416
1458
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -1437,6 +1479,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1437
1479
  readonly validator: ((val: unknown) => boolean) | undefined;
1438
1480
  __epPropKey: true;
1439
1481
  };
1482
+ /** 表头筛选重置 */
1440
1483
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
1441
1484
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
1442
1485
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -1444,6 +1487,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1444
1487
  readonly inline: BooleanConstructor;
1445
1488
  readonly inlineMessage: BooleanConstructor;
1446
1489
  readonly statusIcon: BooleanConstructor;
1490
+ /**
1491
+ * 计算属性:暴露 formRefs
1492
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
1493
+ */
1447
1494
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1448
1495
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1449
1496
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -1519,6 +1566,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1519
1566
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1520
1567
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1521
1568
  readonly hideRequiredAsterisk: BooleanConstructor;
1569
+ /**
1570
+ * MutationObserver 实例,用于监听组件可见性变化
1571
+ */
1522
1572
  readonly scrollToError: BooleanConstructor;
1523
1573
  readonly scrollIntoViewOptions: {
1524
1574
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -1547,6 +1597,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1547
1597
  readonly inlineMessage: boolean;
1548
1598
  readonly statusIcon: boolean;
1549
1599
  readonly hideRequiredAsterisk: boolean;
1600
+ /**
1601
+ * 组件卸载时清理 MutationObserver
1602
+ */
1550
1603
  readonly scrollToError: boolean;
1551
1604
  }, true, {}, {}, {
1552
1605
  P: {};
@@ -1573,6 +1626,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1573
1626
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1574
1627
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1575
1628
  readonly hideRequiredAsterisk: BooleanConstructor;
1629
+ /**
1630
+ * MutationObserver 实例,用于监听组件可见性变化
1631
+ */
1576
1632
  readonly scrollToError: BooleanConstructor;
1577
1633
  readonly scrollIntoViewOptions: {
1578
1634
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -1599,6 +1655,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1599
1655
  readonly validator: ((val: unknown) => boolean) | undefined;
1600
1656
  __epPropKey: true;
1601
1657
  };
1658
+ /** 表头筛选重置 */
1602
1659
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
1603
1660
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
1604
1661
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -1606,6 +1663,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1606
1663
  readonly inline: BooleanConstructor;
1607
1664
  readonly inlineMessage: BooleanConstructor;
1608
1665
  readonly statusIcon: BooleanConstructor;
1666
+ /**
1667
+ * 计算属性:暴露 formRefs
1668
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
1669
+ */
1609
1670
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1610
1671
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1611
1672
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -1673,6 +1734,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1673
1734
  readonly inlineMessage: boolean;
1674
1735
  readonly statusIcon: boolean;
1675
1736
  readonly hideRequiredAsterisk: boolean;
1737
+ /**
1738
+ * 组件卸载时清理 MutationObserver
1739
+ */
1676
1740
  readonly scrollToError: boolean;
1677
1741
  }> | null>;
1678
1742
  handleSubmit: () => void;
@@ -1690,14 +1754,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1690
1754
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1691
1755
  columns?: PlusColumn[] | undefined;
1692
1756
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1693
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1757
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1694
1758
  readonly label: string | ComputedRef<string>;
1695
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1759
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1696
1760
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1697
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1761
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1698
1762
  style?: CSSProperties | undefined;
1699
1763
  class?: any;
1700
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1764
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1701
1765
  style?: CSSProperties | undefined;
1702
1766
  class?: any;
1703
1767
  } & RecordType>>;
@@ -1764,12 +1828,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1764
1828
  fieldInstance?: any;
1765
1829
  valueIsReady?: Ref<boolean> | undefined;
1766
1830
  prop: string;
1767
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1831
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1768
1832
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1769
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1833
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1770
1834
  style?: CSSProperties | undefined;
1771
1835
  class?: any;
1772
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1836
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1773
1837
  style?: CSSProperties | undefined;
1774
1838
  class?: any;
1775
1839
  } & RecordType>>;
@@ -1798,14 +1862,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1798
1862
  clearable: boolean;
1799
1863
  index: number;
1800
1864
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1801
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1865
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1802
1866
  readonly label: string | ComputedRef<string>;
1803
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1867
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1804
1868
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1805
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1869
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1806
1870
  style?: CSSProperties | undefined;
1807
1871
  class?: any;
1808
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1872
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1809
1873
  style?: CSSProperties | undefined;
1810
1874
  class?: any;
1811
1875
  } & RecordType>>;
@@ -1872,12 +1936,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1872
1936
  fieldInstance?: any;
1873
1937
  valueIsReady?: Ref<boolean> | undefined;
1874
1938
  prop: string;
1875
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1939
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1876
1940
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1877
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1941
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1878
1942
  style?: CSSProperties | undefined;
1879
1943
  class?: any;
1880
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1944
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1881
1945
  style?: CSSProperties | undefined;
1882
1946
  class?: any;
1883
1947
  } & RecordType>>;
@@ -1929,8 +1993,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1929
1993
  reset: (values: FieldValues) => void;
1930
1994
  collapse: (isShowUnfold: boolean) => void;
1931
1995
  }, string, {
1932
- modelValue: FieldValues;
1933
1996
  columns: PlusColumn[];
1997
+ modelValue: FieldValues;
1934
1998
  labelPosition: "top" | "right" | "left";
1935
1999
  inline: boolean;
1936
2000
  showNumber: number;
@@ -1976,14 +2040,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1976
2040
  $nextTick: typeof nextTick;
1977
2041
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
1978
2042
  } & Omit<Readonly< ExtractPropTypes<{
1979
- modelValue: {
1980
- type: PropType<FieldValues>;
1981
- default: () => {};
1982
- };
1983
2043
  columns: {
1984
2044
  type: PropType<PlusColumn[]>;
1985
2045
  default: () => never[];
1986
2046
  };
2047
+ modelValue: {
2048
+ type: PropType<FieldValues>;
2049
+ default: () => {};
2050
+ };
1987
2051
  labelPosition: {
1988
2052
  type: PropType<"top" | "right" | "left">;
1989
2053
  default: undefined;
@@ -2071,9 +2135,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2071
2135
  default: undefined;
2072
2136
  };
2073
2137
  }>> & {
2074
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2075
2138
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2076
2139
  onReset?: ((values: FieldValues) => any) | undefined;
2140
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2077
2141
  onSearch?: ((values: FieldValues) => any) | undefined;
2078
2142
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
2079
2143
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -2081,11 +2145,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2081
2145
  $: ComponentInternalInstance;
2082
2146
  $data: {};
2083
2147
  $props: Partial<{
2084
- modelValue: FieldValues;
2085
2148
  collapseDuration: number;
2086
2149
  collapseTransition: boolean;
2087
2150
  columns: PlusColumn[];
2088
2151
  group: false | PlusFormGroupRow[];
2152
+ modelValue: FieldValues;
2089
2153
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
2090
2154
  labelPosition: "top" | "right" | "left";
2091
2155
  labelWidth: string | number;
@@ -2106,7 +2170,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2106
2170
  submitText: string;
2107
2171
  resetText: string;
2108
2172
  submitLoading: boolean;
2109
- footerAlign: "center" | "right" | "left";
2173
+ footerAlign: "right" | "left" | "center";
2110
2174
  cardProps: Partial< Mutable<CardProps> & {
2111
2175
  style?: CSSProperties | undefined;
2112
2176
  class?: any;
@@ -2114,9 +2178,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2114
2178
  prevent: boolean;
2115
2179
  clearable: boolean;
2116
2180
  }> & Omit<{
2117
- readonly modelValue: FieldValues;
2118
2181
  readonly columns: PlusColumn[];
2119
2182
  readonly group: false | PlusFormGroupRow[];
2183
+ readonly modelValue: FieldValues;
2120
2184
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
2121
2185
  readonly labelPosition: "top" | "right" | "left";
2122
2186
  readonly labelWidth: string | number;
@@ -2137,7 +2201,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2137
2201
  readonly submitText: string;
2138
2202
  readonly resetText: string;
2139
2203
  readonly submitLoading: boolean;
2140
- readonly footerAlign: "center" | "right" | "left";
2204
+ readonly footerAlign: "right" | "left" | "center";
2141
2205
  readonly cardProps: Partial< Mutable<CardProps> & {
2142
2206
  style?: CSSProperties | undefined;
2143
2207
  class?: any;
@@ -2146,17 +2210,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2146
2210
  readonly clearable: boolean;
2147
2211
  readonly collapseDuration?: number | undefined;
2148
2212
  readonly collapseTransition?: boolean | undefined;
2149
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2150
2213
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2151
2214
  onReset?: ((values: FieldValues) => any) | undefined;
2152
2215
  onSubmit?: ((values: FieldValues) => any) | undefined;
2216
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2153
2217
  onValidate?: ((...args: any[]) => any) | undefined;
2154
2218
  onSubmitError?: ((errors: unknown) => any) | undefined;
2155
2219
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
2156
- modelValue: {
2157
- type: PropType<FieldValues>;
2158
- default: () => {};
2159
- };
2160
2220
  collapseDuration: {
2161
2221
  type: PropType<number>;
2162
2222
  default: undefined;
@@ -2173,6 +2233,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2173
2233
  type: PropType<false | PlusFormGroupRow[]>;
2174
2234
  default: boolean;
2175
2235
  };
2236
+ modelValue: {
2237
+ type: PropType<FieldValues>;
2238
+ default: () => {};
2239
+ };
2176
2240
  rules: {
2177
2241
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2178
2242
  default: () => {};
@@ -2236,7 +2300,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2236
2300
  default: boolean;
2237
2301
  };
2238
2302
  footerAlign: {
2239
- type: PropType<"center" | "right" | "left">;
2303
+ type: PropType<"right" | "left" | "center">;
2240
2304
  default: string;
2241
2305
  };
2242
2306
  cardProps: {
@@ -2255,13 +2319,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2255
2319
  default: boolean;
2256
2320
  };
2257
2321
  }>> & {
2258
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2259
2322
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2260
2323
  onReset?: ((values: FieldValues) => any) | undefined;
2261
2324
  onSubmit?: ((values: FieldValues) => any) | undefined;
2325
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2262
2326
  onValidate?: ((...args: any[]) => any) | undefined;
2263
2327
  onSubmitError?: ((errors: unknown) => any) | undefined;
2264
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
2328
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
2265
2329
  $attrs: {
2266
2330
  [x: string]: unknown;
2267
2331
  };
@@ -2271,15 +2335,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2271
2335
  $slots: Readonly<{
2272
2336
  [name: string]: Slot<any> | undefined;
2273
2337
  }>;
2274
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
2338
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2275
2339
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2276
- $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
2340
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
2277
2341
  $el: any;
2278
2342
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2279
- modelValue: {
2280
- type: PropType<FieldValues>;
2281
- default: () => {};
2282
- };
2283
2343
  collapseDuration: {
2284
2344
  type: PropType<number>;
2285
2345
  default: undefined;
@@ -2296,6 +2356,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2296
2356
  type: PropType<false | PlusFormGroupRow[]>;
2297
2357
  default: boolean;
2298
2358
  };
2359
+ modelValue: {
2360
+ type: PropType<FieldValues>;
2361
+ default: () => {};
2362
+ };
2299
2363
  rules: {
2300
2364
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2301
2365
  default: () => {};
@@ -2359,7 +2423,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2359
2423
  default: boolean;
2360
2424
  };
2361
2425
  footerAlign: {
2362
- type: PropType<"center" | "right" | "left">;
2426
+ type: PropType<"right" | "left" | "center">;
2363
2427
  default: string;
2364
2428
  };
2365
2429
  cardProps: {
@@ -2378,10 +2442,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2378
2442
  default: boolean;
2379
2443
  };
2380
2444
  }>> & {
2381
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2382
2445
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2383
2446
  onReset?: ((values: FieldValues) => any) | undefined;
2384
2447
  onSubmit?: ((values: FieldValues) => any) | undefined;
2448
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2385
2449
  onValidate?: ((...args: any[]) => any) | undefined;
2386
2450
  onSubmitError?: ((errors: unknown) => any) | undefined;
2387
2451
  }, {
@@ -2403,6 +2467,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2403
2467
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2404
2468
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2405
2469
  readonly hideRequiredAsterisk: BooleanConstructor;
2470
+ /**
2471
+ * MutationObserver 实例,用于监听组件可见性变化
2472
+ */
2406
2473
  readonly scrollToError: BooleanConstructor;
2407
2474
  readonly scrollIntoViewOptions: {
2408
2475
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -2429,6 +2496,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2429
2496
  readonly validator: ((val: unknown) => boolean) | undefined;
2430
2497
  __epPropKey: true;
2431
2498
  };
2499
+ /** 表头筛选重置 */
2432
2500
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
2433
2501
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
2434
2502
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -2436,6 +2504,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2436
2504
  readonly inline: BooleanConstructor;
2437
2505
  readonly inlineMessage: BooleanConstructor;
2438
2506
  readonly statusIcon: BooleanConstructor;
2507
+ /**
2508
+ * 计算属性:暴露 formRefs
2509
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
2510
+ */
2439
2511
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2440
2512
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2441
2513
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -2511,6 +2583,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2511
2583
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2512
2584
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2513
2585
  readonly hideRequiredAsterisk: BooleanConstructor;
2586
+ /**
2587
+ * MutationObserver 实例,用于监听组件可见性变化
2588
+ */
2514
2589
  readonly scrollToError: BooleanConstructor;
2515
2590
  readonly scrollIntoViewOptions: {
2516
2591
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -2539,6 +2614,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2539
2614
  readonly inlineMessage: boolean;
2540
2615
  readonly statusIcon: boolean;
2541
2616
  readonly hideRequiredAsterisk: boolean;
2617
+ /**
2618
+ * 组件卸载时清理 MutationObserver
2619
+ */
2542
2620
  readonly scrollToError: boolean;
2543
2621
  }, true, {}, {}, {
2544
2622
  P: {};
@@ -2565,6 +2643,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2565
2643
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2566
2644
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2567
2645
  readonly hideRequiredAsterisk: BooleanConstructor;
2646
+ /**
2647
+ * MutationObserver 实例,用于监听组件可见性变化
2648
+ */
2568
2649
  readonly scrollToError: BooleanConstructor;
2569
2650
  readonly scrollIntoViewOptions: {
2570
2651
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -2591,6 +2672,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2591
2672
  readonly validator: ((val: unknown) => boolean) | undefined;
2592
2673
  __epPropKey: true;
2593
2674
  };
2675
+ /** 表头筛选重置 */
2594
2676
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
2595
2677
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
2596
2678
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -2598,6 +2680,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2598
2680
  readonly inline: BooleanConstructor;
2599
2681
  readonly inlineMessage: BooleanConstructor;
2600
2682
  readonly statusIcon: BooleanConstructor;
2683
+ /**
2684
+ * 计算属性:暴露 formRefs
2685
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
2686
+ */
2601
2687
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2602
2688
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2603
2689
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -2665,6 +2751,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2665
2751
  readonly inlineMessage: boolean;
2666
2752
  readonly statusIcon: boolean;
2667
2753
  readonly hideRequiredAsterisk: boolean;
2754
+ /**
2755
+ * 组件卸载时清理 MutationObserver
2756
+ */
2668
2757
  readonly scrollToError: boolean;
2669
2758
  }> | null>;
2670
2759
  handleSubmit: () => void;
@@ -2677,11 +2766,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2677
2766
  submitError: (errors: unknown) => void;
2678
2767
  validate: (...args: any[]) => void;
2679
2768
  }, string, {
2680
- modelValue: FieldValues;
2681
2769
  collapseDuration: number;
2682
2770
  collapseTransition: boolean;
2683
2771
  columns: PlusColumn[];
2684
2772
  group: false | PlusFormGroupRow[];
2773
+ modelValue: FieldValues;
2685
2774
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
2686
2775
  labelPosition: "top" | "right" | "left";
2687
2776
  labelWidth: string | number;
@@ -2702,7 +2791,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2702
2791
  submitText: string;
2703
2792
  resetText: string;
2704
2793
  submitLoading: boolean;
2705
- footerAlign: "center" | "right" | "left";
2794
+ footerAlign: "right" | "left" | "center";
2706
2795
  cardProps: Partial< Mutable<CardProps> & {
2707
2796
  style?: CSSProperties | undefined;
2708
2797
  class?: any;
@@ -2730,10 +2819,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2730
2819
  $nextTick: typeof nextTick;
2731
2820
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
2732
2821
  } & Omit<Readonly< ExtractPropTypes<{
2733
- modelValue: {
2734
- type: PropType<FieldValues>;
2735
- default: () => {};
2736
- };
2737
2822
  collapseDuration: {
2738
2823
  type: PropType<number>;
2739
2824
  default: undefined;
@@ -2750,6 +2835,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2750
2835
  type: PropType<false | PlusFormGroupRow[]>;
2751
2836
  default: boolean;
2752
2837
  };
2838
+ modelValue: {
2839
+ type: PropType<FieldValues>;
2840
+ default: () => {};
2841
+ };
2753
2842
  rules: {
2754
2843
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2755
2844
  default: () => {};
@@ -2813,7 +2902,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2813
2902
  default: boolean;
2814
2903
  };
2815
2904
  footerAlign: {
2816
- type: PropType<"center" | "right" | "left">;
2905
+ type: PropType<"right" | "left" | "center">;
2817
2906
  default: string;
2818
2907
  };
2819
2908
  cardProps: {
@@ -2832,10 +2921,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2832
2921
  default: boolean;
2833
2922
  };
2834
2923
  }>> & {
2835
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2836
2924
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2837
2925
  onReset?: ((values: FieldValues) => any) | undefined;
2838
2926
  onSubmit?: ((values: FieldValues) => any) | undefined;
2927
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2839
2928
  onValidate?: ((...args: any[]) => any) | undefined;
2840
2929
  onSubmitError?: ((errors: unknown) => any) | undefined;
2841
2930
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -2857,6 +2946,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2857
2946
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2858
2947
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2859
2948
  readonly hideRequiredAsterisk: BooleanConstructor;
2949
+ /**
2950
+ * MutationObserver 实例,用于监听组件可见性变化
2951
+ */
2860
2952
  readonly scrollToError: BooleanConstructor;
2861
2953
  readonly scrollIntoViewOptions: {
2862
2954
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -2883,6 +2975,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2883
2975
  readonly validator: ((val: unknown) => boolean) | undefined;
2884
2976
  __epPropKey: true;
2885
2977
  };
2978
+ /** 表头筛选重置 */
2886
2979
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
2887
2980
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
2888
2981
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -2890,6 +2983,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2890
2983
  readonly inline: BooleanConstructor;
2891
2984
  readonly inlineMessage: BooleanConstructor;
2892
2985
  readonly statusIcon: BooleanConstructor;
2986
+ /**
2987
+ * 计算属性:暴露 formRefs
2988
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
2989
+ */
2893
2990
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2894
2991
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2895
2992
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -2965,6 +3062,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2965
3062
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2966
3063
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2967
3064
  readonly hideRequiredAsterisk: BooleanConstructor;
3065
+ /**
3066
+ * MutationObserver 实例,用于监听组件可见性变化
3067
+ */
2968
3068
  readonly scrollToError: BooleanConstructor;
2969
3069
  readonly scrollIntoViewOptions: {
2970
3070
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -2993,6 +3093,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2993
3093
  readonly inlineMessage: boolean;
2994
3094
  readonly statusIcon: boolean;
2995
3095
  readonly hideRequiredAsterisk: boolean;
3096
+ /**
3097
+ * 组件卸载时清理 MutationObserver
3098
+ */
2996
3099
  readonly scrollToError: boolean;
2997
3100
  }, true, {}, {}, {
2998
3101
  P: {};
@@ -3019,6 +3122,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3019
3122
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3020
3123
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3021
3124
  readonly hideRequiredAsterisk: BooleanConstructor;
3125
+ /**
3126
+ * MutationObserver 实例,用于监听组件可见性变化
3127
+ */
3022
3128
  readonly scrollToError: BooleanConstructor;
3023
3129
  readonly scrollIntoViewOptions: {
3024
3130
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -3045,6 +3151,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3045
3151
  readonly validator: ((val: unknown) => boolean) | undefined;
3046
3152
  __epPropKey: true;
3047
3153
  };
3154
+ /** 表头筛选重置 */
3048
3155
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
3049
3156
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
3050
3157
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -3052,6 +3159,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3052
3159
  readonly inline: BooleanConstructor;
3053
3160
  readonly inlineMessage: BooleanConstructor;
3054
3161
  readonly statusIcon: BooleanConstructor;
3162
+ /**
3163
+ * 计算属性:暴露 formRefs
3164
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
3165
+ */
3055
3166
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3056
3167
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3057
3168
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -3119,6 +3230,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3119
3230
  readonly inlineMessage: boolean;
3120
3231
  readonly statusIcon: boolean;
3121
3232
  readonly hideRequiredAsterisk: boolean;
3233
+ /**
3234
+ * 组件卸载时清理 MutationObserver
3235
+ */
3122
3236
  readonly scrollToError: boolean;
3123
3237
  }> | null>;
3124
3238
  handleSubmit: () => void;
@@ -3136,14 +3250,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3136
3250
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
3137
3251
  columns?: PlusColumn[] | undefined;
3138
3252
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
3139
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
3253
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
3140
3254
  readonly label: string | ComputedRef<string>;
3141
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3255
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3142
3256
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3143
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3257
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
3144
3258
  style?: CSSProperties | undefined;
3145
3259
  class?: any;
3146
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3260
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3147
3261
  style?: CSSProperties | undefined;
3148
3262
  class?: any;
3149
3263
  } & RecordType>>;
@@ -3210,12 +3324,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3210
3324
  fieldInstance?: any;
3211
3325
  valueIsReady?: Ref<boolean> | undefined;
3212
3326
  prop: string;
3213
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3327
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3214
3328
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3215
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3329
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
3216
3330
  style?: CSSProperties | undefined;
3217
3331
  class?: any;
3218
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3332
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3219
3333
  style?: CSSProperties | undefined;
3220
3334
  class?: any;
3221
3335
  } & RecordType>>;
@@ -3244,14 +3358,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3244
3358
  clearable: boolean;
3245
3359
  index: number;
3246
3360
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
3247
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
3361
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
3248
3362
  readonly label: string | ComputedRef<string>;
3249
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3363
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3250
3364
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3251
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3365
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
3252
3366
  style?: CSSProperties | undefined;
3253
3367
  class?: any;
3254
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3368
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3255
3369
  style?: CSSProperties | undefined;
3256
3370
  class?: any;
3257
3371
  } & RecordType>>;
@@ -3318,12 +3432,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3318
3432
  fieldInstance?: any;
3319
3433
  valueIsReady?: Ref<boolean> | undefined;
3320
3434
  prop: string;
3321
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3435
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3322
3436
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3323
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3437
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
3324
3438
  style?: CSSProperties | undefined;
3325
3439
  class?: any;
3326
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3440
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3327
3441
  style?: CSSProperties | undefined;
3328
3442
  class?: any;
3329
3443
  } & RecordType>>;
@@ -3370,14 +3484,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3370
3484
  handleUnfold: (e: MouseEvent) => void;
3371
3485
  }> & {} & ComponentCustomProperties & {} & {
3372
3486
  $slots: Partial<Record<NonNullable<string | number>, (_: {
3373
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
3487
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
3374
3488
  readonly label: string | ComputedRef<string>;
3375
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3489
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3376
3490
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3377
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3491
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
3378
3492
  style?: CSSProperties | undefined;
3379
3493
  class?: any;
3380
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3494
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3381
3495
  style?: CSSProperties | undefined;
3382
3496
  class?: any;
3383
3497
  } & RecordType>>;
@@ -3444,12 +3558,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3444
3558
  fieldInstance?: any;
3445
3559
  valueIsReady?: Ref<boolean> | undefined;
3446
3560
  prop: string;
3447
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3561
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3448
3562
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3449
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3563
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
3450
3564
  style?: CSSProperties | undefined;
3451
3565
  class?: any;
3452
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3566
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3453
3567
  style?: CSSProperties | undefined;
3454
3568
  class?: any;
3455
3569
  } & RecordType>>;
@@ -3510,6 +3624,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3510
3624
  refresh?: boolean | undefined;
3511
3625
  density?: boolean | undefined;
3512
3626
  columnSetting?: boolean | ColumnSetting | undefined;
3627
+ /**
3628
+ * 搜索表单显示状态
3629
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
3630
+ */
3513
3631
  icon?: {
3514
3632
  size?: string | undefined;
3515
3633
  color?: string | undefined;
@@ -3557,6 +3675,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3557
3675
  refresh?: boolean | undefined;
3558
3676
  density?: boolean | undefined;
3559
3677
  columnSetting?: boolean | ColumnSetting | undefined;
3678
+ /**
3679
+ * 搜索表单显示状态
3680
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
3681
+ */
3560
3682
  icon?: {
3561
3683
  size?: string | undefined;
3562
3684
  color?: string | undefined;
@@ -3650,6 +3772,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3650
3772
  refresh?: boolean | undefined;
3651
3773
  density?: boolean | undefined;
3652
3774
  columnSetting?: boolean | ColumnSetting | undefined;
3775
+ /**
3776
+ * 搜索表单显示状态
3777
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
3778
+ */
3653
3779
  icon?: {
3654
3780
  size?: string | undefined;
3655
3781
  color?: string | undefined;
@@ -3756,9 +3882,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3756
3882
  $slots: Readonly<{
3757
3883
  [name: string]: Slot<any> | undefined;
3758
3884
  }>;
3759
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
3885
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3760
3886
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3761
- $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void); /** 包装后的请求函数 */
3887
+ $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
3762
3888
  $el: any;
3763
3889
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3764
3890
  data: {
@@ -3813,6 +3939,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3813
3939
  refresh?: boolean | undefined;
3814
3940
  density?: boolean | undefined;
3815
3941
  columnSetting?: boolean | ColumnSetting | undefined;
3942
+ /**
3943
+ * 搜索表单显示状态
3944
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
3945
+ */
3816
3946
  icon?: {
3817
3947
  size?: string | undefined;
3818
3948
  color?: string | undefined;
@@ -3922,9 +4052,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3922
4052
  readonly validator: ((val: unknown) => boolean) | undefined;
3923
4053
  __epPropKey: true;
3924
4054
  };
3925
- width: (NumberConstructor | StringConstructor)[];
3926
- height: (NumberConstructor | StringConstructor)[];
3927
- maxHeight: (NumberConstructor | StringConstructor)[];
4055
+ width: (StringConstructor | NumberConstructor)[];
4056
+ height: (StringConstructor | NumberConstructor)[];
4057
+ maxHeight: (StringConstructor | NumberConstructor)[];
3928
4058
  fit: {
3929
4059
  type: BooleanConstructor;
3930
4060
  default: boolean;
@@ -3948,13 +4078,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3948
4078
  headerCellClassName: PropType< CellCls<any> | undefined>;
3949
4079
  headerCellStyle: PropType< CellStyle<any> | undefined>;
3950
4080
  highlightCurrentRow: BooleanConstructor;
3951
- currentRowKey: (NumberConstructor | StringConstructor)[];
4081
+ currentRowKey: (StringConstructor | NumberConstructor)[];
3952
4082
  emptyText: StringConstructor;
3953
4083
  expandRowKeys: PropType<any[] | undefined>;
3954
4084
  defaultExpandAll: BooleanConstructor;
3955
4085
  defaultSort: PropType< Sort | undefined>;
3956
4086
  tooltipEffect: StringConstructor;
3957
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4087
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
3958
4088
  spanMethod: PropType<((data: {
3959
4089
  row: any;
3960
4090
  rowIndex: number;
@@ -3998,7 +4128,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3998
4128
  };
3999
4129
  scrollbarAlwaysOn: BooleanConstructor;
4000
4130
  flexible: BooleanConstructor;
4001
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4131
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4002
4132
  }>> & {
4003
4133
  onSelect?: ((...args: any[]) => any) | undefined;
4004
4134
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4118,9 +4248,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4118
4248
  readonly validator: ((val: unknown) => boolean) | undefined;
4119
4249
  __epPropKey: true;
4120
4250
  };
4121
- width: (NumberConstructor | StringConstructor)[];
4122
- height: (NumberConstructor | StringConstructor)[];
4123
- maxHeight: (NumberConstructor | StringConstructor)[];
4251
+ width: (StringConstructor | NumberConstructor)[];
4252
+ height: (StringConstructor | NumberConstructor)[];
4253
+ maxHeight: (StringConstructor | NumberConstructor)[];
4124
4254
  fit: {
4125
4255
  type: BooleanConstructor;
4126
4256
  default: boolean;
@@ -4144,13 +4274,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4144
4274
  headerCellClassName: PropType< CellCls<any> | undefined>;
4145
4275
  headerCellStyle: PropType< CellStyle<any> | undefined>;
4146
4276
  highlightCurrentRow: BooleanConstructor;
4147
- currentRowKey: (NumberConstructor | StringConstructor)[];
4277
+ currentRowKey: (StringConstructor | NumberConstructor)[];
4148
4278
  emptyText: StringConstructor;
4149
4279
  expandRowKeys: PropType<any[] | undefined>;
4150
4280
  defaultExpandAll: BooleanConstructor;
4151
4281
  defaultSort: PropType< Sort | undefined>;
4152
4282
  tooltipEffect: StringConstructor;
4153
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4283
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4154
4284
  spanMethod: PropType<((data: {
4155
4285
  row: any;
4156
4286
  rowIndex: number;
@@ -4194,7 +4324,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4194
4324
  };
4195
4325
  scrollbarAlwaysOn: BooleanConstructor;
4196
4326
  flexible: BooleanConstructor;
4197
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4327
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4198
4328
  }>> & {
4199
4329
  onSelect?: ((...args: any[]) => any) | undefined;
4200
4330
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4253,9 +4383,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4253
4383
  readonly validator: ((val: unknown) => boolean) | undefined;
4254
4384
  __epPropKey: true;
4255
4385
  };
4256
- width: (NumberConstructor | StringConstructor)[];
4257
- height: (NumberConstructor | StringConstructor)[];
4258
- maxHeight: (NumberConstructor | StringConstructor)[];
4386
+ width: (StringConstructor | NumberConstructor)[];
4387
+ height: (StringConstructor | NumberConstructor)[];
4388
+ maxHeight: (StringConstructor | NumberConstructor)[];
4259
4389
  fit: {
4260
4390
  type: BooleanConstructor;
4261
4391
  default: boolean;
@@ -4279,13 +4409,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4279
4409
  headerCellClassName: PropType< CellCls<any> | undefined>;
4280
4410
  headerCellStyle: PropType< CellStyle<any> | undefined>;
4281
4411
  highlightCurrentRow: BooleanConstructor;
4282
- currentRowKey: (NumberConstructor | StringConstructor)[];
4412
+ currentRowKey: (StringConstructor | NumberConstructor)[];
4283
4413
  emptyText: StringConstructor;
4284
4414
  expandRowKeys: PropType<any[] | undefined>;
4285
4415
  defaultExpandAll: BooleanConstructor;
4286
4416
  defaultSort: PropType< Sort | undefined>;
4287
4417
  tooltipEffect: StringConstructor;
4288
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4418
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4289
4419
  spanMethod: PropType<((data: {
4290
4420
  row: any;
4291
4421
  rowIndex: number;
@@ -4329,7 +4459,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4329
4459
  };
4330
4460
  scrollbarAlwaysOn: BooleanConstructor;
4331
4461
  flexible: BooleanConstructor;
4332
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4462
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4333
4463
  }>> & {
4334
4464
  onSelect?: ((...args: any[]) => any) | undefined;
4335
4465
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4492,6 +4622,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4492
4622
  refresh?: boolean | undefined;
4493
4623
  density?: boolean | undefined;
4494
4624
  columnSetting?: boolean | ColumnSetting | undefined;
4625
+ /**
4626
+ * 搜索表单显示状态
4627
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
4628
+ */
4495
4629
  icon?: {
4496
4630
  size?: string | undefined;
4497
4631
  color?: string | undefined;
@@ -4592,6 +4726,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4592
4726
  refresh?: boolean | undefined;
4593
4727
  density?: boolean | undefined;
4594
4728
  columnSetting?: boolean | ColumnSetting | undefined;
4729
+ /**
4730
+ * 搜索表单显示状态
4731
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
4732
+ */
4595
4733
  icon?: {
4596
4734
  size?: string | undefined;
4597
4735
  color?: string | undefined;
@@ -4701,9 +4839,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4701
4839
  readonly validator: ((val: unknown) => boolean) | undefined;
4702
4840
  __epPropKey: true;
4703
4841
  };
4704
- width: (NumberConstructor | StringConstructor)[];
4705
- height: (NumberConstructor | StringConstructor)[];
4706
- maxHeight: (NumberConstructor | StringConstructor)[];
4842
+ width: (StringConstructor | NumberConstructor)[];
4843
+ height: (StringConstructor | NumberConstructor)[];
4844
+ maxHeight: (StringConstructor | NumberConstructor)[];
4707
4845
  fit: {
4708
4846
  type: BooleanConstructor;
4709
4847
  default: boolean;
@@ -4727,13 +4865,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4727
4865
  headerCellClassName: PropType< CellCls<any> | undefined>;
4728
4866
  headerCellStyle: PropType< CellStyle<any> | undefined>;
4729
4867
  highlightCurrentRow: BooleanConstructor;
4730
- currentRowKey: (NumberConstructor | StringConstructor)[];
4868
+ currentRowKey: (StringConstructor | NumberConstructor)[];
4731
4869
  emptyText: StringConstructor;
4732
4870
  expandRowKeys: PropType<any[] | undefined>;
4733
4871
  defaultExpandAll: BooleanConstructor;
4734
4872
  defaultSort: PropType< Sort | undefined>;
4735
4873
  tooltipEffect: StringConstructor;
4736
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4874
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4737
4875
  spanMethod: PropType<((data: {
4738
4876
  row: any;
4739
4877
  rowIndex: number;
@@ -4777,7 +4915,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4777
4915
  };
4778
4916
  scrollbarAlwaysOn: BooleanConstructor;
4779
4917
  flexible: BooleanConstructor;
4780
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4918
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4781
4919
  }>> & {
4782
4920
  onSelect?: ((...args: any[]) => any) | undefined;
4783
4921
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4897,9 +5035,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4897
5035
  readonly validator: ((val: unknown) => boolean) | undefined;
4898
5036
  __epPropKey: true;
4899
5037
  };
4900
- width: (NumberConstructor | StringConstructor)[];
4901
- height: (NumberConstructor | StringConstructor)[];
4902
- maxHeight: (NumberConstructor | StringConstructor)[];
5038
+ width: (StringConstructor | NumberConstructor)[];
5039
+ height: (StringConstructor | NumberConstructor)[];
5040
+ maxHeight: (StringConstructor | NumberConstructor)[];
4903
5041
  fit: {
4904
5042
  type: BooleanConstructor;
4905
5043
  default: boolean;
@@ -4923,13 +5061,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4923
5061
  headerCellClassName: PropType< CellCls<any> | undefined>;
4924
5062
  headerCellStyle: PropType< CellStyle<any> | undefined>;
4925
5063
  highlightCurrentRow: BooleanConstructor;
4926
- currentRowKey: (NumberConstructor | StringConstructor)[];
5064
+ currentRowKey: (StringConstructor | NumberConstructor)[];
4927
5065
  emptyText: StringConstructor;
4928
5066
  expandRowKeys: PropType<any[] | undefined>;
4929
5067
  defaultExpandAll: BooleanConstructor;
4930
5068
  defaultSort: PropType< Sort | undefined>;
4931
5069
  tooltipEffect: StringConstructor;
4932
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
5070
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4933
5071
  spanMethod: PropType<((data: {
4934
5072
  row: any;
4935
5073
  rowIndex: number;
@@ -4973,7 +5111,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4973
5111
  };
4974
5112
  scrollbarAlwaysOn: BooleanConstructor;
4975
5113
  flexible: BooleanConstructor;
4976
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
5114
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4977
5115
  }>> & {
4978
5116
  onSelect?: ((...args: any[]) => any) | undefined;
4979
5117
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -5032,9 +5170,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5032
5170
  readonly validator: ((val: unknown) => boolean) | undefined;
5033
5171
  __epPropKey: true;
5034
5172
  };
5035
- width: (NumberConstructor | StringConstructor)[];
5036
- height: (NumberConstructor | StringConstructor)[];
5037
- maxHeight: (NumberConstructor | StringConstructor)[];
5173
+ width: (StringConstructor | NumberConstructor)[];
5174
+ height: (StringConstructor | NumberConstructor)[];
5175
+ maxHeight: (StringConstructor | NumberConstructor)[];
5038
5176
  fit: {
5039
5177
  type: BooleanConstructor;
5040
5178
  default: boolean;
@@ -5058,13 +5196,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5058
5196
  headerCellClassName: PropType< CellCls<any> | undefined>;
5059
5197
  headerCellStyle: PropType< CellStyle<any> | undefined>;
5060
5198
  highlightCurrentRow: BooleanConstructor;
5061
- currentRowKey: (NumberConstructor | StringConstructor)[];
5199
+ currentRowKey: (StringConstructor | NumberConstructor)[];
5062
5200
  emptyText: StringConstructor;
5063
5201
  expandRowKeys: PropType<any[] | undefined>;
5064
5202
  defaultExpandAll: BooleanConstructor;
5065
5203
  defaultSort: PropType< Sort | undefined>;
5066
5204
  tooltipEffect: StringConstructor;
5067
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
5205
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
5068
5206
  spanMethod: PropType<((data: {
5069
5207
  row: any;
5070
5208
  rowIndex: number;
@@ -5108,7 +5246,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5108
5246
  };
5109
5247
  scrollbarAlwaysOn: BooleanConstructor;
5110
5248
  flexible: BooleanConstructor;
5111
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
5249
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
5112
5250
  }>> & {
5113
5251
  onSelect?: ((...args: any[]) => any) | undefined;
5114
5252
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -5290,7 +5428,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5290
5428
  columns: PlusColumn[];
5291
5429
  immediate: boolean;
5292
5430
  params: RecordType;
5293
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
5431
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
5294
5432
  columnsEmptyText: string;
5295
5433
  postData: <T = RecordType[]>(data: T[]) => T[];
5296
5434
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -5367,7 +5505,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5367
5505
  required: true;
5368
5506
  };
5369
5507
  pagination: {
5370
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
5508
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
5371
5509
  default: () => {};
5372
5510
  };
5373
5511
  columnsEmptyText: {
@@ -5440,8 +5578,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5440
5578
  $: ComponentInternalInstance;
5441
5579
  $data: {};
5442
5580
  $props: Partial<{
5443
- modelValue: FieldValues;
5444
5581
  columns: PlusColumn[];
5582
+ modelValue: FieldValues;
5445
5583
  labelPosition: "top" | "right" | "left";
5446
5584
  inline: boolean;
5447
5585
  showNumber: number;
@@ -5467,8 +5605,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5467
5605
  searchIcon: Component | null;
5468
5606
  resetIcon: Component | null;
5469
5607
  }> & Omit<{
5470
- readonly modelValue: FieldValues;
5471
5608
  readonly columns: PlusColumn[];
5609
+ readonly modelValue: FieldValues;
5472
5610
  readonly inline: boolean;
5473
5611
  readonly showNumber: number;
5474
5612
  readonly defaultValues: FieldValues;
@@ -5493,20 +5631,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5493
5631
  readonly labelPosition?: "top" | "right" | "left" | undefined;
5494
5632
  readonly searchIcon?: Component | null | undefined;
5495
5633
  readonly resetIcon?: Component | null | undefined;
5496
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5497
5634
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5498
5635
  onReset?: ((values: FieldValues) => any) | undefined;
5636
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5499
5637
  onSearch?: ((values: FieldValues) => any) | undefined;
5500
5638
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5501
5639
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
5502
- modelValue: {
5503
- type: PropType<FieldValues>;
5504
- default: () => {};
5505
- };
5506
5640
  columns: {
5507
5641
  type: PropType<PlusColumn[]>;
5508
5642
  default: () => never[];
5509
5643
  };
5644
+ modelValue: {
5645
+ type: PropType<FieldValues>;
5646
+ default: () => {};
5647
+ };
5510
5648
  labelPosition: {
5511
5649
  type: PropType<"top" | "right" | "left">;
5512
5650
  default: undefined;
@@ -5594,12 +5732,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5594
5732
  default: undefined;
5595
5733
  };
5596
5734
  }>> & {
5597
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5598
5735
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5599
5736
  onReset?: ((values: FieldValues) => any) | undefined;
5737
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5600
5738
  onSearch?: ((values: FieldValues) => any) | undefined;
5601
5739
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5602
- }, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
5740
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
5603
5741
  $attrs: {
5604
5742
  [x: string]: unknown;
5605
5743
  };
@@ -5609,19 +5747,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5609
5747
  $slots: Readonly<{
5610
5748
  [name: string]: Slot<any> | undefined;
5611
5749
  }>;
5612
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
5750
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5613
5751
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5614
- $emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void); /** 包装后的请求函数 */
5752
+ $emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
5615
5753
  $el: any;
5616
5754
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5617
- modelValue: {
5618
- type: PropType<FieldValues>;
5619
- default: () => {};
5620
- };
5621
5755
  columns: {
5622
5756
  type: PropType<PlusColumn[]>;
5623
5757
  default: () => never[];
5624
5758
  };
5759
+ modelValue: {
5760
+ type: PropType<FieldValues>;
5761
+ default: () => {};
5762
+ };
5625
5763
  labelPosition: {
5626
5764
  type: PropType<"top" | "right" | "left">;
5627
5765
  default: undefined;
@@ -5709,9 +5847,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5709
5847
  default: undefined;
5710
5848
  };
5711
5849
  }>> & {
5712
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5713
5850
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5714
5851
  onReset?: ((values: FieldValues) => any) | undefined;
5852
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5715
5853
  onSearch?: ((values: FieldValues) => any) | undefined;
5716
5854
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5717
5855
  }, {
@@ -5719,11 +5857,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5719
5857
  $: ComponentInternalInstance;
5720
5858
  $data: {};
5721
5859
  $props: Partial<{
5722
- modelValue: FieldValues;
5723
5860
  collapseDuration: number;
5724
5861
  collapseTransition: boolean;
5725
5862
  columns: PlusColumn[];
5726
5863
  group: false | PlusFormGroupRow[];
5864
+ modelValue: FieldValues;
5727
5865
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5728
5866
  labelPosition: "top" | "right" | "left";
5729
5867
  labelWidth: string | number;
@@ -5744,7 +5882,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5744
5882
  submitText: string;
5745
5883
  resetText: string;
5746
5884
  submitLoading: boolean;
5747
- footerAlign: "center" | "right" | "left";
5885
+ footerAlign: "right" | "left" | "center";
5748
5886
  cardProps: Partial< Mutable<CardProps> & {
5749
5887
  style?: CSSProperties | undefined;
5750
5888
  class?: any;
@@ -5752,9 +5890,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5752
5890
  prevent: boolean;
5753
5891
  clearable: boolean;
5754
5892
  }> & Omit<{
5755
- readonly modelValue: FieldValues;
5756
5893
  readonly columns: PlusColumn[];
5757
5894
  readonly group: false | PlusFormGroupRow[];
5895
+ readonly modelValue: FieldValues;
5758
5896
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5759
5897
  readonly labelPosition: "top" | "right" | "left";
5760
5898
  readonly labelWidth: string | number;
@@ -5775,7 +5913,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5775
5913
  readonly submitText: string;
5776
5914
  readonly resetText: string;
5777
5915
  readonly submitLoading: boolean;
5778
- readonly footerAlign: "center" | "right" | "left";
5916
+ readonly footerAlign: "right" | "left" | "center";
5779
5917
  readonly cardProps: Partial< Mutable<CardProps> & {
5780
5918
  style?: CSSProperties | undefined;
5781
5919
  class?: any;
@@ -5784,17 +5922,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5784
5922
  readonly clearable: boolean;
5785
5923
  readonly collapseDuration?: number | undefined;
5786
5924
  readonly collapseTransition?: boolean | undefined;
5787
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5788
5925
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5789
5926
  onReset?: ((values: FieldValues) => any) | undefined;
5790
5927
  onSubmit?: ((values: FieldValues) => any) | undefined;
5928
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5791
5929
  onValidate?: ((...args: any[]) => any) | undefined;
5792
5930
  onSubmitError?: ((errors: unknown) => any) | undefined;
5793
5931
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
5794
- modelValue: {
5795
- type: PropType<FieldValues>;
5796
- default: () => {};
5797
- };
5798
5932
  collapseDuration: {
5799
5933
  type: PropType<number>;
5800
5934
  default: undefined;
@@ -5811,6 +5945,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5811
5945
  type: PropType<false | PlusFormGroupRow[]>;
5812
5946
  default: boolean;
5813
5947
  };
5948
+ modelValue: {
5949
+ type: PropType<FieldValues>;
5950
+ default: () => {};
5951
+ };
5814
5952
  rules: {
5815
5953
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5816
5954
  default: () => {};
@@ -5874,7 +6012,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5874
6012
  default: boolean;
5875
6013
  };
5876
6014
  footerAlign: {
5877
- type: PropType<"center" | "right" | "left">;
6015
+ type: PropType<"right" | "left" | "center">;
5878
6016
  default: string;
5879
6017
  };
5880
6018
  cardProps: {
@@ -5893,13 +6031,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5893
6031
  default: boolean;
5894
6032
  };
5895
6033
  }>> & {
5896
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5897
6034
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5898
6035
  onReset?: ((values: FieldValues) => any) | undefined;
5899
6036
  onSubmit?: ((values: FieldValues) => any) | undefined;
6037
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5900
6038
  onValidate?: ((...args: any[]) => any) | undefined;
5901
6039
  onSubmitError?: ((errors: unknown) => any) | undefined;
5902
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
6040
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5903
6041
  $attrs: {
5904
6042
  [x: string]: unknown;
5905
6043
  };
@@ -5909,15 +6047,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5909
6047
  $slots: Readonly<{
5910
6048
  [name: string]: Slot<any> | undefined;
5911
6049
  }>;
5912
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
6050
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5913
6051
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5914
- $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
6052
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
5915
6053
  $el: any;
5916
6054
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5917
- modelValue: {
5918
- type: PropType<FieldValues>;
5919
- default: () => {};
5920
- };
5921
6055
  collapseDuration: {
5922
6056
  type: PropType<number>;
5923
6057
  default: undefined;
@@ -5934,6 +6068,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5934
6068
  type: PropType<false | PlusFormGroupRow[]>;
5935
6069
  default: boolean;
5936
6070
  };
6071
+ modelValue: {
6072
+ type: PropType<FieldValues>;
6073
+ default: () => {};
6074
+ };
5937
6075
  rules: {
5938
6076
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5939
6077
  default: () => {};
@@ -5997,7 +6135,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5997
6135
  default: boolean;
5998
6136
  };
5999
6137
  footerAlign: {
6000
- type: PropType<"center" | "right" | "left">;
6138
+ type: PropType<"right" | "left" | "center">;
6001
6139
  default: string;
6002
6140
  };
6003
6141
  cardProps: {
@@ -6016,10 +6154,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6016
6154
  default: boolean;
6017
6155
  };
6018
6156
  }>> & {
6019
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6020
6157
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6021
6158
  onReset?: ((values: FieldValues) => any) | undefined;
6022
6159
  onSubmit?: ((values: FieldValues) => any) | undefined;
6160
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6023
6161
  onValidate?: ((...args: any[]) => any) | undefined;
6024
6162
  onSubmitError?: ((errors: unknown) => any) | undefined;
6025
6163
  }, {
@@ -6041,6 +6179,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6041
6179
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6042
6180
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6043
6181
  readonly hideRequiredAsterisk: BooleanConstructor;
6182
+ /**
6183
+ * MutationObserver 实例,用于监听组件可见性变化
6184
+ */
6044
6185
  readonly scrollToError: BooleanConstructor;
6045
6186
  readonly scrollIntoViewOptions: {
6046
6187
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -6067,6 +6208,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6067
6208
  readonly validator: ((val: unknown) => boolean) | undefined;
6068
6209
  __epPropKey: true;
6069
6210
  };
6211
+ /** 表头筛选重置 */
6070
6212
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
6071
6213
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
6072
6214
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -6074,6 +6216,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6074
6216
  readonly inline: BooleanConstructor;
6075
6217
  readonly inlineMessage: BooleanConstructor;
6076
6218
  readonly statusIcon: BooleanConstructor;
6219
+ /**
6220
+ * 计算属性:暴露 formRefs
6221
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
6222
+ */
6077
6223
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6078
6224
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6079
6225
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -6149,6 +6295,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6149
6295
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6150
6296
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6151
6297
  readonly hideRequiredAsterisk: BooleanConstructor;
6298
+ /**
6299
+ * MutationObserver 实例,用于监听组件可见性变化
6300
+ */
6152
6301
  readonly scrollToError: BooleanConstructor;
6153
6302
  readonly scrollIntoViewOptions: {
6154
6303
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -6177,6 +6326,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6177
6326
  readonly inlineMessage: boolean;
6178
6327
  readonly statusIcon: boolean;
6179
6328
  readonly hideRequiredAsterisk: boolean;
6329
+ /**
6330
+ * 组件卸载时清理 MutationObserver
6331
+ */
6180
6332
  readonly scrollToError: boolean;
6181
6333
  }, true, {}, {}, {
6182
6334
  P: {};
@@ -6203,6 +6355,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6203
6355
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6204
6356
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6205
6357
  readonly hideRequiredAsterisk: BooleanConstructor;
6358
+ /**
6359
+ * MutationObserver 实例,用于监听组件可见性变化
6360
+ */
6206
6361
  readonly scrollToError: BooleanConstructor;
6207
6362
  readonly scrollIntoViewOptions: {
6208
6363
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -6229,6 +6384,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6229
6384
  readonly validator: ((val: unknown) => boolean) | undefined;
6230
6385
  __epPropKey: true;
6231
6386
  };
6387
+ /** 表头筛选重置 */
6232
6388
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
6233
6389
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
6234
6390
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -6236,6 +6392,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6236
6392
  readonly inline: BooleanConstructor;
6237
6393
  readonly inlineMessage: BooleanConstructor;
6238
6394
  readonly statusIcon: BooleanConstructor;
6395
+ /**
6396
+ * 计算属性:暴露 formRefs
6397
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
6398
+ */
6239
6399
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6240
6400
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6241
6401
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -6303,6 +6463,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6303
6463
  readonly inlineMessage: boolean;
6304
6464
  readonly statusIcon: boolean;
6305
6465
  readonly hideRequiredAsterisk: boolean;
6466
+ /**
6467
+ * 组件卸载时清理 MutationObserver
6468
+ */
6306
6469
  readonly scrollToError: boolean;
6307
6470
  }> | null>;
6308
6471
  handleSubmit: () => void;
@@ -6315,11 +6478,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6315
6478
  submitError: (errors: unknown) => void;
6316
6479
  validate: (...args: any[]) => void;
6317
6480
  }, string, {
6318
- modelValue: FieldValues;
6319
6481
  collapseDuration: number;
6320
6482
  collapseTransition: boolean;
6321
6483
  columns: PlusColumn[];
6322
6484
  group: false | PlusFormGroupRow[];
6485
+ modelValue: FieldValues;
6323
6486
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
6324
6487
  labelPosition: "top" | "right" | "left";
6325
6488
  labelWidth: string | number;
@@ -6340,7 +6503,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6340
6503
  submitText: string;
6341
6504
  resetText: string;
6342
6505
  submitLoading: boolean;
6343
- footerAlign: "center" | "right" | "left";
6506
+ footerAlign: "right" | "left" | "center";
6344
6507
  cardProps: Partial< Mutable<CardProps> & {
6345
6508
  style?: CSSProperties | undefined;
6346
6509
  class?: any;
@@ -6368,10 +6531,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6368
6531
  $nextTick: typeof nextTick;
6369
6532
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
6370
6533
  } & Omit<Readonly< ExtractPropTypes<{
6371
- modelValue: {
6372
- type: PropType<FieldValues>;
6373
- default: () => {};
6374
- };
6375
6534
  collapseDuration: {
6376
6535
  type: PropType<number>;
6377
6536
  default: undefined;
@@ -6388,6 +6547,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6388
6547
  type: PropType<false | PlusFormGroupRow[]>;
6389
6548
  default: boolean;
6390
6549
  };
6550
+ modelValue: {
6551
+ type: PropType<FieldValues>;
6552
+ default: () => {};
6553
+ };
6391
6554
  rules: {
6392
6555
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
6393
6556
  default: () => {};
@@ -6451,7 +6614,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6451
6614
  default: boolean;
6452
6615
  };
6453
6616
  footerAlign: {
6454
- type: PropType<"center" | "right" | "left">;
6617
+ type: PropType<"right" | "left" | "center">;
6455
6618
  default: string;
6456
6619
  };
6457
6620
  cardProps: {
@@ -6470,10 +6633,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6470
6633
  default: boolean;
6471
6634
  };
6472
6635
  }>> & {
6473
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6474
6636
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6475
6637
  onReset?: ((values: FieldValues) => any) | undefined;
6476
6638
  onSubmit?: ((values: FieldValues) => any) | undefined;
6639
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6477
6640
  onValidate?: ((...args: any[]) => any) | undefined;
6478
6641
  onSubmitError?: ((errors: unknown) => any) | undefined;
6479
6642
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -6495,6 +6658,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6495
6658
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6496
6659
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6497
6660
  readonly hideRequiredAsterisk: BooleanConstructor;
6661
+ /**
6662
+ * MutationObserver 实例,用于监听组件可见性变化
6663
+ */
6498
6664
  readonly scrollToError: BooleanConstructor;
6499
6665
  readonly scrollIntoViewOptions: {
6500
6666
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -6521,6 +6687,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6521
6687
  readonly validator: ((val: unknown) => boolean) | undefined;
6522
6688
  __epPropKey: true;
6523
6689
  };
6690
+ /** 表头筛选重置 */
6524
6691
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
6525
6692
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
6526
6693
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -6528,6 +6695,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6528
6695
  readonly inline: BooleanConstructor;
6529
6696
  readonly inlineMessage: BooleanConstructor;
6530
6697
  readonly statusIcon: BooleanConstructor;
6698
+ /**
6699
+ * 计算属性:暴露 formRefs
6700
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
6701
+ */
6531
6702
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6532
6703
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6533
6704
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -6603,6 +6774,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6603
6774
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6604
6775
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6605
6776
  readonly hideRequiredAsterisk: BooleanConstructor;
6777
+ /**
6778
+ * MutationObserver 实例,用于监听组件可见性变化
6779
+ */
6606
6780
  readonly scrollToError: BooleanConstructor;
6607
6781
  readonly scrollIntoViewOptions: {
6608
6782
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -6631,6 +6805,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6631
6805
  readonly inlineMessage: boolean;
6632
6806
  readonly statusIcon: boolean;
6633
6807
  readonly hideRequiredAsterisk: boolean;
6808
+ /**
6809
+ * 组件卸载时清理 MutationObserver
6810
+ */
6634
6811
  readonly scrollToError: boolean;
6635
6812
  }, true, {}, {}, {
6636
6813
  P: {};
@@ -6657,6 +6834,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6657
6834
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6658
6835
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6659
6836
  readonly hideRequiredAsterisk: BooleanConstructor;
6837
+ /**
6838
+ * MutationObserver 实例,用于监听组件可见性变化
6839
+ */
6660
6840
  readonly scrollToError: BooleanConstructor;
6661
6841
  readonly scrollIntoViewOptions: {
6662
6842
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -6683,6 +6863,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6683
6863
  readonly validator: ((val: unknown) => boolean) | undefined;
6684
6864
  __epPropKey: true;
6685
6865
  };
6866
+ /** 表头筛选重置 */
6686
6867
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
6687
6868
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
6688
6869
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -6690,6 +6871,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6690
6871
  readonly inline: BooleanConstructor;
6691
6872
  readonly inlineMessage: BooleanConstructor;
6692
6873
  readonly statusIcon: BooleanConstructor;
6874
+ /**
6875
+ * 计算属性:暴露 formRefs
6876
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
6877
+ */
6693
6878
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6694
6879
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6695
6880
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -6757,6 +6942,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6757
6942
  readonly inlineMessage: boolean;
6758
6943
  readonly statusIcon: boolean;
6759
6944
  readonly hideRequiredAsterisk: boolean;
6945
+ /**
6946
+ * 组件卸载时清理 MutationObserver
6947
+ */
6760
6948
  readonly scrollToError: boolean;
6761
6949
  }> | null>;
6762
6950
  handleSubmit: () => void;
@@ -6774,14 +6962,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6774
6962
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
6775
6963
  columns?: PlusColumn[] | undefined;
6776
6964
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6777
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
6965
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
6778
6966
  readonly label: string | ComputedRef<string>;
6779
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6967
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6780
6968
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6781
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6969
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
6782
6970
  style?: CSSProperties | undefined;
6783
6971
  class?: any;
6784
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6972
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6785
6973
  style?: CSSProperties | undefined;
6786
6974
  class?: any;
6787
6975
  } & RecordType>>;
@@ -6848,12 +7036,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6848
7036
  fieldInstance?: any;
6849
7037
  valueIsReady?: Ref<boolean> | undefined;
6850
7038
  prop: string;
6851
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7039
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6852
7040
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6853
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7041
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
6854
7042
  style?: CSSProperties | undefined;
6855
7043
  class?: any;
6856
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7044
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6857
7045
  style?: CSSProperties | undefined;
6858
7046
  class?: any;
6859
7047
  } & RecordType>>;
@@ -6882,14 +7070,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6882
7070
  clearable: boolean;
6883
7071
  index: number;
6884
7072
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6885
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7073
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
6886
7074
  readonly label: string | ComputedRef<string>;
6887
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7075
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6888
7076
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6889
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7077
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
6890
7078
  style?: CSSProperties | undefined;
6891
7079
  class?: any;
6892
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7080
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6893
7081
  style?: CSSProperties | undefined;
6894
7082
  class?: any;
6895
7083
  } & RecordType>>;
@@ -6956,12 +7144,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6956
7144
  fieldInstance?: any;
6957
7145
  valueIsReady?: Ref<boolean> | undefined;
6958
7146
  prop: string;
6959
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7147
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6960
7148
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6961
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7149
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
6962
7150
  style?: CSSProperties | undefined;
6963
7151
  class?: any;
6964
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7152
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6965
7153
  style?: CSSProperties | undefined;
6966
7154
  class?: any;
6967
7155
  } & RecordType>>;
@@ -7013,8 +7201,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7013
7201
  reset: (values: FieldValues) => void;
7014
7202
  collapse: (isShowUnfold: boolean) => void;
7015
7203
  }, string, {
7016
- modelValue: FieldValues;
7017
7204
  columns: PlusColumn[];
7205
+ modelValue: FieldValues;
7018
7206
  labelPosition: "top" | "right" | "left";
7019
7207
  inline: boolean;
7020
7208
  showNumber: number;
@@ -7060,14 +7248,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7060
7248
  $nextTick: typeof nextTick;
7061
7249
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
7062
7250
  } & Omit<Readonly< ExtractPropTypes<{
7063
- modelValue: {
7064
- type: PropType<FieldValues>;
7065
- default: () => {};
7066
- };
7067
7251
  columns: {
7068
7252
  type: PropType<PlusColumn[]>;
7069
7253
  default: () => never[];
7070
7254
  };
7255
+ modelValue: {
7256
+ type: PropType<FieldValues>;
7257
+ default: () => {};
7258
+ };
7071
7259
  labelPosition: {
7072
7260
  type: PropType<"top" | "right" | "left">;
7073
7261
  default: undefined;
@@ -7155,9 +7343,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7155
7343
  default: undefined;
7156
7344
  };
7157
7345
  }>> & {
7158
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7159
7346
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7160
7347
  onReset?: ((values: FieldValues) => any) | undefined;
7348
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7161
7349
  onSearch?: ((values: FieldValues) => any) | undefined;
7162
7350
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
7163
7351
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -7165,11 +7353,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7165
7353
  $: ComponentInternalInstance;
7166
7354
  $data: {};
7167
7355
  $props: Partial<{
7168
- modelValue: FieldValues;
7169
7356
  collapseDuration: number;
7170
7357
  collapseTransition: boolean;
7171
7358
  columns: PlusColumn[];
7172
7359
  group: false | PlusFormGroupRow[];
7360
+ modelValue: FieldValues;
7173
7361
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7174
7362
  labelPosition: "top" | "right" | "left";
7175
7363
  labelWidth: string | number;
@@ -7190,7 +7378,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7190
7378
  submitText: string;
7191
7379
  resetText: string;
7192
7380
  submitLoading: boolean;
7193
- footerAlign: "center" | "right" | "left";
7381
+ footerAlign: "right" | "left" | "center";
7194
7382
  cardProps: Partial< Mutable<CardProps> & {
7195
7383
  style?: CSSProperties | undefined;
7196
7384
  class?: any;
@@ -7198,9 +7386,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7198
7386
  prevent: boolean;
7199
7387
  clearable: boolean;
7200
7388
  }> & Omit<{
7201
- readonly modelValue: FieldValues;
7202
7389
  readonly columns: PlusColumn[];
7203
7390
  readonly group: false | PlusFormGroupRow[];
7391
+ readonly modelValue: FieldValues;
7204
7392
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7205
7393
  readonly labelPosition: "top" | "right" | "left";
7206
7394
  readonly labelWidth: string | number;
@@ -7221,7 +7409,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7221
7409
  readonly submitText: string;
7222
7410
  readonly resetText: string;
7223
7411
  readonly submitLoading: boolean;
7224
- readonly footerAlign: "center" | "right" | "left";
7412
+ readonly footerAlign: "right" | "left" | "center";
7225
7413
  readonly cardProps: Partial< Mutable<CardProps> & {
7226
7414
  style?: CSSProperties | undefined;
7227
7415
  class?: any;
@@ -7230,17 +7418,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7230
7418
  readonly clearable: boolean;
7231
7419
  readonly collapseDuration?: number | undefined;
7232
7420
  readonly collapseTransition?: boolean | undefined;
7233
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7234
7421
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7235
7422
  onReset?: ((values: FieldValues) => any) | undefined;
7236
7423
  onSubmit?: ((values: FieldValues) => any) | undefined;
7424
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7237
7425
  onValidate?: ((...args: any[]) => any) | undefined;
7238
7426
  onSubmitError?: ((errors: unknown) => any) | undefined;
7239
7427
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7240
- modelValue: {
7241
- type: PropType<FieldValues>;
7242
- default: () => {};
7243
- };
7244
7428
  collapseDuration: {
7245
7429
  type: PropType<number>;
7246
7430
  default: undefined;
@@ -7257,6 +7441,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7257
7441
  type: PropType<false | PlusFormGroupRow[]>;
7258
7442
  default: boolean;
7259
7443
  };
7444
+ modelValue: {
7445
+ type: PropType<FieldValues>;
7446
+ default: () => {};
7447
+ };
7260
7448
  rules: {
7261
7449
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7262
7450
  default: () => {};
@@ -7320,7 +7508,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7320
7508
  default: boolean;
7321
7509
  };
7322
7510
  footerAlign: {
7323
- type: PropType<"center" | "right" | "left">;
7511
+ type: PropType<"right" | "left" | "center">;
7324
7512
  default: string;
7325
7513
  };
7326
7514
  cardProps: {
@@ -7339,13 +7527,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7339
7527
  default: boolean;
7340
7528
  };
7341
7529
  }>> & {
7342
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7343
7530
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7344
7531
  onReset?: ((values: FieldValues) => any) | undefined;
7345
7532
  onSubmit?: ((values: FieldValues) => any) | undefined;
7533
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7346
7534
  onValidate?: ((...args: any[]) => any) | undefined;
7347
7535
  onSubmitError?: ((errors: unknown) => any) | undefined;
7348
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
7536
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
7349
7537
  $attrs: {
7350
7538
  [x: string]: unknown;
7351
7539
  };
@@ -7355,15 +7543,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7355
7543
  $slots: Readonly<{
7356
7544
  [name: string]: Slot<any> | undefined;
7357
7545
  }>;
7358
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
7546
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7359
7547
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7360
- $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void); /** 包装后的请求函数 */
7548
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
7361
7549
  $el: any;
7362
7550
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7363
- modelValue: {
7364
- type: PropType<FieldValues>;
7365
- default: () => {};
7366
- };
7367
7551
  collapseDuration: {
7368
7552
  type: PropType<number>;
7369
7553
  default: undefined;
@@ -7380,6 +7564,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7380
7564
  type: PropType<false | PlusFormGroupRow[]>;
7381
7565
  default: boolean;
7382
7566
  };
7567
+ modelValue: {
7568
+ type: PropType<FieldValues>;
7569
+ default: () => {};
7570
+ };
7383
7571
  rules: {
7384
7572
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7385
7573
  default: () => {};
@@ -7443,7 +7631,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7443
7631
  default: boolean;
7444
7632
  };
7445
7633
  footerAlign: {
7446
- type: PropType<"center" | "right" | "left">;
7634
+ type: PropType<"right" | "left" | "center">;
7447
7635
  default: string;
7448
7636
  };
7449
7637
  cardProps: {
@@ -7462,10 +7650,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7462
7650
  default: boolean;
7463
7651
  };
7464
7652
  }>> & {
7465
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7466
7653
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7467
7654
  onReset?: ((values: FieldValues) => any) | undefined;
7468
7655
  onSubmit?: ((values: FieldValues) => any) | undefined;
7656
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7469
7657
  onValidate?: ((...args: any[]) => any) | undefined;
7470
7658
  onSubmitError?: ((errors: unknown) => any) | undefined;
7471
7659
  }, {
@@ -7487,6 +7675,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7487
7675
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7488
7676
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7489
7677
  readonly hideRequiredAsterisk: BooleanConstructor;
7678
+ /**
7679
+ * MutationObserver 实例,用于监听组件可见性变化
7680
+ */
7490
7681
  readonly scrollToError: BooleanConstructor;
7491
7682
  readonly scrollIntoViewOptions: {
7492
7683
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -7513,6 +7704,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7513
7704
  readonly validator: ((val: unknown) => boolean) | undefined;
7514
7705
  __epPropKey: true;
7515
7706
  };
7707
+ /** 表头筛选重置 */
7516
7708
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
7517
7709
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
7518
7710
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -7520,6 +7712,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7520
7712
  readonly inline: BooleanConstructor;
7521
7713
  readonly inlineMessage: BooleanConstructor;
7522
7714
  readonly statusIcon: BooleanConstructor;
7715
+ /**
7716
+ * 计算属性:暴露 formRefs
7717
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
7718
+ */
7523
7719
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7524
7720
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7525
7721
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -7595,6 +7791,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7595
7791
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7596
7792
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7597
7793
  readonly hideRequiredAsterisk: BooleanConstructor;
7794
+ /**
7795
+ * MutationObserver 实例,用于监听组件可见性变化
7796
+ */
7598
7797
  readonly scrollToError: BooleanConstructor;
7599
7798
  readonly scrollIntoViewOptions: {
7600
7799
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -7623,6 +7822,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7623
7822
  readonly inlineMessage: boolean;
7624
7823
  readonly statusIcon: boolean;
7625
7824
  readonly hideRequiredAsterisk: boolean;
7825
+ /**
7826
+ * 组件卸载时清理 MutationObserver
7827
+ */
7626
7828
  readonly scrollToError: boolean;
7627
7829
  }, true, {}, {}, {
7628
7830
  P: {};
@@ -7649,6 +7851,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7649
7851
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7650
7852
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7651
7853
  readonly hideRequiredAsterisk: BooleanConstructor;
7854
+ /**
7855
+ * MutationObserver 实例,用于监听组件可见性变化
7856
+ */
7652
7857
  readonly scrollToError: BooleanConstructor;
7653
7858
  readonly scrollIntoViewOptions: {
7654
7859
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -7675,6 +7880,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7675
7880
  readonly validator: ((val: unknown) => boolean) | undefined;
7676
7881
  __epPropKey: true;
7677
7882
  };
7883
+ /** 表头筛选重置 */
7678
7884
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
7679
7885
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
7680
7886
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -7682,6 +7888,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7682
7888
  readonly inline: BooleanConstructor;
7683
7889
  readonly inlineMessage: BooleanConstructor;
7684
7890
  readonly statusIcon: BooleanConstructor;
7891
+ /**
7892
+ * 计算属性:暴露 formRefs
7893
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
7894
+ */
7685
7895
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7686
7896
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7687
7897
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -7749,6 +7959,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7749
7959
  readonly inlineMessage: boolean;
7750
7960
  readonly statusIcon: boolean;
7751
7961
  readonly hideRequiredAsterisk: boolean;
7962
+ /**
7963
+ * 组件卸载时清理 MutationObserver
7964
+ */
7752
7965
  readonly scrollToError: boolean;
7753
7966
  }> | null>;
7754
7967
  handleSubmit: () => void;
@@ -7761,11 +7974,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7761
7974
  submitError: (errors: unknown) => void;
7762
7975
  validate: (...args: any[]) => void;
7763
7976
  }, string, {
7764
- modelValue: FieldValues;
7765
7977
  collapseDuration: number;
7766
7978
  collapseTransition: boolean;
7767
7979
  columns: PlusColumn[];
7768
7980
  group: false | PlusFormGroupRow[];
7981
+ modelValue: FieldValues;
7769
7982
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7770
7983
  labelPosition: "top" | "right" | "left";
7771
7984
  labelWidth: string | number;
@@ -7786,7 +7999,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7786
7999
  submitText: string;
7787
8000
  resetText: string;
7788
8001
  submitLoading: boolean;
7789
- footerAlign: "center" | "right" | "left";
8002
+ footerAlign: "right" | "left" | "center";
7790
8003
  cardProps: Partial< Mutable<CardProps> & {
7791
8004
  style?: CSSProperties | undefined;
7792
8005
  class?: any;
@@ -7814,10 +8027,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7814
8027
  $nextTick: typeof nextTick;
7815
8028
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
7816
8029
  } & Omit<Readonly< ExtractPropTypes<{
7817
- modelValue: {
7818
- type: PropType<FieldValues>;
7819
- default: () => {};
7820
- };
7821
8030
  collapseDuration: {
7822
8031
  type: PropType<number>;
7823
8032
  default: undefined;
@@ -7834,6 +8043,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7834
8043
  type: PropType<false | PlusFormGroupRow[]>;
7835
8044
  default: boolean;
7836
8045
  };
8046
+ modelValue: {
8047
+ type: PropType<FieldValues>;
8048
+ default: () => {};
8049
+ };
7837
8050
  rules: {
7838
8051
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7839
8052
  default: () => {};
@@ -7897,7 +8110,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7897
8110
  default: boolean;
7898
8111
  };
7899
8112
  footerAlign: {
7900
- type: PropType<"center" | "right" | "left">;
8113
+ type: PropType<"right" | "left" | "center">;
7901
8114
  default: string;
7902
8115
  };
7903
8116
  cardProps: {
@@ -7916,10 +8129,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7916
8129
  default: boolean;
7917
8130
  };
7918
8131
  }>> & {
7919
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7920
8132
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7921
8133
  onReset?: ((values: FieldValues) => any) | undefined;
7922
8134
  onSubmit?: ((values: FieldValues) => any) | undefined;
8135
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7923
8136
  onValidate?: ((...args: any[]) => any) | undefined;
7924
8137
  onSubmitError?: ((errors: unknown) => any) | undefined;
7925
8138
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -7941,6 +8154,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7941
8154
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7942
8155
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7943
8156
  readonly hideRequiredAsterisk: BooleanConstructor;
8157
+ /**
8158
+ * MutationObserver 实例,用于监听组件可见性变化
8159
+ */
7944
8160
  readonly scrollToError: BooleanConstructor;
7945
8161
  readonly scrollIntoViewOptions: {
7946
8162
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -7967,6 +8183,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7967
8183
  readonly validator: ((val: unknown) => boolean) | undefined;
7968
8184
  __epPropKey: true;
7969
8185
  };
8186
+ /** 表头筛选重置 */
7970
8187
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
7971
8188
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
7972
8189
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -7974,6 +8191,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7974
8191
  readonly inline: BooleanConstructor;
7975
8192
  readonly inlineMessage: BooleanConstructor;
7976
8193
  readonly statusIcon: BooleanConstructor;
8194
+ /**
8195
+ * 计算属性:暴露 formRefs
8196
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
8197
+ */
7977
8198
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7978
8199
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
7979
8200
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -8049,6 +8270,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8049
8270
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
8050
8271
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
8051
8272
  readonly hideRequiredAsterisk: BooleanConstructor;
8273
+ /**
8274
+ * MutationObserver 实例,用于监听组件可见性变化
8275
+ */
8052
8276
  readonly scrollToError: BooleanConstructor;
8053
8277
  readonly scrollIntoViewOptions: {
8054
8278
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -8077,6 +8301,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8077
8301
  readonly inlineMessage: boolean;
8078
8302
  readonly statusIcon: boolean;
8079
8303
  readonly hideRequiredAsterisk: boolean;
8304
+ /**
8305
+ * 组件卸载时清理 MutationObserver
8306
+ */
8080
8307
  readonly scrollToError: boolean;
8081
8308
  }, true, {}, {}, {
8082
8309
  P: {};
@@ -8103,6 +8330,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8103
8330
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
8104
8331
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
8105
8332
  readonly hideRequiredAsterisk: BooleanConstructor;
8333
+ /**
8334
+ * MutationObserver 实例,用于监听组件可见性变化
8335
+ */
8106
8336
  readonly scrollToError: BooleanConstructor;
8107
8337
  readonly scrollIntoViewOptions: {
8108
8338
  readonly type: PropType<EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>>;
@@ -8129,6 +8359,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8129
8359
  readonly validator: ((val: unknown) => boolean) | undefined;
8130
8360
  __epPropKey: true;
8131
8361
  };
8362
+ /** 表头筛选重置 */
8132
8363
  readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "right" | "left", unknown, "right", boolean>;
8133
8364
  readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
8134
8365
  readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
@@ -8136,6 +8367,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8136
8367
  readonly inline: BooleanConstructor;
8137
8368
  readonly inlineMessage: BooleanConstructor;
8138
8369
  readonly statusIcon: BooleanConstructor;
8370
+ /**
8371
+ * 计算属性:暴露 formRefs
8372
+ * @description 通过 plusTableInstance 访问表单引用,用于单元格编辑控制
8373
+ */
8139
8374
  readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
8140
8375
  readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
8141
8376
  readonly hideRequiredAsterisk: BooleanConstructor;
@@ -8203,6 +8438,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8203
8438
  readonly inlineMessage: boolean;
8204
8439
  readonly statusIcon: boolean;
8205
8440
  readonly hideRequiredAsterisk: boolean;
8441
+ /**
8442
+ * 组件卸载时清理 MutationObserver
8443
+ */
8206
8444
  readonly scrollToError: boolean;
8207
8445
  }> | null>;
8208
8446
  handleSubmit: () => void;
@@ -8220,14 +8458,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8220
8458
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
8221
8459
  columns?: PlusColumn[] | undefined;
8222
8460
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
8223
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8461
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8224
8462
  readonly label: string | ComputedRef<string>;
8225
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8463
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8226
8464
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8227
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8465
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8228
8466
  style?: CSSProperties | undefined;
8229
8467
  class?: any;
8230
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8468
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8231
8469
  style?: CSSProperties | undefined;
8232
8470
  class?: any;
8233
8471
  } & RecordType>>;
@@ -8294,12 +8532,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8294
8532
  fieldInstance?: any;
8295
8533
  valueIsReady?: Ref<boolean> | undefined;
8296
8534
  prop: string;
8297
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8535
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8298
8536
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8299
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8537
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8300
8538
  style?: CSSProperties | undefined;
8301
8539
  class?: any;
8302
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8540
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8303
8541
  style?: CSSProperties | undefined;
8304
8542
  class?: any;
8305
8543
  } & RecordType>>;
@@ -8328,14 +8566,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8328
8566
  clearable: boolean;
8329
8567
  index: number;
8330
8568
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
8331
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8569
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8332
8570
  readonly label: string | ComputedRef<string>;
8333
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8571
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8334
8572
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8335
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8573
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8336
8574
  style?: CSSProperties | undefined;
8337
8575
  class?: any;
8338
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8576
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8339
8577
  style?: CSSProperties | undefined;
8340
8578
  class?: any;
8341
8579
  } & RecordType>>;
@@ -8402,12 +8640,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8402
8640
  fieldInstance?: any;
8403
8641
  valueIsReady?: Ref<boolean> | undefined;
8404
8642
  prop: string;
8405
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8643
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8406
8644
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8407
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8645
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8408
8646
  style?: CSSProperties | undefined;
8409
8647
  class?: any;
8410
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8648
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8411
8649
  style?: CSSProperties | undefined;
8412
8650
  class?: any;
8413
8651
  } & RecordType>>;
@@ -8454,14 +8692,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8454
8692
  handleUnfold: (e: MouseEvent) => void;
8455
8693
  }> & {} & ComponentCustomProperties & {} & {
8456
8694
  $slots: Partial<Record<NonNullable<string | number>, (_: {
8457
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8695
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8458
8696
  readonly label: string | ComputedRef<string>;
8459
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8697
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8460
8698
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8461
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8699
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8462
8700
  style?: CSSProperties | undefined;
8463
8701
  class?: any;
8464
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8702
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8465
8703
  style?: CSSProperties | undefined;
8466
8704
  class?: any;
8467
8705
  } & RecordType>>;
@@ -8528,12 +8766,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8528
8766
  fieldInstance?: any;
8529
8767
  valueIsReady?: Ref<boolean> | undefined;
8530
8768
  prop: string;
8531
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8769
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8532
8770
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8533
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8771
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8534
8772
  style?: CSSProperties | undefined;
8535
8773
  class?: any;
8536
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8774
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8537
8775
  style?: CSSProperties | undefined;
8538
8776
  class?: any;
8539
8777
  } & RecordType>>;
@@ -8594,6 +8832,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8594
8832
  refresh?: boolean | undefined;
8595
8833
  density?: boolean | undefined;
8596
8834
  columnSetting?: boolean | ColumnSetting | undefined;
8835
+ /**
8836
+ * 搜索表单显示状态
8837
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
8838
+ */
8597
8839
  icon?: {
8598
8840
  size?: string | undefined;
8599
8841
  color?: string | undefined;
@@ -8641,6 +8883,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8641
8883
  refresh?: boolean | undefined;
8642
8884
  density?: boolean | undefined;
8643
8885
  columnSetting?: boolean | ColumnSetting | undefined;
8886
+ /**
8887
+ * 搜索表单显示状态
8888
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
8889
+ */
8644
8890
  icon?: {
8645
8891
  size?: string | undefined;
8646
8892
  color?: string | undefined;
@@ -8734,6 +8980,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8734
8980
  refresh?: boolean | undefined;
8735
8981
  density?: boolean | undefined;
8736
8982
  columnSetting?: boolean | ColumnSetting | undefined;
8983
+ /**
8984
+ * 搜索表单显示状态
8985
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
8986
+ */
8737
8987
  icon?: {
8738
8988
  size?: string | undefined;
8739
8989
  color?: string | undefined;
@@ -8840,9 +9090,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8840
9090
  $slots: Readonly<{
8841
9091
  [name: string]: Slot<any> | undefined;
8842
9092
  }>;
8843
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
9093
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
8844
9094
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
8845
- $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void); /** 包装后的请求函数 */
9095
+ $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
8846
9096
  $el: any;
8847
9097
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
8848
9098
  data: {
@@ -8897,6 +9147,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8897
9147
  refresh?: boolean | undefined;
8898
9148
  density?: boolean | undefined;
8899
9149
  columnSetting?: boolean | ColumnSetting | undefined;
9150
+ /**
9151
+ * 搜索表单显示状态
9152
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
9153
+ */
8900
9154
  icon?: {
8901
9155
  size?: string | undefined;
8902
9156
  color?: string | undefined;
@@ -9006,9 +9260,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9006
9260
  readonly validator: ((val: unknown) => boolean) | undefined;
9007
9261
  __epPropKey: true;
9008
9262
  };
9009
- width: (NumberConstructor | StringConstructor)[];
9010
- height: (NumberConstructor | StringConstructor)[];
9011
- maxHeight: (NumberConstructor | StringConstructor)[];
9263
+ width: (StringConstructor | NumberConstructor)[];
9264
+ height: (StringConstructor | NumberConstructor)[];
9265
+ maxHeight: (StringConstructor | NumberConstructor)[];
9012
9266
  fit: {
9013
9267
  type: BooleanConstructor;
9014
9268
  default: boolean;
@@ -9032,13 +9286,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9032
9286
  headerCellClassName: PropType< CellCls<any> | undefined>;
9033
9287
  headerCellStyle: PropType< CellStyle<any> | undefined>;
9034
9288
  highlightCurrentRow: BooleanConstructor;
9035
- currentRowKey: (NumberConstructor | StringConstructor)[];
9289
+ currentRowKey: (StringConstructor | NumberConstructor)[];
9036
9290
  emptyText: StringConstructor;
9037
9291
  expandRowKeys: PropType<any[] | undefined>;
9038
9292
  defaultExpandAll: BooleanConstructor;
9039
9293
  defaultSort: PropType< Sort | undefined>;
9040
9294
  tooltipEffect: StringConstructor;
9041
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9295
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9042
9296
  spanMethod: PropType<((data: {
9043
9297
  row: any;
9044
9298
  rowIndex: number;
@@ -9082,7 +9336,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9082
9336
  };
9083
9337
  scrollbarAlwaysOn: BooleanConstructor;
9084
9338
  flexible: BooleanConstructor;
9085
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9339
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9086
9340
  }>> & {
9087
9341
  onSelect?: ((...args: any[]) => any) | undefined;
9088
9342
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -9202,9 +9456,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9202
9456
  readonly validator: ((val: unknown) => boolean) | undefined;
9203
9457
  __epPropKey: true;
9204
9458
  };
9205
- width: (NumberConstructor | StringConstructor)[];
9206
- height: (NumberConstructor | StringConstructor)[];
9207
- maxHeight: (NumberConstructor | StringConstructor)[];
9459
+ width: (StringConstructor | NumberConstructor)[];
9460
+ height: (StringConstructor | NumberConstructor)[];
9461
+ maxHeight: (StringConstructor | NumberConstructor)[];
9208
9462
  fit: {
9209
9463
  type: BooleanConstructor;
9210
9464
  default: boolean;
@@ -9228,13 +9482,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9228
9482
  headerCellClassName: PropType< CellCls<any> | undefined>;
9229
9483
  headerCellStyle: PropType< CellStyle<any> | undefined>;
9230
9484
  highlightCurrentRow: BooleanConstructor;
9231
- currentRowKey: (NumberConstructor | StringConstructor)[];
9485
+ currentRowKey: (StringConstructor | NumberConstructor)[];
9232
9486
  emptyText: StringConstructor;
9233
9487
  expandRowKeys: PropType<any[] | undefined>;
9234
9488
  defaultExpandAll: BooleanConstructor;
9235
9489
  defaultSort: PropType< Sort | undefined>;
9236
9490
  tooltipEffect: StringConstructor;
9237
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9491
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9238
9492
  spanMethod: PropType<((data: {
9239
9493
  row: any;
9240
9494
  rowIndex: number;
@@ -9278,7 +9532,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9278
9532
  };
9279
9533
  scrollbarAlwaysOn: BooleanConstructor;
9280
9534
  flexible: BooleanConstructor;
9281
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9535
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9282
9536
  }>> & {
9283
9537
  onSelect?: ((...args: any[]) => any) | undefined;
9284
9538
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -9337,9 +9591,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9337
9591
  readonly validator: ((val: unknown) => boolean) | undefined;
9338
9592
  __epPropKey: true;
9339
9593
  };
9340
- width: (NumberConstructor | StringConstructor)[];
9341
- height: (NumberConstructor | StringConstructor)[];
9342
- maxHeight: (NumberConstructor | StringConstructor)[];
9594
+ width: (StringConstructor | NumberConstructor)[];
9595
+ height: (StringConstructor | NumberConstructor)[];
9596
+ maxHeight: (StringConstructor | NumberConstructor)[];
9343
9597
  fit: {
9344
9598
  type: BooleanConstructor;
9345
9599
  default: boolean;
@@ -9363,13 +9617,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9363
9617
  headerCellClassName: PropType< CellCls<any> | undefined>;
9364
9618
  headerCellStyle: PropType< CellStyle<any> | undefined>;
9365
9619
  highlightCurrentRow: BooleanConstructor;
9366
- currentRowKey: (NumberConstructor | StringConstructor)[];
9620
+ currentRowKey: (StringConstructor | NumberConstructor)[];
9367
9621
  emptyText: StringConstructor;
9368
9622
  expandRowKeys: PropType<any[] | undefined>;
9369
9623
  defaultExpandAll: BooleanConstructor;
9370
9624
  defaultSort: PropType< Sort | undefined>;
9371
9625
  tooltipEffect: StringConstructor;
9372
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9626
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9373
9627
  spanMethod: PropType<((data: {
9374
9628
  row: any;
9375
9629
  rowIndex: number;
@@ -9413,7 +9667,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9413
9667
  };
9414
9668
  scrollbarAlwaysOn: BooleanConstructor;
9415
9669
  flexible: BooleanConstructor;
9416
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9670
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9417
9671
  }>> & {
9418
9672
  onSelect?: ((...args: any[]) => any) | undefined;
9419
9673
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -9576,6 +9830,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9576
9830
  refresh?: boolean | undefined;
9577
9831
  density?: boolean | undefined;
9578
9832
  columnSetting?: boolean | ColumnSetting | undefined;
9833
+ /**
9834
+ * 搜索表单显示状态
9835
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
9836
+ */
9579
9837
  icon?: {
9580
9838
  size?: string | undefined;
9581
9839
  color?: string | undefined;
@@ -9676,6 +9934,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9676
9934
  refresh?: boolean | undefined;
9677
9935
  density?: boolean | undefined;
9678
9936
  columnSetting?: boolean | ColumnSetting | undefined;
9937
+ /**
9938
+ * 搜索表单显示状态
9939
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
9940
+ */
9679
9941
  icon?: {
9680
9942
  size?: string | undefined;
9681
9943
  color?: string | undefined;
@@ -9785,9 +10047,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9785
10047
  readonly validator: ((val: unknown) => boolean) | undefined;
9786
10048
  __epPropKey: true;
9787
10049
  };
9788
- width: (NumberConstructor | StringConstructor)[];
9789
- height: (NumberConstructor | StringConstructor)[];
9790
- maxHeight: (NumberConstructor | StringConstructor)[];
10050
+ width: (StringConstructor | NumberConstructor)[];
10051
+ height: (StringConstructor | NumberConstructor)[];
10052
+ maxHeight: (StringConstructor | NumberConstructor)[];
9791
10053
  fit: {
9792
10054
  type: BooleanConstructor;
9793
10055
  default: boolean;
@@ -9811,13 +10073,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9811
10073
  headerCellClassName: PropType< CellCls<any> | undefined>;
9812
10074
  headerCellStyle: PropType< CellStyle<any> | undefined>;
9813
10075
  highlightCurrentRow: BooleanConstructor;
9814
- currentRowKey: (NumberConstructor | StringConstructor)[];
10076
+ currentRowKey: (StringConstructor | NumberConstructor)[];
9815
10077
  emptyText: StringConstructor;
9816
10078
  expandRowKeys: PropType<any[] | undefined>;
9817
10079
  defaultExpandAll: BooleanConstructor;
9818
10080
  defaultSort: PropType< Sort | undefined>;
9819
10081
  tooltipEffect: StringConstructor;
9820
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10082
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9821
10083
  spanMethod: PropType<((data: {
9822
10084
  row: any;
9823
10085
  rowIndex: number;
@@ -9861,7 +10123,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9861
10123
  };
9862
10124
  scrollbarAlwaysOn: BooleanConstructor;
9863
10125
  flexible: BooleanConstructor;
9864
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10126
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9865
10127
  }>> & {
9866
10128
  onSelect?: ((...args: any[]) => any) | undefined;
9867
10129
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -9981,9 +10243,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9981
10243
  readonly validator: ((val: unknown) => boolean) | undefined;
9982
10244
  __epPropKey: true;
9983
10245
  };
9984
- width: (NumberConstructor | StringConstructor)[];
9985
- height: (NumberConstructor | StringConstructor)[];
9986
- maxHeight: (NumberConstructor | StringConstructor)[];
10246
+ width: (StringConstructor | NumberConstructor)[];
10247
+ height: (StringConstructor | NumberConstructor)[];
10248
+ maxHeight: (StringConstructor | NumberConstructor)[];
9987
10249
  fit: {
9988
10250
  type: BooleanConstructor;
9989
10251
  default: boolean;
@@ -10007,13 +10269,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10007
10269
  headerCellClassName: PropType< CellCls<any> | undefined>;
10008
10270
  headerCellStyle: PropType< CellStyle<any> | undefined>;
10009
10271
  highlightCurrentRow: BooleanConstructor;
10010
- currentRowKey: (NumberConstructor | StringConstructor)[];
10272
+ currentRowKey: (StringConstructor | NumberConstructor)[];
10011
10273
  emptyText: StringConstructor;
10012
10274
  expandRowKeys: PropType<any[] | undefined>;
10013
10275
  defaultExpandAll: BooleanConstructor;
10014
10276
  defaultSort: PropType< Sort | undefined>;
10015
10277
  tooltipEffect: StringConstructor;
10016
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10278
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10017
10279
  spanMethod: PropType<((data: {
10018
10280
  row: any;
10019
10281
  rowIndex: number;
@@ -10057,7 +10319,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10057
10319
  };
10058
10320
  scrollbarAlwaysOn: BooleanConstructor;
10059
10321
  flexible: BooleanConstructor;
10060
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10322
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10061
10323
  }>> & {
10062
10324
  onSelect?: ((...args: any[]) => any) | undefined;
10063
10325
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -10116,9 +10378,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10116
10378
  readonly validator: ((val: unknown) => boolean) | undefined;
10117
10379
  __epPropKey: true;
10118
10380
  };
10119
- width: (NumberConstructor | StringConstructor)[];
10120
- height: (NumberConstructor | StringConstructor)[];
10121
- maxHeight: (NumberConstructor | StringConstructor)[];
10381
+ width: (StringConstructor | NumberConstructor)[];
10382
+ height: (StringConstructor | NumberConstructor)[];
10383
+ maxHeight: (StringConstructor | NumberConstructor)[];
10122
10384
  fit: {
10123
10385
  type: BooleanConstructor;
10124
10386
  default: boolean;
@@ -10142,13 +10404,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10142
10404
  headerCellClassName: PropType< CellCls<any> | undefined>;
10143
10405
  headerCellStyle: PropType< CellStyle<any> | undefined>;
10144
10406
  highlightCurrentRow: BooleanConstructor;
10145
- currentRowKey: (NumberConstructor | StringConstructor)[];
10407
+ currentRowKey: (StringConstructor | NumberConstructor)[];
10146
10408
  emptyText: StringConstructor;
10147
10409
  expandRowKeys: PropType<any[] | undefined>;
10148
10410
  defaultExpandAll: BooleanConstructor;
10149
10411
  defaultSort: PropType< Sort | undefined>;
10150
10412
  tooltipEffect: StringConstructor;
10151
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10413
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10152
10414
  spanMethod: PropType<((data: {
10153
10415
  row: any;
10154
10416
  rowIndex: number;
@@ -10192,7 +10454,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10192
10454
  };
10193
10455
  scrollbarAlwaysOn: BooleanConstructor;
10194
10456
  flexible: BooleanConstructor;
10195
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10457
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10196
10458
  }>> & {
10197
10459
  onSelect?: ((...args: any[]) => any) | undefined;
10198
10460
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -10358,14 +10620,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10358
10620
  setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
10359
10621
  }> & {} & ComponentCustomProperties & {} & {
10360
10622
  $slots: Partial<Record<never, (_: {
10361
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
10623
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
10362
10624
  readonly label: string | ComputedRef<string>;
10363
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10625
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10364
10626
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
10365
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
10627
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
10366
10628
  style?: CSSProperties | undefined;
10367
10629
  class?: any;
10368
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10630
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10369
10631
  style?: CSSProperties | undefined;
10370
10632
  class?: any;
10371
10633
  } & RecordType>>;
@@ -10432,12 +10694,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10432
10694
  fieldInstance?: any;
10433
10695
  valueIsReady?: Ref<boolean> | undefined;
10434
10696
  prop: string;
10435
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10697
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10436
10698
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
10437
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
10699
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
10438
10700
  style?: CSSProperties | undefined;
10439
10701
  class?: any;
10440
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10702
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10441
10703
  style?: CSSProperties | undefined;
10442
10704
  class?: any;
10443
10705
  } & RecordType>>;
@@ -10514,6 +10776,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10514
10776
  refresh?: boolean | undefined;
10515
10777
  density?: boolean | undefined;
10516
10778
  columnSetting?: boolean | ColumnSetting | undefined;
10779
+ /**
10780
+ * 搜索表单显示状态
10781
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
10782
+ */
10517
10783
  icon?: {
10518
10784
  size?: string | undefined;
10519
10785
  color?: string | undefined;
@@ -10561,6 +10827,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10561
10827
  refresh?: boolean | undefined;
10562
10828
  density?: boolean | undefined;
10563
10829
  columnSetting?: boolean | ColumnSetting | undefined;
10830
+ /**
10831
+ * 搜索表单显示状态
10832
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
10833
+ */
10564
10834
  icon?: {
10565
10835
  size?: string | undefined;
10566
10836
  color?: string | undefined;
@@ -10654,6 +10924,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10654
10924
  refresh?: boolean | undefined;
10655
10925
  density?: boolean | undefined;
10656
10926
  columnSetting?: boolean | ColumnSetting | undefined;
10927
+ /**
10928
+ * 搜索表单显示状态
10929
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
10930
+ */
10657
10931
  icon?: {
10658
10932
  size?: string | undefined;
10659
10933
  color?: string | undefined;
@@ -10760,9 +11034,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10760
11034
  $slots: Readonly<{
10761
11035
  [name: string]: Slot<any> | undefined;
10762
11036
  }>;
10763
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
11037
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
10764
11038
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
10765
- $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void); /** 包装后的请求函数 */
11039
+ $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
10766
11040
  $el: any;
10767
11041
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
10768
11042
  data: {
@@ -10817,6 +11091,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10817
11091
  refresh?: boolean | undefined;
10818
11092
  density?: boolean | undefined;
10819
11093
  columnSetting?: boolean | ColumnSetting | undefined;
11094
+ /**
11095
+ * 搜索表单显示状态
11096
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
11097
+ */
10820
11098
  icon?: {
10821
11099
  size?: string | undefined;
10822
11100
  color?: string | undefined;
@@ -10926,9 +11204,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10926
11204
  readonly validator: ((val: unknown) => boolean) | undefined;
10927
11205
  __epPropKey: true;
10928
11206
  };
10929
- width: (NumberConstructor | StringConstructor)[];
10930
- height: (NumberConstructor | StringConstructor)[];
10931
- maxHeight: (NumberConstructor | StringConstructor)[];
11207
+ width: (StringConstructor | NumberConstructor)[];
11208
+ height: (StringConstructor | NumberConstructor)[];
11209
+ maxHeight: (StringConstructor | NumberConstructor)[];
10932
11210
  fit: {
10933
11211
  type: BooleanConstructor;
10934
11212
  default: boolean;
@@ -10952,13 +11230,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10952
11230
  headerCellClassName: PropType< CellCls<any> | undefined>;
10953
11231
  headerCellStyle: PropType< CellStyle<any> | undefined>;
10954
11232
  highlightCurrentRow: BooleanConstructor;
10955
- currentRowKey: (NumberConstructor | StringConstructor)[];
11233
+ currentRowKey: (StringConstructor | NumberConstructor)[];
10956
11234
  emptyText: StringConstructor;
10957
11235
  expandRowKeys: PropType<any[] | undefined>;
10958
11236
  defaultExpandAll: BooleanConstructor;
10959
11237
  defaultSort: PropType< Sort | undefined>;
10960
11238
  tooltipEffect: StringConstructor;
10961
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11239
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10962
11240
  spanMethod: PropType<((data: {
10963
11241
  row: any;
10964
11242
  rowIndex: number;
@@ -11002,7 +11280,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11002
11280
  };
11003
11281
  scrollbarAlwaysOn: BooleanConstructor;
11004
11282
  flexible: BooleanConstructor;
11005
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11283
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11006
11284
  }>> & {
11007
11285
  onSelect?: ((...args: any[]) => any) | undefined;
11008
11286
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11122,9 +11400,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11122
11400
  readonly validator: ((val: unknown) => boolean) | undefined;
11123
11401
  __epPropKey: true;
11124
11402
  };
11125
- width: (NumberConstructor | StringConstructor)[];
11126
- height: (NumberConstructor | StringConstructor)[];
11127
- maxHeight: (NumberConstructor | StringConstructor)[];
11403
+ width: (StringConstructor | NumberConstructor)[];
11404
+ height: (StringConstructor | NumberConstructor)[];
11405
+ maxHeight: (StringConstructor | NumberConstructor)[];
11128
11406
  fit: {
11129
11407
  type: BooleanConstructor;
11130
11408
  default: boolean;
@@ -11148,13 +11426,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11148
11426
  headerCellClassName: PropType< CellCls<any> | undefined>;
11149
11427
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11150
11428
  highlightCurrentRow: BooleanConstructor;
11151
- currentRowKey: (NumberConstructor | StringConstructor)[];
11429
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11152
11430
  emptyText: StringConstructor;
11153
11431
  expandRowKeys: PropType<any[] | undefined>;
11154
11432
  defaultExpandAll: BooleanConstructor;
11155
11433
  defaultSort: PropType< Sort | undefined>;
11156
11434
  tooltipEffect: StringConstructor;
11157
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11435
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11158
11436
  spanMethod: PropType<((data: {
11159
11437
  row: any;
11160
11438
  rowIndex: number;
@@ -11198,7 +11476,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11198
11476
  };
11199
11477
  scrollbarAlwaysOn: BooleanConstructor;
11200
11478
  flexible: BooleanConstructor;
11201
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11479
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11202
11480
  }>> & {
11203
11481
  onSelect?: ((...args: any[]) => any) | undefined;
11204
11482
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11257,9 +11535,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11257
11535
  readonly validator: ((val: unknown) => boolean) | undefined;
11258
11536
  __epPropKey: true;
11259
11537
  };
11260
- width: (NumberConstructor | StringConstructor)[];
11261
- height: (NumberConstructor | StringConstructor)[];
11262
- maxHeight: (NumberConstructor | StringConstructor)[];
11538
+ width: (StringConstructor | NumberConstructor)[];
11539
+ height: (StringConstructor | NumberConstructor)[];
11540
+ maxHeight: (StringConstructor | NumberConstructor)[];
11263
11541
  fit: {
11264
11542
  type: BooleanConstructor;
11265
11543
  default: boolean;
@@ -11283,13 +11561,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11283
11561
  headerCellClassName: PropType< CellCls<any> | undefined>;
11284
11562
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11285
11563
  highlightCurrentRow: BooleanConstructor;
11286
- currentRowKey: (NumberConstructor | StringConstructor)[];
11564
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11287
11565
  emptyText: StringConstructor;
11288
11566
  expandRowKeys: PropType<any[] | undefined>;
11289
11567
  defaultExpandAll: BooleanConstructor;
11290
11568
  defaultSort: PropType< Sort | undefined>;
11291
11569
  tooltipEffect: StringConstructor;
11292
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11570
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11293
11571
  spanMethod: PropType<((data: {
11294
11572
  row: any;
11295
11573
  rowIndex: number;
@@ -11333,7 +11611,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11333
11611
  };
11334
11612
  scrollbarAlwaysOn: BooleanConstructor;
11335
11613
  flexible: BooleanConstructor;
11336
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11614
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11337
11615
  }>> & {
11338
11616
  onSelect?: ((...args: any[]) => any) | undefined;
11339
11617
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11496,6 +11774,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11496
11774
  refresh?: boolean | undefined;
11497
11775
  density?: boolean | undefined;
11498
11776
  columnSetting?: boolean | ColumnSetting | undefined;
11777
+ /**
11778
+ * 搜索表单显示状态
11779
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
11780
+ */
11499
11781
  icon?: {
11500
11782
  size?: string | undefined;
11501
11783
  color?: string | undefined;
@@ -11596,6 +11878,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11596
11878
  refresh?: boolean | undefined;
11597
11879
  density?: boolean | undefined;
11598
11880
  columnSetting?: boolean | ColumnSetting | undefined;
11881
+ /**
11882
+ * 搜索表单显示状态
11883
+ * 优先级:props.showSearch > 全局配置 showPageSearch > 默认 true
11884
+ */
11599
11885
  icon?: {
11600
11886
  size?: string | undefined;
11601
11887
  color?: string | undefined;
@@ -11705,9 +11991,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11705
11991
  readonly validator: ((val: unknown) => boolean) | undefined;
11706
11992
  __epPropKey: true;
11707
11993
  };
11708
- width: (NumberConstructor | StringConstructor)[];
11709
- height: (NumberConstructor | StringConstructor)[];
11710
- maxHeight: (NumberConstructor | StringConstructor)[];
11994
+ width: (StringConstructor | NumberConstructor)[];
11995
+ height: (StringConstructor | NumberConstructor)[];
11996
+ maxHeight: (StringConstructor | NumberConstructor)[];
11711
11997
  fit: {
11712
11998
  type: BooleanConstructor;
11713
11999
  default: boolean;
@@ -11731,13 +12017,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11731
12017
  headerCellClassName: PropType< CellCls<any> | undefined>;
11732
12018
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11733
12019
  highlightCurrentRow: BooleanConstructor;
11734
- currentRowKey: (NumberConstructor | StringConstructor)[];
12020
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11735
12021
  emptyText: StringConstructor;
11736
12022
  expandRowKeys: PropType<any[] | undefined>;
11737
12023
  defaultExpandAll: BooleanConstructor;
11738
12024
  defaultSort: PropType< Sort | undefined>;
11739
12025
  tooltipEffect: StringConstructor;
11740
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12026
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11741
12027
  spanMethod: PropType<((data: {
11742
12028
  row: any;
11743
12029
  rowIndex: number;
@@ -11781,7 +12067,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11781
12067
  };
11782
12068
  scrollbarAlwaysOn: BooleanConstructor;
11783
12069
  flexible: BooleanConstructor;
11784
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12070
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11785
12071
  }>> & {
11786
12072
  onSelect?: ((...args: any[]) => any) | undefined;
11787
12073
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11901,9 +12187,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11901
12187
  readonly validator: ((val: unknown) => boolean) | undefined;
11902
12188
  __epPropKey: true;
11903
12189
  };
11904
- width: (NumberConstructor | StringConstructor)[];
11905
- height: (NumberConstructor | StringConstructor)[];
11906
- maxHeight: (NumberConstructor | StringConstructor)[];
12190
+ width: (StringConstructor | NumberConstructor)[];
12191
+ height: (StringConstructor | NumberConstructor)[];
12192
+ maxHeight: (StringConstructor | NumberConstructor)[];
11907
12193
  fit: {
11908
12194
  type: BooleanConstructor;
11909
12195
  default: boolean;
@@ -11927,13 +12213,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11927
12213
  headerCellClassName: PropType< CellCls<any> | undefined>;
11928
12214
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11929
12215
  highlightCurrentRow: BooleanConstructor;
11930
- currentRowKey: (NumberConstructor | StringConstructor)[];
12216
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11931
12217
  emptyText: StringConstructor;
11932
12218
  expandRowKeys: PropType<any[] | undefined>;
11933
12219
  defaultExpandAll: BooleanConstructor;
11934
12220
  defaultSort: PropType< Sort | undefined>;
11935
12221
  tooltipEffect: StringConstructor;
11936
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12222
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11937
12223
  spanMethod: PropType<((data: {
11938
12224
  row: any;
11939
12225
  rowIndex: number;
@@ -11977,7 +12263,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11977
12263
  };
11978
12264
  scrollbarAlwaysOn: BooleanConstructor;
11979
12265
  flexible: BooleanConstructor;
11980
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12266
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11981
12267
  }>> & {
11982
12268
  onSelect?: ((...args: any[]) => any) | undefined;
11983
12269
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12036,9 +12322,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12036
12322
  readonly validator: ((val: unknown) => boolean) | undefined;
12037
12323
  __epPropKey: true;
12038
12324
  };
12039
- width: (NumberConstructor | StringConstructor)[];
12040
- height: (NumberConstructor | StringConstructor)[];
12041
- maxHeight: (NumberConstructor | StringConstructor)[];
12325
+ width: (StringConstructor | NumberConstructor)[];
12326
+ height: (StringConstructor | NumberConstructor)[];
12327
+ maxHeight: (StringConstructor | NumberConstructor)[];
12042
12328
  fit: {
12043
12329
  type: BooleanConstructor;
12044
12330
  default: boolean;
@@ -12062,13 +12348,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12062
12348
  headerCellClassName: PropType< CellCls<any> | undefined>;
12063
12349
  headerCellStyle: PropType< CellStyle<any> | undefined>;
12064
12350
  highlightCurrentRow: BooleanConstructor;
12065
- currentRowKey: (NumberConstructor | StringConstructor)[];
12351
+ currentRowKey: (StringConstructor | NumberConstructor)[];
12066
12352
  emptyText: StringConstructor;
12067
12353
  expandRowKeys: PropType<any[] | undefined>;
12068
12354
  defaultExpandAll: BooleanConstructor;
12069
12355
  defaultSort: PropType< Sort | undefined>;
12070
12356
  tooltipEffect: StringConstructor;
12071
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12357
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12072
12358
  spanMethod: PropType<((data: {
12073
12359
  row: any;
12074
12360
  rowIndex: number;
@@ -12112,7 +12398,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12112
12398
  };
12113
12399
  scrollbarAlwaysOn: BooleanConstructor;
12114
12400
  flexible: BooleanConstructor;
12115
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12401
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12116
12402
  }>> & {
12117
12403
  onSelect?: ((...args: any[]) => any) | undefined;
12118
12404
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12280,9 +12566,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12280
12566
  readonly validator: ((val: unknown) => boolean) | undefined;
12281
12567
  __epPropKey: true;
12282
12568
  };
12283
- width: (NumberConstructor | StringConstructor)[];
12284
- height: (NumberConstructor | StringConstructor)[];
12285
- maxHeight: (NumberConstructor | StringConstructor)[];
12569
+ width: (StringConstructor | NumberConstructor)[];
12570
+ height: (StringConstructor | NumberConstructor)[];
12571
+ maxHeight: (StringConstructor | NumberConstructor)[];
12286
12572
  fit: {
12287
12573
  type: BooleanConstructor;
12288
12574
  default: boolean;
@@ -12306,13 +12592,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12306
12592
  headerCellClassName: PropType< CellCls<any> | undefined>;
12307
12593
  headerCellStyle: PropType< CellStyle<any> | undefined>;
12308
12594
  highlightCurrentRow: BooleanConstructor;
12309
- currentRowKey: (NumberConstructor | StringConstructor)[];
12595
+ currentRowKey: (StringConstructor | NumberConstructor)[];
12310
12596
  emptyText: StringConstructor;
12311
12597
  expandRowKeys: PropType<any[] | undefined>;
12312
12598
  defaultExpandAll: BooleanConstructor;
12313
12599
  defaultSort: PropType< Sort | undefined>;
12314
12600
  tooltipEffect: StringConstructor;
12315
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12601
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12316
12602
  spanMethod: PropType<((data: {
12317
12603
  row: any;
12318
12604
  rowIndex: number;
@@ -12356,7 +12642,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12356
12642
  };
12357
12643
  scrollbarAlwaysOn: BooleanConstructor;
12358
12644
  flexible: BooleanConstructor;
12359
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12645
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12360
12646
  }>> & {
12361
12647
  onSelect?: ((...args: any[]) => any) | undefined;
12362
12648
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12476,9 +12762,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12476
12762
  readonly validator: ((val: unknown) => boolean) | undefined;
12477
12763
  __epPropKey: true;
12478
12764
  };
12479
- width: (NumberConstructor | StringConstructor)[];
12480
- height: (NumberConstructor | StringConstructor)[];
12481
- maxHeight: (NumberConstructor | StringConstructor)[];
12765
+ width: (StringConstructor | NumberConstructor)[];
12766
+ height: (StringConstructor | NumberConstructor)[];
12767
+ maxHeight: (StringConstructor | NumberConstructor)[];
12482
12768
  fit: {
12483
12769
  type: BooleanConstructor;
12484
12770
  default: boolean;
@@ -12502,13 +12788,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12502
12788
  headerCellClassName: PropType< CellCls<any> | undefined>;
12503
12789
  headerCellStyle: PropType< CellStyle<any> | undefined>;
12504
12790
  highlightCurrentRow: BooleanConstructor;
12505
- currentRowKey: (NumberConstructor | StringConstructor)[];
12791
+ currentRowKey: (StringConstructor | NumberConstructor)[];
12506
12792
  emptyText: StringConstructor;
12507
12793
  expandRowKeys: PropType<any[] | undefined>;
12508
12794
  defaultExpandAll: BooleanConstructor;
12509
12795
  defaultSort: PropType< Sort | undefined>;
12510
12796
  tooltipEffect: StringConstructor;
12511
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12797
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12512
12798
  spanMethod: PropType<((data: {
12513
12799
  row: any;
12514
12800
  rowIndex: number;
@@ -12552,7 +12838,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12552
12838
  };
12553
12839
  scrollbarAlwaysOn: BooleanConstructor;
12554
12840
  flexible: BooleanConstructor;
12555
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12841
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12556
12842
  }>> & {
12557
12843
  onSelect?: ((...args: any[]) => any) | undefined;
12558
12844
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12611,9 +12897,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12611
12897
  readonly validator: ((val: unknown) => boolean) | undefined;
12612
12898
  __epPropKey: true;
12613
12899
  };
12614
- width: (NumberConstructor | StringConstructor)[];
12615
- height: (NumberConstructor | StringConstructor)[];
12616
- maxHeight: (NumberConstructor | StringConstructor)[];
12900
+ width: (StringConstructor | NumberConstructor)[];
12901
+ height: (StringConstructor | NumberConstructor)[];
12902
+ maxHeight: (StringConstructor | NumberConstructor)[];
12617
12903
  fit: {
12618
12904
  type: BooleanConstructor;
12619
12905
  default: boolean;
@@ -12637,13 +12923,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12637
12923
  headerCellClassName: PropType< CellCls<any> | undefined>;
12638
12924
  headerCellStyle: PropType< CellStyle<any> | undefined>;
12639
12925
  highlightCurrentRow: BooleanConstructor;
12640
- currentRowKey: (NumberConstructor | StringConstructor)[];
12926
+ currentRowKey: (StringConstructor | NumberConstructor)[];
12641
12927
  emptyText: StringConstructor;
12642
12928
  expandRowKeys: PropType<any[] | undefined>;
12643
12929
  defaultExpandAll: BooleanConstructor;
12644
12930
  defaultSort: PropType< Sort | undefined>;
12645
12931
  tooltipEffect: StringConstructor;
12646
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12932
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12647
12933
  spanMethod: PropType<((data: {
12648
12934
  row: any;
12649
12935
  rowIndex: number;
@@ -12687,7 +12973,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12687
12973
  };
12688
12974
  scrollbarAlwaysOn: BooleanConstructor;
12689
12975
  flexible: BooleanConstructor;
12690
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12976
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12691
12977
  }>> & {
12692
12978
  onSelect?: ((...args: any[]) => any) | undefined;
12693
12979
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12819,7 +13105,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12819
13105
  flexible: boolean;
12820
13106
  }> | null | undefined>;
12821
13107
  formRefs: ComputedRef<Record<string | number, TableFormRefRow[]> | undefined>;
12822
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13108
+ headerFiltersState: HeaderFiltersState;
13109
+ orderByState: OrderByItem[];
13110
+ operatorCatalogState: Ref<Record<string, string[]>>;
13111
+ fieldCatalogState: Ref<FieldCatalog>;
13112
+ upsertHeaderFilter: (field: string, op: string, value?: string | undefined) => void;
13113
+ removeHeaderFilter: (field: string) => void;
13114
+ setOrderBy: (field: string, direction?: "desc" | "asc" | undefined) => void;
13115
+ getList: () => Promise<void> | undefined;
13116
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13117
+ "header-filter-confirm": (payload: HeaderFilterPayload) => void;
13118
+ "header-filter-reset": (payload: HeaderFilterResetPayload) => void;
13119
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12823
13120
  isCard: boolean;
12824
13121
  hideColumnSettingsIcon: boolean;
12825
13122
  showSearch: undefined;
@@ -12829,11 +13126,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12829
13126
  pageSizes: number[];
12830
13127
  defaultPageSize: number;
12831
13128
  };
12832
- }>>>, {
12833
- showSearch: boolean;
13129
+ headerFilter: boolean;
13130
+ hideHeaderFilter: boolean;
13131
+ }>>> & {
13132
+ "onHeader-filter-confirm"?: ((payload: HeaderFilterPayload) => any) | undefined;
13133
+ "onHeader-filter-reset"?: ((payload: HeaderFilterResetPayload) => any) | undefined;
13134
+ }, {
12834
13135
  search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
13136
+ headerFilter: boolean | HeaderFilterConfig;
12835
13137
  pagination: false | Record<string, unknown>;
13138
+ showSearch: boolean;
12836
13139
  isCard: boolean;
13140
+ hideHeaderFilter: boolean;
12837
13141
  hideColumnSettingsIcon: boolean;
12838
13142
  }, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
12839
13143
  "column-settings-icon"?(_: {}): any;