yc-pro-components 0.0.19 → 0.0.20

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 (151) 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 +452 -452
  27. package/es/components/page/src/index.vue.d.ts +154 -154
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +154 -154
  35. package/es/components/search/src/index.vue.d.ts +50 -50
  36. package/es/components/sidebar/index.d.ts +15 -15
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/index.d.ts +54 -54
  41. package/es/components/table/src/index.vue.d.ts +18 -18
  42. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  43. package/es/components/table/src/table-column.vue.d.ts +37 -37
  44. package/es/components/utils/index.d.ts +2 -2
  45. package/es/components/yc-dialog/index.d.ts +24 -24
  46. package/es/components/yc-download-dialog/index.d.ts +19 -19
  47. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  48. package/es/components/yc-form-container-header/index.d.ts +12 -12
  49. package/es/components/yc-more-actions/index.d.ts +46 -46
  50. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  51. package/es/components/yc-plus-page/src/index.vue.d.ts +360 -360
  52. package/es/components/yc-segmented/index.d.ts +2 -2
  53. package/es/components/yc-segmented/src/index.d.ts +2 -2
  54. package/es/components/yc-select-v2/src/directive.d.ts +0 -4
  55. package/es/components/yc-select-v2/src/directive.mjs +70 -17
  56. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  57. package/es/components/yc-select-v2/src/index.vue2.mjs +18 -6
  58. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  59. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  60. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  61. package/es/hooks/usePlusFormReset.d.ts +208 -208
  62. package/es/index.css +1 -0
  63. package/index.css +14 -0
  64. package/index.js +88 -21
  65. package/index.min.css +1 -0
  66. package/index.min.js +4 -4
  67. package/index.min.mjs +5 -5
  68. package/index.mjs +88 -21
  69. package/lib/components/check-card/index.d.ts +61 -61
  70. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  71. package/lib/components/check-card-group/index.d.ts +43 -43
  72. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  73. package/lib/components/date-picker/index.d.ts +10 -10
  74. package/lib/components/date-picker/src/index.vue.d.ts +2 -2
  75. package/lib/components/dialog/index.d.ts +26 -26
  76. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  77. package/lib/components/dialog-form/index.d.ts +31 -31
  78. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  79. package/lib/components/display-item/index.d.ts +41 -41
  80. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  81. package/lib/components/drawer-form/index.d.ts +50 -50
  82. package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
  83. package/lib/components/form/index.d.ts +45 -45
  84. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  85. package/lib/components/form/src/index.vue.d.ts +17 -17
  86. package/lib/components/form-item/index.d.ts +42 -42
  87. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  88. package/lib/components/header/index.d.ts +19 -19
  89. package/lib/components/header/src/index.vue.d.ts +1 -1
  90. package/lib/components/input-tag/index.d.ts +20 -20
  91. package/lib/components/input-tag/src/index.vue.d.ts +8 -8
  92. package/lib/components/layout/index.d.ts +30 -30
  93. package/lib/components/layout/src/index.vue.d.ts +10 -10
  94. package/lib/components/page/index.d.ts +452 -452
  95. package/lib/components/page/src/index.vue.d.ts +154 -154
  96. package/lib/components/pagination/index.d.ts +42 -42
  97. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  98. package/lib/components/radio/index.d.ts +35 -35
  99. package/lib/components/radio/src/index.vue.d.ts +27 -27
  100. package/lib/components/render/index.d.ts +3 -3
  101. package/lib/components/render/src/index.vue.d.ts +1 -1
  102. package/lib/components/search/index.d.ts +154 -154
  103. package/lib/components/search/src/index.vue.d.ts +50 -50
  104. package/lib/components/sidebar/index.d.ts +15 -15
  105. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  106. package/lib/components/steps-form/index.d.ts +23 -23
  107. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  108. package/lib/components/table/index.d.ts +54 -54
  109. package/lib/components/table/src/index.vue.d.ts +18 -18
  110. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  111. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  112. package/lib/components/utils/index.d.ts +2 -2
  113. package/lib/components/yc-dialog/index.d.ts +24 -24
  114. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  115. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  116. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  117. package/lib/components/yc-more-actions/index.d.ts +46 -46
  118. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  119. package/lib/components/yc-plus-page/src/index.vue.d.ts +360 -360
  120. package/lib/components/yc-segmented/index.d.ts +2 -2
  121. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  122. package/lib/components/yc-select-v2/src/directive.d.ts +0 -4
  123. package/lib/components/yc-select-v2/src/directive.js +70 -17
  124. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  125. package/lib/components/yc-select-v2/src/index.vue2.js +17 -5
  126. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  127. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  128. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  129. package/lib/hooks/usePlusFormReset.d.ts +208 -208
  130. package/lib/index.css +1 -0
  131. package/locale/en.js +1 -1
  132. package/locale/en.min.js +1 -1
  133. package/locale/en.min.mjs +1 -1
  134. package/locale/en.mjs +1 -1
  135. package/locale/ja.js +1 -1
  136. package/locale/ja.min.js +1 -1
  137. package/locale/ja.min.mjs +1 -1
  138. package/locale/ja.mjs +1 -1
  139. package/locale/ko.js +1 -1
  140. package/locale/ko.min.js +1 -1
  141. package/locale/ko.min.mjs +1 -1
  142. package/locale/ko.mjs +1 -1
  143. package/locale/zh-cn.js +1 -1
  144. package/locale/zh-cn.min.js +1 -1
  145. package/locale/zh-cn.min.mjs +1 -1
  146. package/locale/zh-cn.mjs +1 -1
  147. package/locale/zh-tw.js +1 -1
  148. package/locale/zh-tw.min.js +1 -1
  149. package/locale/zh-tw.min.mjs +1 -1
  150. package/locale/zh-tw.mjs +1 -1
  151. package/package.json +1 -1
