yc-pro-components 0.0.11 → 0.0.12

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 (156) 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/input-tag/index.d.ts +20 -20
  23. package/es/components/input-tag/src/index.vue.d.ts +8 -8
  24. package/es/components/layout/index.d.ts +30 -30
  25. package/es/components/layout/src/index.vue.d.ts +10 -10
  26. package/es/components/page/index.d.ts +543 -453
  27. package/es/components/page/src/index.vue.d.ts +185 -155
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +193 -155
  35. package/es/components/search/src/index.vue.d.ts +56 -50
  36. package/es/components/search/src/index.vue2.mjs +14 -4
  37. package/es/components/search/src/type.d.ts +9 -0
  38. package/es/components/sidebar/index.d.ts +15 -15
  39. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  40. package/es/components/steps-form/index.d.ts +23 -23
  41. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  42. package/es/components/table/index.d.ts +54 -54
  43. package/es/components/table/src/index.vue.d.ts +18 -18
  44. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  45. package/es/components/table/src/table-column.vue.d.ts +37 -37
  46. package/es/components/utils/index.d.ts +2 -2
  47. package/es/components/yc-dialog/index.d.ts +24 -24
  48. package/es/components/yc-download-dialog/index.d.ts +19 -19
  49. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  50. package/es/components/yc-form-container-header/index.d.ts +12 -12
  51. package/es/components/yc-more-actions/index.d.ts +46 -46
  52. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  53. package/es/components/yc-plus-page/src/index.vue.d.ts +445 -518
  54. package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
  55. package/es/components/yc-plus-page/src/index.vue2.mjs +8 -2
  56. package/es/components/yc-segmented/index.d.ts +2 -2
  57. package/es/components/yc-segmented/src/index.d.ts +2 -2
  58. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  59. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  60. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  61. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  62. package/es/hooks/usePlusFormReset.d.ts +208 -208
  63. package/es/index.css +1 -1
  64. package/index.css +9 -5
  65. package/index.js +23 -7
  66. package/index.min.css +1 -1
  67. package/index.min.js +6 -6
  68. package/index.min.mjs +7 -7
  69. package/index.mjs +23 -7
  70. package/lib/components/check-card/index.d.ts +61 -61
  71. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  72. package/lib/components/check-card-group/index.d.ts +43 -43
  73. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  74. package/lib/components/date-picker/index.d.ts +10 -10
  75. package/lib/components/date-picker/src/index.vue.d.ts +2 -2
  76. package/lib/components/dialog/index.d.ts +26 -26
  77. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  78. package/lib/components/dialog-form/index.d.ts +31 -31
  79. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  80. package/lib/components/display-item/index.d.ts +41 -41
  81. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  82. package/lib/components/drawer-form/index.d.ts +50 -50
  83. package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
  84. package/lib/components/form/index.d.ts +45 -45
  85. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  86. package/lib/components/form/src/index.vue.d.ts +17 -17
  87. package/lib/components/form-item/index.d.ts +42 -42
  88. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  89. package/lib/components/header/index.d.ts +19 -19
  90. package/lib/components/header/src/index.vue.d.ts +1 -1
  91. package/lib/components/input-tag/index.d.ts +20 -20
  92. package/lib/components/input-tag/src/index.vue.d.ts +8 -8
  93. package/lib/components/layout/index.d.ts +30 -30
  94. package/lib/components/layout/src/index.vue.d.ts +10 -10
  95. package/lib/components/page/index.d.ts +543 -453
  96. package/lib/components/page/src/index.vue.d.ts +185 -155
  97. package/lib/components/pagination/index.d.ts +42 -42
  98. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  99. package/lib/components/radio/index.d.ts +35 -35
  100. package/lib/components/radio/src/index.vue.d.ts +27 -27
  101. package/lib/components/render/index.d.ts +3 -3
  102. package/lib/components/render/src/index.vue.d.ts +1 -1
  103. package/lib/components/search/index.d.ts +193 -155
  104. package/lib/components/search/src/index.vue.d.ts +56 -50
  105. package/lib/components/search/src/index.vue2.js +13 -3
  106. package/lib/components/search/src/type.d.ts +9 -0
  107. package/lib/components/sidebar/index.d.ts +15 -15
  108. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  109. package/lib/components/steps-form/index.d.ts +23 -23
  110. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  111. package/lib/components/table/index.d.ts +54 -54
  112. package/lib/components/table/src/index.vue.d.ts +18 -18
  113. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  114. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  115. package/lib/components/utils/index.d.ts +2 -2
  116. package/lib/components/yc-dialog/index.d.ts +24 -24
  117. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  118. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  119. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  120. package/lib/components/yc-more-actions/index.d.ts +46 -46
  121. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  122. package/lib/components/yc-plus-page/src/index.vue.d.ts +445 -518
  123. package/lib/components/yc-plus-page/src/index.vue.js +1 -1
  124. package/lib/components/yc-plus-page/src/index.vue2.js +8 -2
  125. package/lib/components/yc-segmented/index.d.ts +2 -2
  126. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  127. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  128. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  129. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  130. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  131. package/lib/hooks/usePlusFormReset.d.ts +208 -208
  132. package/lib/index.css +1 -1
  133. package/locale/en.js +1 -1
  134. package/locale/en.min.js +1 -1
  135. package/locale/en.min.mjs +1 -1
  136. package/locale/en.mjs +1 -1
  137. package/locale/ja.js +1 -1
  138. package/locale/ja.min.js +1 -1
  139. package/locale/ja.min.mjs +1 -1
  140. package/locale/ja.mjs +1 -1
  141. package/locale/ko.js +1 -1
  142. package/locale/ko.min.js +1 -1
  143. package/locale/ko.min.mjs +1 -1
  144. package/locale/ko.mjs +1 -1
  145. package/locale/zh-cn.js +1 -1
  146. package/locale/zh-cn.min.js +1 -1
  147. package/locale/zh-cn.min.mjs +1 -1
  148. package/locale/zh-cn.mjs +1 -1
  149. package/locale/zh-tw.js +1 -1
  150. package/locale/zh-tw.min.js +1 -1
  151. package/locale/zh-tw.min.mjs +1 -1
  152. package/locale/zh-tw.mjs +1 -1
  153. package/package.json +1 -1
  154. package/theme-chalk/index.css +1 -1
  155. package/theme-chalk/plus-page.css +1 -1
  156. package/theme-chalk/src/page.scss +1 -1
@@ -5,11 +5,12 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
5
5
  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
- import { PlusSearchSelfProps, PlusFormSelfProps, ElementPlusFormProps, RecordType, PlusTableSelfProps, PlusPaginationProps, Mutable, PlusFormGroupRow, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, TableValueType, ActionBarProps, ColumnSetting, ButtonsCallBackParams, FormChangeCallBackParams, FilterTableHeaderEventType, TableFormRefRow } from 'packages/yc-components';
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
9
  import { RequestResponse } from './type';
10
10
  import { FieldValues, OmitTypes, CascaderProps, FormItemValueType, FieldValueType } from 'yc-pro-components/es/types/form';
11
+ import { PlusSearchSelfProps } from 'yc-pro-components/es/components/search';
11
12
  import { PageInfo, PlusColumn, PropsItemType, OptionsType, RenderTypes, OptionsRow } from 'yc-pro-components/es/types/plus';
12
- import { nextTick, DefineComponent, Ref, ComponentInternalInstance, CSSProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, CreateComponentPublicInstance, ComputedRef, ComponentOptionsMixin, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Component, ShallowRef, PublicProps } from 'vue';
13
+ import { nextTick, DefineComponent, Ref, ComponentInternalInstance, CSSProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, Component, CreateComponentPublicInstance, ComputedRef, ComponentOptionsMixin, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, ShallowRef, PublicProps } from 'vue';
13
14
 
14
15
  /**
15
16
  * 本地 Props 接口定义
@@ -25,7 +26,7 @@ interface Props {
25
26
  /** 是否显示为卡片样式 */
26
27
  isCard?: boolean;
27
28
  /** 搜索表单配置 */
28
- search?: false | Record<string, unknown>;
29
+ search?: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
29
30
  /** 搜索卡片属性配置 */
30
31
  searchCardProps?: Record<string, unknown>;
31
32
  /** 表格卡片属性配置 */
@@ -54,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
54
55
  $: ComponentInternalInstance;
55
56
  $data: {};
56
57
  $props: Partial<{
57
- search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
58
+ search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
58
59
  style?: CSSProperties | undefined;
59
60
  class?: any;
60
61
  } & RecordType>;
@@ -65,7 +66,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
65
66
  columns: PlusColumn[];
66
67
  immediate: boolean;
67
68
  params: RecordType;
68
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
69
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
69
70
  postData: <T = RecordType[]>(data: T[]) => T[];
70
71
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
71
72
  isCard: boolean;
@@ -86,7 +87,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
86
87
  };
87
88
  searchSlot: boolean;
88
89
  }> & Omit<{
89
- readonly search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
90
+ readonly search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
90
91
  style?: CSSProperties | undefined;
91
92
  class?: any;
92
93
  } & RecordType>;
@@ -101,7 +102,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
101
102
  data: RecordType[];
102
103
  total: number;
103
104
  }>;
104
- readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
105
+ readonly pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
105
106
  readonly isCard: boolean;
106
107
  readonly searchCardProps: Partial< Mutable<CardProps> & {
107
108
  style?: CSSProperties | undefined;
@@ -128,7 +129,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
128
129
  onRequestComplete?: ((tableData: RecordType[]) => any) | undefined;
129
130
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
130
131
  search: {
131
- type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
132
+ type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
132
133
  style?: CSSProperties | undefined;
133
134
  class?: any;
134
135
  } & RecordType>>;
@@ -162,7 +163,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
162
163
  required: true;
163
164
  };
164
165
  pagination: {
165
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
166
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
166
167
  default: () => {};
167
168
  };
168
169
  postData: {
@@ -236,13 +237,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
236
237
  $slots: Readonly<{
237
238
  [name: string]: Slot<any> | undefined;
238
239
  }>;
239
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
240
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
240
241
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
241
- $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);
242
+ $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); /** 包装后的请求函数 */
242
243
  $el: any;
243
244
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
244
245
  search: {
245
- type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
246
+ type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
246
247
  style?: CSSProperties | undefined;
247
248
  class?: any;
248
249
  } & RecordType>>;
@@ -276,7 +277,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
276
277
  required: true;
277
278
  };
278
279
  pagination: {
279
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
280
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
280
281
  default: () => {};
281
282
  };
282
283
  postData: {
@@ -345,8 +346,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
345
346
  $: ComponentInternalInstance;
346
347
  $data: {};
347
348
  $props: Partial<{
348
- modelValue: FieldValues;
349
349
  columns: PlusColumn[];
350
+ modelValue: FieldValues;
350
351
  labelPosition: "top" | "right" | "left";
351
352
  inline: boolean;
352
353
  showNumber: number;
@@ -369,9 +370,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
369
370
  expandText: string;
370
371
  searchLoading: boolean;
371
372
  needValidate: boolean;
373
+ searchIcon: Component | null;
374
+ resetIcon: Component | null;
372
375
  }> & Omit<{
373
- readonly modelValue: FieldValues;
374
376
  readonly columns: PlusColumn[];
377
+ readonly modelValue: FieldValues;
375
378
  readonly inline: boolean;
376
379
  readonly showNumber: number;
377
380
  readonly defaultValues: FieldValues;
@@ -394,20 +397,22 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
394
397
  readonly searchLoading: boolean;
395
398
  readonly needValidate: boolean;
396
399
  readonly labelPosition?: "top" | "right" | "left" | undefined;
397
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
400
+ readonly searchIcon?: Component | null | undefined;
401
+ readonly resetIcon?: Component | null | undefined;
398
402
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
399
403
  onReset?: ((values: FieldValues) => any) | undefined;
404
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
400
405
  onSearch?: ((values: FieldValues) => any) | undefined;
401
406
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
402
407
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
403
- modelValue: {
404
- type: PropType<FieldValues>;
405
- default: () => {};
406
- };
407
408
  columns: {
408
409
  type: PropType<PlusColumn[]>;
409
410
  default: () => never[];
410
411
  };
412
+ modelValue: {
413
+ type: PropType<FieldValues>;
414
+ default: () => {};
415
+ };
411
416
  labelPosition: {
412
417
  type: PropType<"top" | "right" | "left">;
413
418
  default: undefined;
@@ -486,13 +491,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
486
491
  type: PropType<boolean>;
487
492
  default: boolean;
488
493
  };
494
+ searchIcon: {
495
+ type: PropType< Component | null>;
496
+ default: undefined;
497
+ };
498
+ resetIcon: {
499
+ type: PropType< Component | null>;
500
+ default: undefined;
501
+ };
489
502
  }>> & {
490
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
491
503
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
492
504
  onReset?: ((values: FieldValues) => any) | undefined;
505
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
493
506
  onSearch?: ((values: FieldValues) => any) | undefined;
494
507
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
495
- }, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
508
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
496
509
  $attrs: {
497
510
  [x: string]: unknown;
498
511
  };
@@ -502,19 +515,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
502
515
  $slots: Readonly<{
503
516
  [name: string]: Slot<any> | undefined;
504
517
  }>;
505
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
518
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
506
519
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
507
- $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);
520
+ $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); /** 包装后的请求函数 */
508
521
  $el: any;
509
522
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
510
- modelValue: {
511
- type: PropType<FieldValues>;
512
- default: () => {};
513
- };
514
523
  columns: {
515
524
  type: PropType<PlusColumn[]>;
516
525
  default: () => never[];
517
526
  };
527
+ modelValue: {
528
+ type: PropType<FieldValues>;
529
+ default: () => {};
530
+ };
518
531
  labelPosition: {
519
532
  type: PropType<"top" | "right" | "left">;
520
533
  default: undefined;
@@ -593,10 +606,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
593
606
  type: PropType<boolean>;
594
607
  default: boolean;
595
608
  };