@@ -42,11 +42,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
42
42
  $: ComponentInternalInstance;
43
43
  $data: {};
44
44
  $props: Partial<{
45
- modelValue: FieldValues;
46
45
  collapseDuration: number;
47
46
  collapseTransition: boolean;
48
47
  columns: PlusColumn[];
49
48
  group: false | PlusFormGroupRow[];
49
+ modelValue: FieldValues;
50
50
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
51
51
  labelPosition: "top" | "right" | "left";
52
52
  labelWidth: string | number;
@@ -67,7 +67,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
67
67
  submitText: string;
68
68
  resetText: string;
69
69
  submitLoading: boolean;
70
- footerAlign: "center" | "right" | "left";
70
+ footerAlign: "right" | "left" | "center";
71
71
  cardProps: Partial< Mutable<CardProps> & {
72
72
  style?: CSSProperties | undefined;
73
73
  class?: any;
@@ -75,9 +75,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
75
75
  prevent: boolean;
76
76
  clearable: boolean;
77
77
  }> & Omit<{
78
- readonly modelValue: FieldValues;
79
78
  readonly columns: PlusColumn[];
80
79
  readonly group: false | PlusFormGroupRow[];
80
+ readonly modelValue: FieldValues;
81
81
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
82
82
  readonly labelPosition: "top" | "right" | "left";
83
83
  readonly labelWidth: string | number;
@@ -98,7 +98,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
98
98
  readonly submitText: string;
99
99
  readonly resetText: string;
100
100
  readonly submitLoading: boolean;
101
- readonly footerAlign: "center" | "right" | "left";
101
+ readonly footerAlign: "right" | "left" | "center";
102
102
  readonly cardProps: Partial< Mutable<CardProps> & {
103
103
  style?: CSSProperties | undefined;
104
104
  class?: any;
@@ -107,17 +107,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
107
107
  readonly clearable: boolean;
108
108
  readonly collapseDuration?: number | undefined;
109
109
  readonly collapseTransition?: boolean | undefined;
110
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
111
110
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
112
111
  onReset?: ((values: FieldValues) => any) | undefined;
113
112
  onSubmit?: ((values: FieldValues) => any) | undefined;
113
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
114
114
  onValidate?: ((...args: any[]) => any) | undefined;
115
115
  onSubmitError?: ((errors: unknown) => any) | undefined;
116
116
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
117
- modelValue: {
118
- type: PropType<FieldValues>;
119
- default: () => {};
120
- };
121
117
  collapseDuration: {
122
118
  type: PropType<number>;
123
119
  default: undefined;
@@ -134,6 +130,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
134
130
  type: PropType<false | PlusFormGroupRow[]>;
135
131
  default: boolean;
136
132
  };
133
+ modelValue: {
134
+ type: PropType<FieldValues>;
135
+ default: () => {};
136
+ };
137
137
  rules: {
138
138
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
139
139
  default: () => {};
@@ -197,7 +197,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
197
197
  default: boolean;
198
198
  };
199
199
  footerAlign: {
200
- type: PropType<"center" | "right" | "left">;
200
+ type: PropType<"right" | "left" | "center">;
201
201
  default: string;
202
202
  };
203
203
  cardProps: {
@@ -216,13 +216,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
216
216
  default: boolean;
217
217
  };
218
218
  }>> & {
219
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
220
219
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
221
220
  onReset?: ((values: FieldValues) => any) | undefined;
222
221
  onSubmit?: ((values: FieldValues) => any) | undefined;
222
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
223
223
  onValidate?: ((...args: any[]) => any) | undefined;
224
224
  onSubmitError?: ((errors: unknown) => any) | undefined;
225
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
225
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
226
226
  $attrs: {
227
227
  [x: string]: unknown;
228
228
  };
@@ -234,13 +234,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
234
234
  }>;
235
235
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
236
236
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
237
- $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);
237
+ $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);
238
238
  $el: any;
239
239
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
240
- modelValue: {
241
- type: PropType<FieldValues>;
242
- default: () => {};
243
- };
244
240
  collapseDuration: {
245
241
  type: PropType<number>;
246
242
  default: undefined;
@@ -257,6 +253,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
257
253
  type: PropType<false | PlusFormGroupRow[]>;
258
254
  default: boolean;
259
255
  };
256
+ modelValue: {
257
+ type: PropType<FieldValues>;
258
+ default: () => {};
259
+ };
260
260
  rules: {
261
261
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
262
262
  default: () => {};
@@ -320,7 +320,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
320
320
  default: boolean;
321
321
  };
322
322
  footerAlign: {
323
- type: PropType<"center" | "right" | "left">;
323
+ type: PropType<"right" | "left" | "center">;
324
324
  default: string;
325
325
  };
326
326
  cardProps: {
@@ -339,10 +339,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
339
339
  default: boolean;
340
340
  };
341
341
  }>> & {
342
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
343
342
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
344
343
  onReset?: ((values: FieldValues) => any) | undefined;
345
344
  onSubmit?: ((values: FieldValues) => any) | undefined;
345
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
346
346
  onValidate?: ((...args: any[]) => any) | undefined;
347
347
  onSubmitError?: ((errors: unknown) => any) | undefined;
348
348
  }, {
@@ -638,11 +638,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
638
638
  submitError: (errors: unknown) => void;
639
639
  validate: (...args: any[]) => void;
640
640
  }, string, {
641
- modelValue: FieldValues;
642
641
  collapseDuration: number;
643
642
  collapseTransition: boolean;
644
643
  columns: PlusColumn[];
645
644
  group: false | PlusFormGroupRow[];
645
+ modelValue: FieldValues;
646
646
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
647
647
  labelPosition: "top" | "right" | "left";
648
648
  labelWidth: string | number;
@@ -663,7 +663,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
663
663
  submitText: string;
664
664
  resetText: string;
665
665
  submitLoading: boolean;
666
- footerAlign: "center" | "right" | "left";
666
+ footerAlign: "right" | "left" | "center";
667
667
  cardProps: Partial< Mutable<CardProps> & {
668
668
  style?: CSSProperties | undefined;
669
669
  class?: any;
@@ -691,10 +691,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
691
691
  $nextTick: nextTick;
692
692
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
693
693
  } & Omit<Readonly< ExtractPropTypes<{
694
- modelValue: {
695
- type: PropType<FieldValues>;
696
- default: () => {};
697
- };
698
694
  collapseDuration: {
699
695
  type: PropType<number>;
700
696
  default: undefined;
@@ -711,6 +707,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
711
707
  type: PropType<false | PlusFormGroupRow[]>;
712
708
  default: boolean;
713
709
  };
710
+ modelValue: {
711
+ type: PropType<FieldValues>;
712
+ default: () => {};
713
+ };
714
714
  rules: {
715
715
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
716
716
  default: () => {};
@@ -774,7 +774,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
774
774
  default: boolean;
775
775
  };
776
776
  footerAlign: {
777
- type: PropType<"center" | "right" | "left">;
777
+ type: PropType<"right" | "left" | "center">;
778
778
  default: string;
779
779
  };
780
780
  cardProps: {
@@ -793,10 +793,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
793
793
  default: boolean;
794
794
  };
795
795
  }>> & {
796
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
797
796
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
798
797
  onReset?: ((values: FieldValues) => any) | undefined;
799
798
  onSubmit?: ((values: FieldValues) => any) | undefined;
799
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
800
800
  onValidate?: ((...args: any[]) => any) | undefined;
801
801
  onSubmitError?: ((errors: unknown) => any) | undefined;
802
802
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -1097,14 +1097,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1097
1097
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1098
1098
  columns?: PlusColumn[] | undefined;
1099
1099
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1100
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1100
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1101
1101
  readonly label: string | ComputedRef<string>;
1102
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1102
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1103
1103
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1104
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1104
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1105
1105
  style?: CSSProperties | undefined;
1106
1106
  class?: any;
1107
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1107
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1108
1108
  style?: CSSProperties | undefined;
1109
1109
  class?: any;
1110
1110
  } & RecordType>>;
@@ -1171,12 +1171,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1171
1171
  fieldInstance?: any;
1172
1172
  valueIsReady?: Ref<boolean> | undefined;
1173
1173
  prop: string;
1174
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1174
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1175
1175
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1176
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1176
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1177
1177
  style?: CSSProperties | undefined;
1178
1178
  class?: any;
1179
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1179
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1180
1180
  style?: CSSProperties | undefined;
1181
1181
  class?: any;
1182
1182
  } & RecordType>>;
@@ -1205,14 +1205,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1205
1205
  clearable: boolean;
1206
1206
  index: number;
1207
1207
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1208
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1208
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1209
1209
  readonly label: string | ComputedRef<string>;
1210
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1210
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1211
1211
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1212
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1212
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1213
1213
  style?: CSSProperties | undefined;
1214
1214
  class?: any;
1215
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1215
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1216
1216
  style?: CSSProperties | undefined;
1217
1217
  class?: any;
1218
1218
  } & RecordType>>;
@@ -1279,12 +1279,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1279
1279
  fieldInstance?: any;
1280
1280
  valueIsReady?: Ref<boolean> | undefined;
1281
1281
  prop: string;
1282
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1282
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1283
1283
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1284
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1284
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1285
1285
  style?: CSSProperties | undefined;
1286
1286
  class?: any;
1287
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1287
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1288
1288
  style?: CSSProperties | undefined;
1289
1289
  class?: any;
1290
1290
  } & RecordType>>;
@@ -1365,14 +1365,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1365
1365
  searchIcon: undefined;
1366
1366
  resetIcon: undefined;
1367
1367
  }>>> & {
1368
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1369
1368
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1370
1369
  onReset?: ((values: FieldValues) => any) | undefined;
1370
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1371
1371
  onSearch?: ((values: FieldValues) => any) | undefined;
1372
1372
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
1373
1373
  }, {
1374
- modelValue: FieldValues;
1375
1374
  columns: PlusColumn[];
1375
+ modelValue: FieldValues;
1376
1376
  labelPosition: "top" | "right" | "left";
1377
1377
  inline: boolean;
1378
1378
  showNumber: number;
@@ -1398,14 +1398,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1398
1398
  searchIcon: Component | null;
1399
1399
  resetIcon: Component | null;
1400
1400
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
1401
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1401
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1402
1402
  readonly label: string | ComputedRef<string>;
1403
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1403
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1404
1404
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1405
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1405
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1406
1406
  style?: CSSProperties | undefined;
1407
1407
  class?: any;
1408
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1408
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1409
1409
  style?: CSSProperties | undefined;
1410
1410
  class?: any;
1411
1411
  } & RecordType>>;
@@ -1472,12 +1472,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1472
1472
  fieldInstance?: any;
1473
1473
  valueIsReady?: Ref<boolean> | undefined;
1474
1474
  prop: string;
1475
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1475
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1476
1476
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1477
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1477
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1478
1478
  style?: CSSProperties | undefined;
1479
1479
  class?: any;
1480
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1480
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1481
1481
  style?: CSSProperties | undefined;
1482
1482
  class?: any;
1483
1483
  } & RecordType>>;
@@ -60,7 +60,7 @@ export declare const PlusSidebar: {
60
60
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
61
61
  readonly uniqueOpened: BooleanConstructor;
62
62
  readonly router: BooleanConstructor;
63
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
63
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
64
64
  readonly collapse: BooleanConstructor;
65
65
  readonly backgroundColor: StringConstructor;
66
66
  readonly textColor: StringConstructor;
@@ -90,7 +90,7 @@ export declare const PlusSidebar: {
90
90
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
91
91
  readonly uniqueOpened: BooleanConstructor;
92
92
  readonly router: BooleanConstructor;
93
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
93
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
94
94
  readonly collapse: BooleanConstructor;
95
95
  readonly backgroundColor: StringConstructor;
96
96
  readonly textColor: StringConstructor;
@@ -116,7 +116,7 @@ export declare const PlusSidebar: {
116
116
  readonly hideTimeout: number;
117
117
  readonly defaultActive: string;
118
118
  readonly defaultOpeneds: string[];
119
- readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
119
+ readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
120
120
  readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
121
121
  readonly popperOffset: number;
122
122
  readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -137,7 +137,7 @@ export declare const PlusSidebar: {
137
137
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
138
138
  readonly uniqueOpened: BooleanConstructor;
139
139
  readonly router: BooleanConstructor;
140
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
140
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
141
141
  readonly collapse: BooleanConstructor;
142
142
  readonly backgroundColor: StringConstructor;
143
143
  readonly textColor: StringConstructor;
@@ -165,7 +165,7 @@ export declare const PlusSidebar: {
165
165
  readonly hideTimeout: number;
166
166
  readonly defaultActive: string;
167
167
  readonly defaultOpeneds: string[];
168
- readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
168
+ readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
169
169
  readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
170
170
  readonly popperOffset: number;
171
171
  readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -292,7 +292,7 @@ export declare const PlusSidebar: {
292
292
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
293
293
  readonly uniqueOpened: BooleanConstructor;
294
294
  readonly router: BooleanConstructor;
295
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
295
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
296
296
  readonly collapse: BooleanConstructor;
297
297
  readonly backgroundColor: StringConstructor;
298
298
  readonly textColor: StringConstructor;
@@ -322,7 +322,7 @@ export declare const PlusSidebar: {
322
322
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
323
323
  readonly uniqueOpened: BooleanConstructor;
324
324
  readonly router: BooleanConstructor;
325
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
325
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
326
326
  readonly collapse: BooleanConstructor;
327
327
  readonly backgroundColor: StringConstructor;
328
328
  readonly textColor: StringConstructor;
@@ -348,7 +348,7 @@ export declare const PlusSidebar: {
348
348
  readonly hideTimeout: number;
349
349
  readonly defaultActive: string;
350
350
  readonly defaultOpeneds: string[];
351
- readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
351
+ readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
352
352
  readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
353
353
  readonly popperOffset: number;
354
354
  readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -369,7 +369,7 @@ export declare const PlusSidebar: {
369
369
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
370
370
  readonly uniqueOpened: BooleanConstructor;
371
371
  readonly router: BooleanConstructor;
372
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
372
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
373
373
  readonly collapse: BooleanConstructor;
374
374
  readonly backgroundColor: StringConstructor;
375
375
  readonly textColor: StringConstructor;
@@ -397,7 +397,7 @@ export declare const PlusSidebar: {
397
397
  readonly hideTimeout: number;
398
398
  readonly defaultActive: string;
399
399
  readonly defaultOpeneds: string[];
400
- readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
400
+ readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
401
401
  readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
402
402
  readonly popperOffset: number;
403
403
  readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -475,7 +475,7 @@ export declare const PlusSidebar: {
475
475
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
476
476
  readonly uniqueOpened: BooleanConstructor;
477
477
  readonly router: BooleanConstructor;
478
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
478
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
479
479
  readonly collapse: BooleanConstructor;
480
480
  readonly backgroundColor: StringConstructor;
481
481
  readonly textColor: StringConstructor;
@@ -505,7 +505,7 @@ export declare const PlusSidebar: {
505
505
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
506
506
  readonly uniqueOpened: BooleanConstructor;
507
507
  readonly router: BooleanConstructor;
508
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
508
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
509
509
  readonly collapse: BooleanConstructor;
510
510
  readonly backgroundColor: StringConstructor;
511
511
  readonly textColor: StringConstructor;
@@ -531,7 +531,7 @@ export declare const PlusSidebar: {
531
531
  readonly hideTimeout: number;
532
532
  readonly defaultActive: string;
533
533
  readonly defaultOpeneds: string[];
534
- readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
534
+ readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
535
535
  readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
536
536
  readonly popperOffset: number;
537
537
  readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -552,7 +552,7 @@ export declare const PlusSidebar: {
552
552
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
553
553
  readonly uniqueOpened: BooleanConstructor;
554
554
  readonly router: BooleanConstructor;
555
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
555
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
556
556
  readonly collapse: BooleanConstructor;
557
557
  readonly backgroundColor: StringConstructor;
558
558
  readonly textColor: StringConstructor;
@@ -580,7 +580,7 @@ export declare const PlusSidebar: {
580
580
  readonly hideTimeout: number;
581
581
  readonly defaultActive: string;
582
582
  readonly defaultOpeneds: string[];
583
- readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
583
+ readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
584
584
  readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
585
585
  readonly popperOffset: number;
586
586
  readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -28,7 +28,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
28
28
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
29
29
  readonly uniqueOpened: BooleanConstructor;
30
30
  readonly router: BooleanConstructor;
31
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
31
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
32
32
  readonly collapse: BooleanConstructor;
33
33
  readonly backgroundColor: StringConstructor;
34
34
  readonly textColor: StringConstructor;
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
58
58
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
59
59
  readonly uniqueOpened: BooleanConstructor;
60
60
  readonly router: BooleanConstructor;
61
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
61
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
62
62
  readonly collapse: BooleanConstructor;
63
63
  readonly backgroundColor: StringConstructor;
64
64
  readonly textColor: StringConstructor;
@@ -84,7 +84,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
84
84
  readonly hideTimeout: number;
85
85
  readonly defaultActive: string;
86
86
  readonly defaultOpeneds: string[];
87
- readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
87
+ readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
88
88
  readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
89
89
  readonly popperOffset: number;
90
90
  readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -105,7 +105,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
105
105
  readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
106
106
  readonly uniqueOpened: BooleanConstructor;
107
107
  readonly router: BooleanConstructor;
108
- readonly menuTrigger: EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
108
+ readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
109
109
  readonly collapse: BooleanConstructor;
110
110
  readonly backgroundColor: StringConstructor;
111
111
  readonly textColor: StringConstructor;
@@ -133,7 +133,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
133
133
  readonly hideTimeout: number;
134
134
  readonly defaultActive: string;
135
135
  readonly defaultOpeneds: string[];
136
- readonly menuTrigger: EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
136
+ readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
137
137
  readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
138
138
  readonly popperOffset: number;
139
139
  readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;