609
+ searchIcon: {
610
+ type: PropType< Component | null>;
611
+ default: undefined;
612
+ };
613
+ resetIcon: {
614
+ type: PropType< Component | null>;
615
+ default: undefined;
616
+ };
596
617
  }>> & {
597
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
598
618
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
599
619
  onReset?: ((values: FieldValues) => any) | undefined;
620
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
600
621
  onSearch?: ((values: FieldValues) => any) | undefined;
601
622
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
602
623
  }, {
@@ -604,11 +625,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
604
625
  $: ComponentInternalInstance;
605
626
  $data: {};
606
627
  $props: Partial<{
607
- modelValue: FieldValues;
608
628
  collapseDuration: number;
609
629
  collapseTransition: boolean;
610
630
  columns: PlusColumn[];
611
631
  group: false | PlusFormGroupRow[];
632
+ modelValue: FieldValues;
612
633
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
613
634
  labelPosition: "top" | "right" | "left";
614
635
  labelWidth: string | number;
@@ -629,7 +650,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
629
650
  submitText: string;
630
651
  resetText: string;
631
652
  submitLoading: boolean;
632
- footerAlign: "center" | "right" | "left";
653
+ footerAlign: "right" | "left" | "center";
633
654
  cardProps: Partial< Mutable<CardProps> & {
634
655
  style?: CSSProperties | undefined;
635
656
  class?: any;
@@ -637,9 +658,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
637
658
  prevent: boolean;
638
659
  clearable: boolean;
639
660
  }> & Omit<{
640
- readonly modelValue: FieldValues;
641
661
  readonly columns: PlusColumn[];
642
662
  readonly group: false | PlusFormGroupRow[];
663
+ readonly modelValue: FieldValues;
643
664
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
644
665
  readonly labelPosition: "top" | "right" | "left";
645
666
  readonly labelWidth: string | number;
@@ -660,7 +681,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
660
681
  readonly submitText: string;
661
682
  readonly resetText: string;
662
683
  readonly submitLoading: boolean;
663
- readonly footerAlign: "center" | "right" | "left";
684
+ readonly footerAlign: "right" | "left" | "center";
664
685
  readonly cardProps: Partial< Mutable<CardProps> & {
665
686
  style?: CSSProperties | undefined;
666
687
  class?: any;
@@ -669,17 +690,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
669
690
  readonly clearable: boolean;
670
691
  readonly collapseDuration?: number | undefined;
671
692
  readonly collapseTransition?: boolean | undefined;
672
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
673
693
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
674
694
  onReset?: ((values: FieldValues) => any) | undefined;
675
695
  onSubmit?: ((values: FieldValues) => any) | undefined;
696
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
676
697
  onValidate?: ((...args: any[]) => any) | undefined;
677
698
  onSubmitError?: ((errors: unknown) => any) | undefined;
678
699
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
679
- modelValue: {
680
- type: PropType<FieldValues>;
681
- default: () => {};
682
- };
683
700
  collapseDuration: {
684
701
  type: PropType<number>;
685
702
  default: undefined;
@@ -696,6 +713,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
696
713
  type: PropType<false | PlusFormGroupRow[]>;
697
714
  default: boolean;
698
715
  };
716
+ modelValue: {
717
+ type: PropType<FieldValues>;
718
+ default: () => {};
719
+ };
699
720
  rules: {
700
721
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
701
722
  default: () => {};
@@ -759,7 +780,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
759
780
  default: boolean;
760
781
  };
761
782
  footerAlign: {
762
- type: PropType<"center" | "right" | "left">;
783
+ type: PropType<"right" | "left" | "center">;
763
784
  default: string;
764
785
  };
765
786
  cardProps: {
@@ -778,13 +799,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
778
799
  default: boolean;
779
800
  };
780
801
  }>> & {
781
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
782
802
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
783
803
  onReset?: ((values: FieldValues) => any) | undefined;
784
804
  onSubmit?: ((values: FieldValues) => any) | undefined;
805
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
785
806
  onValidate?: ((...args: any[]) => any) | undefined;
786
807
  onSubmitError?: ((errors: unknown) => any) | undefined;
787
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
808
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
788
809
  $attrs: {
789
810
  [x: string]: unknown;
790
811
  };
@@ -794,15 +815,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
794
815
  $slots: Readonly<{
795
816
  [name: string]: Slot<any> | undefined;
796
817
  }>;
797
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
818
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
798
819
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
799
- $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);
820
+ $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); /** 包装后的请求函数 */
800
821
  $el: any;
801
822
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
802
- modelValue: {
803
- type: PropType<FieldValues>;
804
- default: () => {};
805
- };
806
823
  collapseDuration: {
807
824
  type: PropType<number>;
808
825
  default: undefined;
@@ -819,6 +836,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
819
836
  type: PropType<false | PlusFormGroupRow[]>;
820
837
  default: boolean;
821
838
  };
839
+ modelValue: {
840
+ type: PropType<FieldValues>;
841
+ default: () => {};
842
+ };
822
843
  rules: {
823
844
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
824
845
  default: () => {};
@@ -882,7 +903,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
882
903
  default: boolean;
883
904
  };
884
905
  footerAlign: {
885
- type: PropType<"center" | "right" | "left">;
906
+ type: PropType<"right" | "left" | "center">;
886
907
  default: string;
887
908
  };
888
909
  cardProps: {
@@ -901,10 +922,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
901
922
  default: boolean;
902
923
  };
903
924
  }>> & {
904
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
905
925
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
906
926
  onReset?: ((values: FieldValues) => any) | undefined;
907
927
  onSubmit?: ((values: FieldValues) => any) | undefined;
928
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
908
929
  onValidate?: ((...args: any[]) => any) | undefined;
909
930
  onSubmitError?: ((errors: unknown) => any) | undefined;
910
931
  }, {
@@ -998,11 +1019,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
998
1019
  cssVar: (object: Record<string, string>) => Record<string, string>;
999
1020
  cssVarName: (name: string) => string;
1000
1021
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1001
- /**
1002
- * 根据筛选项数量计算 span 值
1003
- * @param count 筛选项数量
1004
- * @returns span 值
1005
- */
1006
1022
  cssVarBlockName: (name: string) => string;
1007
1023
  };
1008
1024
  formClasses: ComputedRef<(string | {
@@ -1165,11 +1181,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1165
1181
  cssVar: (object: Record<string, string>) => Record<string, string>;
1166
1182
  cssVarName: (name: string) => string;
1167
1183
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1168
- /**
1169
- * 根据筛选项数量计算 span 值
1170
- * @param count 筛选项数量
1171
- * @returns span 值
1172
- */
1173
1184
  cssVarBlockName: (name: string) => string;
1174
1185
  };
1175
1186
  formClasses: ComputedRef<(string | {
@@ -1210,11 +1221,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1210
1221
  submitError: (errors: unknown) => void;
1211
1222
  validate: (...args: any[]) => void;
1212
1223
  }, string, {
1213
- modelValue: FieldValues;
1214
1224
  collapseDuration: number;
1215
1225
  collapseTransition: boolean;
1216
1226
  columns: PlusColumn[];
1217
1227
  group: false | PlusFormGroupRow[];
1228
+ modelValue: FieldValues;
1218
1229
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1219
1230
  labelPosition: "top" | "right" | "left";
1220
1231
  labelWidth: string | number;
@@ -1235,7 +1246,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1235
1246
  submitText: string;
1236
1247
  resetText: string;
1237
1248
  submitLoading: boolean;
1238
- footerAlign: "center" | "right" | "left";
1249
+ footerAlign: "right" | "left" | "center";
1239
1250
  cardProps: Partial< Mutable<CardProps> & {
1240
1251
  style?: CSSProperties | undefined;
1241
1252
  class?: any;
@@ -1263,10 +1274,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1263
1274
  $nextTick: typeof nextTick;
1264
1275
  $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;
1265
1276
  } & Omit<Readonly< ExtractPropTypes<{
1266
- modelValue: {
1267
- type: PropType<FieldValues>;
1268
- default: () => {};
1269
- };
1270
1277
  collapseDuration: {
1271
1278
  type: PropType<number>;
1272
1279
  default: undefined;
@@ -1283,6 +1290,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1283
1290
  type: PropType<false | PlusFormGroupRow[]>;
1284
1291
  default: boolean;
1285
1292
  };
1293
+ modelValue: {
1294
+ type: PropType<FieldValues>;
1295
+ default: () => {};
1296
+ };
1286
1297
  rules: {
1287
1298
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1288
1299
  default: () => {};
@@ -1346,7 +1357,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1346
1357
  default: boolean;
1347
1358
  };
1348
1359
  footerAlign: {
1349
- type: PropType<"center" | "right" | "left">;
1360
+ type: PropType<"right" | "left" | "center">;
1350
1361
  default: string;
1351
1362
  };
1352
1363
  cardProps: {
@@ -1365,10 +1376,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1365
1376
  default: boolean;
1366
1377
  };
1367
1378
  }>> & {
1368
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1369
1379
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1370
1380
  onReset?: ((values: FieldValues) => any) | undefined;
1371
1381
  onSubmit?: ((values: FieldValues) => any) | undefined;
1382
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1372
1383
  onValidate?: ((...args: any[]) => any) | undefined;
1373
1384
  onSubmitError?: ((errors: unknown) => any) | undefined;
1374
1385
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -1462,11 +1473,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1462
1473
  cssVar: (object: Record<string, string>) => Record<string, string>;
1463
1474
  cssVarName: (name: string) => string;
1464
1475
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1465
- /**
1466
- * 根据筛选项数量计算 span 值
1467
- * @param count 筛选项数量
1468
- * @returns span 值
1469
- */
1470
1476
  cssVarBlockName: (name: string) => string;
1471
1477
  };
1472
1478
  formClasses: ComputedRef<(string | {
@@ -1629,11 +1635,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1629
1635
  cssVar: (object: Record<string, string>) => Record<string, string>;
1630
1636
  cssVarName: (name: string) => string;
1631
1637
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1632
- /**
1633
- * 根据筛选项数量计算 span 值
1634
- * @param count 筛选项数量
1635
- * @returns span 值
1636
- */
1637
1638
  cssVarBlockName: (name: string) => string;
1638
1639
  };
1639
1640
  formClasses: ComputedRef<(string | {
@@ -1679,14 +1680,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1679
1680
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1680
1681
  columns?: PlusColumn[] | undefined;
1681
1682
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1682
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1683
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1683
1684
  readonly label: string | ComputedRef<string>;
1684
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1685
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1685
1686
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1686
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1687
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1687
1688
  style?: CSSProperties | undefined;
1688
1689
  class?: any;
1689
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1690
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1690
1691
  style?: CSSProperties | undefined;
1691
1692
  class?: any;
1692
1693
  } & RecordType>>;
@@ -1747,12 +1748,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1747
1748
  fieldInstance?: any;
1748
1749
  valueIsReady?: Ref<boolean> | undefined;
1749
1750
  prop: string;
1750
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1751
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1751
1752
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1752
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1753
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1753
1754
  style?: CSSProperties | undefined;
1754
1755
  class?: any;
1755
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1756
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1756
1757
  style?: CSSProperties | undefined;
1757
1758
  class?: any;
1758
1759
  } & RecordType>>;
@@ -1775,14 +1776,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1775
1776
  clearable: boolean;
1776
1777
  index: number;
1777
1778
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1778
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1779
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1779
1780
  readonly label: string | ComputedRef<string>;
1780
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1781
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1781
1782
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1782
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1783
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1783
1784
  style?: CSSProperties | undefined;
1784
1785
  class?: any;
1785
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1786
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1786
1787
  style?: CSSProperties | undefined;
1787
1788
  class?: any;
1788
1789
  } & RecordType>>;
@@ -1843,12 +1844,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1843
1844
  fieldInstance?: any;
1844
1845
  valueIsReady?: Ref<boolean> | undefined;
1845
1846
  prop: string;
1846
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1847
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1847
1848
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1848
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1849
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1849
1850
  style?: CSSProperties | undefined;
1850
1851
  class?: any;
1851
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1852
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1852
1853
  style?: CSSProperties | undefined;
1853
1854
  class?: any;
1854
1855
  } & RecordType>>;
@@ -1894,8 +1895,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1894
1895
  reset: (values: FieldValues) => void;
1895
1896
  collapse: (isShowUnfold: boolean) => void;
1896
1897
  }, string, {
1897
- modelValue: FieldValues;
1898
1898
  columns: PlusColumn[];
1899
+ modelValue: FieldValues;
1899
1900
  labelPosition: "top" | "right" | "left";
1900
1901
  inline: boolean;
1901
1902
  showNumber: number;
@@ -1918,6 +1919,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1918
1919
  expandText: string;
1919
1920
  searchLoading: boolean;
1920
1921
  needValidate: boolean;
1922
+ searchIcon: Component | null;
1923
+ resetIcon: Component | null;
1921
1924
  }, {}, string, {}> & {
1922
1925
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1923
1926
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -1939,14 +1942,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1939
1942
  $nextTick: typeof nextTick;
1940
1943
  $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;
1941
1944
  } & Omit<Readonly< ExtractPropTypes<{
1942
- modelValue: {
1943
- type: PropType<FieldValues>;
1944
- default: () => {};
1945
- };
1946
1945
  columns: {
1947
1946
  type: PropType<PlusColumn[]>;
1948
1947
  default: () => never[];
1949
1948
  };
1949
+ modelValue: {
1950
+ type: PropType<FieldValues>;
1951
+ default: () => {};
1952
+ };
1950
1953
  labelPosition: {
1951
1954
  type: PropType<"top" | "right" | "left">;
1952
1955
  default: undefined;
@@ -2025,10 +2028,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2025
2028
  type: PropType<boolean>;
2026
2029
  default: boolean;
2027
2030
  };
2031
+ searchIcon: {
2032
+ type: PropType< Component | null>;
2033
+ default: undefined;
2034
+ };
2035
+ resetIcon: {
2036
+ type: PropType< Component | null>;
2037
+ default: undefined;
2038
+ };
2028
2039
  }>> & {
2029
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2030
2040
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2031
2041
  onReset?: ((values: FieldValues) => any) | undefined;
2042
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2032
2043
  onSearch?: ((values: FieldValues) => any) | undefined;
2033
2044
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
2034
2045
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -2036,11 +2047,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2036
2047
  $: ComponentInternalInstance;
2037
2048
  $data: {};
2038
2049
  $props: Partial<{
2039
- modelValue: FieldValues;
2040
2050
  collapseDuration: number;
2041
2051
  collapseTransition: boolean;
2042
2052
  columns: PlusColumn[];
2043
2053
  group: false | PlusFormGroupRow[];
2054
+ modelValue: FieldValues;
2044
2055
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
2045
2056
  labelPosition: "top" | "right" | "left";
2046
2057
  labelWidth: string | number;
@@ -2061,7 +2072,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2061
2072
  submitText: string;
2062
2073
  resetText: string;
2063
2074
  submitLoading: boolean;
2064
- footerAlign: "center" | "right" | "left";
2075
+ footerAlign: "right" | "left" | "center";
2065
2076
  cardProps: Partial< Mutable<CardProps> & {
2066
2077
  style?: CSSProperties | undefined;
2067
2078
  class?: any;
@@ -2069,9 +2080,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2069
2080
  prevent: boolean;
2070
2081
  clearable: boolean;
2071
2082
  }> & Omit<{
2072
- readonly modelValue: FieldValues;
2073
2083
  readonly columns: PlusColumn[];
2074
2084
  readonly group: false | PlusFormGroupRow[];
2085
+ readonly modelValue: FieldValues;
2075
2086
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
2076
2087
  readonly labelPosition: "top" | "right" | "left";
2077
2088
  readonly labelWidth: string | number;
@@ -2092,7 +2103,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2092
2103
  readonly submitText: string;
2093
2104
  readonly resetText: string;
2094
2105
  readonly submitLoading: boolean;
2095
- readonly footerAlign: "center" | "right" | "left";
2106
+ readonly footerAlign: "right" | "left" | "center";
2096
2107
  readonly cardProps: Partial< Mutable<CardProps> & {
2097
2108
  style?: CSSProperties | undefined;
2098
2109
  class?: any;
@@ -2101,17 +2112,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2101
2112
  readonly clearable: boolean;
2102
2113
  readonly collapseDuration?: number | undefined;
2103
2114
  readonly collapseTransition?: boolean | undefined;
2104
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2105
2115
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2106
2116
  onReset?: ((values: FieldValues) => any) | undefined;
2107
2117
  onSubmit?: ((values: FieldValues) => any) | undefined;
2118
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2108
2119
  onValidate?: ((...args: any[]) => any) | undefined;
2109
2120
  onSubmitError?: ((errors: unknown) => any) | undefined;
2110
2121
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
2111
- modelValue: {
2112
- type: PropType<FieldValues>;
2113
- default: () => {};
2114
- };
2115
2122
  collapseDuration: {
2116
2123
  type: PropType<number>;
2117
2124
  default: undefined;
@@ -2128,6 +2135,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2128
2135
  type: PropType<false | PlusFormGroupRow[]>;
2129
2136
  default: boolean;
2130
2137
  };
2138
+ modelValue: {
2139
+ type: PropType<FieldValues>;
2140
+ default: () => {};
2141
+ };
2131
2142
  rules: {
2132
2143
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2133
2144
  default: () => {};
@@ -2191,7 +2202,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2191
2202
  default: boolean;
2192
2203
  };
2193
2204
  footerAlign: {
2194
- type: PropType<"center" | "right" | "left">;
2205
+ type: PropType<"right" | "left" | "center">;
2195
2206
  default: string;
2196
2207
  };
2197
2208
  cardProps: {
@@ -2210,13 +2221,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2210
2221
  default: boolean;
2211
2222
  };
2212
2223
  }>> & {
2213
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2214
2224
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2215
2225
  onReset?: ((values: FieldValues) => any) | undefined;
2216
2226
  onSubmit?: ((values: FieldValues) => any) | undefined;
2227
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2217
2228
  onValidate?: ((...args: any[]) => any) | undefined;
2218
2229
  onSubmitError?: ((errors: unknown) => any) | undefined;
2219
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
2230
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
2220
2231
  $attrs: {
2221
2232
  [x: string]: unknown;
2222
2233
  };
@@ -2226,15 +2237,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2226
2237
  $slots: Readonly<{
2227
2238
  [name: string]: Slot<any> | undefined;
2228
2239
  }>;
2229
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2240
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
2230
2241
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2231
- $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);
2242
+ $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); /** 包装后的请求函数 */
2232
2243
  $el: any;
2233
2244
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2234
- modelValue: {
2235
- type: PropType<FieldValues>;
2236
- default: () => {};
2237
- };
2238
2245
  collapseDuration: {
2239
2246
  type: PropType<number>;
2240
2247
  default: undefined;
@@ -2251,6 +2258,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2251
2258
  type: PropType<false | PlusFormGroupRow[]>;
2252
2259
  default: boolean;
2253
2260
  };
2261
+ modelValue: {
2262
+ type: PropType<FieldValues>;
2263
+ default: () => {};
2264
+ };
2254
2265
  rules: {
2255
2266
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2256
2267
  default: () => {};
@@ -2314,7 +2325,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2314
2325
  default: boolean;
2315
2326
  };
2316
2327
  footerAlign: {
2317
- type: PropType<"center" | "right" | "left">;
2328
+ type: PropType<"right" | "left" | "center">;
2318
2329
  default: string;
2319
2330
  };
2320
2331
  cardProps: {
@@ -2333,10 +2344,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2333
2344
  default: boolean;
2334
2345
  };
2335
2346
  }>> & {
2336
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2337
2347
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2338
2348
  onReset?: ((values: FieldValues) => any) | undefined;
2339
2349
  onSubmit?: ((values: FieldValues) => any) | undefined;
2350
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2340
2351
  onValidate?: ((...args: any[]) => any) | undefined;
2341
2352
  onSubmitError?: ((errors: unknown) => any) | undefined;
2342
2353
  }, {
@@ -2430,11 +2441,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2430
2441
  cssVar: (object: Record<string, string>) => Record<string, string>;
2431
2442
  cssVarName: (name: string) => string;
2432
2443
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2433
- /**
2434
- * 根据筛选项数量计算 span 值
2435
- * @param count 筛选项数量
2436
- * @returns span 值
2437
- */
2438
2444
  cssVarBlockName: (name: string) => string;
2439
2445
  };
2440
2446
  formClasses: ComputedRef<(string | {
@@ -2597,11 +2603,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2597
2603
  cssVar: (object: Record<string, string>) => Record<string, string>;
2598
2604
  cssVarName: (name: string) => string;
2599
2605
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2600
- /**
2601
- * 根据筛选项数量计算 span 值
2602
- * @param count 筛选项数量
2603
- * @returns span 值
2604
- */
2605
2606
  cssVarBlockName: (name: string) => string;
2606
2607
  };
2607
2608
  formClasses: ComputedRef<(string | {
@@ -2642,11 +2643,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2642
2643
  submitError: (errors: unknown) => void;
2643
2644
  validate: (...args: any[]) => void;
2644
2645
  }, string, {
2645
- modelValue: FieldValues;
2646
2646
  collapseDuration: number;
2647
2647
  collapseTransition: boolean;
2648
2648
  columns: PlusColumn[];
2649
2649
  group: false | PlusFormGroupRow[];
2650
+ modelValue: FieldValues;
2650
2651
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
2651
2652
  labelPosition: "top" | "right" | "left";
2652
2653
  labelWidth: string | number;
@@ -2667,7 +2668,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2667
2668
  submitText: string;
2668
2669
  resetText: string;
2669
2670
  submitLoading: boolean;
2670
- footerAlign: "center" | "right" | "left";
2671
+ footerAlign: "right" | "left" | "center";
2671
2672
  cardProps: Partial< Mutable<CardProps> & {
2672
2673
  style?: CSSProperties | undefined;
2673
2674
  class?: any;
@@ -2695,10 +2696,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2695
2696
  $nextTick: typeof nextTick;
2696
2697
  $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;
2697
2698
  } & Omit<Readonly< ExtractPropTypes<{
2698
- modelValue: {
2699
- type: PropType<FieldValues>;
2700
- default: () => {};
2701
- };
2702
2699
  collapseDuration: {
2703
2700
  type: PropType<number>;
2704
2701
  default: undefined;
@@ -2715,6 +2712,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2715
2712
  type: PropType<false | PlusFormGroupRow[]>;
2716
2713
  default: boolean;
2717
2714
  };
2715
+ modelValue: {
2716
+ type: PropType<FieldValues>;
2717
+ default: () => {};
2718
+ };
2718
2719
  rules: {
2719
2720
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2720
2721
  default: () => {};
@@ -2778,7 +2779,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2778
2779
  default: boolean;
2779
2780
  };
2780
2781
  footerAlign: {
2781
- type: PropType<"center" | "right" | "left">;
2782
+ type: PropType<"right" | "left" | "center">;
2782
2783
  default: string;
2783
2784
  };
2784
2785
  cardProps: {
@@ -2797,10 +2798,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2797
2798
  default: boolean;
2798
2799
  };
2799
2800
  }>> & {
2800
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2801
2801
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2802
2802
  onReset?: ((values: FieldValues) => any) | undefined;
2803
2803
  onSubmit?: ((values: FieldValues) => any) | undefined;
2804
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2804
2805
  onValidate?: ((...args: any[]) => any) | undefined;
2805
2806
  onSubmitError?: ((errors: unknown) => any) | undefined;
2806
2807
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -2894,11 +2895,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2894
2895
  cssVar: (object: Record<string, string>) => Record<string, string>;
2895
2896
  cssVarName: (name: string) => string;
2896
2897
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2897
- /**
2898
- * 根据筛选项数量计算 span 值
2899
- * @param count 筛选项数量
2900
- * @returns span 值
2901
- */
2902
2898
  cssVarBlockName: (name: string) => string;
2903
2899
  };
2904
2900
  formClasses: ComputedRef<(string | {
@@ -3061,11 +3057,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3061
3057
  cssVar: (object: Record<string, string>) => Record<string, string>;
3062
3058
  cssVarName: (name: string) => string;
3063
3059
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
3064
- /**
3065
- * 根据筛选项数量计算 span 值
3066
- * @param count 筛选项数量
3067
- * @returns span 值
3068
- */
3069
3060
  cssVarBlockName: (name: string) => string;
3070
3061
  };
3071
3062
  formClasses: ComputedRef<(string | {
@@ -3111,14 +3102,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3111
3102
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
3112
3103
  columns?: PlusColumn[] | undefined;
3113
3104
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
3114
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3105
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3115
3106
  readonly label: string | ComputedRef<string>;
3116
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3107
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3117
3108
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3118
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3109
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
3119
3110
  style?: CSSProperties | undefined;
3120
3111
  class?: any;
3121
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3112
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3122
3113
  style?: CSSProperties | undefined;
3123
3114
  class?: any;
3124
3115
  } & RecordType>>;
@@ -3179,12 +3170,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3179
3170
  fieldInstance?: any;
3180
3171
  valueIsReady?: Ref<boolean> | undefined;
3181
3172
  prop: string;
3182
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3173
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3183
3174
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3184
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3175
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
3185
3176
  style?: CSSProperties | undefined;
3186
3177
  class?: any;
3187
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3178
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3188
3179
  style?: CSSProperties | undefined;
3189
3180
  class?: any;
3190
3181
  } & RecordType>>;
@@ -3207,14 +3198,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3207
3198
  clearable: boolean;
3208
3199
  index: number;
3209
3200
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
3210
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3201
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3211
3202
  readonly label: string | ComputedRef<string>;
3212
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3203
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3213
3204
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3214
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3205
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
3215
3206
  style?: CSSProperties | undefined;
3216
3207
  class?: any;
3217
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3208
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3218
3209
  style?: CSSProperties | undefined;
3219
3210
  class?: any;
3220
3211
  } & RecordType>>;
@@ -3275,12 +3266,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3275
3266
  fieldInstance?: any;
3276
3267
  valueIsReady?: Ref<boolean> | undefined;
3277
3268
  prop: string;
3278
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3269
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3279
3270
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3280
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3271
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
3281
3272
  style?: CSSProperties | undefined;
3282
3273
  class?: any;
3283
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3274
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3284
3275
  style?: CSSProperties | undefined;
3285
3276
  class?: any;
3286
3277
  } & RecordType>>;
@@ -3321,14 +3312,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3321
3312
  handleUnfold: (e: MouseEvent) => void;
3322
3313
  }> & {} & ComponentCustomProperties & {} & {
3323
3314
  $slots: Partial<Record<NonNullable<string | number>, (_: {
3324
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3315
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3325
3316
  readonly label: string | ComputedRef<string>;
3326
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3317
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3327
3318
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3328
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3319
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
3329
3320
  style?: CSSProperties | undefined;
3330
3321
  class?: any;
3331
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3322
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3332
3323
  style?: CSSProperties | undefined;
3333
3324
  class?: any;
3334
3325
  } & RecordType>>;
@@ -3389,12 +3380,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3389
3380
  fieldInstance?: any;
3390
3381
  valueIsReady?: Ref<boolean> | undefined;
3391
3382
  prop: string;
3392
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3383
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
3393
3384
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
3394
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
3385
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
3395
3386
  style?: CSSProperties | undefined;
3396
3387
  class?: any;
3397
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3388
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
3398
3389
  style?: CSSProperties | undefined;
3399
3390
  class?: any;
3400
3391
  } & RecordType>>;
@@ -3434,9 +3425,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3434
3425
  columns: PlusColumn[];
3435
3426
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
3436
3427
  row: any[];
3437
- /**
3438
- * 获取全局配置
3439
- */
3440
3428
  rowIndex: number;
3441
3429
  column: TableColumnCtx<any[]>;
3442
3430
  columnIndex: number;
@@ -3483,9 +3471,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3483
3471
  readonly columns: PlusColumn[];
3484
3472
  readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
3485
3473
  row: any[];
3486
- /**
3487
- * 获取全局配置
3488
- */
3489
3474
  rowIndex: number;
3490
3475
  column: TableColumnCtx<any[]>;
3491
3476
  columnIndex: number;
@@ -3555,9 +3540,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3555
3540
  headerCellStyle: {
3556
3541
  type: PropType<Partial< CSSProperties> | Partial<(data: {
3557
3542
  row: any[];
3558
- /**
3559
- * 获取全局配置
3560
- */
3561
3543
  rowIndex: number;
3562
3544
  column: TableColumnCtx<any[]>;
3563
3545
  columnIndex: number;
@@ -3698,9 +3680,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3698
3680
  $slots: Readonly<{
3699
3681
  [name: string]: Slot<any> | undefined;
3700
3682
  }>;
3701
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3683
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
3702
3684
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3703
- $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);
3685
+ $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); /** 包装后的请求函数 */
3704
3686
  $el: any;
3705
3687
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3706
3688
  data: {
@@ -3717,9 +3699,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3717
3699
  headerCellStyle: {
3718
3700
  type: PropType<Partial< CSSProperties> | Partial<(data: {
3719
3701
  row: any[];
3720
- /**
3721
- * 获取全局配置
3722
- */
3723
3702
  rowIndex: number;
3724
3703
  column: TableColumnCtx<any[]>;
3725
3704
  columnIndex: number;
@@ -3863,9 +3842,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3863
3842
  readonly validator: ((val: unknown) => boolean) | undefined;
3864
3843
  __epPropKey: true;
3865
3844
  };
3866
- width: (NumberConstructor | StringConstructor)[];
3867
- height: (NumberConstructor | StringConstructor)[];
3868
- maxHeight: (NumberConstructor | StringConstructor)[];
3845
+ width: (StringConstructor | NumberConstructor)[];
3846
+ height: (StringConstructor | NumberConstructor)[];
3847
+ maxHeight: (StringConstructor | NumberConstructor)[];
3869
3848
  fit: {
3870
3849
  type: BooleanConstructor;
3871
3850
  default: boolean;
@@ -3889,13 +3868,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3889
3868
  headerCellClassName: PropType< CellCls<any> | undefined>;
3890
3869
  headerCellStyle: PropType< CellStyle<any> | undefined>;
3891
3870
  highlightCurrentRow: BooleanConstructor;
3892
- currentRowKey: (NumberConstructor | StringConstructor)[];
3871
+ currentRowKey: (StringConstructor | NumberConstructor)[];
3893
3872
  emptyText: StringConstructor;
3894
3873
  expandRowKeys: PropType<any[] | undefined>;
3895
3874
  defaultExpandAll: BooleanConstructor;
3896
3875
  defaultSort: PropType< Sort | undefined>;
3897
3876
  tooltipEffect: StringConstructor;
3898
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
3877
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
3899
3878
  spanMethod: PropType<((data: {
3900
3879
  row: any;
3901
3880
  rowIndex: number;
@@ -3939,7 +3918,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3939
3918
  };
3940
3919
  scrollbarAlwaysOn: BooleanConstructor;
3941
3920
  flexible: BooleanConstructor;
3942
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
3921
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
3943
3922
  }>> & {
3944
3923
  onSelect?: ((...args: any[]) => any) | undefined;
3945
3924
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4059,9 +4038,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4059
4038
  readonly validator: ((val: unknown) => boolean) | undefined;
4060
4039
  __epPropKey: true;
4061
4040
  };
4062
- width: (NumberConstructor | StringConstructor)[];
4063
- height: (NumberConstructor | StringConstructor)[];
4064
- maxHeight: (NumberConstructor | StringConstructor)[];
4041
+ width: (StringConstructor | NumberConstructor)[];
4042
+ height: (StringConstructor | NumberConstructor)[];
4043
+ maxHeight: (StringConstructor | NumberConstructor)[];
4065
4044
  fit: {
4066
4045
  type: BooleanConstructor;
4067
4046
  default: boolean;
@@ -4085,13 +4064,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4085
4064
  headerCellClassName: PropType< CellCls<any> | undefined>;
4086
4065
  headerCellStyle: PropType< CellStyle<any> | undefined>;
4087
4066
  highlightCurrentRow: BooleanConstructor;
4088
- currentRowKey: (NumberConstructor | StringConstructor)[];
4067
+ currentRowKey: (StringConstructor | NumberConstructor)[];
4089
4068
  emptyText: StringConstructor;
4090
4069
  expandRowKeys: PropType<any[] | undefined>;
4091
4070
  defaultExpandAll: BooleanConstructor;
4092
4071
  defaultSort: PropType< Sort | undefined>;
4093
4072
  tooltipEffect: StringConstructor;
4094
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4073
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4095
4074
  spanMethod: PropType<((data: {
4096
4075
  row: any;
4097
4076
  rowIndex: number;
@@ -4135,7 +4114,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4135
4114
  };
4136
4115
  scrollbarAlwaysOn: BooleanConstructor;
4137
4116
  flexible: BooleanConstructor;
4138
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4117
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4139
4118
  }>> & {
4140
4119
  onSelect?: ((...args: any[]) => any) | undefined;
4141
4120
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4194,9 +4173,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4194
4173
  readonly validator: ((val: unknown) => boolean) | undefined;
4195
4174
  __epPropKey: true;
4196
4175
  };
4197
- width: (NumberConstructor | StringConstructor)[];
4198
- height: (NumberConstructor | StringConstructor)[];
4199
- maxHeight: (NumberConstructor | StringConstructor)[];
4176
+ width: (StringConstructor | NumberConstructor)[];
4177
+ height: (StringConstructor | NumberConstructor)[];
4178
+ maxHeight: (StringConstructor | NumberConstructor)[];
4200
4179
  fit: {
4201
4180
  type: BooleanConstructor;
4202
4181
  default: boolean;
@@ -4220,13 +4199,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4220
4199
  headerCellClassName: PropType< CellCls<any> | undefined>;
4221
4200
  headerCellStyle: PropType< CellStyle<any> | undefined>;
4222
4201
  highlightCurrentRow: BooleanConstructor;
4223
- currentRowKey: (NumberConstructor | StringConstructor)[];
4202
+ currentRowKey: (StringConstructor | NumberConstructor)[];
4224
4203
  emptyText: StringConstructor;
4225
4204
  expandRowKeys: PropType<any[] | undefined>;
4226
4205
  defaultExpandAll: BooleanConstructor;
4227
4206
  defaultSort: PropType< Sort | undefined>;
4228
4207
  tooltipEffect: StringConstructor;
4229
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4208
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4230
4209
  spanMethod: PropType<((data: {
4231
4210
  row: any;
4232
4211
  rowIndex: number;
@@ -4270,7 +4249,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4270
4249
  };
4271
4250
  scrollbarAlwaysOn: BooleanConstructor;
4272
4251
  flexible: BooleanConstructor;
4273
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4252
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4274
4253
  }>> & {
4275
4254
  onSelect?: ((...args: any[]) => any) | undefined;
4276
4255
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4418,9 +4397,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4418
4397
  columns: PlusColumn[];
4419
4398
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
4420
4399
  row: any[];
4421
- /**
4422
- * 获取全局配置
4423
- */
4424
4400
  rowIndex: number;
4425
4401
  column: TableColumnCtx<any[]>;
4426
4402
  columnIndex: number;
@@ -4497,9 +4473,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4497
4473
  headerCellStyle: {
4498
4474
  type: PropType<Partial< CSSProperties> | Partial<(data: {
4499
4475
  row: any[];
4500
- /**
4501
- * 获取全局配置
4502
- */
4503
4476
  rowIndex: number;
4504
4477
  column: TableColumnCtx<any[]>;
4505
4478
  columnIndex: number;
@@ -4643,9 +4616,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4643
4616
  readonly validator: ((val: unknown) => boolean) | undefined;
4644
4617
  __epPropKey: true;
4645
4618
  };
4646
- width: (NumberConstructor | StringConstructor)[];
4647
- height: (NumberConstructor | StringConstructor)[];
4648
- maxHeight: (NumberConstructor | StringConstructor)[];
4619
+ width: (StringConstructor | NumberConstructor)[];
4620
+ height: (StringConstructor | NumberConstructor)[];
4621
+ maxHeight: (StringConstructor | NumberConstructor)[];
4649
4622
  fit: {
4650
4623
  type: BooleanConstructor;
4651
4624
  default: boolean;
@@ -4669,13 +4642,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4669
4642
  headerCellClassName: PropType< CellCls<any> | undefined>;
4670
4643
  headerCellStyle: PropType< CellStyle<any> | undefined>;
4671
4644
  highlightCurrentRow: BooleanConstructor;
4672
- currentRowKey: (NumberConstructor | StringConstructor)[];
4645
+ currentRowKey: (StringConstructor | NumberConstructor)[];
4673
4646
  emptyText: StringConstructor;
4674
4647
  expandRowKeys: PropType<any[] | undefined>;
4675
4648
  defaultExpandAll: BooleanConstructor;
4676
4649
  defaultSort: PropType< Sort | undefined>;
4677
4650
  tooltipEffect: StringConstructor;
4678
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4651
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4679
4652
  spanMethod: PropType<((data: {
4680
4653
  row: any;
4681
4654
  rowIndex: number;
@@ -4719,7 +4692,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4719
4692
  };
4720
4693
  scrollbarAlwaysOn: BooleanConstructor;
4721
4694
  flexible: BooleanConstructor;
4722
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4695
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4723
4696
  }>> & {
4724
4697
  onSelect?: ((...args: any[]) => any) | undefined;
4725
4698
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4839,9 +4812,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4839
4812
  readonly validator: ((val: unknown) => boolean) | undefined;
4840
4813
  __epPropKey: true;
4841
4814
  };
4842
- width: (NumberConstructor | StringConstructor)[];
4843
- height: (NumberConstructor | StringConstructor)[];
4844
- maxHeight: (NumberConstructor | StringConstructor)[];
4815
+ width: (StringConstructor | NumberConstructor)[];
4816
+ height: (StringConstructor | NumberConstructor)[];
4817
+ maxHeight: (StringConstructor | NumberConstructor)[];
4845
4818
  fit: {
4846
4819
  type: BooleanConstructor;
4847
4820
  default: boolean;
@@ -4865,13 +4838,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4865
4838
  headerCellClassName: PropType< CellCls<any> | undefined>;
4866
4839
  headerCellStyle: PropType< CellStyle<any> | undefined>;
4867
4840
  highlightCurrentRow: BooleanConstructor;
4868
- currentRowKey: (NumberConstructor | StringConstructor)[];
4841
+ currentRowKey: (StringConstructor | NumberConstructor)[];
4869
4842
  emptyText: StringConstructor;
4870
4843
  expandRowKeys: PropType<any[] | undefined>;
4871
4844
  defaultExpandAll: BooleanConstructor;
4872
4845
  defaultSort: PropType< Sort | undefined>;
4873
4846
  tooltipEffect: StringConstructor;
4874
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4847
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4875
4848
  spanMethod: PropType<((data: {
4876
4849
  row: any;
4877
4850
  rowIndex: number;
@@ -4915,7 +4888,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4915
4888
  };
4916
4889
  scrollbarAlwaysOn: BooleanConstructor;
4917
4890
  flexible: BooleanConstructor;
4918
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4891
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
4919
4892
  }>> & {
4920
4893
  onSelect?: ((...args: any[]) => any) | undefined;
4921
4894
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -4974,9 +4947,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4974
4947
  readonly validator: ((val: unknown) => boolean) | undefined;
4975
4948
  __epPropKey: true;
4976
4949
  };
4977
- width: (NumberConstructor | StringConstructor)[];
4978
- height: (NumberConstructor | StringConstructor)[];
4979
- maxHeight: (NumberConstructor | StringConstructor)[];
4950
+ width: (StringConstructor | NumberConstructor)[];
4951
+ height: (StringConstructor | NumberConstructor)[];
4952
+ maxHeight: (StringConstructor | NumberConstructor)[];
4980
4953
  fit: {
4981
4954
  type: BooleanConstructor;
4982
4955
  default: boolean;
@@ -5000,13 +4973,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5000
4973
  headerCellClassName: PropType< CellCls<any> | undefined>;
5001
4974
  headerCellStyle: PropType< CellStyle<any> | undefined>;
5002
4975
  highlightCurrentRow: BooleanConstructor;
5003
- currentRowKey: (NumberConstructor | StringConstructor)[];
4976
+ currentRowKey: (StringConstructor | NumberConstructor)[];
5004
4977
  emptyText: StringConstructor;
5005
4978
  expandRowKeys: PropType<any[] | undefined>;
5006
4979
  defaultExpandAll: BooleanConstructor;
5007
4980
  defaultSort: PropType< Sort | undefined>;
5008
4981
  tooltipEffect: StringConstructor;
5009
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
4982
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
5010
4983
  spanMethod: PropType<((data: {
5011
4984
  row: any;
5012
4985
  rowIndex: number;
@@ -5050,7 +5023,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5050
5023
  };
5051
5024
  scrollbarAlwaysOn: BooleanConstructor;
5052
5025
  flexible: BooleanConstructor;
5053
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
5026
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
5054
5027
  }>> & {
5055
5028
  onSelect?: ((...args: any[]) => any) | undefined;
5056
5029
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -5221,7 +5194,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5221
5194
  requestError: (error: unknown) => void;
5222
5195
  requestComplete: (tableData: RecordType[]) => void;
5223
5196
  }, string, {
5224
- search: false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
5197
+ search: false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
5225
5198
  style?: CSSProperties | undefined;
5226
5199
  class?: any;
5227
5200
  } & RecordType>;
@@ -5232,7 +5205,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5232
5205
  columns: PlusColumn[];
5233
5206
  immediate: boolean;
5234
5207
  params: RecordType;
5235
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
5208
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
5236
5209
  postData: <T = RecordType[]>(data: T[]) => T[];
5237
5210
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
5238
5211
  isCard: boolean;
@@ -5274,7 +5247,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5274
5247
  $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;
5275
5248
  } & Omit<Readonly< ExtractPropTypes<{
5276
5249
  search: {
5277
- type: PropType<false | Partial< PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
5250
+ type: PropType<false | Partial<PlusSearchSelfProps & PlusFormSelfProps & Partial< ElementPlusFormProps> & {
5278
5251
  style?: CSSProperties | undefined;
5279
5252
  class?: any;
5280
5253
  } & RecordType>>;
@@ -5308,7 +5281,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5308
5281
  required: true;
5309
5282
  };
5310
5283
  pagination: {
5311
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
5284
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
5312
5285
  default: () => {};
5313
5286
  };
5314
5287
  postData: {
@@ -5377,8 +5350,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5377
5350
  $: ComponentInternalInstance;
5378
5351
  $data: {};
5379
5352
  $props: Partial<{
5380
- modelValue: FieldValues;
5381
5353
  columns: PlusColumn[];
5354
+ modelValue: FieldValues;
5382
5355
  labelPosition: "top" | "right" | "left";
5383
5356
  inline: boolean;
5384
5357
  showNumber: number;
@@ -5401,9 +5374,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5401
5374
  expandText: string;
5402
5375
  searchLoading: boolean;
5403
5376
  needValidate: boolean;
5377
+ searchIcon: Component | null;
5378
+ resetIcon: Component | null;
5404
5379
  }> & Omit<{
5405
- readonly modelValue: FieldValues;
5406
5380
  readonly columns: PlusColumn[];
5381
+ readonly modelValue: FieldValues;
5407
5382
  readonly inline: boolean;
5408
5383
  readonly showNumber: number;
5409
5384
  readonly defaultValues: FieldValues;
@@ -5426,20 +5401,22 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5426
5401
  readonly searchLoading: boolean;
5427
5402
  readonly needValidate: boolean;
5428
5403
  readonly labelPosition?: "top" | "right" | "left" | undefined;
5429
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5404
+ readonly searchIcon?: Component | null | undefined;
5405
+ readonly resetIcon?: Component | null | undefined;
5430
5406
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5431
5407
  onReset?: ((values: FieldValues) => any) | undefined;
5408
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5432
5409
  onSearch?: ((values: FieldValues) => any) | undefined;
5433
5410
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5434
5411
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
5435
- modelValue: {
5436
- type: PropType<FieldValues>;
5437
- default: () => {};
5438
- };
5439
5412
  columns: {
5440
5413
  type: PropType<PlusColumn[]>;
5441
5414
  default: () => never[];
5442
5415
  };
5416
+ modelValue: {
5417
+ type: PropType<FieldValues>;
5418
+ default: () => {};
5419
+ };
5443
5420
  labelPosition: {
5444
5421
  type: PropType<"top" | "right" | "left">;
5445
5422
  default: undefined;
@@ -5518,13 +5495,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5518
5495
  type: PropType<boolean>;
5519
5496
  default: boolean;
5520
5497
  };
5498
+ searchIcon: {
5499
+ type: PropType< Component | null>;
5500
+ default: undefined;
5501
+ };
5502
+ resetIcon: {
5503
+ type: PropType< Component | null>;
5504
+ default: undefined;
5505
+ };
5521
5506
  }>> & {
5522
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5523
5507
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5524
5508
  onReset?: ((values: FieldValues) => any) | undefined;
5509
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5525
5510
  onSearch?: ((values: FieldValues) => any) | undefined;
5526
5511
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5527
- }, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
5512
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
5528
5513
  $attrs: {
5529
5514
  [x: string]: unknown;
5530
5515
  };
@@ -5534,19 +5519,19 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5534
5519
  $slots: Readonly<{
5535
5520
  [name: string]: Slot<any> | undefined;
5536
5521
  }>;
5537
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5522
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
5538
5523
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5539
- $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);
5524
+ $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); /** 包装后的请求函数 */
5540
5525
  $el: any;
5541
5526
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5542
- modelValue: {
5543
- type: PropType<FieldValues>;
5544
- default: () => {};
5545
- };
5546
5527
  columns: {
5547
5528
  type: PropType<PlusColumn[]>;
5548
5529
  default: () => never[];
5549
5530
  };
5531
+ modelValue: {
5532
+ type: PropType<FieldValues>;
5533
+ default: () => {};
5534
+ };
5550
5535
  labelPosition: {
5551
5536
  type: PropType<"top" | "right" | "left">;
5552
5537
  default: undefined;
@@ -5625,10 +5610,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5625
5610
  type: PropType<boolean>;
5626
5611
  default: boolean;
5627
5612
  };
5613
+ searchIcon: {
5614
+ type: PropType< Component | null>;
5615
+ default: undefined;
5616
+ };
5617
+ resetIcon: {
5618
+ type: PropType< Component | null>;
5619
+ default: undefined;
5620
+ };
5628
5621
  }>> & {
5629
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5630
5622
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5631
5623
  onReset?: ((values: FieldValues) => any) | undefined;
5624
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5632
5625
  onSearch?: ((values: FieldValues) => any) | undefined;
5633
5626
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5634
5627
  }, {
@@ -5636,11 +5629,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5636
5629
  $: ComponentInternalInstance;
5637
5630
  $data: {};
5638
5631
  $props: Partial<{
5639
- modelValue: FieldValues;
5640
5632
  collapseDuration: number;
5641
5633
  collapseTransition: boolean;
5642
5634
  columns: PlusColumn[];
5643
5635
  group: false | PlusFormGroupRow[];
5636
+ modelValue: FieldValues;
5644
5637
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5645
5638
  labelPosition: "top" | "right" | "left";
5646
5639
  labelWidth: string | number;
@@ -5661,7 +5654,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5661
5654
  submitText: string;
5662
5655
  resetText: string;
5663
5656
  submitLoading: boolean;
5664
- footerAlign: "center" | "right" | "left";
5657
+ footerAlign: "right" | "left" | "center";
5665
5658
  cardProps: Partial< Mutable<CardProps> & {
5666
5659
  style?: CSSProperties | undefined;
5667
5660
  class?: any;
@@ -5669,9 +5662,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5669
5662
  prevent: boolean;
5670
5663
  clearable: boolean;
5671
5664
  }> & Omit<{
5672
- readonly modelValue: FieldValues;
5673
5665
  readonly columns: PlusColumn[];
5674
5666
  readonly group: false | PlusFormGroupRow[];
5667
+ readonly modelValue: FieldValues;
5675
5668
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5676
5669
  readonly labelPosition: "top" | "right" | "left";
5677
5670
  readonly labelWidth: string | number;
@@ -5692,7 +5685,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5692
5685
  readonly submitText: string;
5693
5686
  readonly resetText: string;
5694
5687
  readonly submitLoading: boolean;
5695
- readonly footerAlign: "center" | "right" | "left";
5688
+ readonly footerAlign: "right" | "left" | "center";
5696
5689
  readonly cardProps: Partial< Mutable<CardProps> & {
5697
5690
  style?: CSSProperties | undefined;
5698
5691
  class?: any;
@@ -5701,17 +5694,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5701
5694
  readonly clearable: boolean;
5702
5695
  readonly collapseDuration?: number | undefined;
5703
5696
  readonly collapseTransition?: boolean | undefined;
5704
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5705
5697
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5706
5698
  onReset?: ((values: FieldValues) => any) | undefined;
5707
5699
  onSubmit?: ((values: FieldValues) => any) | undefined;
5700
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5708
5701
  onValidate?: ((...args: any[]) => any) | undefined;
5709
5702
  onSubmitError?: ((errors: unknown) => any) | undefined;
5710
5703
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
5711
- modelValue: {
5712
- type: PropType<FieldValues>;
5713
- default: () => {};
5714
- };
5715
5704
  collapseDuration: {
5716
5705
  type: PropType<number>;
5717
5706
  default: undefined;
@@ -5728,6 +5717,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5728
5717
  type: PropType<false | PlusFormGroupRow[]>;
5729
5718
  default: boolean;
5730
5719
  };
5720
+ modelValue: {
5721
+ type: PropType<FieldValues>;
5722
+ default: () => {};
5723
+ };
5731
5724
  rules: {
5732
5725
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5733
5726
  default: () => {};
@@ -5791,7 +5784,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5791
5784
  default: boolean;
5792
5785
  };
5793
5786
  footerAlign: {
5794
- type: PropType<"center" | "right" | "left">;
5787
+ type: PropType<"right" | "left" | "center">;
5795
5788
  default: string;
5796
5789
  };
5797
5790
  cardProps: {
@@ -5810,13 +5803,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5810
5803
  default: boolean;
5811
5804
  };
5812
5805
  }>> & {
5813
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5814
5806
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5815
5807
  onReset?: ((values: FieldValues) => any) | undefined;
5816
5808
  onSubmit?: ((values: FieldValues) => any) | undefined;
5809
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5817
5810
  onValidate?: ((...args: any[]) => any) | undefined;
5818
5811
  onSubmitError?: ((errors: unknown) => any) | undefined;
5819
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5812
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5820
5813
  $attrs: {
5821
5814
  [x: string]: unknown;
5822
5815
  };
@@ -5826,15 +5819,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5826
5819
  $slots: Readonly<{
5827
5820
  [name: string]: Slot<any> | undefined;
5828
5821
  }>;
5829
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5822
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
5830
5823
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5831
- $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);
5824
+ $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); /** 包装后的请求函数 */
5832
5825
  $el: any;
5833
5826
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5834
- modelValue: {
5835
- type: PropType<FieldValues>;
5836
- default: () => {};
5837
- };
5838
5827
  collapseDuration: {
5839
5828
  type: PropType<number>;
5840
5829
  default: undefined;
@@ -5851,6 +5840,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5851
5840
  type: PropType<false | PlusFormGroupRow[]>;
5852
5841
  default: boolean;
5853
5842
  };
5843
+ modelValue: {
5844
+ type: PropType<FieldValues>;
5845
+ default: () => {};
5846
+ };
5854
5847
  rules: {
5855
5848
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5856
5849
  default: () => {};
@@ -5914,7 +5907,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5914
5907
  default: boolean;
5915
5908
  };
5916
5909
  footerAlign: {
5917
- type: PropType<"center" | "right" | "left">;
5910
+ type: PropType<"right" | "left" | "center">;
5918
5911
  default: string;
5919
5912
  };
5920
5913
  cardProps: {
@@ -5933,10 +5926,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5933
5926
  default: boolean;
5934
5927
  };
5935
5928
  }>> & {
5936
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5937
5929
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5938
5930
  onReset?: ((values: FieldValues) => any) | undefined;
5939
5931
  onSubmit?: ((values: FieldValues) => any) | undefined;
5932
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5940
5933
  onValidate?: ((...args: any[]) => any) | undefined;
5941
5934
  onSubmitError?: ((errors: unknown) => any) | undefined;
5942
5935
  }, {
@@ -6030,11 +6023,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6030
6023
  cssVar: (object: Record<string, string>) => Record<string, string>;
6031
6024
  cssVarName: (name: string) => string;
6032
6025
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
6033
- /**
6034
- * 根据筛选项数量计算 span 值
6035
- * @param count 筛选项数量
6036
- * @returns span 值
6037
- */
6038
6026
  cssVarBlockName: (name: string) => string;
6039
6027
  };
6040
6028
  formClasses: ComputedRef<(string | {
@@ -6197,11 +6185,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6197
6185
  cssVar: (object: Record<string, string>) => Record<string, string>;
6198
6186
  cssVarName: (name: string) => string;
6199
6187
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
6200
- /**
6201
- * 根据筛选项数量计算 span 值
6202
- * @param count 筛选项数量
6203
- * @returns span 值
6204
- */
6205
6188
  cssVarBlockName: (name: string) => string;
6206
6189
  };
6207
6190
  formClasses: ComputedRef<(string | {
@@ -6242,11 +6225,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6242
6225
  submitError: (errors: unknown) => void;
6243
6226
  validate: (...args: any[]) => void;
6244
6227
  }, string, {
6245
- modelValue: FieldValues;
6246
6228
  collapseDuration: number;
6247
6229
  collapseTransition: boolean;
6248
6230
  columns: PlusColumn[];
6249
6231
  group: false | PlusFormGroupRow[];
6232
+ modelValue: FieldValues;
6250
6233
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
6251
6234
  labelPosition: "top" | "right" | "left";
6252
6235
  labelWidth: string | number;
@@ -6267,7 +6250,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6267
6250
  submitText: string;
6268
6251
  resetText: string;
6269
6252
  submitLoading: boolean;
6270
- footerAlign: "center" | "right" | "left";
6253
+ footerAlign: "right" | "left" | "center";
6271
6254
  cardProps: Partial< Mutable<CardProps> & {
6272
6255
  style?: CSSProperties | undefined;
6273
6256
  class?: any;
@@ -6295,10 +6278,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6295
6278
  $nextTick: typeof nextTick;
6296
6279
  $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;
6297
6280
  } & Omit<Readonly< ExtractPropTypes<{
6298
- modelValue: {
6299
- type: PropType<FieldValues>;
6300
- default: () => {};
6301
- };
6302
6281
  collapseDuration: {
6303
6282
  type: PropType<number>;
6304
6283
  default: undefined;
@@ -6315,6 +6294,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6315
6294
  type: PropType<false | PlusFormGroupRow[]>;
6316
6295
  default: boolean;
6317
6296
  };
6297
+ modelValue: {
6298
+ type: PropType<FieldValues>;
6299
+ default: () => {};
6300
+ };
6318
6301
  rules: {
6319
6302
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
6320
6303
  default: () => {};
@@ -6378,7 +6361,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6378
6361
  default: boolean;
6379
6362
  };
6380
6363
  footerAlign: {
6381
- type: PropType<"center" | "right" | "left">;
6364
+ type: PropType<"right" | "left" | "center">;
6382
6365
  default: string;
6383
6366
  };
6384
6367
  cardProps: {
@@ -6397,10 +6380,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6397
6380
  default: boolean;
6398
6381
  };
6399
6382
  }>> & {
6400
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6401
6383
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6402
6384
  onReset?: ((values: FieldValues) => any) | undefined;
6403
6385
  onSubmit?: ((values: FieldValues) => any) | undefined;
6386
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6404
6387
  onValidate?: ((...args: any[]) => any) | undefined;
6405
6388
  onSubmitError?: ((errors: unknown) => any) | undefined;
6406
6389
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -6494,11 +6477,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6494
6477
  cssVar: (object: Record<string, string>) => Record<string, string>;
6495
6478
  cssVarName: (name: string) => string;
6496
6479
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
6497
- /**
6498
- * 根据筛选项数量计算 span 值
6499
- * @param count 筛选项数量
6500
- * @returns span 值
6501
- */
6502
6480
  cssVarBlockName: (name: string) => string;
6503
6481
  };
6504
6482
  formClasses: ComputedRef<(string | {
@@ -6661,11 +6639,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6661
6639
  cssVar: (object: Record<string, string>) => Record<string, string>;
6662
6640
  cssVarName: (name: string) => string;
6663
6641
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
6664
- /**
6665
- * 根据筛选项数量计算 span 值
6666
- * @param count 筛选项数量
6667
- * @returns span 值
6668
- */
6669
6642
  cssVarBlockName: (name: string) => string;
6670
6643
  };
6671
6644
  formClasses: ComputedRef<(string | {
@@ -6711,14 +6684,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6711
6684
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
6712
6685
  columns?: PlusColumn[] | undefined;
6713
6686
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6714
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6687
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6715
6688
  readonly label: string | ComputedRef<string>;
6716
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6689
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6717
6690
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6718
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6691
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
6719
6692
  style?: CSSProperties | undefined;
6720
6693
  class?: any;
6721
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6694
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6722
6695
  style?: CSSProperties | undefined;
6723
6696
  class?: any;
6724
6697
  } & RecordType>>;
@@ -6779,12 +6752,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6779
6752
  fieldInstance?: any;
6780
6753
  valueIsReady?: Ref<boolean> | undefined;
6781
6754
  prop: string;
6782
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6755
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6783
6756
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6784
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6757
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
6785
6758
  style?: CSSProperties | undefined;
6786
6759
  class?: any;
6787
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6760
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6788
6761
  style?: CSSProperties | undefined;
6789
6762
  class?: any;
6790
6763
  } & RecordType>>;
@@ -6807,14 +6780,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6807
6780
  clearable: boolean;
6808
6781
  index: number;
6809
6782
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6810
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6783
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6811
6784
  readonly label: string | ComputedRef<string>;
6812
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6785
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6813
6786
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6814
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6787
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
6815
6788
  style?: CSSProperties | undefined;
6816
6789
  class?: any;
6817
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6790
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6818
6791
  style?: CSSProperties | undefined;
6819
6792
  class?: any;
6820
6793
  } & RecordType>>;
@@ -6875,12 +6848,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6875
6848
  fieldInstance?: any;
6876
6849
  valueIsReady?: Ref<boolean> | undefined;
6877
6850
  prop: string;
6878
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6851
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
6879
6852
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
6880
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
6853
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
6881
6854
  style?: CSSProperties | undefined;
6882
6855
  class?: any;
6883
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6856
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
6884
6857
  style?: CSSProperties | undefined;
6885
6858
  class?: any;
6886
6859
  } & RecordType>>;
@@ -6926,8 +6899,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6926
6899
  reset: (values: FieldValues) => void;
6927
6900
  collapse: (isShowUnfold: boolean) => void;
6928
6901
  }, string, {
6929
- modelValue: FieldValues;
6930
6902
  columns: PlusColumn[];
6903
+ modelValue: FieldValues;
6931
6904
  labelPosition: "top" | "right" | "left";
6932
6905
  inline: boolean;
6933
6906
  showNumber: number;
@@ -6950,6 +6923,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6950
6923
  expandText: string;
6951
6924
  searchLoading: boolean;
6952
6925
  needValidate: boolean;
6926
+ searchIcon: Component | null;
6927
+ resetIcon: Component | null;
6953
6928
  }, {}, string, {}> & {
6954
6929
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6955
6930
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -6971,14 +6946,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6971
6946
  $nextTick: typeof nextTick;
6972
6947
  $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;
6973
6948
  } & Omit<Readonly< ExtractPropTypes<{
6974
- modelValue: {
6975
- type: PropType<FieldValues>;
6976
- default: () => {};
6977
- };
6978
6949
  columns: {
6979
6950
  type: PropType<PlusColumn[]>;
6980
6951
  default: () => never[];
6981
6952
  };
6953
+ modelValue: {
6954
+ type: PropType<FieldValues>;
6955
+ default: () => {};
6956
+ };
6982
6957
  labelPosition: {
6983
6958
  type: PropType<"top" | "right" | "left">;
6984
6959
  default: undefined;
@@ -7057,10 +7032,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7057
7032
  type: PropType<boolean>;
7058
7033
  default: boolean;
7059
7034
  };
7035
+ searchIcon: {
7036
+ type: PropType< Component | null>;
7037
+ default: undefined;
7038
+ };
7039
+ resetIcon: {
7040
+ type: PropType< Component | null>;
7041
+ default: undefined;
7042
+ };
7060
7043
  }>> & {
7061
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7062
7044
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7063
7045
  onReset?: ((values: FieldValues) => any) | undefined;
7046
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7064
7047
  onSearch?: ((values: FieldValues) => any) | undefined;
7065
7048
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
7066
7049
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -7068,11 +7051,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7068
7051
  $: ComponentInternalInstance;
7069
7052
  $data: {};
7070
7053
  $props: Partial<{
7071
- modelValue: FieldValues;
7072
7054
  collapseDuration: number;
7073
7055
  collapseTransition: boolean;
7074
7056
  columns: PlusColumn[];
7075
7057
  group: false | PlusFormGroupRow[];
7058
+ modelValue: FieldValues;
7076
7059
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7077
7060
  labelPosition: "top" | "right" | "left";
7078
7061
  labelWidth: string | number;
@@ -7093,7 +7076,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7093
7076
  submitText: string;
7094
7077
  resetText: string;
7095
7078
  submitLoading: boolean;
7096
- footerAlign: "center" | "right" | "left";
7079
+ footerAlign: "right" | "left" | "center";
7097
7080
  cardProps: Partial< Mutable<CardProps> & {
7098
7081
  style?: CSSProperties | undefined;
7099
7082
  class?: any;
@@ -7101,9 +7084,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7101
7084
  prevent: boolean;
7102
7085
  clearable: boolean;
7103
7086
  }> & Omit<{
7104
- readonly modelValue: FieldValues;
7105
7087
  readonly columns: PlusColumn[];
7106
7088
  readonly group: false | PlusFormGroupRow[];
7089
+ readonly modelValue: FieldValues;
7107
7090
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7108
7091
  readonly labelPosition: "top" | "right" | "left";
7109
7092
  readonly labelWidth: string | number;
@@ -7124,7 +7107,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7124
7107
  readonly submitText: string;
7125
7108
  readonly resetText: string;
7126
7109
  readonly submitLoading: boolean;
7127
- readonly footerAlign: "center" | "right" | "left";
7110
+ readonly footerAlign: "right" | "left" | "center";
7128
7111
  readonly cardProps: Partial< Mutable<CardProps> & {
7129
7112
  style?: CSSProperties | undefined;
7130
7113
  class?: any;
@@ -7133,17 +7116,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7133
7116
  readonly clearable: boolean;
7134
7117
  readonly collapseDuration?: number | undefined;
7135
7118
  readonly collapseTransition?: boolean | undefined;
7136
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7137
7119
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7138
7120
  onReset?: ((values: FieldValues) => any) | undefined;
7139
7121
  onSubmit?: ((values: FieldValues) => any) | undefined;
7122
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7140
7123
  onValidate?: ((...args: any[]) => any) | undefined;
7141
7124
  onSubmitError?: ((errors: unknown) => any) | undefined;
7142
7125
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7143
- modelValue: {
7144
- type: PropType<FieldValues>;
7145
- default: () => {};
7146
- };
7147
7126
  collapseDuration: {
7148
7127
  type: PropType<number>;
7149
7128
  default: undefined;
@@ -7160,6 +7139,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7160
7139
  type: PropType<false | PlusFormGroupRow[]>;
7161
7140
  default: boolean;
7162
7141
  };
7142
+ modelValue: {
7143
+ type: PropType<FieldValues>;
7144
+ default: () => {};
7145
+ };
7163
7146
  rules: {
7164
7147
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7165
7148
  default: () => {};
@@ -7223,7 +7206,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7223
7206
  default: boolean;
7224
7207
  };
7225
7208
  footerAlign: {
7226
- type: PropType<"center" | "right" | "left">;
7209
+ type: PropType<"right" | "left" | "center">;
7227
7210
  default: string;
7228
7211
  };
7229
7212
  cardProps: {
@@ -7242,13 +7225,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7242
7225
  default: boolean;
7243
7226
  };
7244
7227
  }>> & {
7245
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7246
7228
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7247
7229
  onReset?: ((values: FieldValues) => any) | undefined;
7248
7230
  onSubmit?: ((values: FieldValues) => any) | undefined;
7231
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7249
7232
  onValidate?: ((...args: any[]) => any) | undefined;
7250
7233
  onSubmitError?: ((errors: unknown) => any) | undefined;
7251
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
7234
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
7252
7235
  $attrs: {
7253
7236
  [x: string]: unknown;
7254
7237
  };
@@ -7258,15 +7241,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7258
7241
  $slots: Readonly<{
7259
7242
  [name: string]: Slot<any> | undefined;
7260
7243
  }>;
7261
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7244
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
7262
7245
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7263
- $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);
7246
+ $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); /** 包装后的请求函数 */
7264
7247
  $el: any;
7265
7248
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7266
- modelValue: {
7267
- type: PropType<FieldValues>;
7268
- default: () => {};
7269
- };
7270
7249
  collapseDuration: {
7271
7250
  type: PropType<number>;
7272
7251
  default: undefined;
@@ -7283,6 +7262,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7283
7262
  type: PropType<false | PlusFormGroupRow[]>;
7284
7263
  default: boolean;
7285
7264
  };
7265
+ modelValue: {
7266
+ type: PropType<FieldValues>;
7267
+ default: () => {};
7268
+ };
7286
7269
  rules: {
7287
7270
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7288
7271
  default: () => {};
@@ -7346,7 +7329,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7346
7329
  default: boolean;
7347
7330
  };
7348
7331
  footerAlign: {
7349
- type: PropType<"center" | "right" | "left">;
7332
+ type: PropType<"right" | "left" | "center">;
7350
7333
  default: string;
7351
7334
  };
7352
7335
  cardProps: {
@@ -7365,10 +7348,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7365
7348
  default: boolean;
7366
7349
  };
7367
7350
  }>> & {
7368
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7369
7351
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7370
7352
  onReset?: ((values: FieldValues) => any) | undefined;
7371
7353
  onSubmit?: ((values: FieldValues) => any) | undefined;
7354
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7372
7355
  onValidate?: ((...args: any[]) => any) | undefined;
7373
7356
  onSubmitError?: ((errors: unknown) => any) | undefined;
7374
7357
  }, {
@@ -7462,11 +7445,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7462
7445
  cssVar: (object: Record<string, string>) => Record<string, string>;
7463
7446
  cssVarName: (name: string) => string;
7464
7447
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
7465
- /**
7466
- * 根据筛选项数量计算 span 值
7467
- * @param count 筛选项数量
7468
- * @returns span 值
7469
- */
7470
7448
  cssVarBlockName: (name: string) => string;
7471
7449
  };
7472
7450
  formClasses: ComputedRef<(string | {
@@ -7629,11 +7607,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7629
7607
  cssVar: (object: Record<string, string>) => Record<string, string>;
7630
7608
  cssVarName: (name: string) => string;
7631
7609
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
7632
- /**
7633
- * 根据筛选项数量计算 span 值
7634
- * @param count 筛选项数量
7635
- * @returns span 值
7636
- */
7637
7610
  cssVarBlockName: (name: string) => string;
7638
7611
  };
7639
7612
  formClasses: ComputedRef<(string | {
@@ -7674,11 +7647,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7674
7647
  submitError: (errors: unknown) => void;
7675
7648
  validate: (...args: any[]) => void;
7676
7649
  }, string, {
7677
- modelValue: FieldValues;
7678
7650
  collapseDuration: number;
7679
7651
  collapseTransition: boolean;
7680
7652
  columns: PlusColumn[];
7681
7653
  group: false | PlusFormGroupRow[];
7654
+ modelValue: FieldValues;
7682
7655
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7683
7656
  labelPosition: "top" | "right" | "left";
7684
7657
  labelWidth: string | number;
@@ -7699,7 +7672,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7699
7672
  submitText: string;
7700
7673
  resetText: string;
7701
7674
  submitLoading: boolean;
7702
- footerAlign: "center" | "right" | "left";
7675
+ footerAlign: "right" | "left" | "center";
7703
7676
  cardProps: Partial< Mutable<CardProps> & {
7704
7677
  style?: CSSProperties | undefined;
7705
7678
  class?: any;
@@ -7727,10 +7700,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7727
7700
  $nextTick: typeof nextTick;
7728
7701
  $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;
7729
7702
  } & Omit<Readonly< ExtractPropTypes<{
7730
- modelValue: {
7731
- type: PropType<FieldValues>;
7732
- default: () => {};
7733
- };
7734
7703
  collapseDuration: {
7735
7704
  type: PropType<number>;
7736
7705
  default: undefined;
@@ -7747,6 +7716,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7747
7716
  type: PropType<false | PlusFormGroupRow[]>;
7748
7717
  default: boolean;
7749
7718
  };
7719
+ modelValue: {
7720
+ type: PropType<FieldValues>;
7721
+ default: () => {};
7722
+ };
7750
7723
  rules: {
7751
7724
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7752
7725
  default: () => {};
@@ -7810,7 +7783,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7810
7783
  default: boolean;
7811
7784
  };
7812
7785
  footerAlign: {
7813
- type: PropType<"center" | "right" | "left">;
7786
+ type: PropType<"right" | "left" | "center">;
7814
7787
  default: string;
7815
7788
  };
7816
7789
  cardProps: {
@@ -7829,10 +7802,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7829
7802
  default: boolean;
7830
7803
  };
7831
7804
  }>> & {
7832
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7833
7805
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7834
7806
  onReset?: ((values: FieldValues) => any) | undefined;
7835
7807
  onSubmit?: ((values: FieldValues) => any) | undefined;
7808
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7836
7809
  onValidate?: ((...args: any[]) => any) | undefined;
7837
7810
  onSubmitError?: ((errors: unknown) => any) | undefined;
7838
7811
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -7926,11 +7899,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7926
7899
  cssVar: (object: Record<string, string>) => Record<string, string>;
7927
7900
  cssVarName: (name: string) => string;
7928
7901
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
7929
- /**
7930
- * 根据筛选项数量计算 span 值
7931
- * @param count 筛选项数量
7932
- * @returns span 值
7933
- */
7934
7902
  cssVarBlockName: (name: string) => string;
7935
7903
  };
7936
7904
  formClasses: ComputedRef<(string | {
@@ -8093,11 +8061,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8093
8061
  cssVar: (object: Record<string, string>) => Record<string, string>;
8094
8062
  cssVarName: (name: string) => string;
8095
8063
  cssVarBlock: (object: Record<string, string>) => Record<string, string>;
8096
- /**
8097
- * 根据筛选项数量计算 span 值
8098
- * @param count 筛选项数量
8099
- * @returns span 值
8100
- */
8101
8064
  cssVarBlockName: (name: string) => string;
8102
8065
  };
8103
8066
  formClasses: ComputedRef<(string | {
@@ -8143,14 +8106,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8143
8106
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
8144
8107
  columns?: PlusColumn[] | undefined;
8145
8108
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
8146
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
8109
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
8147
8110
  readonly label: string | ComputedRef<string>;
8148
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8111
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8149
8112
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8150
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8113
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8151
8114
  style?: CSSProperties | undefined;
8152
8115
  class?: any;
8153
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8116
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8154
8117
  style?: CSSProperties | undefined;
8155
8118
  class?: any;
8156
8119
  } & RecordType>>;
@@ -8211,12 +8174,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8211
8174
  fieldInstance?: any;
8212
8175
  valueIsReady?: Ref<boolean> | undefined;
8213
8176
  prop: string;
8214
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8177
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8215
8178
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8216
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8179
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8217
8180
  style?: CSSProperties | undefined;
8218
8181
  class?: any;
8219
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8182
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8220
8183
  style?: CSSProperties | undefined;
8221
8184
  class?: any;
8222
8185
  } & RecordType>>;
@@ -8239,14 +8202,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8239
8202
  clearable: boolean;
8240
8203
  index: number;
8241
8204
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
8242
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
8205
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
8243
8206
  readonly label: string | ComputedRef<string>;
8244
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8207
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8245
8208
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8246
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8209
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8247
8210
  style?: CSSProperties | undefined;
8248
8211
  class?: any;
8249
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8212
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8250
8213
  style?: CSSProperties | undefined;
8251
8214
  class?: any;
8252
8215
  } & RecordType>>;
@@ -8307,12 +8270,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8307
8270
  fieldInstance?: any;
8308
8271
  valueIsReady?: Ref<boolean> | undefined;
8309
8272
  prop: string;
8310
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8273
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8311
8274
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8312
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8275
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8313
8276
  style?: CSSProperties | undefined;
8314
8277
  class?: any;
8315
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8278
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8316
8279
  style?: CSSProperties | undefined;
8317
8280
  class?: any;
8318
8281
  } & RecordType>>;
@@ -8353,14 +8316,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8353
8316
  handleUnfold: (e: MouseEvent) => void;
8354
8317
  }> & {} & ComponentCustomProperties & {} & {
8355
8318
  $slots: Partial<Record<NonNullable<string | number>, (_: {
8356
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
8319
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
8357
8320
  readonly label: string | ComputedRef<string>;
8358
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8321
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8359
8322
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8360
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8323
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8361
8324
  style?: CSSProperties | undefined;
8362
8325
  class?: any;
8363
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8326
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8364
8327
  style?: CSSProperties | undefined;
8365
8328
  class?: any;
8366
8329
  } & RecordType>>;
@@ -8421,12 +8384,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8421
8384
  fieldInstance?: any;
8422
8385
  valueIsReady?: Ref<boolean> | undefined;
8423
8386
  prop: string;
8424
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8387
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8425
8388
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8426
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8389
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8427
8390
  style?: CSSProperties | undefined;
8428
8391
  class?: any;
8429
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8392
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8430
8393
  style?: CSSProperties | undefined;
8431
8394
  class?: any;
8432
8395
  } & RecordType>>;
@@ -8466,9 +8429,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8466
8429
  columns: PlusColumn[];
8467
8430
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
8468
8431
  row: any[];
8469
- /**
8470
- * 获取全局配置
8471
- */
8472
8432
  rowIndex: number;
8473
8433
  column: TableColumnCtx<any[]>;
8474
8434
  columnIndex: number;
@@ -8515,9 +8475,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8515
8475
  readonly columns: PlusColumn[];
8516
8476
  readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
8517
8477
  row: any[];
8518
- /**
8519
- * 获取全局配置
8520
- */
8521
8478
  rowIndex: number;
8522
8479
  column: TableColumnCtx<any[]>;
8523
8480
  columnIndex: number;
@@ -8587,9 +8544,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8587
8544
  headerCellStyle: {
8588
8545
  type: PropType<Partial< CSSProperties> | Partial<(data: {
8589
8546
  row: any[];
8590
- /**
8591
- * 获取全局配置
8592
- */
8593
8547
  rowIndex: number;
8594
8548
  column: TableColumnCtx<any[]>;
8595
8549
  columnIndex: number;
@@ -8730,9 +8684,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8730
8684
  $slots: Readonly<{
8731
8685
  [name: string]: Slot<any> | undefined;
8732
8686
  }>;
8733
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
8687
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
8734
8688
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
8735
- $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);
8689
+ $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); /** 包装后的请求函数 */
8736
8690
  $el: any;
8737
8691
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
8738
8692
  data: {
@@ -8749,9 +8703,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8749
8703
  headerCellStyle: {
8750
8704
  type: PropType<Partial< CSSProperties> | Partial<(data: {
8751
8705
  row: any[];
8752
- /**
8753
- * 获取全局配置
8754
- */
8755
8706
  rowIndex: number;
8756
8707
  column: TableColumnCtx<any[]>;
8757
8708
  columnIndex: number;
@@ -8895,9 +8846,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8895
8846
  readonly validator: ((val: unknown) => boolean) | undefined;
8896
8847
  __epPropKey: true;
8897
8848
  };
8898
- width: (NumberConstructor | StringConstructor)[];
8899
- height: (NumberConstructor | StringConstructor)[];
8900
- maxHeight: (NumberConstructor | StringConstructor)[];
8849
+ width: (StringConstructor | NumberConstructor)[];
8850
+ height: (StringConstructor | NumberConstructor)[];
8851
+ maxHeight: (StringConstructor | NumberConstructor)[];
8901
8852
  fit: {
8902
8853
  type: BooleanConstructor;
8903
8854
  default: boolean;
@@ -8921,13 +8872,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8921
8872
  headerCellClassName: PropType< CellCls<any> | undefined>;
8922
8873
  headerCellStyle: PropType< CellStyle<any> | undefined>;
8923
8874
  highlightCurrentRow: BooleanConstructor;
8924
- currentRowKey: (NumberConstructor | StringConstructor)[];
8875
+ currentRowKey: (StringConstructor | NumberConstructor)[];
8925
8876
  emptyText: StringConstructor;
8926
8877
  expandRowKeys: PropType<any[] | undefined>;
8927
8878
  defaultExpandAll: BooleanConstructor;
8928
8879
  defaultSort: PropType< Sort | undefined>;
8929
8880
  tooltipEffect: StringConstructor;
8930
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
8881
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
8931
8882
  spanMethod: PropType<((data: {
8932
8883
  row: any;
8933
8884
  rowIndex: number;
@@ -8971,7 +8922,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8971
8922
  };
8972
8923
  scrollbarAlwaysOn: BooleanConstructor;
8973
8924
  flexible: BooleanConstructor;
8974
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
8925
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
8975
8926
  }>> & {
8976
8927
  onSelect?: ((...args: any[]) => any) | undefined;
8977
8928
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -9091,9 +9042,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9091
9042
  readonly validator: ((val: unknown) => boolean) | undefined;
9092
9043
  __epPropKey: true;
9093
9044
  };
9094
- width: (NumberConstructor | StringConstructor)[];
9095
- height: (NumberConstructor | StringConstructor)[];
9096
- maxHeight: (NumberConstructor | StringConstructor)[];
9045
+ width: (StringConstructor | NumberConstructor)[];
9046
+ height: (StringConstructor | NumberConstructor)[];
9047
+ maxHeight: (StringConstructor | NumberConstructor)[];
9097
9048
  fit: {
9098
9049
  type: BooleanConstructor;
9099
9050
  default: boolean;
@@ -9117,13 +9068,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9117
9068
  headerCellClassName: PropType< CellCls<any> | undefined>;
9118
9069
  headerCellStyle: PropType< CellStyle<any> | undefined>;
9119
9070
  highlightCurrentRow: BooleanConstructor;
9120
- currentRowKey: (NumberConstructor | StringConstructor)[];
9071
+ currentRowKey: (StringConstructor | NumberConstructor)[];
9121
9072
  emptyText: StringConstructor;
9122
9073
  expandRowKeys: PropType<any[] | undefined>;
9123
9074
  defaultExpandAll: BooleanConstructor;
9124
9075
  defaultSort: PropType< Sort | undefined>;
9125
9076
  tooltipEffect: StringConstructor;
9126
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9077
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9127
9078
  spanMethod: PropType<((data: {
9128
9079
  row: any;
9129
9080
  rowIndex: number;
@@ -9167,7 +9118,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9167
9118
  };
9168
9119
  scrollbarAlwaysOn: BooleanConstructor;
9169
9120
  flexible: BooleanConstructor;
9170
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9121
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9171
9122
  }>> & {
9172
9123
  onSelect?: ((...args: any[]) => any) | undefined;
9173
9124
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -9226,9 +9177,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9226
9177
  readonly validator: ((val: unknown) => boolean) | undefined;
9227
9178
  __epPropKey: true;
9228
9179
  };
9229
- width: (NumberConstructor | StringConstructor)[];
9230
- height: (NumberConstructor | StringConstructor)[];
9231
- maxHeight: (NumberConstructor | StringConstructor)[];
9180
+ width: (StringConstructor | NumberConstructor)[];
9181
+ height: (StringConstructor | NumberConstructor)[];
9182
+ maxHeight: (StringConstructor | NumberConstructor)[];
9232
9183
  fit: {
9233
9184
  type: BooleanConstructor;
9234
9185
  default: boolean;
@@ -9252,13 +9203,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9252
9203
  headerCellClassName: PropType< CellCls<any> | undefined>;
9253
9204
  headerCellStyle: PropType< CellStyle<any> | undefined>;
9254
9205
  highlightCurrentRow: BooleanConstructor;
9255
- currentRowKey: (NumberConstructor | StringConstructor)[];
9206
+ currentRowKey: (StringConstructor | NumberConstructor)[];
9256
9207
  emptyText: StringConstructor;
9257
9208
  expandRowKeys: PropType<any[] | undefined>;
9258
9209
  defaultExpandAll: BooleanConstructor;
9259
9210
  defaultSort: PropType< Sort | undefined>;
9260
9211
  tooltipEffect: StringConstructor;
9261
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9212
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9262
9213
  spanMethod: PropType<((data: {
9263
9214
  row: any;
9264
9215
  rowIndex: number;
@@ -9302,7 +9253,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9302
9253
  };
9303
9254
  scrollbarAlwaysOn: BooleanConstructor;
9304
9255
  flexible: BooleanConstructor;
9305
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9256
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9306
9257
  }>> & {
9307
9258
  onSelect?: ((...args: any[]) => any) | undefined;
9308
9259
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -9450,9 +9401,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9450
9401
  columns: PlusColumn[];
9451
9402
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
9452
9403
  row: any[];
9453
- /**
9454
- * 获取全局配置
9455
- */
9456
9404
  rowIndex: number;
9457
9405
  column: TableColumnCtx<any[]>;
9458
9406
  columnIndex: number;
@@ -9529,9 +9477,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9529
9477
  headerCellStyle: {
9530
9478
  type: PropType<Partial< CSSProperties> | Partial<(data: {
9531
9479
  row: any[];
9532
- /**
9533
- * 获取全局配置
9534
- */
9535
9480
  rowIndex: number;
9536
9481
  column: TableColumnCtx<any[]>;
9537
9482
  columnIndex: number;
@@ -9675,9 +9620,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9675
9620
  readonly validator: ((val: unknown) => boolean) | undefined;
9676
9621
  __epPropKey: true;
9677
9622
  };
9678
- width: (NumberConstructor | StringConstructor)[];
9679
- height: (NumberConstructor | StringConstructor)[];
9680
- maxHeight: (NumberConstructor | StringConstructor)[];
9623
+ width: (StringConstructor | NumberConstructor)[];
9624
+ height: (StringConstructor | NumberConstructor)[];
9625
+ maxHeight: (StringConstructor | NumberConstructor)[];
9681
9626
  fit: {
9682
9627
  type: BooleanConstructor;
9683
9628
  default: boolean;
@@ -9701,13 +9646,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9701
9646
  headerCellClassName: PropType< CellCls<any> | undefined>;
9702
9647
  headerCellStyle: PropType< CellStyle<any> | undefined>;
9703
9648
  highlightCurrentRow: BooleanConstructor;
9704
- currentRowKey: (NumberConstructor | StringConstructor)[];
9649
+ currentRowKey: (StringConstructor | NumberConstructor)[];
9705
9650
  emptyText: StringConstructor;
9706
9651
  expandRowKeys: PropType<any[] | undefined>;
9707
9652
  defaultExpandAll: BooleanConstructor;
9708
9653
  defaultSort: PropType< Sort | undefined>;
9709
9654
  tooltipEffect: StringConstructor;
9710
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9655
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9711
9656
  spanMethod: PropType<((data: {
9712
9657
  row: any;
9713
9658
  rowIndex: number;
@@ -9751,7 +9696,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9751
9696
  };
9752
9697
  scrollbarAlwaysOn: BooleanConstructor;
9753
9698
  flexible: BooleanConstructor;
9754
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9699
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9755
9700
  }>> & {
9756
9701
  onSelect?: ((...args: any[]) => any) | undefined;
9757
9702
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -9871,9 +9816,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9871
9816
  readonly validator: ((val: unknown) => boolean) | undefined;
9872
9817
  __epPropKey: true;
9873
9818
  };
9874
- width: (NumberConstructor | StringConstructor)[];
9875
- height: (NumberConstructor | StringConstructor)[];
9876
- maxHeight: (NumberConstructor | StringConstructor)[];
9819
+ width: (StringConstructor | NumberConstructor)[];
9820
+ height: (StringConstructor | NumberConstructor)[];
9821
+ maxHeight: (StringConstructor | NumberConstructor)[];
9877
9822
  fit: {
9878
9823
  type: BooleanConstructor;
9879
9824
  default: boolean;
@@ -9897,13 +9842,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9897
9842
  headerCellClassName: PropType< CellCls<any> | undefined>;
9898
9843
  headerCellStyle: PropType< CellStyle<any> | undefined>;
9899
9844
  highlightCurrentRow: BooleanConstructor;
9900
- currentRowKey: (NumberConstructor | StringConstructor)[];
9845
+ currentRowKey: (StringConstructor | NumberConstructor)[];
9901
9846
  emptyText: StringConstructor;
9902
9847
  expandRowKeys: PropType<any[] | undefined>;
9903
9848
  defaultExpandAll: BooleanConstructor;
9904
9849
  defaultSort: PropType< Sort | undefined>;
9905
9850
  tooltipEffect: StringConstructor;
9906
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9851
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9907
9852
  spanMethod: PropType<((data: {
9908
9853
  row: any;
9909
9854
  rowIndex: number;
@@ -9947,7 +9892,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
9947
9892
  };
9948
9893
  scrollbarAlwaysOn: BooleanConstructor;
9949
9894
  flexible: BooleanConstructor;
9950
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9895
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
9951
9896
  }>> & {
9952
9897
  onSelect?: ((...args: any[]) => any) | undefined;
9953
9898
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -10006,9 +9951,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10006
9951
  readonly validator: ((val: unknown) => boolean) | undefined;
10007
9952
  __epPropKey: true;
10008
9953
  };
10009
- width: (NumberConstructor | StringConstructor)[];
10010
- height: (NumberConstructor | StringConstructor)[];
10011
- maxHeight: (NumberConstructor | StringConstructor)[];
9954
+ width: (StringConstructor | NumberConstructor)[];
9955
+ height: (StringConstructor | NumberConstructor)[];
9956
+ maxHeight: (StringConstructor | NumberConstructor)[];
10012
9957
  fit: {
10013
9958
  type: BooleanConstructor;
10014
9959
  default: boolean;
@@ -10032,13 +9977,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10032
9977
  headerCellClassName: PropType< CellCls<any> | undefined>;
10033
9978
  headerCellStyle: PropType< CellStyle<any> | undefined>;
10034
9979
  highlightCurrentRow: BooleanConstructor;
10035
- currentRowKey: (NumberConstructor | StringConstructor)[];
9980
+ currentRowKey: (StringConstructor | NumberConstructor)[];
10036
9981
  emptyText: StringConstructor;
10037
9982
  expandRowKeys: PropType<any[] | undefined>;
10038
9983
  defaultExpandAll: BooleanConstructor;
10039
9984
  defaultSort: PropType< Sort | undefined>;
10040
9985
  tooltipEffect: StringConstructor;
10041
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
9986
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10042
9987
  spanMethod: PropType<((data: {
10043
9988
  row: any;
10044
9989
  rowIndex: number;
@@ -10082,7 +10027,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10082
10027
  };
10083
10028
  scrollbarAlwaysOn: BooleanConstructor;
10084
10029
  flexible: BooleanConstructor;
10085
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10030
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10086
10031
  }>> & {
10087
10032
  onSelect?: ((...args: any[]) => any) | undefined;
10088
10033
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -10248,14 +10193,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10248
10193
  setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
10249
10194
  }> & {} & ComponentCustomProperties & {} & {
10250
10195
  $slots: Partial<Record<never, (_: {
10251
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
10196
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
10252
10197
  readonly label: string | ComputedRef<string>;
10253
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10198
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10254
10199
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
10255
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
10200
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
10256
10201
  style?: CSSProperties | undefined;
10257
10202
  class?: any;
10258
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10203
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10259
10204
  style?: CSSProperties | undefined;
10260
10205
  class?: any;
10261
10206
  } & RecordType>>;
@@ -10316,12 +10261,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10316
10261
  fieldInstance?: any;
10317
10262
  valueIsReady?: Ref<boolean> | undefined;
10318
10263
  prop: string;
10319
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10264
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10320
10265
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
10321
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
10266
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
10322
10267
  style?: CSSProperties | undefined;
10323
10268
  class?: any;
10324
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10269
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10325
10270
  style?: CSSProperties | undefined;
10326
10271
  class?: any;
10327
10272
  } & RecordType>>;
@@ -10377,9 +10322,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10377
10322
  columns: PlusColumn[];
10378
10323
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
10379
10324
  row: any[];
10380
- /**
10381
- * 获取全局配置
10382
- */
10383
10325
  rowIndex: number;
10384
10326
  column: TableColumnCtx<any[]>;
10385
10327
  columnIndex: number;
@@ -10426,9 +10368,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10426
10368
  readonly columns: PlusColumn[];
10427
10369
  readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
10428
10370
  row: any[];
10429
- /**
10430
- * 获取全局配置
10431
- */
10432
10371
  rowIndex: number;
10433
10372
  column: TableColumnCtx<any[]>;
10434
10373
  columnIndex: number;
@@ -10498,9 +10437,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10498
10437
  headerCellStyle: {
10499
10438
  type: PropType<Partial< CSSProperties> | Partial<(data: {
10500
10439
  row: any[];
10501
- /**
10502
- * 获取全局配置
10503
- */
10504
10440
  rowIndex: number;
10505
10441
  column: TableColumnCtx<any[]>;
10506
10442
  columnIndex: number;
@@ -10641,9 +10577,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10641
10577
  $slots: Readonly<{
10642
10578
  [name: string]: Slot<any> | undefined;
10643
10579
  }>;
10644
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
10580
+ $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
10645
10581
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
10646
- $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);
10582
+ $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); /** 包装后的请求函数 */
10647
10583
  $el: any;
10648
10584
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
10649
10585
  data: {
@@ -10660,9 +10596,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10660
10596
  headerCellStyle: {
10661
10597
  type: PropType<Partial< CSSProperties> | Partial<(data: {
10662
10598
  row: any[];
10663
- /**
10664
- * 获取全局配置
10665
- */
10666
10599
  rowIndex: number;
10667
10600
  column: TableColumnCtx<any[]>;
10668
10601
  columnIndex: number;
@@ -10806,9 +10739,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10806
10739
  readonly validator: ((val: unknown) => boolean) | undefined;
10807
10740
  __epPropKey: true;
10808
10741
  };
10809
- width: (NumberConstructor | StringConstructor)[];
10810
- height: (NumberConstructor | StringConstructor)[];
10811
- maxHeight: (NumberConstructor | StringConstructor)[];
10742
+ width: (StringConstructor | NumberConstructor)[];
10743
+ height: (StringConstructor | NumberConstructor)[];
10744
+ maxHeight: (StringConstructor | NumberConstructor)[];
10812
10745
  fit: {
10813
10746
  type: BooleanConstructor;
10814
10747
  default: boolean;
@@ -10832,13 +10765,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10832
10765
  headerCellClassName: PropType< CellCls<any> | undefined>;
10833
10766
  headerCellStyle: PropType< CellStyle<any> | undefined>;
10834
10767
  highlightCurrentRow: BooleanConstructor;
10835
- currentRowKey: (NumberConstructor | StringConstructor)[];
10768
+ currentRowKey: (StringConstructor | NumberConstructor)[];
10836
10769
  emptyText: StringConstructor;
10837
10770
  expandRowKeys: PropType<any[] | undefined>;
10838
10771
  defaultExpandAll: BooleanConstructor;
10839
10772
  defaultSort: PropType< Sort | undefined>;
10840
10773
  tooltipEffect: StringConstructor;
10841
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10774
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10842
10775
  spanMethod: PropType<((data: {
10843
10776
  row: any;
10844
10777
  rowIndex: number;
@@ -10882,7 +10815,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
10882
10815
  };
10883
10816
  scrollbarAlwaysOn: BooleanConstructor;
10884
10817
  flexible: BooleanConstructor;
10885
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10818
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
10886
10819
  }>> & {
10887
10820
  onSelect?: ((...args: any[]) => any) | undefined;
10888
10821
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11002,9 +10935,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11002
10935
  readonly validator: ((val: unknown) => boolean) | undefined;
11003
10936
  __epPropKey: true;
11004
10937
  };
11005
- width: (NumberConstructor | StringConstructor)[];
11006
- height: (NumberConstructor | StringConstructor)[];
11007
- maxHeight: (NumberConstructor | StringConstructor)[];
10938
+ width: (StringConstructor | NumberConstructor)[];
10939
+ height: (StringConstructor | NumberConstructor)[];
10940
+ maxHeight: (StringConstructor | NumberConstructor)[];
11008
10941
  fit: {
11009
10942
  type: BooleanConstructor;
11010
10943
  default: boolean;
@@ -11028,13 +10961,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11028
10961
  headerCellClassName: PropType< CellCls<any> | undefined>;
11029
10962
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11030
10963
  highlightCurrentRow: BooleanConstructor;
11031
- currentRowKey: (NumberConstructor | StringConstructor)[];
10964
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11032
10965
  emptyText: StringConstructor;
11033
10966
  expandRowKeys: PropType<any[] | undefined>;
11034
10967
  defaultExpandAll: BooleanConstructor;
11035
10968
  defaultSort: PropType< Sort | undefined>;
11036
10969
  tooltipEffect: StringConstructor;
11037
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
10970
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11038
10971
  spanMethod: PropType<((data: {
11039
10972
  row: any;
11040
10973
  rowIndex: number;
@@ -11078,7 +11011,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11078
11011
  };
11079
11012
  scrollbarAlwaysOn: BooleanConstructor;
11080
11013
  flexible: BooleanConstructor;
11081
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11014
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11082
11015
  }>> & {
11083
11016
  onSelect?: ((...args: any[]) => any) | undefined;
11084
11017
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11137,9 +11070,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11137
11070
  readonly validator: ((val: unknown) => boolean) | undefined;
11138
11071
  __epPropKey: true;
11139
11072
  };
11140
- width: (NumberConstructor | StringConstructor)[];
11141
- height: (NumberConstructor | StringConstructor)[];
11142
- maxHeight: (NumberConstructor | StringConstructor)[];
11073
+ width: (StringConstructor | NumberConstructor)[];
11074
+ height: (StringConstructor | NumberConstructor)[];
11075
+ maxHeight: (StringConstructor | NumberConstructor)[];
11143
11076
  fit: {
11144
11077
  type: BooleanConstructor;
11145
11078
  default: boolean;
@@ -11163,13 +11096,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11163
11096
  headerCellClassName: PropType< CellCls<any> | undefined>;
11164
11097
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11165
11098
  highlightCurrentRow: BooleanConstructor;
11166
- currentRowKey: (NumberConstructor | StringConstructor)[];
11099
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11167
11100
  emptyText: StringConstructor;
11168
11101
  expandRowKeys: PropType<any[] | undefined>;
11169
11102
  defaultExpandAll: BooleanConstructor;
11170
11103
  defaultSort: PropType< Sort | undefined>;
11171
11104
  tooltipEffect: StringConstructor;
11172
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11105
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11173
11106
  spanMethod: PropType<((data: {
11174
11107
  row: any;
11175
11108
  rowIndex: number;
@@ -11213,7 +11146,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11213
11146
  };
11214
11147
  scrollbarAlwaysOn: BooleanConstructor;
11215
11148
  flexible: BooleanConstructor;
11216
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11149
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11217
11150
  }>> & {
11218
11151
  onSelect?: ((...args: any[]) => any) | undefined;
11219
11152
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11361,9 +11294,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11361
11294
  columns: PlusColumn[];
11362
11295
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
11363
11296
  row: any[];
11364
- /**
11365
- * 获取全局配置
11366
- */
11367
11297
  rowIndex: number;
11368
11298
  column: TableColumnCtx<any[]>;
11369
11299
  columnIndex: number;
@@ -11440,9 +11370,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11440
11370
  headerCellStyle: {
11441
11371
  type: PropType<Partial< CSSProperties> | Partial<(data: {
11442
11372
  row: any[];
11443
- /**
11444
- * 获取全局配置
11445
- */
11446
11373
  rowIndex: number;
11447
11374
  column: TableColumnCtx<any[]>;
11448
11375
  columnIndex: number;
@@ -11586,9 +11513,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11586
11513
  readonly validator: ((val: unknown) => boolean) | undefined;
11587
11514
  __epPropKey: true;
11588
11515
  };
11589
- width: (NumberConstructor | StringConstructor)[];
11590
- height: (NumberConstructor | StringConstructor)[];
11591
- maxHeight: (NumberConstructor | StringConstructor)[];
11516
+ width: (StringConstructor | NumberConstructor)[];
11517
+ height: (StringConstructor | NumberConstructor)[];
11518
+ maxHeight: (StringConstructor | NumberConstructor)[];
11592
11519
  fit: {
11593
11520
  type: BooleanConstructor;
11594
11521
  default: boolean;
@@ -11612,13 +11539,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11612
11539
  headerCellClassName: PropType< CellCls<any> | undefined>;
11613
11540
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11614
11541
  highlightCurrentRow: BooleanConstructor;
11615
- currentRowKey: (NumberConstructor | StringConstructor)[];
11542
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11616
11543
  emptyText: StringConstructor;
11617
11544
  expandRowKeys: PropType<any[] | undefined>;
11618
11545
  defaultExpandAll: BooleanConstructor;
11619
11546
  defaultSort: PropType< Sort | undefined>;
11620
11547
  tooltipEffect: StringConstructor;
11621
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11548
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11622
11549
  spanMethod: PropType<((data: {
11623
11550
  row: any;
11624
11551
  rowIndex: number;
@@ -11662,7 +11589,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11662
11589
  };
11663
11590
  scrollbarAlwaysOn: BooleanConstructor;
11664
11591
  flexible: BooleanConstructor;
11665
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11592
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11666
11593
  }>> & {
11667
11594
  onSelect?: ((...args: any[]) => any) | undefined;
11668
11595
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11782,9 +11709,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11782
11709
  readonly validator: ((val: unknown) => boolean) | undefined;
11783
11710
  __epPropKey: true;
11784
11711
  };
11785
- width: (NumberConstructor | StringConstructor)[];
11786
- height: (NumberConstructor | StringConstructor)[];
11787
- maxHeight: (NumberConstructor | StringConstructor)[];
11712
+ width: (StringConstructor | NumberConstructor)[];
11713
+ height: (StringConstructor | NumberConstructor)[];
11714
+ maxHeight: (StringConstructor | NumberConstructor)[];
11788
11715
  fit: {
11789
11716
  type: BooleanConstructor;
11790
11717
  default: boolean;
@@ -11808,13 +11735,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11808
11735
  headerCellClassName: PropType< CellCls<any> | undefined>;
11809
11736
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11810
11737
  highlightCurrentRow: BooleanConstructor;
11811
- currentRowKey: (NumberConstructor | StringConstructor)[];
11738
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11812
11739
  emptyText: StringConstructor;
11813
11740
  expandRowKeys: PropType<any[] | undefined>;
11814
11741
  defaultExpandAll: BooleanConstructor;
11815
11742
  defaultSort: PropType< Sort | undefined>;
11816
11743
  tooltipEffect: StringConstructor;
11817
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11744
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11818
11745
  spanMethod: PropType<((data: {
11819
11746
  row: any;
11820
11747
  rowIndex: number;
@@ -11858,7 +11785,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11858
11785
  };
11859
11786
  scrollbarAlwaysOn: BooleanConstructor;
11860
11787
  flexible: BooleanConstructor;
11861
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11788
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11862
11789
  }>> & {
11863
11790
  onSelect?: ((...args: any[]) => any) | undefined;
11864
11791
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -11917,9 +11844,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11917
11844
  readonly validator: ((val: unknown) => boolean) | undefined;
11918
11845
  __epPropKey: true;
11919
11846
  };
11920
- width: (NumberConstructor | StringConstructor)[];
11921
- height: (NumberConstructor | StringConstructor)[];
11922
- maxHeight: (NumberConstructor | StringConstructor)[];
11847
+ width: (StringConstructor | NumberConstructor)[];
11848
+ height: (StringConstructor | NumberConstructor)[];
11849
+ maxHeight: (StringConstructor | NumberConstructor)[];
11923
11850
  fit: {
11924
11851
  type: BooleanConstructor;
11925
11852
  default: boolean;
@@ -11943,13 +11870,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11943
11870
  headerCellClassName: PropType< CellCls<any> | undefined>;
11944
11871
  headerCellStyle: PropType< CellStyle<any> | undefined>;
11945
11872
  highlightCurrentRow: BooleanConstructor;
11946
- currentRowKey: (NumberConstructor | StringConstructor)[];
11873
+ currentRowKey: (StringConstructor | NumberConstructor)[];
11947
11874
  emptyText: StringConstructor;
11948
11875
  expandRowKeys: PropType<any[] | undefined>;
11949
11876
  defaultExpandAll: BooleanConstructor;
11950
11877
  defaultSort: PropType< Sort | undefined>;
11951
11878
  tooltipEffect: StringConstructor;
11952
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11879
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11953
11880
  spanMethod: PropType<((data: {
11954
11881
  row: any;
11955
11882
  rowIndex: number;
@@ -11993,7 +11920,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
11993
11920
  };
11994
11921
  scrollbarAlwaysOn: BooleanConstructor;
11995
11922
  flexible: BooleanConstructor;
11996
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
11923
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
11997
11924
  }>> & {
11998
11925
  onSelect?: ((...args: any[]) => any) | undefined;
11999
11926
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12161,9 +12088,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12161
12088
  readonly validator: ((val: unknown) => boolean) | undefined;
12162
12089
  __epPropKey: true;
12163
12090
  };
12164
- width: (NumberConstructor | StringConstructor)[];
12165
- height: (NumberConstructor | StringConstructor)[];
12166
- maxHeight: (NumberConstructor | StringConstructor)[];
12091
+ width: (StringConstructor | NumberConstructor)[];
12092
+ height: (StringConstructor | NumberConstructor)[];
12093
+ maxHeight: (StringConstructor | NumberConstructor)[];
12167
12094
  fit: {
12168
12095
  type: BooleanConstructor;
12169
12096
  default: boolean;
@@ -12187,13 +12114,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12187
12114
  headerCellClassName: PropType< CellCls<any> | undefined>;
12188
12115
  headerCellStyle: PropType< CellStyle<any> | undefined>;
12189
12116
  highlightCurrentRow: BooleanConstructor;
12190
- currentRowKey: (NumberConstructor | StringConstructor)[];
12117
+ currentRowKey: (StringConstructor | NumberConstructor)[];
12191
12118
  emptyText: StringConstructor;
12192
12119
  expandRowKeys: PropType<any[] | undefined>;
12193
12120
  defaultExpandAll: BooleanConstructor;
12194
12121
  defaultSort: PropType< Sort | undefined>;
12195
12122
  tooltipEffect: StringConstructor;
12196
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12123
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12197
12124
  spanMethod: PropType<((data: {
12198
12125
  row: any;
12199
12126
  rowIndex: number;
@@ -12237,7 +12164,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12237
12164
  };
12238
12165
  scrollbarAlwaysOn: BooleanConstructor;
12239
12166
  flexible: BooleanConstructor;
12240
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12167
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12241
12168
  }>> & {
12242
12169
  onSelect?: ((...args: any[]) => any) | undefined;
12243
12170
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12357,9 +12284,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12357
12284
  readonly validator: ((val: unknown) => boolean) | undefined;
12358
12285
  __epPropKey: true;
12359
12286
  };
12360
- width: (NumberConstructor | StringConstructor)[];
12361
- height: (NumberConstructor | StringConstructor)[];
12362
- maxHeight: (NumberConstructor | StringConstructor)[];
12287
+ width: (StringConstructor | NumberConstructor)[];
12288
+ height: (StringConstructor | NumberConstructor)[];
12289
+ maxHeight: (StringConstructor | NumberConstructor)[];
12363
12290
  fit: {
12364
12291
  type: BooleanConstructor;
12365
12292
  default: boolean;
@@ -12383,13 +12310,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12383
12310
  headerCellClassName: PropType< CellCls<any> | undefined>;
12384
12311
  headerCellStyle: PropType< CellStyle<any> | undefined>;
12385
12312
  highlightCurrentRow: BooleanConstructor;
12386
- currentRowKey: (NumberConstructor | StringConstructor)[];
12313
+ currentRowKey: (StringConstructor | NumberConstructor)[];
12387
12314
  emptyText: StringConstructor;
12388
12315
  expandRowKeys: PropType<any[] | undefined>;
12389
12316
  defaultExpandAll: BooleanConstructor;
12390
12317
  defaultSort: PropType< Sort | undefined>;
12391
12318
  tooltipEffect: StringConstructor;
12392
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12319
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12393
12320
  spanMethod: PropType<((data: {
12394
12321
  row: any;
12395
12322
  rowIndex: number;
@@ -12433,7 +12360,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12433
12360
  };
12434
12361
  scrollbarAlwaysOn: BooleanConstructor;
12435
12362
  flexible: BooleanConstructor;
12436
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12363
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12437
12364
  }>> & {
12438
12365
  onSelect?: ((...args: any[]) => any) | undefined;
12439
12366
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12492,9 +12419,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12492
12419
  readonly validator: ((val: unknown) => boolean) | undefined;
12493
12420
  __epPropKey: true;
12494
12421
  };
12495
- width: (NumberConstructor | StringConstructor)[];
12496
- height: (NumberConstructor | StringConstructor)[];
12497
- maxHeight: (NumberConstructor | StringConstructor)[];
12422
+ width: (StringConstructor | NumberConstructor)[];
12423
+ height: (StringConstructor | NumberConstructor)[];
12424
+ maxHeight: (StringConstructor | NumberConstructor)[];
12498
12425
  fit: {
12499
12426
  type: BooleanConstructor;
12500
12427
  default: boolean;
@@ -12518,13 +12445,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12518
12445
  headerCellClassName: PropType< CellCls<any> | undefined>;
12519
12446
  headerCellStyle: PropType< CellStyle<any> | undefined>;
12520
12447
  highlightCurrentRow: BooleanConstructor;
12521
- currentRowKey: (NumberConstructor | StringConstructor)[];
12448
+ currentRowKey: (StringConstructor | NumberConstructor)[];
12522
12449
  emptyText: StringConstructor;
12523
12450
  expandRowKeys: PropType<any[] | undefined>;
12524
12451
  defaultExpandAll: BooleanConstructor;
12525
12452
  defaultSort: PropType< Sort | undefined>;
12526
12453
  tooltipEffect: StringConstructor;
12527
- tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12454
+ tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12528
12455
  spanMethod: PropType<((data: {
12529
12456
  row: any;
12530
12457
  rowIndex: number;
@@ -12568,7 +12495,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12568
12495
  };
12569
12496
  scrollbarAlwaysOn: BooleanConstructor;
12570
12497
  flexible: BooleanConstructor;
12571
- showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
12498
+ showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
12572
12499
  }>> & {
12573
12500
  onSelect?: ((...args: any[]) => any) | undefined;
12574
12501
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -12711,9 +12638,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12711
12638
  defaultPageSize: number;
12712
12639
  };
12713
12640
  }>>>, {
12714
- showSearch: boolean;
12715
- search: false | Record<string, unknown>;
12641
+ search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
12716
12642
  pagination: false | Record<string, unknown>;
12643
+ showSearch: boolean;
12717
12644
  isCard: boolean;
12718
12645
  hideColumnSettingsIcon: boolean;
12719
12646
  }, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {