yuang-framework-ui-pc 1.1.42 → 1.1.43

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 (226) hide show
  1. package/es/utils/chart-theme-dark.d.ts +373 -0
  2. package/es/utils/chart-theme-dark.js +397 -0
  3. package/es/utils/chart-theme.d.ts +368 -0
  4. package/es/utils/chart-theme.js +392 -0
  5. package/es/utils/menu-util.d.ts +14 -0
  6. package/es/utils/menu-util.js +78 -0
  7. package/es/utils/message-box.d.ts +25 -0
  8. package/es/utils/message-box.js +98 -0
  9. package/es/utils/message.d.ts +66 -0
  10. package/es/utils/message.js +267 -0
  11. package/es/utils/resolvers.d.ts +18 -0
  12. package/es/utils/resolvers.js +50 -0
  13. package/es/utils/theme-util.d.ts +6 -0
  14. package/es/utils/theme-util.js +42 -0
  15. package/es/utils/validate.d.ts +182 -0
  16. package/es/utils/validate.js +197 -0
  17. package/lib/core.d.ts +3 -0
  18. package/lib/ele-admin-layout/components/layout-tabs.d.ts +5646 -0
  19. package/lib/ele-admin-layout/components/layout-tool.d.ts +2 -0
  20. package/lib/ele-admin-layout/style/index.d.ts +1 -0
  21. package/lib/ele-admin-layout/types.d.ts +54 -0
  22. package/lib/ele-alert/index.d.ts +131 -0
  23. package/lib/ele-alert/props.d.ts +58 -0
  24. package/lib/ele-app/el.d.ts +304 -0
  25. package/lib/ele-app/style/common/index.d.ts +1 -0
  26. package/lib/ele-app/style/overwrite/backtop/index.d.ts +1 -0
  27. package/lib/ele-app/style/overwrite/checkbox/index.d.ts +1 -0
  28. package/lib/ele-app/style/overwrite/date-picker/index.d.ts +1 -0
  29. package/lib/ele-app/style/overwrite/message-box/index.d.ts +1 -0
  30. package/lib/ele-app/style/overwrite/popper/index.d.ts +1 -0
  31. package/lib/ele-app/style/overwrite/select/index.d.ts +1 -0
  32. package/lib/ele-app/style/overwrite/tag/index.d.ts +1 -0
  33. package/lib/ele-app/style/overwrite/tree/index.d.ts +1 -0
  34. package/lib/ele-app/style/scrollbar/index.d.ts +1 -0
  35. package/lib/ele-app/types.d.ts +48 -0
  36. package/lib/ele-avatar-group/props.d.ts +56 -0
  37. package/lib/ele-avatar-group/style/index.d.ts +1 -0
  38. package/lib/ele-avatar-group/types.d.ts +21 -0
  39. package/lib/ele-backtop/props.d.ts +36 -0
  40. package/lib/ele-bar-code/index.d.ts +26 -0
  41. package/lib/ele-bottom-bar/index.d.ts +15 -0
  42. package/lib/ele-bottom-bar/props.d.ts +15 -0
  43. package/lib/ele-breadcrumb/index.d.ts +278 -0
  44. package/lib/ele-breadcrumb/props.d.ts +24 -0
  45. package/lib/ele-breadcrumb/style/index.d.ts +1 -0
  46. package/lib/ele-card/index.d.ts +106 -0
  47. package/lib/ele-card/style/index.d.ts +1 -0
  48. package/lib/ele-check-card/components/card-item.d.ts +37 -0
  49. package/lib/ele-check-card/props.d.ts +49 -0
  50. package/lib/ele-check-card/style/index.d.ts +1 -0
  51. package/lib/ele-check-card/types.d.ts +37 -0
  52. package/lib/ele-config-provider/components/receiver-view.d.ts +71 -0
  53. package/lib/ele-config-provider/props.d.ts +26 -0
  54. package/lib/ele-config-provider/style/index.d.ts +0 -0
  55. package/lib/ele-config-provider/types.d.ts +103 -0
  56. package/lib/ele-copyable/style/index.d.ts +1 -0
  57. package/lib/ele-copyable/types.d.ts +14 -0
  58. package/lib/ele-count-up/style/index.d.ts +0 -0
  59. package/lib/ele-cropper/index.d.ts +2824 -0
  60. package/lib/ele-cropper/props.d.ts +68 -0
  61. package/lib/ele-cropper/style/index.d.ts +1 -0
  62. package/lib/ele-cropper-modal/props.d.ts +58 -0
  63. package/lib/ele-cropper-modal/style/index.d.ts +1 -0
  64. package/lib/ele-dashboard/index.d.ts +14 -0
  65. package/lib/ele-dashboard/style/index.d.ts +1 -0
  66. package/lib/ele-dashboard/types.d.ts +4 -0
  67. package/lib/ele-data-table/props.d.ts +272 -0
  68. package/lib/ele-data-table/style/index.d.ts +1 -0
  69. package/lib/ele-data-table/types.d.ts +253 -0
  70. package/lib/ele-data-table/util.d.ts +172 -0
  71. package/lib/ele-dialog/index.d.ts +1074 -0
  72. package/lib/ele-dialog/style/index.d.ts +1 -0
  73. package/lib/ele-dialog/util.d.ts +52 -0
  74. package/lib/ele-dot/index.d.ts +29 -0
  75. package/lib/ele-dot/props.d.ts +25 -0
  76. package/lib/ele-dot/style/index.d.ts +1 -0
  77. package/lib/ele-drawer/index.d.ts +1170 -0
  78. package/lib/ele-drawer/props.d.ts +184 -0
  79. package/lib/ele-drawer/style/index.d.ts +1 -0
  80. package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +97 -0
  81. package/lib/ele-dropdown/index.d.ts +4846 -0
  82. package/lib/ele-dropdown/types.d.ts +22 -0
  83. package/lib/ele-edit-tag/props.d.ts +55 -0
  84. package/lib/ele-edit-tag/style/index.d.ts +1 -0
  85. package/lib/ele-edit-tag/types.d.ts +9 -0
  86. package/lib/ele-ellipsis/index.d.ts +1660 -0
  87. package/lib/ele-icon-select/types.d.ts +16 -0
  88. package/lib/ele-image-viewer/index.d.ts +635 -0
  89. package/lib/ele-loading/props.d.ts +33 -0
  90. package/lib/ele-loading/types.d.ts +19 -0
  91. package/lib/ele-map-picker/style/index.d.ts +1 -0
  92. package/lib/ele-menus/components/item-title.d.ts +323 -0
  93. package/lib/ele-menus/types.d.ts +107 -0
  94. package/lib/ele-pagination/style/index.d.ts +1 -0
  95. package/lib/ele-pagination/types.d.ts +9 -0
  96. package/lib/ele-printer/index.d.ts +111 -0
  97. package/lib/ele-printer/util.d.ts +25 -0
  98. package/lib/ele-pro-layout/components/pro-iframe.d.ts +39 -0
  99. package/lib/ele-pro-layout/style/index.d.ts +1 -0
  100. package/lib/ele-pro-layout/util.d.ts +88 -0
  101. package/lib/ele-pro-table/components/tool-column.d.ts +3722 -0
  102. package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +39 -0
  103. package/lib/ele-pro-table/style/index.d.ts +1 -0
  104. package/lib/ele-pro-table/types.d.ts +489 -0
  105. package/lib/ele-qr-code/components/canvas-render.d.ts +67 -0
  106. package/lib/ele-qr-code/qrcodegen.d.ts +95 -0
  107. package/lib/ele-qr-code/style/index.d.ts +0 -0
  108. package/lib/ele-qr-code/util.d.ts +27 -0
  109. package/lib/ele-segmented/index.d.ts +485 -0
  110. package/lib/ele-segmented/style/index.d.ts +1 -0
  111. package/lib/ele-split-panel/index.d.ts +192 -0
  112. package/lib/ele-split-panel/props.d.ts +47 -0
  113. package/lib/ele-steps/index.d.ts +638 -0
  114. package/lib/ele-steps/style/index.d.ts +1 -0
  115. package/lib/ele-steps/types.d.ts +14 -0
  116. package/lib/ele-tab-tool/index.d.ts +75 -0
  117. package/lib/ele-tab-tool/props.d.ts +14 -0
  118. package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +5006 -0
  119. package/lib/ele-tab-wrap/props.d.ts +13 -0
  120. package/lib/ele-tab-wrap/style/index.d.ts +0 -0
  121. package/lib/ele-table/index.d.ts +28 -0
  122. package/lib/ele-table/style/index.d.ts +1 -0
  123. package/lib/ele-table-select/props.d.ts +120 -0
  124. package/lib/ele-table-select/style/index.d.ts +1 -0
  125. package/lib/ele-tabs/props.d.ts +88 -0
  126. package/lib/ele-test/index.d.ts +2 -0
  127. package/lib/ele-test/style/index.d.ts +1 -0
  128. package/lib/ele-text/index.d.ts +93 -0
  129. package/lib/ele-text/style/index.d.ts +1 -0
  130. package/lib/ele-text/types.d.ts +35 -0
  131. package/lib/ele-toolbar/index.d.ts +1633 -0
  132. package/lib/ele-tooltip/props.d.ts +187 -0
  133. package/lib/ele-tooltip/style/index.d.ts +1 -0
  134. package/lib/ele-tour/types.d.ts +42 -0
  135. package/lib/ele-tour/util.d.ts +20 -0
  136. package/lib/ele-tree-select/style/index.d.ts +1 -0
  137. package/lib/ele-upload-list/components/list-item.d.ts +902 -0
  138. package/lib/ele-upload-list/props.d.ts +81 -0
  139. package/lib/ele-upload-list/types.d.ts +71 -0
  140. package/lib/ele-virtual-table/components/body-row.d.ts +984 -0
  141. package/lib/ele-virtual-table/components/expand-row.d.ts +19 -0
  142. package/lib/ele-virtual-table/components/footer-row.d.ts +65 -0
  143. package/lib/ele-virtual-table/components/header-cell.d.ts +3929 -0
  144. package/lib/ele-virtual-table/index.d.ts +7882 -0
  145. package/lib/ele-virtual-table/util.d.ts +229 -0
  146. package/lib/ele-watermark/index.d.ts +57 -0
  147. package/lib/ele-watermark/types.d.ts +39 -0
  148. package/lib/ele-xg-player/index.d.ts +22 -0
  149. package/lib/ele-xg-player/style/index.d.ts +1 -0
  150. package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
  151. package/lib/icons/AppstoreOutlined.d.ts +2 -0
  152. package/lib/icons/ArrowLeft.d.ts +2 -0
  153. package/lib/icons/ArrowLeftOutlined.d.ts +2 -0
  154. package/lib/icons/ArrowRight.d.ts +2 -0
  155. package/lib/icons/ArrowRightOutlined.d.ts +2 -0
  156. package/lib/icons/ArrowUp.d.ts +2 -0
  157. package/lib/icons/ArrowUpOutlined.d.ts +2 -0
  158. package/lib/icons/BellOutlined.d.ts +2 -0
  159. package/lib/icons/BookOutlined.d.ts +2 -0
  160. package/lib/icons/CaretDownFilled.d.ts +2 -0
  161. package/lib/icons/CaretUpFilled.d.ts +2 -0
  162. package/lib/icons/CheckOutlined.d.ts +2 -0
  163. package/lib/icons/ClockCircleOutlined.d.ts +2 -0
  164. package/lib/icons/CloudUploadOutlined.d.ts +2 -0
  165. package/lib/icons/ClusterOutlined.d.ts +2 -0
  166. package/lib/icons/CodeOutlined.d.ts +2 -0
  167. package/lib/icons/CompassOutlined.d.ts +2 -0
  168. package/lib/icons/ConnectionOutlined.d.ts +2 -0
  169. package/lib/icons/ControlOutlined.d.ts +2 -0
  170. package/lib/icons/CornerRightFilled.d.ts +2 -0
  171. package/lib/icons/DashboardOutlined.d.ts +2 -0
  172. package/lib/icons/DesktopOutlined.d.ts +2 -0
  173. package/lib/icons/DragOutlined.d.ts +2 -0
  174. package/lib/icons/EditOutlined.d.ts +2 -0
  175. package/lib/icons/EnvironmentOutlined.d.ts +2 -0
  176. package/lib/icons/FileOutlined.d.ts +2 -0
  177. package/lib/icons/FilterFilled.d.ts +2 -0
  178. package/lib/icons/GlobalOutlined.d.ts +2 -0
  179. package/lib/icons/HomeOutlined.d.ts +2 -0
  180. package/lib/icons/LoadingDotOutlined.d.ts +2 -0
  181. package/lib/icons/LoadingOutlined.d.ts +2 -0
  182. package/lib/icons/LockOutlined.d.ts +2 -0
  183. package/lib/icons/LogOutlined.d.ts +2 -0
  184. package/lib/icons/MailOutlined.d.ts +2 -0
  185. package/lib/icons/MenuFoldOutlined.d.ts +2 -0
  186. package/lib/icons/MenuOutlined.d.ts +2 -0
  187. package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
  188. package/lib/icons/MessageOutlined.d.ts +2 -0
  189. package/lib/icons/MinusCircleOutlined.d.ts +2 -0
  190. package/lib/icons/MoonOutlined.d.ts +2 -0
  191. package/lib/icons/MoreOutlined.d.ts +2 -0
  192. package/lib/icons/PauseFilled.d.ts +2 -0
  193. package/lib/icons/PieChartOutlined.d.ts +2 -0
  194. package/lib/icons/PlusOutlined.d.ts +2 -0
  195. package/lib/icons/ProtectOutlined.d.ts +2 -0
  196. package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
  197. package/lib/icons/ReloadOutlined.d.ts +2 -0
  198. package/lib/icons/SortOutlined.d.ts +2 -0
  199. package/lib/icons/StarFilled.d.ts +2 -0
  200. package/lib/icons/StepForwardFilled.d.ts +2 -0
  201. package/lib/icons/UndoOutlined.d.ts +2 -0
  202. package/lib/icons/UnlockOutlined.d.ts +2 -0
  203. package/lib/icons/VerticalLeftOutlined.d.ts +2 -0
  204. package/lib/icons/WarningOutlined.d.ts +2 -0
  205. package/lib/icons/ZoomOutOutlined.d.ts +2 -0
  206. package/lib/index.d.ts +4 -0
  207. package/lib/installer.d.ts +3 -0
  208. package/lib/lang/en_US.d.ts +4 -0
  209. package/lib/lang/zh_CN.d.ts +4 -0
  210. package/lib/utils/chart-theme-dark.d.ts +373 -0
  211. package/lib/utils/chart-theme.d.ts +368 -0
  212. package/lib/utils/core.cjs +318 -0
  213. package/lib/utils/core.d.ts +168 -0
  214. package/lib/utils/hook.cjs +264 -0
  215. package/lib/utils/hook.d.ts +113 -0
  216. package/lib/utils/menu-util.d.ts +14 -0
  217. package/lib/utils/message-box.d.ts +25 -0
  218. package/lib/utils/message.d.ts +66 -0
  219. package/lib/utils/resolvers.cjs +50 -0
  220. package/lib/utils/resolvers.d.ts +18 -0
  221. package/lib/utils/theme-util.d.ts +6 -0
  222. package/lib/utils/validate.cjs +197 -0
  223. package/lib/utils/validate.d.ts +182 -0
  224. package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +67 -0
  225. package/lib/yu-framework-slider-captcha-dialog/index.d.ts +14 -0
  226. package/package.json +1 -1
@@ -0,0 +1,3929 @@
1
+ import { PropType } from 'vue';
2
+ import { StyleValues } from '../../ele-app/types';
3
+ import { Column, FilterValue, TableSize, HeaderCellClass, HeaderCellStyle } from '../../ele-data-table/types';
4
+ import { HeaderColumn, SortBy, CellFilterChangeParams, CustomRenderProps, ColSize } from '../types';
5
+ import { CellRender } from '../util';
6
+
7
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8
+ /** 当前列配置 */
9
+ column: PropType<HeaderColumn>;
10
+ /** 当前列索引 */
11
+ columnIndex: NumberConstructor;
12
+ /** 当前行索引 */
13
+ headerIndex: NumberConstructor;
14
+ /** 当前列宽 */
15
+ colSize: PropType<ColSize>;
16
+ /** 表格排序状态 */
17
+ sortBy: PropType<SortBy>;
18
+ /** 表格当前筛选值 */
19
+ filterValue: PropType<FilterValue>;
20
+ /** 表格是否是全选状态 */
21
+ isCheckAll: BooleanConstructor;
22
+ /** 表格是否是半选状态 */
23
+ isIndeterminate: BooleanConstructor;
24
+ /** 是否禁用表头选择框 */
25
+ disabledCheckbox: BooleanConstructor;
26
+ /** 表格尺寸 */
27
+ tableSize: PropType<TableSize>;
28
+ /** 单元格类名自定义 */
29
+ headerCellClass: PropType<HeaderCellClass>;
30
+ /** 单元格样式自定义 */
31
+ headerCellStyle: PropType<HeaderCellStyle>;
32
+ /** 表头单元格是否溢出省略 */
33
+ headerEllipsis: BooleanConstructor;
34
+ /** 表格行高 */
35
+ rowHeight: NumberConstructor;
36
+ }>, {
37
+ originalCol: import('vue').ComputedRef<Column | undefined>;
38
+ cellClass: import('vue').ComputedRef<string>;
39
+ cellStyle: import('vue').ComputedRef<StyleValues | undefined>;
40
+ cellTitle: import('vue').ComputedRef<string | undefined>;
41
+ renderOpt: import('vue').ComputedRef<CustomRenderProps>;
42
+ handleCheckedChange: (checked: boolean) => void;
43
+ handleFilterChange: (value: FilterValue) => void;
44
+ handleClick: (e: MouseEvent) => void;
45
+ handleContextmenu: (e: MouseEvent) => void;
46
+ handleMouseenter: (e: MouseEvent) => void;
47
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
48
+ /** 多选框选中改变事件 */
49
+ checkedChange: (_checked: boolean) => true;
50
+ /** 列筛选改变事件 */
51
+ filterChange: (_params: CellFilterChangeParams) => true;
52
+ /** 点击事件 */
53
+ click: (_col: Column, _e: MouseEvent) => true;
54
+ /** 右键事件 */
55
+ contextmenu: (_col: Column, _e: MouseEvent) => true;
56
+ /** 鼠标移入事件 */
57
+ mouseenter: (_col: Column, _e: MouseEvent) => true;
58
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
59
+ /** 当前列配置 */
60
+ column: PropType<HeaderColumn>;
61
+ /** 当前列索引 */
62
+ columnIndex: NumberConstructor;
63
+ /** 当前行索引 */
64
+ headerIndex: NumberConstructor;
65
+ /** 当前列宽 */
66
+ colSize: PropType<ColSize>;
67
+ /** 表格排序状态 */
68
+ sortBy: PropType<SortBy>;
69
+ /** 表格当前筛选值 */
70
+ filterValue: PropType<FilterValue>;
71
+ /** 表格是否是全选状态 */
72
+ isCheckAll: BooleanConstructor;
73
+ /** 表格是否是半选状态 */
74
+ isIndeterminate: BooleanConstructor;
75
+ /** 是否禁用表头选择框 */
76
+ disabledCheckbox: BooleanConstructor;
77
+ /** 表格尺寸 */
78
+ tableSize: PropType<TableSize>;
79
+ /** 单元格类名自定义 */
80
+ headerCellClass: PropType<HeaderCellClass>;
81
+ /** 单元格样式自定义 */
82
+ headerCellStyle: PropType<HeaderCellStyle>;
83
+ /** 表头单元格是否溢出省略 */
84
+ headerEllipsis: BooleanConstructor;
85
+ /** 表格行高 */
86
+ rowHeight: NumberConstructor;
87
+ }>> & Readonly<{
88
+ onClick?: ((_col: Column, _e: MouseEvent) => any) | undefined;
89
+ onContextmenu?: ((_col: Column, _e: MouseEvent) => any) | undefined;
90
+ onMouseenter?: ((_col: Column, _e: MouseEvent) => any) | undefined;
91
+ onFilterChange?: ((_params: CellFilterChangeParams) => any) | undefined;
92
+ onCheckedChange?: ((_checked: boolean) => any) | undefined;
93
+ }>, {
94
+ headerEllipsis: boolean;
95
+ isCheckAll: boolean;
96
+ isIndeterminate: boolean;
97
+ disabledCheckbox: boolean;
98
+ }, {}, {
99
+ CellCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
100
+ checked: BooleanConstructor;
101
+ indeterminate: BooleanConstructor;
102
+ disabled: BooleanConstructor;
103
+ size: PropType<TableSize>;
104
+ }>, {
105
+ handleUpdateModelValue: (modelValue: boolean) => void;
106
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
107
+ change: (_checked: boolean) => true;
108
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
109
+ checked: BooleanConstructor;
110
+ indeterminate: BooleanConstructor;
111
+ disabled: BooleanConstructor;
112
+ size: PropType<TableSize>;
113
+ }>> & Readonly<{
114
+ onChange?: ((_checked: boolean) => any) | undefined;
115
+ }>, {
116
+ disabled: boolean;
117
+ indeterminate: boolean;
118
+ checked: boolean;
119
+ }, {}, {
120
+ ElCheckbox: ({
121
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
122
+ ariaControls: StringConstructor;
123
+ modelValue: {
124
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
125
+ default: undefined;
126
+ };
127
+ label: {
128
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
129
+ default: undefined;
130
+ };
131
+ value: {
132
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
133
+ default: undefined;
134
+ };
135
+ indeterminate: BooleanConstructor;
136
+ disabled: BooleanConstructor;
137
+ checked: BooleanConstructor;
138
+ name: {
139
+ type: StringConstructor;
140
+ default: undefined;
141
+ };
142
+ trueValue: {
143
+ type: (NumberConstructor | StringConstructor)[];
144
+ default: undefined;
145
+ };
146
+ falseValue: {
147
+ type: (NumberConstructor | StringConstructor)[];
148
+ default: undefined;
149
+ };
150
+ trueLabel: {
151
+ type: (NumberConstructor | StringConstructor)[];
152
+ default: undefined;
153
+ };
154
+ falseLabel: {
155
+ type: (NumberConstructor | StringConstructor)[];
156
+ default: undefined;
157
+ };
158
+ id: {
159
+ type: StringConstructor;
160
+ default: undefined;
161
+ };
162
+ border: BooleanConstructor;
163
+ size: {
164
+ readonly type: PropType<"" | "small" | "default" | "large">;
165
+ readonly required: false;
166
+ readonly validator: ((val: unknown) => boolean) | undefined;
167
+ __epPropKey: true;
168
+ };
169
+ tabindex: (NumberConstructor | StringConstructor)[];
170
+ validateEvent: {
171
+ type: BooleanConstructor;
172
+ default: boolean;
173
+ };
174
+ }>> & {
175
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
176
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
177
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
178
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
179
+ change: (val: import('element-plus').CheckboxValueType) => void;
180
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
181
+ label: string | number | boolean | Record<string, any>;
182
+ disabled: boolean;
183
+ border: boolean;
184
+ value: string | number | boolean | Record<string, any>;
185
+ id: string;
186
+ name: string;
187
+ modelValue: string | number | boolean;
188
+ validateEvent: boolean;
189
+ indeterminate: boolean;
190
+ checked: boolean;
191
+ trueValue: string | number;
192
+ falseValue: string | number;
193
+ trueLabel: string | number;
194
+ falseLabel: string | number;
195
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
196
+ P: {};
197
+ B: {};
198
+ D: {};
199
+ C: {};
200
+ M: {};
201
+ Defaults: {};
202
+ }, Readonly<import('vue').ExtractPropTypes<{
203
+ ariaControls: StringConstructor;
204
+ modelValue: {
205
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
206
+ default: undefined;
207
+ };
208
+ label: {
209
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
210
+ default: undefined;
211
+ };
212
+ value: {
213
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
214
+ default: undefined;
215
+ };
216
+ indeterminate: BooleanConstructor;
217
+ disabled: BooleanConstructor;
218
+ checked: BooleanConstructor;
219
+ name: {
220
+ type: StringConstructor;
221
+ default: undefined;
222
+ };
223
+ trueValue: {
224
+ type: (NumberConstructor | StringConstructor)[];
225
+ default: undefined;
226
+ };
227
+ falseValue: {
228
+ type: (NumberConstructor | StringConstructor)[];
229
+ default: undefined;
230
+ };
231
+ trueLabel: {
232
+ type: (NumberConstructor | StringConstructor)[];
233
+ default: undefined;
234
+ };
235
+ falseLabel: {
236
+ type: (NumberConstructor | StringConstructor)[];
237
+ default: undefined;
238
+ };
239
+ id: {
240
+ type: StringConstructor;
241
+ default: undefined;
242
+ };
243
+ border: BooleanConstructor;
244
+ size: {
245
+ readonly type: PropType<"" | "small" | "default" | "large">;
246
+ readonly required: false;
247
+ readonly validator: ((val: unknown) => boolean) | undefined;
248
+ __epPropKey: true;
249
+ };
250
+ tabindex: (NumberConstructor | StringConstructor)[];
251
+ validateEvent: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
255
+ }>> & {
256
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
257
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
258
+ }, {}, {}, {}, {}, {
259
+ label: string | number | boolean | Record<string, any>;
260
+ disabled: boolean;
261
+ border: boolean;
262
+ value: string | number | boolean | Record<string, any>;
263
+ id: string;
264
+ name: string;
265
+ modelValue: string | number | boolean;
266
+ validateEvent: boolean;
267
+ indeterminate: boolean;
268
+ checked: boolean;
269
+ trueValue: string | number;
270
+ falseValue: string | number;
271
+ trueLabel: string | number;
272
+ falseLabel: string | number;
273
+ }>;
274
+ __isFragment?: never;
275
+ __isTeleport?: never;
276
+ __isSuspense?: never;
277
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
278
+ ariaControls: StringConstructor;
279
+ modelValue: {
280
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
281
+ default: undefined;
282
+ };
283
+ label: {
284
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
285
+ default: undefined;
286
+ };
287
+ value: {
288
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
289
+ default: undefined;
290
+ };
291
+ indeterminate: BooleanConstructor;
292
+ disabled: BooleanConstructor;
293
+ checked: BooleanConstructor;
294
+ name: {
295
+ type: StringConstructor;
296
+ default: undefined;
297
+ };
298
+ trueValue: {
299
+ type: (NumberConstructor | StringConstructor)[];
300
+ default: undefined;
301
+ };
302
+ falseValue: {
303
+ type: (NumberConstructor | StringConstructor)[];
304
+ default: undefined;
305
+ };
306
+ trueLabel: {
307
+ type: (NumberConstructor | StringConstructor)[];
308
+ default: undefined;
309
+ };
310
+ falseLabel: {
311
+ type: (NumberConstructor | StringConstructor)[];
312
+ default: undefined;
313
+ };
314
+ id: {
315
+ type: StringConstructor;
316
+ default: undefined;
317
+ };
318
+ border: BooleanConstructor;
319
+ size: {
320
+ readonly type: PropType<"" | "small" | "default" | "large">;
321
+ readonly required: false;
322
+ readonly validator: ((val: unknown) => boolean) | undefined;
323
+ __epPropKey: true;
324
+ };
325
+ tabindex: (NumberConstructor | StringConstructor)[];
326
+ validateEvent: {
327
+ type: BooleanConstructor;
328
+ default: boolean;
329
+ };
330
+ }>> & {
331
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
332
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
333
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
334
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
335
+ change: (val: import('element-plus').CheckboxValueType) => void;
336
+ }, string, {
337
+ label: string | number | boolean | Record<string, any>;
338
+ disabled: boolean;
339
+ border: boolean;
340
+ value: string | number | boolean | Record<string, any>;
341
+ id: string;
342
+ name: string;
343
+ modelValue: string | number | boolean;
344
+ validateEvent: boolean;
345
+ indeterminate: boolean;
346
+ checked: boolean;
347
+ trueValue: string | number;
348
+ falseValue: string | number;
349
+ trueLabel: string | number;
350
+ falseLabel: string | number;
351
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
352
+ $slots: {
353
+ default?(_: {}): any;
354
+ };
355
+ }) & import('vue').Plugin) & {
356
+ CheckboxButton: {
357
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
358
+ ariaControls: StringConstructor;
359
+ modelValue: {
360
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
361
+ default: undefined;
362
+ };
363
+ label: {
364
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
365
+ default: undefined;
366
+ };
367
+ value: {
368
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
369
+ default: undefined;
370
+ };
371
+ indeterminate: BooleanConstructor;
372
+ disabled: BooleanConstructor;
373
+ checked: BooleanConstructor;
374
+ name: {
375
+ type: StringConstructor;
376
+ default: undefined;
377
+ };
378
+ trueValue: {
379
+ type: (NumberConstructor | StringConstructor)[];
380
+ default: undefined;
381
+ };
382
+ falseValue: {
383
+ type: (NumberConstructor | StringConstructor)[];
384
+ default: undefined;
385
+ };
386
+ trueLabel: {
387
+ type: (NumberConstructor | StringConstructor)[];
388
+ default: undefined;
389
+ };
390
+ falseLabel: {
391
+ type: (NumberConstructor | StringConstructor)[];
392
+ default: undefined;
393
+ };
394
+ id: {
395
+ type: StringConstructor;
396
+ default: undefined;
397
+ };
398
+ border: BooleanConstructor;
399
+ size: {
400
+ readonly type: PropType<"" | "small" | "default" | "large">;
401
+ readonly required: false;
402
+ readonly validator: ((val: unknown) => boolean) | undefined;
403
+ __epPropKey: true;
404
+ };
405
+ tabindex: (NumberConstructor | StringConstructor)[];
406
+ validateEvent: {
407
+ type: BooleanConstructor;
408
+ default: boolean;
409
+ };
410
+ }>> & {
411
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
412
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
413
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
414
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
415
+ change: (val: import('element-plus').CheckboxValueType) => void;
416
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
417
+ label: string | number | boolean | Record<string, any>;
418
+ disabled: boolean;
419
+ border: boolean;
420
+ value: string | number | boolean | Record<string, any>;
421
+ id: string;
422
+ name: string;
423
+ modelValue: string | number | boolean;
424
+ validateEvent: boolean;
425
+ indeterminate: boolean;
426
+ checked: boolean;
427
+ trueValue: string | number;
428
+ falseValue: string | number;
429
+ trueLabel: string | number;
430
+ falseLabel: string | number;
431
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
432
+ P: {};
433
+ B: {};
434
+ D: {};
435
+ C: {};
436
+ M: {};
437
+ Defaults: {};
438
+ }, Readonly<import('vue').ExtractPropTypes<{
439
+ ariaControls: StringConstructor;
440
+ modelValue: {
441
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
442
+ default: undefined;
443
+ };
444
+ label: {
445
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
446
+ default: undefined;
447
+ };
448
+ value: {
449
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
450
+ default: undefined;
451
+ };
452
+ indeterminate: BooleanConstructor;
453
+ disabled: BooleanConstructor;
454
+ checked: BooleanConstructor;
455
+ name: {
456
+ type: StringConstructor;
457
+ default: undefined;
458
+ };
459
+ trueValue: {
460
+ type: (NumberConstructor | StringConstructor)[];
461
+ default: undefined;
462
+ };
463
+ falseValue: {
464
+ type: (NumberConstructor | StringConstructor)[];
465
+ default: undefined;
466
+ };
467
+ trueLabel: {
468
+ type: (NumberConstructor | StringConstructor)[];
469
+ default: undefined;
470
+ };
471
+ falseLabel: {
472
+ type: (NumberConstructor | StringConstructor)[];
473
+ default: undefined;
474
+ };
475
+ id: {
476
+ type: StringConstructor;
477
+ default: undefined;
478
+ };
479
+ border: BooleanConstructor;
480
+ size: {
481
+ readonly type: PropType<"" | "small" | "default" | "large">;
482
+ readonly required: false;
483
+ readonly validator: ((val: unknown) => boolean) | undefined;
484
+ __epPropKey: true;
485
+ };
486
+ tabindex: (NumberConstructor | StringConstructor)[];
487
+ validateEvent: {
488
+ type: BooleanConstructor;
489
+ default: boolean;
490
+ };
491
+ }>> & {
492
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
493
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
494
+ }, {}, {}, {}, {}, {
495
+ label: string | number | boolean | Record<string, any>;
496
+ disabled: boolean;
497
+ border: boolean;
498
+ value: string | number | boolean | Record<string, any>;
499
+ id: string;
500
+ name: string;
501
+ modelValue: string | number | boolean;
502
+ validateEvent: boolean;
503
+ indeterminate: boolean;
504
+ checked: boolean;
505
+ trueValue: string | number;
506
+ falseValue: string | number;
507
+ trueLabel: string | number;
508
+ falseLabel: string | number;
509
+ }>;
510
+ __isFragment?: never;
511
+ __isTeleport?: never;
512
+ __isSuspense?: never;
513
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
514
+ ariaControls: StringConstructor;
515
+ modelValue: {
516
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
517
+ default: undefined;
518
+ };
519
+ label: {
520
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
521
+ default: undefined;
522
+ };
523
+ value: {
524
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
525
+ default: undefined;
526
+ };
527
+ indeterminate: BooleanConstructor;
528
+ disabled: BooleanConstructor;
529
+ checked: BooleanConstructor;
530
+ name: {
531
+ type: StringConstructor;
532
+ default: undefined;
533
+ };
534
+ trueValue: {
535
+ type: (NumberConstructor | StringConstructor)[];
536
+ default: undefined;
537
+ };
538
+ falseValue: {
539
+ type: (NumberConstructor | StringConstructor)[];
540
+ default: undefined;
541
+ };
542
+ trueLabel: {
543
+ type: (NumberConstructor | StringConstructor)[];
544
+ default: undefined;
545
+ };
546
+ falseLabel: {
547
+ type: (NumberConstructor | StringConstructor)[];
548
+ default: undefined;
549
+ };
550
+ id: {
551
+ type: StringConstructor;
552
+ default: undefined;
553
+ };
554
+ border: BooleanConstructor;
555
+ size: {
556
+ readonly type: PropType<"" | "small" | "default" | "large">;
557
+ readonly required: false;
558
+ readonly validator: ((val: unknown) => boolean) | undefined;
559
+ __epPropKey: true;
560
+ };
561
+ tabindex: (NumberConstructor | StringConstructor)[];
562
+ validateEvent: {
563
+ type: BooleanConstructor;
564
+ default: boolean;
565
+ };
566
+ }>> & {
567
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
568
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
569
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
570
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
571
+ change: (val: import('element-plus').CheckboxValueType) => void;
572
+ }, string, {
573
+ label: string | number | boolean | Record<string, any>;
574
+ disabled: boolean;
575
+ border: boolean;
576
+ value: string | number | boolean | Record<string, any>;
577
+ id: string;
578
+ name: string;
579
+ modelValue: string | number | boolean;
580
+ validateEvent: boolean;
581
+ indeterminate: boolean;
582
+ checked: boolean;
583
+ trueValue: string | number;
584
+ falseValue: string | number;
585
+ trueLabel: string | number;
586
+ falseLabel: string | number;
587
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
588
+ $slots: {
589
+ default?(_: {}): any;
590
+ };
591
+ });
592
+ CheckboxGroup: {
593
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
594
+ readonly ariaLabel: StringConstructor;
595
+ readonly modelValue: {
596
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
597
+ readonly required: false;
598
+ readonly validator: ((val: unknown) => boolean) | undefined;
599
+ __epPropKey: true;
600
+ } & {
601
+ readonly default: () => never[];
602
+ };
603
+ readonly disabled: BooleanConstructor;
604
+ readonly min: NumberConstructor;
605
+ readonly max: NumberConstructor;
606
+ readonly size: {
607
+ readonly type: PropType<"" | "small" | "default" | "large">;
608
+ readonly required: false;
609
+ readonly validator: ((val: unknown) => boolean) | undefined;
610
+ __epPropKey: true;
611
+ };
612
+ readonly fill: StringConstructor;
613
+ readonly textColor: StringConstructor;
614
+ readonly tag: {
615
+ readonly type: PropType<string>;
616
+ readonly required: false;
617
+ readonly validator: ((val: unknown) => boolean) | undefined;
618
+ __epPropKey: true;
619
+ } & {
620
+ readonly default: "div";
621
+ };
622
+ readonly validateEvent: {
623
+ readonly type: PropType<boolean>;
624
+ readonly required: false;
625
+ readonly validator: ((val: unknown) => boolean) | undefined;
626
+ __epPropKey: true;
627
+ } & {
628
+ readonly default: true;
629
+ };
630
+ }>> & {
631
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
632
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
633
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
634
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
635
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
636
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
637
+ readonly disabled: boolean;
638
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
639
+ readonly validateEvent: boolean;
640
+ readonly tag: string;
641
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
642
+ P: {};
643
+ B: {};
644
+ D: {};
645
+ C: {};
646
+ M: {};
647
+ Defaults: {};
648
+ }, Readonly<import('vue').ExtractPropTypes<{
649
+ readonly ariaLabel: StringConstructor;
650
+ readonly modelValue: {
651
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
652
+ readonly required: false;
653
+ readonly validator: ((val: unknown) => boolean) | undefined;
654
+ __epPropKey: true;
655
+ } & {
656
+ readonly default: () => never[];
657
+ };
658
+ readonly disabled: BooleanConstructor;
659
+ readonly min: NumberConstructor;
660
+ readonly max: NumberConstructor;
661
+ readonly size: {
662
+ readonly type: PropType<"" | "small" | "default" | "large">;
663
+ readonly required: false;
664
+ readonly validator: ((val: unknown) => boolean) | undefined;
665
+ __epPropKey: true;
666
+ };
667
+ readonly fill: StringConstructor;
668
+ readonly textColor: StringConstructor;
669
+ readonly tag: {
670
+ readonly type: PropType<string>;
671
+ readonly required: false;
672
+ readonly validator: ((val: unknown) => boolean) | undefined;
673
+ __epPropKey: true;
674
+ } & {
675
+ readonly default: "div";
676
+ };
677
+ readonly validateEvent: {
678
+ readonly type: PropType<boolean>;
679
+ readonly required: false;
680
+ readonly validator: ((val: unknown) => boolean) | undefined;
681
+ __epPropKey: true;
682
+ } & {
683
+ readonly default: true;
684
+ };
685
+ }>> & {
686
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
687
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
688
+ }, {}, {}, {}, {}, {
689
+ readonly disabled: boolean;
690
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
691
+ readonly validateEvent: boolean;
692
+ readonly tag: string;
693
+ }>;
694
+ __isFragment?: never;
695
+ __isTeleport?: never;
696
+ __isSuspense?: never;
697
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
698
+ readonly ariaLabel: StringConstructor;
699
+ readonly modelValue: {
700
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
701
+ readonly required: false;
702
+ readonly validator: ((val: unknown) => boolean) | undefined;
703
+ __epPropKey: true;
704
+ } & {
705
+ readonly default: () => never[];
706
+ };
707
+ readonly disabled: BooleanConstructor;
708
+ readonly min: NumberConstructor;
709
+ readonly max: NumberConstructor;
710
+ readonly size: {
711
+ readonly type: PropType<"" | "small" | "default" | "large">;
712
+ readonly required: false;
713
+ readonly validator: ((val: unknown) => boolean) | undefined;
714
+ __epPropKey: true;
715
+ };
716
+ readonly fill: StringConstructor;
717
+ readonly textColor: StringConstructor;
718
+ readonly tag: {
719
+ readonly type: PropType<string>;
720
+ readonly required: false;
721
+ readonly validator: ((val: unknown) => boolean) | undefined;
722
+ __epPropKey: true;
723
+ } & {
724
+ readonly default: "div";
725
+ };
726
+ readonly validateEvent: {
727
+ readonly type: PropType<boolean>;
728
+ readonly required: false;
729
+ readonly validator: ((val: unknown) => boolean) | undefined;
730
+ __epPropKey: true;
731
+ } & {
732
+ readonly default: true;
733
+ };
734
+ }>> & {
735
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
736
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
737
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
738
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
739
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
740
+ }, string, {
741
+ readonly disabled: boolean;
742
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
743
+ readonly validateEvent: boolean;
744
+ readonly tag: string;
745
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
746
+ $slots: {
747
+ default?(_: {}): any;
748
+ };
749
+ });
750
+ };
751
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
752
+ CellFilter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
753
+ filtered: PropType<FilterValue>;
754
+ filterMultiple: BooleanConstructor;
755
+ filters: PropType<Column["filters"]>;
756
+ filterPlacement: {
757
+ type: PropType<import('../../ele-app/plus').EleTooltipProps["placement"]>;
758
+ default: string;
759
+ };
760
+ }>, {
761
+ popperRef: import('vue').Ref<import('../../ele-app/plus').EleTooltipInstance, import('../../ele-app/plus').EleTooltipInstance>;
762
+ checkedValue: import('vue').Ref<string[], string[]>;
763
+ clearFilterText: import('vue').ComputedRef<string>;
764
+ filteredValue: import('vue').ComputedRef<string | undefined>;
765
+ confirmText: import('vue').ComputedRef<string>;
766
+ resetText: import('vue').ComputedRef<string>;
767
+ handleItemClick: (value?: string) => void;
768
+ handleFilterChange: (filtered: FilterValue) => void;
769
+ handleConfirm: () => void;
770
+ handleReset: () => void;
771
+ handleBeforeEnter: () => void;
772
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
773
+ change: (_filtered: FilterValue) => true;
774
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
775
+ filtered: PropType<FilterValue>;
776
+ filterMultiple: BooleanConstructor;
777
+ filters: PropType<Column["filters"]>;
778
+ filterPlacement: {
779
+ type: PropType<import('../../ele-app/plus').EleTooltipProps["placement"]>;
780
+ default: string;
781
+ };
782
+ }>> & Readonly<{
783
+ onChange?: ((_filtered: FilterValue) => any) | undefined;
784
+ }>, {
785
+ filterPlacement: string | undefined;
786
+ filterMultiple: boolean;
787
+ }, {}, {
788
+ ElIcon: {
789
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
790
+ readonly size: {
791
+ readonly type: PropType<string | number>;
792
+ readonly required: false;
793
+ readonly validator: ((val: unknown) => boolean) | undefined;
794
+ __epPropKey: true;
795
+ };
796
+ readonly color: {
797
+ readonly type: PropType<string>;
798
+ readonly required: false;
799
+ readonly validator: ((val: unknown) => boolean) | undefined;
800
+ __epPropKey: true;
801
+ };
802
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
803
+ P: {};
804
+ B: {};
805
+ D: {};
806
+ C: {};
807
+ M: {};
808
+ Defaults: {};
809
+ }, Readonly<import('vue').ExtractPropTypes<{
810
+ readonly size: {
811
+ readonly type: PropType<string | number>;
812
+ readonly required: false;
813
+ readonly validator: ((val: unknown) => boolean) | undefined;
814
+ __epPropKey: true;
815
+ };
816
+ readonly color: {
817
+ readonly type: PropType<string>;
818
+ readonly required: false;
819
+ readonly validator: ((val: unknown) => boolean) | undefined;
820
+ __epPropKey: true;
821
+ };
822
+ }>>, {}, {}, {}, {}, {}>;
823
+ __isFragment?: never;
824
+ __isTeleport?: never;
825
+ __isSuspense?: never;
826
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
827
+ readonly size: {
828
+ readonly type: PropType<string | number>;
829
+ readonly required: false;
830
+ readonly validator: ((val: unknown) => boolean) | undefined;
831
+ __epPropKey: true;
832
+ };
833
+ readonly color: {
834
+ readonly type: PropType<string>;
835
+ readonly required: false;
836
+ readonly validator: ((val: unknown) => boolean) | undefined;
837
+ __epPropKey: true;
838
+ };
839
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
840
+ $slots: {
841
+ default?(_: {}): any;
842
+ };
843
+ }) & import('vue').Plugin;
844
+ ElButton: ({
845
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
846
+ readonly size: {
847
+ readonly type: PropType<"" | "small" | "default" | "large">;
848
+ readonly required: false;
849
+ readonly validator: ((val: unknown) => boolean) | undefined;
850
+ __epPropKey: true;
851
+ };
852
+ readonly disabled: BooleanConstructor;
853
+ readonly type: {
854
+ readonly type: PropType<"" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text">;
855
+ readonly required: false;
856
+ readonly validator: ((val: unknown) => boolean) | undefined;
857
+ __epPropKey: true;
858
+ } & {
859
+ readonly default: "";
860
+ };
861
+ readonly icon: {
862
+ readonly type: PropType<string | import('vue').Component>;
863
+ readonly required: false;
864
+ readonly validator: ((val: unknown) => boolean) | undefined;
865
+ __epPropKey: true;
866
+ };
867
+ readonly nativeType: {
868
+ readonly type: PropType<"button" | "reset" | "submit">;
869
+ readonly required: false;
870
+ readonly validator: ((val: unknown) => boolean) | undefined;
871
+ __epPropKey: true;
872
+ } & {
873
+ readonly default: "button";
874
+ };
875
+ readonly loading: BooleanConstructor;
876
+ readonly loadingIcon: {
877
+ readonly type: PropType<string | import('vue').Component>;
878
+ readonly required: false;
879
+ readonly validator: ((val: unknown) => boolean) | undefined;
880
+ __epPropKey: true;
881
+ } & {
882
+ readonly default: () => any;
883
+ };
884
+ readonly plain: {
885
+ readonly type: PropType<boolean>;
886
+ readonly required: false;
887
+ readonly validator: ((val: unknown) => boolean) | undefined;
888
+ __epPropKey: true;
889
+ } & {
890
+ readonly default: undefined;
891
+ };
892
+ readonly text: BooleanConstructor;
893
+ readonly link: BooleanConstructor;
894
+ readonly bg: BooleanConstructor;
895
+ readonly autofocus: BooleanConstructor;
896
+ readonly round: {
897
+ readonly type: PropType<boolean>;
898
+ readonly required: false;
899
+ readonly validator: ((val: unknown) => boolean) | undefined;
900
+ __epPropKey: true;
901
+ } & {
902
+ readonly default: undefined;
903
+ };
904
+ readonly circle: BooleanConstructor;
905
+ readonly color: StringConstructor;
906
+ readonly dark: BooleanConstructor;
907
+ readonly autoInsertSpace: {
908
+ readonly type: PropType<boolean>;
909
+ readonly required: false;
910
+ readonly validator: ((val: unknown) => boolean) | undefined;
911
+ __epPropKey: true;
912
+ } & {
913
+ readonly default: undefined;
914
+ };
915
+ readonly tag: {
916
+ readonly type: PropType<string | import('vue').Component>;
917
+ readonly required: false;
918
+ readonly validator: ((val: unknown) => boolean) | undefined;
919
+ __epPropKey: true;
920
+ } & {
921
+ readonly default: "button";
922
+ };
923
+ }>> & {
924
+ onClick?: ((evt: MouseEvent) => any) | undefined;
925
+ }, {
926
+ ref: import('vue').Ref<HTMLButtonElement | undefined>;
927
+ size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
928
+ type: import('vue').ComputedRef<string>;
929
+ disabled: import('vue').ComputedRef<boolean>;
930
+ shouldAddSpace: import('vue').ComputedRef<boolean>;
931
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
932
+ click: (evt: MouseEvent) => void;
933
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
934
+ readonly link: boolean;
935
+ readonly circle: boolean;
936
+ readonly text: boolean;
937
+ readonly disabled: boolean;
938
+ readonly round: boolean;
939
+ readonly dark: boolean;
940
+ readonly type: "" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text";
941
+ readonly bg: boolean;
942
+ readonly loading: boolean;
943
+ readonly autofocus: boolean;
944
+ readonly tag: string | import('vue').Component;
945
+ readonly plain: boolean;
946
+ readonly nativeType: "button" | "reset" | "submit";
947
+ readonly loadingIcon: string | import('vue').Component;
948
+ readonly autoInsertSpace: boolean;
949
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
950
+ P: {};
951
+ B: {};
952
+ D: {};
953
+ C: {};
954
+ M: {};
955
+ Defaults: {};
956
+ }, Readonly<import('vue').ExtractPropTypes<{
957
+ readonly size: {
958
+ readonly type: PropType<"" | "small" | "default" | "large">;
959
+ readonly required: false;
960
+ readonly validator: ((val: unknown) => boolean) | undefined;
961
+ __epPropKey: true;
962
+ };
963
+ readonly disabled: BooleanConstructor;
964
+ readonly type: {
965
+ readonly type: PropType<"" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text">;
966
+ readonly required: false;
967
+ readonly validator: ((val: unknown) => boolean) | undefined;
968
+ __epPropKey: true;
969
+ } & {
970
+ readonly default: "";
971
+ };
972
+ readonly icon: {
973
+ readonly type: PropType<string | import('vue').Component>;
974
+ readonly required: false;
975
+ readonly validator: ((val: unknown) => boolean) | undefined;
976
+ __epPropKey: true;
977
+ };
978
+ readonly nativeType: {
979
+ readonly type: PropType<"button" | "reset" | "submit">;
980
+ readonly required: false;
981
+ readonly validator: ((val: unknown) => boolean) | undefined;
982
+ __epPropKey: true;
983
+ } & {
984
+ readonly default: "button";
985
+ };
986
+ readonly loading: BooleanConstructor;
987
+ readonly loadingIcon: {
988
+ readonly type: PropType<string | import('vue').Component>;
989
+ readonly required: false;
990
+ readonly validator: ((val: unknown) => boolean) | undefined;
991
+ __epPropKey: true;
992
+ } & {
993
+ readonly default: () => any;
994
+ };
995
+ readonly plain: {
996
+ readonly type: PropType<boolean>;
997
+ readonly required: false;
998
+ readonly validator: ((val: unknown) => boolean) | undefined;
999
+ __epPropKey: true;
1000
+ } & {
1001
+ readonly default: undefined;
1002
+ };
1003
+ readonly text: BooleanConstructor;
1004
+ readonly link: BooleanConstructor;
1005
+ readonly bg: BooleanConstructor;
1006
+ readonly autofocus: BooleanConstructor;
1007
+ readonly round: {
1008
+ readonly type: PropType<boolean>;
1009
+ readonly required: false;
1010
+ readonly validator: ((val: unknown) => boolean) | undefined;
1011
+ __epPropKey: true;
1012
+ } & {
1013
+ readonly default: undefined;
1014
+ };
1015
+ readonly circle: BooleanConstructor;
1016
+ readonly color: StringConstructor;
1017
+ readonly dark: BooleanConstructor;
1018
+ readonly autoInsertSpace: {
1019
+ readonly type: PropType<boolean>;
1020
+ readonly required: false;
1021
+ readonly validator: ((val: unknown) => boolean) | undefined;
1022
+ __epPropKey: true;
1023
+ } & {
1024
+ readonly default: undefined;
1025
+ };
1026
+ readonly tag: {
1027
+ readonly type: PropType<string | import('vue').Component>;
1028
+ readonly required: false;
1029
+ readonly validator: ((val: unknown) => boolean) | undefined;
1030
+ __epPropKey: true;
1031
+ } & {
1032
+ readonly default: "button";
1033
+ };
1034
+ }>> & {
1035
+ onClick?: ((evt: MouseEvent) => any) | undefined;
1036
+ }, {
1037
+ ref: import('vue').Ref<HTMLButtonElement | undefined>;
1038
+ size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
1039
+ type: import('vue').ComputedRef<string>;
1040
+ disabled: import('vue').ComputedRef<boolean>;
1041
+ shouldAddSpace: import('vue').ComputedRef<boolean>;
1042
+ }, {}, {}, {}, {
1043
+ readonly link: boolean;
1044
+ readonly circle: boolean;
1045
+ readonly text: boolean;
1046
+ readonly disabled: boolean;
1047
+ readonly round: boolean;
1048
+ readonly dark: boolean;
1049
+ readonly type: "" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text";
1050
+ readonly bg: boolean;
1051
+ readonly loading: boolean;
1052
+ readonly autofocus: boolean;
1053
+ readonly tag: string | import('vue').Component;
1054
+ readonly plain: boolean;
1055
+ readonly nativeType: "button" | "reset" | "submit";
1056
+ readonly loadingIcon: string | import('vue').Component;
1057
+ readonly autoInsertSpace: boolean;
1058
+ }>;
1059
+ __isFragment?: never;
1060
+ __isTeleport?: never;
1061
+ __isSuspense?: never;
1062
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1063
+ readonly size: {
1064
+ readonly type: PropType<"" | "small" | "default" | "large">;
1065
+ readonly required: false;
1066
+ readonly validator: ((val: unknown) => boolean) | undefined;
1067
+ __epPropKey: true;
1068
+ };
1069
+ readonly disabled: BooleanConstructor;
1070
+ readonly type: {
1071
+ readonly type: PropType<"" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text">;
1072
+ readonly required: false;
1073
+ readonly validator: ((val: unknown) => boolean) | undefined;
1074
+ __epPropKey: true;
1075
+ } & {
1076
+ readonly default: "";
1077
+ };
1078
+ readonly icon: {
1079
+ readonly type: PropType<string | import('vue').Component>;
1080
+ readonly required: false;
1081
+ readonly validator: ((val: unknown) => boolean) | undefined;
1082
+ __epPropKey: true;
1083
+ };
1084
+ readonly nativeType: {
1085
+ readonly type: PropType<"button" | "reset" | "submit">;
1086
+ readonly required: false;
1087
+ readonly validator: ((val: unknown) => boolean) | undefined;
1088
+ __epPropKey: true;
1089
+ } & {
1090
+ readonly default: "button";
1091
+ };
1092
+ readonly loading: BooleanConstructor;
1093
+ readonly loadingIcon: {
1094
+ readonly type: PropType<string | import('vue').Component>;
1095
+ readonly required: false;
1096
+ readonly validator: ((val: unknown) => boolean) | undefined;
1097
+ __epPropKey: true;
1098
+ } & {
1099
+ readonly default: () => any;
1100
+ };
1101
+ readonly plain: {
1102
+ readonly type: PropType<boolean>;
1103
+ readonly required: false;
1104
+ readonly validator: ((val: unknown) => boolean) | undefined;
1105
+ __epPropKey: true;
1106
+ } & {
1107
+ readonly default: undefined;
1108
+ };
1109
+ readonly text: BooleanConstructor;
1110
+ readonly link: BooleanConstructor;
1111
+ readonly bg: BooleanConstructor;
1112
+ readonly autofocus: BooleanConstructor;
1113
+ readonly round: {
1114
+ readonly type: PropType<boolean>;
1115
+ readonly required: false;
1116
+ readonly validator: ((val: unknown) => boolean) | undefined;
1117
+ __epPropKey: true;
1118
+ } & {
1119
+ readonly default: undefined;
1120
+ };
1121
+ readonly circle: BooleanConstructor;
1122
+ readonly color: StringConstructor;
1123
+ readonly dark: BooleanConstructor;
1124
+ readonly autoInsertSpace: {
1125
+ readonly type: PropType<boolean>;
1126
+ readonly required: false;
1127
+ readonly validator: ((val: unknown) => boolean) | undefined;
1128
+ __epPropKey: true;
1129
+ } & {
1130
+ readonly default: undefined;
1131
+ };
1132
+ readonly tag: {
1133
+ readonly type: PropType<string | import('vue').Component>;
1134
+ readonly required: false;
1135
+ readonly validator: ((val: unknown) => boolean) | undefined;
1136
+ __epPropKey: true;
1137
+ } & {
1138
+ readonly default: "button";
1139
+ };
1140
+ }>> & {
1141
+ onClick?: ((evt: MouseEvent) => any) | undefined;
1142
+ }, {
1143
+ ref: import('vue').Ref<HTMLButtonElement | undefined>;
1144
+ size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
1145
+ type: import('vue').ComputedRef<string>;
1146
+ disabled: import('vue').ComputedRef<boolean>;
1147
+ shouldAddSpace: import('vue').ComputedRef<boolean>;
1148
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1149
+ click: (evt: MouseEvent) => void;
1150
+ }, string, {
1151
+ readonly link: boolean;
1152
+ readonly circle: boolean;
1153
+ readonly text: boolean;
1154
+ readonly disabled: boolean;
1155
+ readonly round: boolean;
1156
+ readonly dark: boolean;
1157
+ readonly type: "" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text";
1158
+ readonly bg: boolean;
1159
+ readonly loading: boolean;
1160
+ readonly autofocus: boolean;
1161
+ readonly tag: string | import('vue').Component;
1162
+ readonly plain: boolean;
1163
+ readonly nativeType: "button" | "reset" | "submit";
1164
+ readonly loadingIcon: string | import('vue').Component;
1165
+ readonly autoInsertSpace: boolean;
1166
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1167
+ $slots: {
1168
+ loading?(_: {}): any;
1169
+ icon?(_: {}): any;
1170
+ default?(_: {}): any;
1171
+ };
1172
+ }) & import('vue').Plugin) & {
1173
+ ButtonGroup: {
1174
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1175
+ readonly size: {
1176
+ readonly type: PropType<"" | "small" | "default" | "large">;
1177
+ readonly required: false;
1178
+ readonly validator: ((val: unknown) => boolean) | undefined;
1179
+ __epPropKey: true;
1180
+ };
1181
+ readonly type: {
1182
+ readonly type: PropType<"" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text">;
1183
+ readonly required: false;
1184
+ readonly validator: ((val: unknown) => boolean) | undefined;
1185
+ __epPropKey: true;
1186
+ } & {
1187
+ readonly default: "";
1188
+ };
1189
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1190
+ readonly type: "" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text";
1191
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1192
+ P: {};
1193
+ B: {};
1194
+ D: {};
1195
+ C: {};
1196
+ M: {};
1197
+ Defaults: {};
1198
+ }, Readonly<import('vue').ExtractPropTypes<{
1199
+ readonly size: {
1200
+ readonly type: PropType<"" | "small" | "default" | "large">;
1201
+ readonly required: false;
1202
+ readonly validator: ((val: unknown) => boolean) | undefined;
1203
+ __epPropKey: true;
1204
+ };
1205
+ readonly type: {
1206
+ readonly type: PropType<"" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text">;
1207
+ readonly required: false;
1208
+ readonly validator: ((val: unknown) => boolean) | undefined;
1209
+ __epPropKey: true;
1210
+ } & {
1211
+ readonly default: "";
1212
+ };
1213
+ }>>, {}, {}, {}, {}, {
1214
+ readonly type: "" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text";
1215
+ }>;
1216
+ __isFragment?: never;
1217
+ __isTeleport?: never;
1218
+ __isSuspense?: never;
1219
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1220
+ readonly size: {
1221
+ readonly type: PropType<"" | "small" | "default" | "large">;
1222
+ readonly required: false;
1223
+ readonly validator: ((val: unknown) => boolean) | undefined;
1224
+ __epPropKey: true;
1225
+ };
1226
+ readonly type: {
1227
+ readonly type: PropType<"" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text">;
1228
+ readonly required: false;
1229
+ readonly validator: ((val: unknown) => boolean) | undefined;
1230
+ __epPropKey: true;
1231
+ } & {
1232
+ readonly default: "";
1233
+ };
1234
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
1235
+ readonly type: "" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text";
1236
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1237
+ $slots: {
1238
+ default?(_: {}): any;
1239
+ };
1240
+ });
1241
+ };
1242
+ ElScrollbar: {
1243
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1244
+ readonly ariaLabel: StringConstructor;
1245
+ readonly ariaOrientation: {
1246
+ readonly type: PropType<string>;
1247
+ readonly required: false;
1248
+ readonly validator: ((val: unknown) => boolean) | undefined;
1249
+ __epPropKey: true;
1250
+ };
1251
+ readonly height: {
1252
+ readonly type: PropType<string | number>;
1253
+ readonly required: false;
1254
+ readonly validator: ((val: unknown) => boolean) | undefined;
1255
+ __epPropKey: true;
1256
+ } & {
1257
+ readonly default: "";
1258
+ };
1259
+ readonly maxHeight: {
1260
+ readonly type: PropType<string | number>;
1261
+ readonly required: false;
1262
+ readonly validator: ((val: unknown) => boolean) | undefined;
1263
+ __epPropKey: true;
1264
+ } & {
1265
+ readonly default: "";
1266
+ };
1267
+ readonly native: {
1268
+ readonly type: PropType<boolean>;
1269
+ readonly required: false;
1270
+ readonly validator: ((val: unknown) => boolean) | undefined;
1271
+ __epPropKey: true;
1272
+ } & {
1273
+ readonly default: false;
1274
+ };
1275
+ readonly wrapStyle: {
1276
+ readonly type: PropType<import('vue').StyleValue>;
1277
+ readonly required: false;
1278
+ readonly validator: ((val: unknown) => boolean) | undefined;
1279
+ __epPropKey: true;
1280
+ } & {
1281
+ readonly default: "";
1282
+ };
1283
+ readonly wrapClass: {
1284
+ readonly type: PropType<string | unknown[]>;
1285
+ readonly required: false;
1286
+ readonly validator: ((val: unknown) => boolean) | undefined;
1287
+ __epPropKey: true;
1288
+ } & {
1289
+ readonly default: "";
1290
+ };
1291
+ readonly viewClass: {
1292
+ readonly type: PropType<string | unknown[]>;
1293
+ readonly required: false;
1294
+ readonly validator: ((val: unknown) => boolean) | undefined;
1295
+ __epPropKey: true;
1296
+ } & {
1297
+ readonly default: "";
1298
+ };
1299
+ readonly viewStyle: {
1300
+ readonly type: PropType<string | Record<string, any> | unknown[]>;
1301
+ readonly required: false;
1302
+ readonly validator: ((val: unknown) => boolean) | undefined;
1303
+ __epPropKey: true;
1304
+ } & {
1305
+ readonly default: "";
1306
+ };
1307
+ readonly noresize: BooleanConstructor;
1308
+ readonly tag: {
1309
+ readonly type: PropType<string>;
1310
+ readonly required: false;
1311
+ readonly validator: ((val: unknown) => boolean) | undefined;
1312
+ __epPropKey: true;
1313
+ } & {
1314
+ readonly default: "div";
1315
+ };
1316
+ readonly always: BooleanConstructor;
1317
+ readonly minSize: {
1318
+ readonly type: PropType<number>;
1319
+ readonly required: false;
1320
+ readonly validator: ((val: unknown) => boolean) | undefined;
1321
+ __epPropKey: true;
1322
+ } & {
1323
+ readonly default: 20;
1324
+ };
1325
+ readonly tabindex: {
1326
+ readonly type: PropType<string | number>;
1327
+ readonly required: false;
1328
+ readonly validator: ((val: unknown) => boolean) | undefined;
1329
+ __epPropKey: true;
1330
+ } & {
1331
+ readonly default: undefined;
1332
+ };
1333
+ readonly id: StringConstructor;
1334
+ readonly role: StringConstructor;
1335
+ }>> & {
1336
+ onScroll?: ((args_0: {
1337
+ scrollTop: number;
1338
+ scrollLeft: number;
1339
+ }) => any) | undefined;
1340
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
1341
+ }, {
1342
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
1343
+ update: () => void;
1344
+ scrollTo: {
1345
+ (xCord: number, yCord?: number): void;
1346
+ (options: ScrollToOptions): void;
1347
+ };
1348
+ setScrollTop: (value: number) => void;
1349
+ setScrollLeft: (value: number) => void;
1350
+ handleScroll: () => void;
1351
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1352
+ scroll: (args_0: {
1353
+ scrollTop: number;
1354
+ scrollLeft: number;
1355
+ }) => void;
1356
+ "end-reached": (direction: import('element-plus').ScrollbarDirection) => void;
1357
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1358
+ readonly height: string | number;
1359
+ readonly maxHeight: string | number;
1360
+ readonly always: boolean;
1361
+ readonly tabindex: string | number;
1362
+ readonly minSize: number;
1363
+ readonly native: boolean;
1364
+ readonly wrapStyle: import('vue').StyleValue;
1365
+ readonly wrapClass: string | unknown[];
1366
+ readonly viewClass: string | unknown[];
1367
+ readonly viewStyle: string | Record<string, any> | unknown[];
1368
+ readonly tag: string;
1369
+ readonly noresize: boolean;
1370
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1371
+ P: {};
1372
+ B: {};
1373
+ D: {};
1374
+ C: {};
1375
+ M: {};
1376
+ Defaults: {};
1377
+ }, Readonly<import('vue').ExtractPropTypes<{
1378
+ readonly ariaLabel: StringConstructor;
1379
+ readonly ariaOrientation: {
1380
+ readonly type: PropType<string>;
1381
+ readonly required: false;
1382
+ readonly validator: ((val: unknown) => boolean) | undefined;
1383
+ __epPropKey: true;
1384
+ };
1385
+ readonly height: {
1386
+ readonly type: PropType<string | number>;
1387
+ readonly required: false;
1388
+ readonly validator: ((val: unknown) => boolean) | undefined;
1389
+ __epPropKey: true;
1390
+ } & {
1391
+ readonly default: "";
1392
+ };
1393
+ readonly maxHeight: {
1394
+ readonly type: PropType<string | number>;
1395
+ readonly required: false;
1396
+ readonly validator: ((val: unknown) => boolean) | undefined;
1397
+ __epPropKey: true;
1398
+ } & {
1399
+ readonly default: "";
1400
+ };
1401
+ readonly native: {
1402
+ readonly type: PropType<boolean>;
1403
+ readonly required: false;
1404
+ readonly validator: ((val: unknown) => boolean) | undefined;
1405
+ __epPropKey: true;
1406
+ } & {
1407
+ readonly default: false;
1408
+ };
1409
+ readonly wrapStyle: {
1410
+ readonly type: PropType<import('vue').StyleValue>;
1411
+ readonly required: false;
1412
+ readonly validator: ((val: unknown) => boolean) | undefined;
1413
+ __epPropKey: true;
1414
+ } & {
1415
+ readonly default: "";
1416
+ };
1417
+ readonly wrapClass: {
1418
+ readonly type: PropType<string | unknown[]>;
1419
+ readonly required: false;
1420
+ readonly validator: ((val: unknown) => boolean) | undefined;
1421
+ __epPropKey: true;
1422
+ } & {
1423
+ readonly default: "";
1424
+ };
1425
+ readonly viewClass: {
1426
+ readonly type: PropType<string | unknown[]>;
1427
+ readonly required: false;
1428
+ readonly validator: ((val: unknown) => boolean) | undefined;
1429
+ __epPropKey: true;
1430
+ } & {
1431
+ readonly default: "";
1432
+ };
1433
+ readonly viewStyle: {
1434
+ readonly type: PropType<string | Record<string, any> | unknown[]>;
1435
+ readonly required: false;
1436
+ readonly validator: ((val: unknown) => boolean) | undefined;
1437
+ __epPropKey: true;
1438
+ } & {
1439
+ readonly default: "";
1440
+ };
1441
+ readonly noresize: BooleanConstructor;
1442
+ readonly tag: {
1443
+ readonly type: PropType<string>;
1444
+ readonly required: false;
1445
+ readonly validator: ((val: unknown) => boolean) | undefined;
1446
+ __epPropKey: true;
1447
+ } & {
1448
+ readonly default: "div";
1449
+ };
1450
+ readonly always: BooleanConstructor;
1451
+ readonly minSize: {
1452
+ readonly type: PropType<number>;
1453
+ readonly required: false;
1454
+ readonly validator: ((val: unknown) => boolean) | undefined;
1455
+ __epPropKey: true;
1456
+ } & {
1457
+ readonly default: 20;
1458
+ };
1459
+ readonly tabindex: {
1460
+ readonly type: PropType<string | number>;
1461
+ readonly required: false;
1462
+ readonly validator: ((val: unknown) => boolean) | undefined;
1463
+ __epPropKey: true;
1464
+ } & {
1465
+ readonly default: undefined;
1466
+ };
1467
+ readonly id: StringConstructor;
1468
+ readonly role: StringConstructor;
1469
+ }>> & {
1470
+ onScroll?: ((args_0: {
1471
+ scrollTop: number;
1472
+ scrollLeft: number;
1473
+ }) => any) | undefined;
1474
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
1475
+ }, {
1476
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
1477
+ update: () => void;
1478
+ scrollTo: {
1479
+ (xCord: number, yCord?: number): void;
1480
+ (options: ScrollToOptions): void;
1481
+ };
1482
+ setScrollTop: (value: number) => void;
1483
+ setScrollLeft: (value: number) => void;
1484
+ handleScroll: () => void;
1485
+ }, {}, {}, {}, {
1486
+ readonly height: string | number;
1487
+ readonly maxHeight: string | number;
1488
+ readonly always: boolean;
1489
+ readonly tabindex: string | number;
1490
+ readonly minSize: number;
1491
+ readonly native: boolean;
1492
+ readonly wrapStyle: import('vue').StyleValue;
1493
+ readonly wrapClass: string | unknown[];
1494
+ readonly viewClass: string | unknown[];
1495
+ readonly viewStyle: string | Record<string, any> | unknown[];
1496
+ readonly tag: string;
1497
+ readonly noresize: boolean;
1498
+ }>;
1499
+ __isFragment?: never;
1500
+ __isTeleport?: never;
1501
+ __isSuspense?: never;
1502
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1503
+ readonly ariaLabel: StringConstructor;
1504
+ readonly ariaOrientation: {
1505
+ readonly type: PropType<string>;
1506
+ readonly required: false;
1507
+ readonly validator: ((val: unknown) => boolean) | undefined;
1508
+ __epPropKey: true;
1509
+ };
1510
+ readonly height: {
1511
+ readonly type: PropType<string | number>;
1512
+ readonly required: false;
1513
+ readonly validator: ((val: unknown) => boolean) | undefined;
1514
+ __epPropKey: true;
1515
+ } & {
1516
+ readonly default: "";
1517
+ };
1518
+ readonly maxHeight: {
1519
+ readonly type: PropType<string | number>;
1520
+ readonly required: false;
1521
+ readonly validator: ((val: unknown) => boolean) | undefined;
1522
+ __epPropKey: true;
1523
+ } & {
1524
+ readonly default: "";
1525
+ };
1526
+ readonly native: {
1527
+ readonly type: PropType<boolean>;
1528
+ readonly required: false;
1529
+ readonly validator: ((val: unknown) => boolean) | undefined;
1530
+ __epPropKey: true;
1531
+ } & {
1532
+ readonly default: false;
1533
+ };
1534
+ readonly wrapStyle: {
1535
+ readonly type: PropType<import('vue').StyleValue>;
1536
+ readonly required: false;
1537
+ readonly validator: ((val: unknown) => boolean) | undefined;
1538
+ __epPropKey: true;
1539
+ } & {
1540
+ readonly default: "";
1541
+ };
1542
+ readonly wrapClass: {
1543
+ readonly type: PropType<string | unknown[]>;
1544
+ readonly required: false;
1545
+ readonly validator: ((val: unknown) => boolean) | undefined;
1546
+ __epPropKey: true;
1547
+ } & {
1548
+ readonly default: "";
1549
+ };
1550
+ readonly viewClass: {
1551
+ readonly type: PropType<string | unknown[]>;
1552
+ readonly required: false;
1553
+ readonly validator: ((val: unknown) => boolean) | undefined;
1554
+ __epPropKey: true;
1555
+ } & {
1556
+ readonly default: "";
1557
+ };
1558
+ readonly viewStyle: {
1559
+ readonly type: PropType<string | Record<string, any> | unknown[]>;
1560
+ readonly required: false;
1561
+ readonly validator: ((val: unknown) => boolean) | undefined;
1562
+ __epPropKey: true;
1563
+ } & {
1564
+ readonly default: "";
1565
+ };
1566
+ readonly noresize: BooleanConstructor;
1567
+ readonly tag: {
1568
+ readonly type: PropType<string>;
1569
+ readonly required: false;
1570
+ readonly validator: ((val: unknown) => boolean) | undefined;
1571
+ __epPropKey: true;
1572
+ } & {
1573
+ readonly default: "div";
1574
+ };
1575
+ readonly always: BooleanConstructor;
1576
+ readonly minSize: {
1577
+ readonly type: PropType<number>;
1578
+ readonly required: false;
1579
+ readonly validator: ((val: unknown) => boolean) | undefined;
1580
+ __epPropKey: true;
1581
+ } & {
1582
+ readonly default: 20;
1583
+ };
1584
+ readonly tabindex: {
1585
+ readonly type: PropType<string | number>;
1586
+ readonly required: false;
1587
+ readonly validator: ((val: unknown) => boolean) | undefined;
1588
+ __epPropKey: true;
1589
+ } & {
1590
+ readonly default: undefined;
1591
+ };
1592
+ readonly id: StringConstructor;
1593
+ readonly role: StringConstructor;
1594
+ }>> & {
1595
+ onScroll?: ((args_0: {
1596
+ scrollTop: number;
1597
+ scrollLeft: number;
1598
+ }) => any) | undefined;
1599
+ "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
1600
+ }, {
1601
+ wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
1602
+ update: () => void;
1603
+ scrollTo: {
1604
+ (xCord: number, yCord?: number): void;
1605
+ (options: ScrollToOptions): void;
1606
+ };
1607
+ setScrollTop: (value: number) => void;
1608
+ setScrollLeft: (value: number) => void;
1609
+ handleScroll: () => void;
1610
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1611
+ scroll: (args_0: {
1612
+ scrollTop: number;
1613
+ scrollLeft: number;
1614
+ }) => void;
1615
+ "end-reached": (direction: import('element-plus').ScrollbarDirection) => void;
1616
+ }, string, {
1617
+ readonly height: string | number;
1618
+ readonly maxHeight: string | number;
1619
+ readonly always: boolean;
1620
+ readonly tabindex: string | number;
1621
+ readonly minSize: number;
1622
+ readonly native: boolean;
1623
+ readonly wrapStyle: import('vue').StyleValue;
1624
+ readonly wrapClass: string | unknown[];
1625
+ readonly viewClass: string | unknown[];
1626
+ readonly viewStyle: string | Record<string, any> | unknown[];
1627
+ readonly tag: string;
1628
+ readonly noresize: boolean;
1629
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1630
+ $slots: {
1631
+ default?(_: {}): any;
1632
+ };
1633
+ }) & import('vue').Plugin;
1634
+ ElCheckboxGroup: {
1635
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1636
+ readonly ariaLabel: StringConstructor;
1637
+ readonly modelValue: {
1638
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
1639
+ readonly required: false;
1640
+ readonly validator: ((val: unknown) => boolean) | undefined;
1641
+ __epPropKey: true;
1642
+ } & {
1643
+ readonly default: () => never[];
1644
+ };
1645
+ readonly disabled: BooleanConstructor;
1646
+ readonly min: NumberConstructor;
1647
+ readonly max: NumberConstructor;
1648
+ readonly size: {
1649
+ readonly type: PropType<"" | "small" | "default" | "large">;
1650
+ readonly required: false;
1651
+ readonly validator: ((val: unknown) => boolean) | undefined;
1652
+ __epPropKey: true;
1653
+ };
1654
+ readonly fill: StringConstructor;
1655
+ readonly textColor: StringConstructor;
1656
+ readonly tag: {
1657
+ readonly type: PropType<string>;
1658
+ readonly required: false;
1659
+ readonly validator: ((val: unknown) => boolean) | undefined;
1660
+ __epPropKey: true;
1661
+ } & {
1662
+ readonly default: "div";
1663
+ };
1664
+ readonly validateEvent: {
1665
+ readonly type: PropType<boolean>;
1666
+ readonly required: false;
1667
+ readonly validator: ((val: unknown) => boolean) | undefined;
1668
+ __epPropKey: true;
1669
+ } & {
1670
+ readonly default: true;
1671
+ };
1672
+ }>> & {
1673
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
1674
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
1675
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1676
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
1677
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
1678
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1679
+ readonly disabled: boolean;
1680
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
1681
+ readonly validateEvent: boolean;
1682
+ readonly tag: string;
1683
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1684
+ P: {};
1685
+ B: {};
1686
+ D: {};
1687
+ C: {};
1688
+ M: {};
1689
+ Defaults: {};
1690
+ }, Readonly<import('vue').ExtractPropTypes<{
1691
+ readonly ariaLabel: StringConstructor;
1692
+ readonly modelValue: {
1693
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
1694
+ readonly required: false;
1695
+ readonly validator: ((val: unknown) => boolean) | undefined;
1696
+ __epPropKey: true;
1697
+ } & {
1698
+ readonly default: () => never[];
1699
+ };
1700
+ readonly disabled: BooleanConstructor;
1701
+ readonly min: NumberConstructor;
1702
+ readonly max: NumberConstructor;
1703
+ readonly size: {
1704
+ readonly type: PropType<"" | "small" | "default" | "large">;
1705
+ readonly required: false;
1706
+ readonly validator: ((val: unknown) => boolean) | undefined;
1707
+ __epPropKey: true;
1708
+ };
1709
+ readonly fill: StringConstructor;
1710
+ readonly textColor: StringConstructor;
1711
+ readonly tag: {
1712
+ readonly type: PropType<string>;
1713
+ readonly required: false;
1714
+ readonly validator: ((val: unknown) => boolean) | undefined;
1715
+ __epPropKey: true;
1716
+ } & {
1717
+ readonly default: "div";
1718
+ };
1719
+ readonly validateEvent: {
1720
+ readonly type: PropType<boolean>;
1721
+ readonly required: false;
1722
+ readonly validator: ((val: unknown) => boolean) | undefined;
1723
+ __epPropKey: true;
1724
+ } & {
1725
+ readonly default: true;
1726
+ };
1727
+ }>> & {
1728
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
1729
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
1730
+ }, {}, {}, {}, {}, {
1731
+ readonly disabled: boolean;
1732
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
1733
+ readonly validateEvent: boolean;
1734
+ readonly tag: string;
1735
+ }>;
1736
+ __isFragment?: never;
1737
+ __isTeleport?: never;
1738
+ __isSuspense?: never;
1739
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1740
+ readonly ariaLabel: StringConstructor;
1741
+ readonly modelValue: {
1742
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
1743
+ readonly required: false;
1744
+ readonly validator: ((val: unknown) => boolean) | undefined;
1745
+ __epPropKey: true;
1746
+ } & {
1747
+ readonly default: () => never[];
1748
+ };
1749
+ readonly disabled: BooleanConstructor;
1750
+ readonly min: NumberConstructor;
1751
+ readonly max: NumberConstructor;
1752
+ readonly size: {
1753
+ readonly type: PropType<"" | "small" | "default" | "large">;
1754
+ readonly required: false;
1755
+ readonly validator: ((val: unknown) => boolean) | undefined;
1756
+ __epPropKey: true;
1757
+ };
1758
+ readonly fill: StringConstructor;
1759
+ readonly textColor: StringConstructor;
1760
+ readonly tag: {
1761
+ readonly type: PropType<string>;
1762
+ readonly required: false;
1763
+ readonly validator: ((val: unknown) => boolean) | undefined;
1764
+ __epPropKey: true;
1765
+ } & {
1766
+ readonly default: "div";
1767
+ };
1768
+ readonly validateEvent: {
1769
+ readonly type: PropType<boolean>;
1770
+ readonly required: false;
1771
+ readonly validator: ((val: unknown) => boolean) | undefined;
1772
+ __epPropKey: true;
1773
+ } & {
1774
+ readonly default: true;
1775
+ };
1776
+ }>> & {
1777
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
1778
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
1779
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1780
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
1781
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
1782
+ }, string, {
1783
+ readonly disabled: boolean;
1784
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
1785
+ readonly validateEvent: boolean;
1786
+ readonly tag: string;
1787
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1788
+ $slots: {
1789
+ default?(_: {}): any;
1790
+ };
1791
+ }) & import('vue').Plugin;
1792
+ ElCheckbox: ({
1793
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1794
+ ariaControls: StringConstructor;
1795
+ modelValue: {
1796
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
1797
+ default: undefined;
1798
+ };
1799
+ label: {
1800
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
1801
+ default: undefined;
1802
+ };
1803
+ value: {
1804
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
1805
+ default: undefined;
1806
+ };
1807
+ indeterminate: BooleanConstructor;
1808
+ disabled: BooleanConstructor;
1809
+ checked: BooleanConstructor;
1810
+ name: {
1811
+ type: StringConstructor;
1812
+ default: undefined;
1813
+ };
1814
+ trueValue: {
1815
+ type: (NumberConstructor | StringConstructor)[];
1816
+ default: undefined;
1817
+ };
1818
+ falseValue: {
1819
+ type: (NumberConstructor | StringConstructor)[];
1820
+ default: undefined;
1821
+ };
1822
+ trueLabel: {
1823
+ type: (NumberConstructor | StringConstructor)[];
1824
+ default: undefined;
1825
+ };
1826
+ falseLabel: {
1827
+ type: (NumberConstructor | StringConstructor)[];
1828
+ default: undefined;
1829
+ };
1830
+ id: {
1831
+ type: StringConstructor;
1832
+ default: undefined;
1833
+ };
1834
+ border: BooleanConstructor;
1835
+ size: {
1836
+ readonly type: PropType<"" | "small" | "default" | "large">;
1837
+ readonly required: false;
1838
+ readonly validator: ((val: unknown) => boolean) | undefined;
1839
+ __epPropKey: true;
1840
+ };
1841
+ tabindex: (NumberConstructor | StringConstructor)[];
1842
+ validateEvent: {
1843
+ type: BooleanConstructor;
1844
+ default: boolean;
1845
+ };
1846
+ }>> & {
1847
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
1848
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
1849
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1850
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
1851
+ change: (val: import('element-plus').CheckboxValueType) => void;
1852
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1853
+ label: string | number | boolean | Record<string, any>;
1854
+ disabled: boolean;
1855
+ border: boolean;
1856
+ value: string | number | boolean | Record<string, any>;
1857
+ id: string;
1858
+ name: string;
1859
+ modelValue: string | number | boolean;
1860
+ validateEvent: boolean;
1861
+ indeterminate: boolean;
1862
+ checked: boolean;
1863
+ trueValue: string | number;
1864
+ falseValue: string | number;
1865
+ trueLabel: string | number;
1866
+ falseLabel: string | number;
1867
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1868
+ P: {};
1869
+ B: {};
1870
+ D: {};
1871
+ C: {};
1872
+ M: {};
1873
+ Defaults: {};
1874
+ }, Readonly<import('vue').ExtractPropTypes<{
1875
+ ariaControls: StringConstructor;
1876
+ modelValue: {
1877
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
1878
+ default: undefined;
1879
+ };
1880
+ label: {
1881
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
1882
+ default: undefined;
1883
+ };
1884
+ value: {
1885
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
1886
+ default: undefined;
1887
+ };
1888
+ indeterminate: BooleanConstructor;
1889
+ disabled: BooleanConstructor;
1890
+ checked: BooleanConstructor;
1891
+ name: {
1892
+ type: StringConstructor;
1893
+ default: undefined;
1894
+ };
1895
+ trueValue: {
1896
+ type: (NumberConstructor | StringConstructor)[];
1897
+ default: undefined;
1898
+ };
1899
+ falseValue: {
1900
+ type: (NumberConstructor | StringConstructor)[];
1901
+ default: undefined;
1902
+ };
1903
+ trueLabel: {
1904
+ type: (NumberConstructor | StringConstructor)[];
1905
+ default: undefined;
1906
+ };
1907
+ falseLabel: {
1908
+ type: (NumberConstructor | StringConstructor)[];
1909
+ default: undefined;
1910
+ };
1911
+ id: {
1912
+ type: StringConstructor;
1913
+ default: undefined;
1914
+ };
1915
+ border: BooleanConstructor;
1916
+ size: {
1917
+ readonly type: PropType<"" | "small" | "default" | "large">;
1918
+ readonly required: false;
1919
+ readonly validator: ((val: unknown) => boolean) | undefined;
1920
+ __epPropKey: true;
1921
+ };
1922
+ tabindex: (NumberConstructor | StringConstructor)[];
1923
+ validateEvent: {
1924
+ type: BooleanConstructor;
1925
+ default: boolean;
1926
+ };
1927
+ }>> & {
1928
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
1929
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
1930
+ }, {}, {}, {}, {}, {
1931
+ label: string | number | boolean | Record<string, any>;
1932
+ disabled: boolean;
1933
+ border: boolean;
1934
+ value: string | number | boolean | Record<string, any>;
1935
+ id: string;
1936
+ name: string;
1937
+ modelValue: string | number | boolean;
1938
+ validateEvent: boolean;
1939
+ indeterminate: boolean;
1940
+ checked: boolean;
1941
+ trueValue: string | number;
1942
+ falseValue: string | number;
1943
+ trueLabel: string | number;
1944
+ falseLabel: string | number;
1945
+ }>;
1946
+ __isFragment?: never;
1947
+ __isTeleport?: never;
1948
+ __isSuspense?: never;
1949
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1950
+ ariaControls: StringConstructor;
1951
+ modelValue: {
1952
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
1953
+ default: undefined;
1954
+ };
1955
+ label: {
1956
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
1957
+ default: undefined;
1958
+ };
1959
+ value: {
1960
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
1961
+ default: undefined;
1962
+ };
1963
+ indeterminate: BooleanConstructor;
1964
+ disabled: BooleanConstructor;
1965
+ checked: BooleanConstructor;
1966
+ name: {
1967
+ type: StringConstructor;
1968
+ default: undefined;
1969
+ };
1970
+ trueValue: {
1971
+ type: (NumberConstructor | StringConstructor)[];
1972
+ default: undefined;
1973
+ };
1974
+ falseValue: {
1975
+ type: (NumberConstructor | StringConstructor)[];
1976
+ default: undefined;
1977
+ };
1978
+ trueLabel: {
1979
+ type: (NumberConstructor | StringConstructor)[];
1980
+ default: undefined;
1981
+ };
1982
+ falseLabel: {
1983
+ type: (NumberConstructor | StringConstructor)[];
1984
+ default: undefined;
1985
+ };
1986
+ id: {
1987
+ type: StringConstructor;
1988
+ default: undefined;
1989
+ };
1990
+ border: BooleanConstructor;
1991
+ size: {
1992
+ readonly type: PropType<"" | "small" | "default" | "large">;
1993
+ readonly required: false;
1994
+ readonly validator: ((val: unknown) => boolean) | undefined;
1995
+ __epPropKey: true;
1996
+ };
1997
+ tabindex: (NumberConstructor | StringConstructor)[];
1998
+ validateEvent: {
1999
+ type: BooleanConstructor;
2000
+ default: boolean;
2001
+ };
2002
+ }>> & {
2003
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
2004
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
2005
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2006
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
2007
+ change: (val: import('element-plus').CheckboxValueType) => void;
2008
+ }, string, {
2009
+ label: string | number | boolean | Record<string, any>;
2010
+ disabled: boolean;
2011
+ border: boolean;
2012
+ value: string | number | boolean | Record<string, any>;
2013
+ id: string;
2014
+ name: string;
2015
+ modelValue: string | number | boolean;
2016
+ validateEvent: boolean;
2017
+ indeterminate: boolean;
2018
+ checked: boolean;
2019
+ trueValue: string | number;
2020
+ falseValue: string | number;
2021
+ trueLabel: string | number;
2022
+ falseLabel: string | number;
2023
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2024
+ $slots: {
2025
+ default?(_: {}): any;
2026
+ };
2027
+ }) & import('vue').Plugin) & {
2028
+ CheckboxButton: {
2029
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2030
+ ariaControls: StringConstructor;
2031
+ modelValue: {
2032
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
2033
+ default: undefined;
2034
+ };
2035
+ label: {
2036
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
2037
+ default: undefined;
2038
+ };
2039
+ value: {
2040
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
2041
+ default: undefined;
2042
+ };
2043
+ indeterminate: BooleanConstructor;
2044
+ disabled: BooleanConstructor;
2045
+ checked: BooleanConstructor;
2046
+ name: {
2047
+ type: StringConstructor;
2048
+ default: undefined;
2049
+ };
2050
+ trueValue: {
2051
+ type: (NumberConstructor | StringConstructor)[];
2052
+ default: undefined;
2053
+ };
2054
+ falseValue: {
2055
+ type: (NumberConstructor | StringConstructor)[];
2056
+ default: undefined;
2057
+ };
2058
+ trueLabel: {
2059
+ type: (NumberConstructor | StringConstructor)[];
2060
+ default: undefined;
2061
+ };
2062
+ falseLabel: {
2063
+ type: (NumberConstructor | StringConstructor)[];
2064
+ default: undefined;
2065
+ };
2066
+ id: {
2067
+ type: StringConstructor;
2068
+ default: undefined;
2069
+ };
2070
+ border: BooleanConstructor;
2071
+ size: {
2072
+ readonly type: PropType<"" | "small" | "default" | "large">;
2073
+ readonly required: false;
2074
+ readonly validator: ((val: unknown) => boolean) | undefined;
2075
+ __epPropKey: true;
2076
+ };
2077
+ tabindex: (NumberConstructor | StringConstructor)[];
2078
+ validateEvent: {
2079
+ type: BooleanConstructor;
2080
+ default: boolean;
2081
+ };
2082
+ }>> & {
2083
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
2084
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
2085
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2086
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
2087
+ change: (val: import('element-plus').CheckboxValueType) => void;
2088
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
2089
+ label: string | number | boolean | Record<string, any>;
2090
+ disabled: boolean;
2091
+ border: boolean;
2092
+ value: string | number | boolean | Record<string, any>;
2093
+ id: string;
2094
+ name: string;
2095
+ modelValue: string | number | boolean;
2096
+ validateEvent: boolean;
2097
+ indeterminate: boolean;
2098
+ checked: boolean;
2099
+ trueValue: string | number;
2100
+ falseValue: string | number;
2101
+ trueLabel: string | number;
2102
+ falseLabel: string | number;
2103
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2104
+ P: {};
2105
+ B: {};
2106
+ D: {};
2107
+ C: {};
2108
+ M: {};
2109
+ Defaults: {};
2110
+ }, Readonly<import('vue').ExtractPropTypes<{
2111
+ ariaControls: StringConstructor;
2112
+ modelValue: {
2113
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
2114
+ default: undefined;
2115
+ };
2116
+ label: {
2117
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
2118
+ default: undefined;
2119
+ };
2120
+ value: {
2121
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
2122
+ default: undefined;
2123
+ };
2124
+ indeterminate: BooleanConstructor;
2125
+ disabled: BooleanConstructor;
2126
+ checked: BooleanConstructor;
2127
+ name: {
2128
+ type: StringConstructor;
2129
+ default: undefined;
2130
+ };
2131
+ trueValue: {
2132
+ type: (NumberConstructor | StringConstructor)[];
2133
+ default: undefined;
2134
+ };
2135
+ falseValue: {
2136
+ type: (NumberConstructor | StringConstructor)[];
2137
+ default: undefined;
2138
+ };
2139
+ trueLabel: {
2140
+ type: (NumberConstructor | StringConstructor)[];
2141
+ default: undefined;
2142
+ };
2143
+ falseLabel: {
2144
+ type: (NumberConstructor | StringConstructor)[];
2145
+ default: undefined;
2146
+ };
2147
+ id: {
2148
+ type: StringConstructor;
2149
+ default: undefined;
2150
+ };
2151
+ border: BooleanConstructor;
2152
+ size: {
2153
+ readonly type: PropType<"" | "small" | "default" | "large">;
2154
+ readonly required: false;
2155
+ readonly validator: ((val: unknown) => boolean) | undefined;
2156
+ __epPropKey: true;
2157
+ };
2158
+ tabindex: (NumberConstructor | StringConstructor)[];
2159
+ validateEvent: {
2160
+ type: BooleanConstructor;
2161
+ default: boolean;
2162
+ };
2163
+ }>> & {
2164
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
2165
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
2166
+ }, {}, {}, {}, {}, {
2167
+ label: string | number | boolean | Record<string, any>;
2168
+ disabled: boolean;
2169
+ border: boolean;
2170
+ value: string | number | boolean | Record<string, any>;
2171
+ id: string;
2172
+ name: string;
2173
+ modelValue: string | number | boolean;
2174
+ validateEvent: boolean;
2175
+ indeterminate: boolean;
2176
+ checked: boolean;
2177
+ trueValue: string | number;
2178
+ falseValue: string | number;
2179
+ trueLabel: string | number;
2180
+ falseLabel: string | number;
2181
+ }>;
2182
+ __isFragment?: never;
2183
+ __isTeleport?: never;
2184
+ __isSuspense?: never;
2185
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
2186
+ ariaControls: StringConstructor;
2187
+ modelValue: {
2188
+ type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
2189
+ default: undefined;
2190
+ };
2191
+ label: {
2192
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
2193
+ default: undefined;
2194
+ };
2195
+ value: {
2196
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | BooleanConstructor)[];
2197
+ default: undefined;
2198
+ };
2199
+ indeterminate: BooleanConstructor;
2200
+ disabled: BooleanConstructor;
2201
+ checked: BooleanConstructor;
2202
+ name: {
2203
+ type: StringConstructor;
2204
+ default: undefined;
2205
+ };
2206
+ trueValue: {
2207
+ type: (NumberConstructor | StringConstructor)[];
2208
+ default: undefined;
2209
+ };
2210
+ falseValue: {
2211
+ type: (NumberConstructor | StringConstructor)[];
2212
+ default: undefined;
2213
+ };
2214
+ trueLabel: {
2215
+ type: (NumberConstructor | StringConstructor)[];
2216
+ default: undefined;
2217
+ };
2218
+ falseLabel: {
2219
+ type: (NumberConstructor | StringConstructor)[];
2220
+ default: undefined;
2221
+ };
2222
+ id: {
2223
+ type: StringConstructor;
2224
+ default: undefined;
2225
+ };
2226
+ border: BooleanConstructor;
2227
+ size: {
2228
+ readonly type: PropType<"" | "small" | "default" | "large">;
2229
+ readonly required: false;
2230
+ readonly validator: ((val: unknown) => boolean) | undefined;
2231
+ __epPropKey: true;
2232
+ };
2233
+ tabindex: (NumberConstructor | StringConstructor)[];
2234
+ validateEvent: {
2235
+ type: BooleanConstructor;
2236
+ default: boolean;
2237
+ };
2238
+ }>> & {
2239
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
2240
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
2241
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2242
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
2243
+ change: (val: import('element-plus').CheckboxValueType) => void;
2244
+ }, string, {
2245
+ label: string | number | boolean | Record<string, any>;
2246
+ disabled: boolean;
2247
+ border: boolean;
2248
+ value: string | number | boolean | Record<string, any>;
2249
+ id: string;
2250
+ name: string;
2251
+ modelValue: string | number | boolean;
2252
+ validateEvent: boolean;
2253
+ indeterminate: boolean;
2254
+ checked: boolean;
2255
+ trueValue: string | number;
2256
+ falseValue: string | number;
2257
+ trueLabel: string | number;
2258
+ falseLabel: string | number;
2259
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2260
+ $slots: {
2261
+ default?(_: {}): any;
2262
+ };
2263
+ });
2264
+ CheckboxGroup: {
2265
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2266
+ readonly ariaLabel: StringConstructor;
2267
+ readonly modelValue: {
2268
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
2269
+ readonly required: false;
2270
+ readonly validator: ((val: unknown) => boolean) | undefined;
2271
+ __epPropKey: true;
2272
+ } & {
2273
+ readonly default: () => never[];
2274
+ };
2275
+ readonly disabled: BooleanConstructor;
2276
+ readonly min: NumberConstructor;
2277
+ readonly max: NumberConstructor;
2278
+ readonly size: {
2279
+ readonly type: PropType<"" | "small" | "default" | "large">;
2280
+ readonly required: false;
2281
+ readonly validator: ((val: unknown) => boolean) | undefined;
2282
+ __epPropKey: true;
2283
+ };
2284
+ readonly fill: StringConstructor;
2285
+ readonly textColor: StringConstructor;
2286
+ readonly tag: {
2287
+ readonly type: PropType<string>;
2288
+ readonly required: false;
2289
+ readonly validator: ((val: unknown) => boolean) | undefined;
2290
+ __epPropKey: true;
2291
+ } & {
2292
+ readonly default: "div";
2293
+ };
2294
+ readonly validateEvent: {
2295
+ readonly type: PropType<boolean>;
2296
+ readonly required: false;
2297
+ readonly validator: ((val: unknown) => boolean) | undefined;
2298
+ __epPropKey: true;
2299
+ } & {
2300
+ readonly default: true;
2301
+ };
2302
+ }>> & {
2303
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
2304
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
2305
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2306
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
2307
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
2308
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
2309
+ readonly disabled: boolean;
2310
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
2311
+ readonly validateEvent: boolean;
2312
+ readonly tag: string;
2313
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2314
+ P: {};
2315
+ B: {};
2316
+ D: {};
2317
+ C: {};
2318
+ M: {};
2319
+ Defaults: {};
2320
+ }, Readonly<import('vue').ExtractPropTypes<{
2321
+ readonly ariaLabel: StringConstructor;
2322
+ readonly modelValue: {
2323
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
2324
+ readonly required: false;
2325
+ readonly validator: ((val: unknown) => boolean) | undefined;
2326
+ __epPropKey: true;
2327
+ } & {
2328
+ readonly default: () => never[];
2329
+ };
2330
+ readonly disabled: BooleanConstructor;
2331
+ readonly min: NumberConstructor;
2332
+ readonly max: NumberConstructor;
2333
+ readonly size: {
2334
+ readonly type: PropType<"" | "small" | "default" | "large">;
2335
+ readonly required: false;
2336
+ readonly validator: ((val: unknown) => boolean) | undefined;
2337
+ __epPropKey: true;
2338
+ };
2339
+ readonly fill: StringConstructor;
2340
+ readonly textColor: StringConstructor;
2341
+ readonly tag: {
2342
+ readonly type: PropType<string>;
2343
+ readonly required: false;
2344
+ readonly validator: ((val: unknown) => boolean) | undefined;
2345
+ __epPropKey: true;
2346
+ } & {
2347
+ readonly default: "div";
2348
+ };
2349
+ readonly validateEvent: {
2350
+ readonly type: PropType<boolean>;
2351
+ readonly required: false;
2352
+ readonly validator: ((val: unknown) => boolean) | undefined;
2353
+ __epPropKey: true;
2354
+ } & {
2355
+ readonly default: true;
2356
+ };
2357
+ }>> & {
2358
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
2359
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
2360
+ }, {}, {}, {}, {}, {
2361
+ readonly disabled: boolean;
2362
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
2363
+ readonly validateEvent: boolean;
2364
+ readonly tag: string;
2365
+ }>;
2366
+ __isFragment?: never;
2367
+ __isTeleport?: never;
2368
+ __isSuspense?: never;
2369
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
2370
+ readonly ariaLabel: StringConstructor;
2371
+ readonly modelValue: {
2372
+ readonly type: PropType<import('element-plus').CheckboxGroupValueType>;
2373
+ readonly required: false;
2374
+ readonly validator: ((val: unknown) => boolean) | undefined;
2375
+ __epPropKey: true;
2376
+ } & {
2377
+ readonly default: () => never[];
2378
+ };
2379
+ readonly disabled: BooleanConstructor;
2380
+ readonly min: NumberConstructor;
2381
+ readonly max: NumberConstructor;
2382
+ readonly size: {
2383
+ readonly type: PropType<"" | "small" | "default" | "large">;
2384
+ readonly required: false;
2385
+ readonly validator: ((val: unknown) => boolean) | undefined;
2386
+ __epPropKey: true;
2387
+ };
2388
+ readonly fill: StringConstructor;
2389
+ readonly textColor: StringConstructor;
2390
+ readonly tag: {
2391
+ readonly type: PropType<string>;
2392
+ readonly required: false;
2393
+ readonly validator: ((val: unknown) => boolean) | undefined;
2394
+ __epPropKey: true;
2395
+ } & {
2396
+ readonly default: "div";
2397
+ };
2398
+ readonly validateEvent: {
2399
+ readonly type: PropType<boolean>;
2400
+ readonly required: false;
2401
+ readonly validator: ((val: unknown) => boolean) | undefined;
2402
+ __epPropKey: true;
2403
+ } & {
2404
+ readonly default: true;
2405
+ };
2406
+ }>> & {
2407
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
2408
+ onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
2409
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2410
+ "update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
2411
+ change: (val: import('element-plus').CheckboxValueType[]) => void;
2412
+ }, string, {
2413
+ readonly disabled: boolean;
2414
+ readonly modelValue: import('element-plus').CheckboxGroupValueType;
2415
+ readonly validateEvent: boolean;
2416
+ readonly tag: string;
2417
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2418
+ $slots: {
2419
+ default?(_: {}): any;
2420
+ };
2421
+ });
2422
+ };
2423
+ EleTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2424
+ bodyStyle: PropType<import('../../ele-app/types').StyleValue>;
2425
+ bg: StringConstructor;
2426
+ arrowBg: StringConstructor;
2427
+ width: (NumberConstructor | StringConstructor)[];
2428
+ isPopover: BooleanConstructor;
2429
+ showAfter: {
2430
+ readonly type: PropType<number>;
2431
+ readonly required: false;
2432
+ readonly validator: ((val: unknown) => boolean) | undefined;
2433
+ __epPropKey: true;
2434
+ } & {
2435
+ readonly default: 0;
2436
+ };
2437
+ hideAfter: {
2438
+ readonly type: PropType<number>;
2439
+ readonly required: false;
2440
+ readonly validator: ((val: unknown) => boolean) | undefined;
2441
+ __epPropKey: true;
2442
+ } & {
2443
+ readonly default: 200;
2444
+ };
2445
+ autoClose: {
2446
+ readonly type: PropType<number>;
2447
+ readonly required: false;
2448
+ readonly validator: ((val: unknown) => boolean) | undefined;
2449
+ __epPropKey: true;
2450
+ } & {
2451
+ readonly default: 0;
2452
+ };
2453
+ effect: {
2454
+ readonly type: PropType<import('element-plus').PopperEffect>;
2455
+ readonly required: false;
2456
+ readonly validator: ((val: unknown) => boolean) | undefined;
2457
+ __epPropKey: true;
2458
+ } & {
2459
+ readonly default: "dark";
2460
+ };
2461
+ ariaLabel: StringConstructor;
2462
+ placement: {
2463
+ readonly type: PropType<string>;
2464
+ readonly required: false;
2465
+ readonly validator: ((val: unknown) => boolean) | undefined;
2466
+ __epPropKey: true;
2467
+ } & {
2468
+ readonly default: "bottom";
2469
+ };
2470
+ teleported: {
2471
+ readonly type: PropType<boolean>;
2472
+ readonly required: false;
2473
+ readonly validator: ((val: unknown) => boolean) | undefined;
2474
+ __epPropKey: true;
2475
+ } & {
2476
+ readonly default: true;
2477
+ };
2478
+ appendTo: {
2479
+ readonly type: PropType<string | HTMLElement>;
2480
+ readonly required: false;
2481
+ readonly validator: ((val: unknown) => boolean) | undefined;
2482
+ __epPropKey: true;
2483
+ };
2484
+ disabled: BooleanConstructor;
2485
+ offset: {
2486
+ readonly type: PropType<number>;
2487
+ readonly required: false;
2488
+ readonly validator: ((val: unknown) => boolean) | undefined;
2489
+ __epPropKey: true;
2490
+ } & {
2491
+ readonly default: 12;
2492
+ };
2493
+ persistent: BooleanConstructor;
2494
+ zIndex: NumberConstructor;
2495
+ visible: {
2496
+ readonly type: PropType<boolean | null>;
2497
+ readonly required: false;
2498
+ readonly validator: ((val: unknown) => boolean) | undefined;
2499
+ __epPropKey: true;
2500
+ } & {
2501
+ readonly default: null;
2502
+ };
2503
+ trigger: {
2504
+ readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
2505
+ readonly required: false;
2506
+ readonly validator: ((val: unknown) => boolean) | undefined;
2507
+ __epPropKey: true;
2508
+ } & {
2509
+ readonly default: "hover";
2510
+ };
2511
+ triggerKeys: {
2512
+ readonly type: PropType<string[]>;
2513
+ readonly required: false;
2514
+ readonly validator: ((val: unknown) => boolean) | undefined;
2515
+ __epPropKey: true;
2516
+ } & {
2517
+ readonly default: () => string[];
2518
+ };
2519
+ popperOptions: {
2520
+ readonly type: PropType<any>;
2521
+ readonly required: false;
2522
+ readonly validator: ((val: unknown) => boolean) | undefined;
2523
+ __epPropKey: true;
2524
+ } & {
2525
+ readonly default: () => {};
2526
+ };
2527
+ transition: StringConstructor;
2528
+ content: {
2529
+ readonly type: PropType<string>;
2530
+ readonly required: false;
2531
+ readonly validator: ((val: unknown) => boolean) | undefined;
2532
+ __epPropKey: true;
2533
+ } & {
2534
+ readonly default: "";
2535
+ };
2536
+ enterable: {
2537
+ readonly type: PropType<boolean>;
2538
+ readonly required: false;
2539
+ readonly validator: ((val: unknown) => boolean) | undefined;
2540
+ __epPropKey: true;
2541
+ } & {
2542
+ readonly default: true;
2543
+ };
2544
+ showArrow: {
2545
+ readonly type: PropType<boolean>;
2546
+ readonly required: false;
2547
+ readonly validator: ((val: unknown) => boolean) | undefined;
2548
+ __epPropKey: true;
2549
+ } & {
2550
+ readonly default: boolean;
2551
+ };
2552
+ arrowOffset: {
2553
+ readonly type: PropType<number>;
2554
+ readonly required: false;
2555
+ readonly validator: ((val: unknown) => boolean) | undefined;
2556
+ __epPropKey: true;
2557
+ } & {
2558
+ readonly default: 5;
2559
+ };
2560
+ virtualRef: {
2561
+ readonly type: PropType<import('element-plus').Measurable>;
2562
+ readonly required: false;
2563
+ readonly validator: ((val: unknown) => boolean) | undefined;
2564
+ __epPropKey: true;
2565
+ };
2566
+ virtualTriggering: BooleanConstructor;
2567
+ rawContent: BooleanConstructor;
2568
+ gpuAcceleration: {
2569
+ readonly type: PropType<boolean>;
2570
+ readonly required: false;
2571
+ readonly validator: ((val: unknown) => boolean) | undefined;
2572
+ __epPropKey: true;
2573
+ } & {
2574
+ readonly default: true;
2575
+ };
2576
+ className: StringConstructor;
2577
+ popperClass: StringConstructor;
2578
+ popperStyle: PropType<import('../../ele-app/types').StyleValue>;
2579
+ }>, {
2580
+ tooltipRef: import('vue').Ref<import('../../ele-app/el').ElTooltipInstance | undefined, import('../../ele-app/el').ElTooltipInstance | undefined>;
2581
+ rootProps: import('vue').ComputedRef<Partial<import('element-plus').ElTooltipProps>>;
2582
+ popperRef: import('vue').ComputedRef<import('../../ele-app/el').ElPopperInstance>;
2583
+ contentRef: import('vue').ComputedRef<import('element-plus').TooltipContentInstance | undefined>;
2584
+ isFocusInsideContent: () => void;
2585
+ updatePopper: () => void;
2586
+ handleOpen: (opt?: Event) => void;
2587
+ handleClose: (opt?: Event) => void;
2588
+ hide: (opt?: Event) => void;
2589
+ handleUpdateVisible: (visible: boolean) => void;
2590
+ handlePopBeforeShow: (e: Event) => void;
2591
+ handlePopBeforeHide: (e: Event) => void;
2592
+ handlePopShow: (e: Event) => void;
2593
+ handlePopHide: (e: Event) => void;
2594
+ handlePopOpen: (e: any) => void;
2595
+ handlePopClose: (e: any) => void;
2596
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('../../ele-tooltip/props').TooltipEmits, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2597
+ bodyStyle: PropType<import('../../ele-app/types').StyleValue>;
2598
+ bg: StringConstructor;
2599
+ arrowBg: StringConstructor;
2600
+ width: (NumberConstructor | StringConstructor)[];
2601
+ isPopover: BooleanConstructor;
2602
+ showAfter: {
2603
+ readonly type: PropType<number>;
2604
+ readonly required: false;
2605
+ readonly validator: ((val: unknown) => boolean) | undefined;
2606
+ __epPropKey: true;
2607
+ } & {
2608
+ readonly default: 0;
2609
+ };
2610
+ hideAfter: {
2611
+ readonly type: PropType<number>;
2612
+ readonly required: false;
2613
+ readonly validator: ((val: unknown) => boolean) | undefined;
2614
+ __epPropKey: true;
2615
+ } & {
2616
+ readonly default: 200;
2617
+ };
2618
+ autoClose: {
2619
+ readonly type: PropType<number>;
2620
+ readonly required: false;
2621
+ readonly validator: ((val: unknown) => boolean) | undefined;
2622
+ __epPropKey: true;
2623
+ } & {
2624
+ readonly default: 0;
2625
+ };
2626
+ effect: {
2627
+ readonly type: PropType<import('element-plus').PopperEffect>;
2628
+ readonly required: false;
2629
+ readonly validator: ((val: unknown) => boolean) | undefined;
2630
+ __epPropKey: true;
2631
+ } & {
2632
+ readonly default: "dark";
2633
+ };
2634
+ ariaLabel: StringConstructor;
2635
+ placement: {
2636
+ readonly type: PropType<string>;
2637
+ readonly required: false;
2638
+ readonly validator: ((val: unknown) => boolean) | undefined;
2639
+ __epPropKey: true;
2640
+ } & {
2641
+ readonly default: "bottom";
2642
+ };
2643
+ teleported: {
2644
+ readonly type: PropType<boolean>;
2645
+ readonly required: false;
2646
+ readonly validator: ((val: unknown) => boolean) | undefined;
2647
+ __epPropKey: true;
2648
+ } & {
2649
+ readonly default: true;
2650
+ };
2651
+ appendTo: {
2652
+ readonly type: PropType<string | HTMLElement>;
2653
+ readonly required: false;
2654
+ readonly validator: ((val: unknown) => boolean) | undefined;
2655
+ __epPropKey: true;
2656
+ };
2657
+ disabled: BooleanConstructor;
2658
+ offset: {
2659
+ readonly type: PropType<number>;
2660
+ readonly required: false;
2661
+ readonly validator: ((val: unknown) => boolean) | undefined;
2662
+ __epPropKey: true;
2663
+ } & {
2664
+ readonly default: 12;
2665
+ };
2666
+ persistent: BooleanConstructor;
2667
+ zIndex: NumberConstructor;
2668
+ visible: {
2669
+ readonly type: PropType<boolean | null>;
2670
+ readonly required: false;
2671
+ readonly validator: ((val: unknown) => boolean) | undefined;
2672
+ __epPropKey: true;
2673
+ } & {
2674
+ readonly default: null;
2675
+ };
2676
+ trigger: {
2677
+ readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
2678
+ readonly required: false;
2679
+ readonly validator: ((val: unknown) => boolean) | undefined;
2680
+ __epPropKey: true;
2681
+ } & {
2682
+ readonly default: "hover";
2683
+ };
2684
+ triggerKeys: {
2685
+ readonly type: PropType<string[]>;
2686
+ readonly required: false;
2687
+ readonly validator: ((val: unknown) => boolean) | undefined;
2688
+ __epPropKey: true;
2689
+ } & {
2690
+ readonly default: () => string[];
2691
+ };
2692
+ popperOptions: {
2693
+ readonly type: PropType<any>;
2694
+ readonly required: false;
2695
+ readonly validator: ((val: unknown) => boolean) | undefined;
2696
+ __epPropKey: true;
2697
+ } & {
2698
+ readonly default: () => {};
2699
+ };
2700
+ transition: StringConstructor;
2701
+ content: {
2702
+ readonly type: PropType<string>;
2703
+ readonly required: false;
2704
+ readonly validator: ((val: unknown) => boolean) | undefined;
2705
+ __epPropKey: true;
2706
+ } & {
2707
+ readonly default: "";
2708
+ };
2709
+ enterable: {
2710
+ readonly type: PropType<boolean>;
2711
+ readonly required: false;
2712
+ readonly validator: ((val: unknown) => boolean) | undefined;
2713
+ __epPropKey: true;
2714
+ } & {
2715
+ readonly default: true;
2716
+ };
2717
+ showArrow: {
2718
+ readonly type: PropType<boolean>;
2719
+ readonly required: false;
2720
+ readonly validator: ((val: unknown) => boolean) | undefined;
2721
+ __epPropKey: true;
2722
+ } & {
2723
+ readonly default: boolean;
2724
+ };
2725
+ arrowOffset: {
2726
+ readonly type: PropType<number>;
2727
+ readonly required: false;
2728
+ readonly validator: ((val: unknown) => boolean) | undefined;
2729
+ __epPropKey: true;
2730
+ } & {
2731
+ readonly default: 5;
2732
+ };
2733
+ virtualRef: {
2734
+ readonly type: PropType<import('element-plus').Measurable>;
2735
+ readonly required: false;
2736
+ readonly validator: ((val: unknown) => boolean) | undefined;
2737
+ __epPropKey: true;
2738
+ };
2739
+ virtualTriggering: BooleanConstructor;
2740
+ rawContent: BooleanConstructor;
2741
+ gpuAcceleration: {
2742
+ readonly type: PropType<boolean>;
2743
+ readonly required: false;
2744
+ readonly validator: ((val: unknown) => boolean) | undefined;
2745
+ __epPropKey: true;
2746
+ } & {
2747
+ readonly default: true;
2748
+ };
2749
+ className: StringConstructor;
2750
+ popperClass: StringConstructor;
2751
+ popperStyle: PropType<import('../../ele-app/types').StyleValue>;
2752
+ }>> & Readonly<{
2753
+ onClose?: ((e: any) => any) | undefined;
2754
+ onHide?: ((e: Event) => any) | undefined;
2755
+ onOpen?: ((e: any) => any) | undefined;
2756
+ "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
2757
+ "onBefore-show"?: ((e: Event) => any) | undefined;
2758
+ "onBefore-hide"?: ((e: Event) => any) | undefined;
2759
+ onShow?: ((e: Event) => any) | undefined;
2760
+ }>, {
2761
+ showAfter: number;
2762
+ hideAfter: number;
2763
+ autoClose: number;
2764
+ effect: import('element-plus').PopperEffect;
2765
+ placement: string;
2766
+ teleported: boolean;
2767
+ disabled: boolean;
2768
+ offset: number;
2769
+ persistent: boolean;
2770
+ visible: boolean | null;
2771
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
2772
+ triggerKeys: string[];
2773
+ popperOptions: any;
2774
+ content: string;
2775
+ enterable: boolean;
2776
+ showArrow: boolean;
2777
+ arrowOffset: number;
2778
+ virtualTriggering: boolean;
2779
+ rawContent: boolean;
2780
+ gpuAcceleration: boolean;
2781
+ isPopover: boolean;
2782
+ }, {}, {
2783
+ ElTooltip: {
2784
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2785
+ showArrow: {
2786
+ readonly type: PropType<boolean>;
2787
+ readonly required: false;
2788
+ readonly validator: ((val: unknown) => boolean) | undefined;
2789
+ __epPropKey: true;
2790
+ } & {
2791
+ readonly default: boolean;
2792
+ };
2793
+ arrowOffset: {
2794
+ readonly type: PropType<number>;
2795
+ readonly required: false;
2796
+ readonly validator: ((val: unknown) => boolean) | undefined;
2797
+ __epPropKey: true;
2798
+ } & {
2799
+ readonly default: 5;
2800
+ };
2801
+ disabled: BooleanConstructor;
2802
+ trigger: {
2803
+ readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
2804
+ readonly required: false;
2805
+ readonly validator: ((val: unknown) => boolean) | undefined;
2806
+ __epPropKey: true;
2807
+ } & {
2808
+ readonly default: "hover";
2809
+ };
2810
+ triggerKeys: {
2811
+ readonly type: PropType<string[]>;
2812
+ readonly required: false;
2813
+ readonly validator: ((val: unknown) => boolean) | undefined;
2814
+ __epPropKey: true;
2815
+ } & {
2816
+ readonly default: () => string[];
2817
+ };
2818
+ virtualRef: {
2819
+ readonly type: PropType<import('element-plus').Measurable>;
2820
+ readonly required: false;
2821
+ readonly validator: ((val: unknown) => boolean) | undefined;
2822
+ __epPropKey: true;
2823
+ };
2824
+ virtualTriggering: BooleanConstructor;
2825
+ onMouseenter: {
2826
+ readonly type: PropType<(e: Event) => void>;
2827
+ readonly required: false;
2828
+ readonly validator: ((val: unknown) => boolean) | undefined;
2829
+ __epPropKey: true;
2830
+ };
2831
+ onMouseleave: {
2832
+ readonly type: PropType<(e: Event) => void>;
2833
+ readonly required: false;
2834
+ readonly validator: ((val: unknown) => boolean) | undefined;
2835
+ __epPropKey: true;
2836
+ };
2837
+ onClick: {
2838
+ readonly type: PropType<(e: Event) => void>;
2839
+ readonly required: false;
2840
+ readonly validator: ((val: unknown) => boolean) | undefined;
2841
+ __epPropKey: true;
2842
+ };
2843
+ onKeydown: {
2844
+ readonly type: PropType<(e: Event) => void>;
2845
+ readonly required: false;
2846
+ readonly validator: ((val: unknown) => boolean) | undefined;
2847
+ __epPropKey: true;
2848
+ };
2849
+ onFocus: {
2850
+ readonly type: PropType<(e: Event) => void>;
2851
+ readonly required: false;
2852
+ readonly validator: ((val: unknown) => boolean) | undefined;
2853
+ __epPropKey: true;
2854
+ };
2855
+ onBlur: {
2856
+ readonly type: PropType<(e: Event) => void>;
2857
+ readonly required: false;
2858
+ readonly validator: ((val: unknown) => boolean) | undefined;
2859
+ __epPropKey: true;
2860
+ };
2861
+ onContextmenu: {
2862
+ readonly type: PropType<(e: Event) => void>;
2863
+ readonly required: false;
2864
+ readonly validator: ((val: unknown) => boolean) | undefined;
2865
+ __epPropKey: true;
2866
+ };
2867
+ id: StringConstructor;
2868
+ open: BooleanConstructor;
2869
+ ariaLabel: StringConstructor;
2870
+ appendTo: {
2871
+ readonly type: PropType<string | HTMLElement>;
2872
+ readonly required: false;
2873
+ readonly validator: ((val: unknown) => boolean) | undefined;
2874
+ __epPropKey: true;
2875
+ };
2876
+ content: {
2877
+ readonly type: PropType<string>;
2878
+ readonly required: false;
2879
+ readonly validator: ((val: unknown) => boolean) | undefined;
2880
+ __epPropKey: true;
2881
+ } & {
2882
+ readonly default: "";
2883
+ };
2884
+ rawContent: BooleanConstructor;
2885
+ persistent: BooleanConstructor;
2886
+ visible: {
2887
+ readonly type: PropType<boolean | null>;
2888
+ readonly required: false;
2889
+ readonly validator: ((val: unknown) => boolean) | undefined;
2890
+ __epPropKey: true;
2891
+ } & {
2892
+ readonly default: null;
2893
+ };
2894
+ transition: StringConstructor;
2895
+ teleported: {
2896
+ readonly type: PropType<boolean>;
2897
+ readonly required: false;
2898
+ readonly validator: ((val: unknown) => boolean) | undefined;
2899
+ __epPropKey: true;
2900
+ } & {
2901
+ readonly default: true;
2902
+ };
2903
+ style: {
2904
+ readonly type: PropType<import('vue').StyleValue>;
2905
+ readonly required: false;
2906
+ readonly validator: ((val: unknown) => boolean) | undefined;
2907
+ __epPropKey: true;
2908
+ };
2909
+ className: {
2910
+ readonly type: PropType<string | {
2911
+ [x: string]: boolean;
2912
+ } | (string | {
2913
+ [x: string]: boolean;
2914
+ } | (string | {
2915
+ [x: string]: boolean;
2916
+ } | (string | {
2917
+ [x: string]: boolean;
2918
+ } | (string | {
2919
+ [x: string]: boolean;
2920
+ } | (string | {
2921
+ [x: string]: boolean;
2922
+ } | (string | {
2923
+ [x: string]: boolean;
2924
+ } | (string | {
2925
+ [x: string]: boolean;
2926
+ } | (string | {
2927
+ [x: string]: boolean;
2928
+ } | (string | {
2929
+ [x: string]: boolean;
2930
+ } | (string | any[] | {
2931
+ [x: string]: boolean;
2932
+ })[])[])[])[])[])[])[])[])[])[]>;
2933
+ readonly required: false;
2934
+ readonly validator: ((val: unknown) => boolean) | undefined;
2935
+ __epPropKey: true;
2936
+ };
2937
+ effect: {
2938
+ readonly type: PropType<import('element-plus').PopperEffect>;
2939
+ readonly required: false;
2940
+ readonly validator: ((val: unknown) => boolean) | undefined;
2941
+ __epPropKey: true;
2942
+ } & {
2943
+ readonly default: "dark";
2944
+ };
2945
+ enterable: {
2946
+ readonly type: PropType<boolean>;
2947
+ readonly required: false;
2948
+ readonly validator: ((val: unknown) => boolean) | undefined;
2949
+ __epPropKey: true;
2950
+ } & {
2951
+ readonly default: true;
2952
+ };
2953
+ pure: BooleanConstructor;
2954
+ focusOnShow: {
2955
+ readonly type: PropType<boolean>;
2956
+ readonly required: false;
2957
+ readonly validator: ((val: unknown) => boolean) | undefined;
2958
+ __epPropKey: true;
2959
+ } & {
2960
+ readonly default: false;
2961
+ };
2962
+ trapping: {
2963
+ readonly type: PropType<boolean>;
2964
+ readonly required: false;
2965
+ readonly validator: ((val: unknown) => boolean) | undefined;
2966
+ __epPropKey: true;
2967
+ } & {
2968
+ readonly default: false;
2969
+ };
2970
+ popperClass: {
2971
+ readonly type: PropType<string | {
2972
+ [x: string]: boolean;
2973
+ } | (string | {
2974
+ [x: string]: boolean;
2975
+ } | (string | {
2976
+ [x: string]: boolean;
2977
+ } | (string | {
2978
+ [x: string]: boolean;
2979
+ } | (string | {
2980
+ [x: string]: boolean;
2981
+ } | (string | {
2982
+ [x: string]: boolean;
2983
+ } | (string | {
2984
+ [x: string]: boolean;
2985
+ } | (string | {
2986
+ [x: string]: boolean;
2987
+ } | (string | {
2988
+ [x: string]: boolean;
2989
+ } | (string | {
2990
+ [x: string]: boolean;
2991
+ } | (string | any[] | {
2992
+ [x: string]: boolean;
2993
+ })[])[])[])[])[])[])[])[])[])[]>;
2994
+ readonly required: false;
2995
+ readonly validator: ((val: unknown) => boolean) | undefined;
2996
+ __epPropKey: true;
2997
+ };
2998
+ popperStyle: {
2999
+ readonly type: PropType<import('vue').StyleValue>;
3000
+ readonly required: false;
3001
+ readonly validator: ((val: unknown) => boolean) | undefined;
3002
+ __epPropKey: true;
3003
+ };
3004
+ referenceEl: {
3005
+ readonly type: PropType<HTMLElement>;
3006
+ readonly required: false;
3007
+ readonly validator: ((val: unknown) => boolean) | undefined;
3008
+ __epPropKey: true;
3009
+ };
3010
+ triggerTargetEl: {
3011
+ readonly type: PropType<HTMLElement>;
3012
+ readonly required: false;
3013
+ readonly validator: ((val: unknown) => boolean) | undefined;
3014
+ __epPropKey: true;
3015
+ };
3016
+ stopPopperMouseEvent: {
3017
+ readonly type: PropType<boolean>;
3018
+ readonly required: false;
3019
+ readonly validator: ((val: unknown) => boolean) | undefined;
3020
+ __epPropKey: true;
3021
+ } & {
3022
+ readonly default: true;
3023
+ };
3024
+ zIndex: NumberConstructor;
3025
+ boundariesPadding: {
3026
+ readonly type: PropType<number>;
3027
+ readonly required: false;
3028
+ readonly validator: ((val: unknown) => boolean) | undefined;
3029
+ __epPropKey: true;
3030
+ } & {
3031
+ readonly default: 0;
3032
+ };
3033
+ fallbackPlacements: {
3034
+ readonly type: PropType<Placement[]>;
3035
+ readonly required: false;
3036
+ readonly validator: ((val: unknown) => boolean) | undefined;
3037
+ __epPropKey: true;
3038
+ } & {
3039
+ readonly default: undefined;
3040
+ };
3041
+ gpuAcceleration: {
3042
+ readonly type: PropType<boolean>;
3043
+ readonly required: false;
3044
+ readonly validator: ((val: unknown) => boolean) | undefined;
3045
+ __epPropKey: true;
3046
+ } & {
3047
+ readonly default: true;
3048
+ };
3049
+ offset: {
3050
+ readonly type: PropType<number>;
3051
+ readonly required: false;
3052
+ readonly validator: ((val: unknown) => boolean) | undefined;
3053
+ __epPropKey: true;
3054
+ } & {
3055
+ readonly default: 12;
3056
+ };
3057
+ placement: {
3058
+ readonly type: PropType<string>;
3059
+ readonly required: false;
3060
+ readonly validator: ((val: unknown) => boolean) | undefined;
3061
+ __epPropKey: true;
3062
+ } & {
3063
+ readonly default: "bottom";
3064
+ };
3065
+ popperOptions: {
3066
+ readonly type: PropType<any>;
3067
+ readonly required: false;
3068
+ readonly validator: ((val: unknown) => boolean) | undefined;
3069
+ __epPropKey: true;
3070
+ } & {
3071
+ readonly default: () => {};
3072
+ };
3073
+ strategy: {
3074
+ readonly type: PropType<"fixed" | "absolute">;
3075
+ readonly required: false;
3076
+ readonly validator: ((val: unknown) => boolean) | undefined;
3077
+ __epPropKey: true;
3078
+ } & {
3079
+ readonly default: "absolute";
3080
+ };
3081
+ showAfter: {
3082
+ readonly type: PropType<number>;
3083
+ readonly required: false;
3084
+ readonly validator: ((val: unknown) => boolean) | undefined;
3085
+ __epPropKey: true;
3086
+ } & {
3087
+ readonly default: 0;
3088
+ };
3089
+ hideAfter: {
3090
+ readonly type: PropType<number>;
3091
+ readonly required: false;
3092
+ readonly validator: ((val: unknown) => boolean) | undefined;
3093
+ __epPropKey: true;
3094
+ } & {
3095
+ readonly default: 200;
3096
+ };
3097
+ autoClose: {
3098
+ readonly type: PropType<number>;
3099
+ readonly required: false;
3100
+ readonly validator: ((val: unknown) => boolean) | undefined;
3101
+ __epPropKey: true;
3102
+ } & {
3103
+ readonly default: 0;
3104
+ };
3105
+ "onUpdate:visible": {
3106
+ readonly type: PropType<(val: boolean) => void>;
3107
+ readonly required: false;
3108
+ readonly validator: ((val: unknown) => boolean) | undefined;
3109
+ __epPropKey: true;
3110
+ };
3111
+ role: {
3112
+ readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
3113
+ readonly required: false;
3114
+ readonly validator: ((val: unknown) => boolean) | undefined;
3115
+ __epPropKey: true;
3116
+ } & {
3117
+ readonly default: "tooltip";
3118
+ };
3119
+ }>>, {
3120
+ popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
3121
+ contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
3122
+ isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
3123
+ updatePopper: () => void;
3124
+ onOpen: (event?: Event) => void;
3125
+ onClose: (event?: Event) => void;
3126
+ hide: (event?: Event) => void;
3127
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3128
+ [x: string]: (...args: any[]) => void;
3129
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
3130
+ disabled: boolean;
3131
+ content: string;
3132
+ offset: number;
3133
+ visible: boolean | null;
3134
+ open: boolean;
3135
+ placement: string;
3136
+ strategy: "fixed" | "absolute";
3137
+ effect: import('element-plus').PopperEffect;
3138
+ showAfter: number;
3139
+ hideAfter: number;
3140
+ autoClose: number;
3141
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
3142
+ role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
3143
+ virtualTriggering: boolean;
3144
+ arrowOffset: number;
3145
+ boundariesPadding: number;
3146
+ fallbackPlacements: Placement[];
3147
+ gpuAcceleration: boolean;
3148
+ popperOptions: Partial<Options>;
3149
+ enterable: boolean;
3150
+ focusOnShow: boolean;
3151
+ trapping: boolean;
3152
+ stopPopperMouseEvent: boolean;
3153
+ pure: boolean;
3154
+ triggerKeys: string[];
3155
+ teleported: boolean;
3156
+ rawContent: boolean;
3157
+ persistent: boolean;
3158
+ showArrow: boolean;
3159
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3160
+ P: {};
3161
+ B: {};
3162
+ D: {};
3163
+ C: {};
3164
+ M: {};
3165
+ Defaults: {};
3166
+ }, Readonly<import('vue').ExtractPropTypes<{
3167
+ showArrow: {
3168
+ readonly type: PropType<boolean>;
3169
+ readonly required: false;
3170
+ readonly validator: ((val: unknown) => boolean) | undefined;
3171
+ __epPropKey: true;
3172
+ } & {
3173
+ readonly default: boolean;
3174
+ };
3175
+ arrowOffset: {
3176
+ readonly type: PropType<number>;
3177
+ readonly required: false;
3178
+ readonly validator: ((val: unknown) => boolean) | undefined;
3179
+ __epPropKey: true;
3180
+ } & {
3181
+ readonly default: 5;
3182
+ };
3183
+ disabled: BooleanConstructor;
3184
+ trigger: {
3185
+ readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
3186
+ readonly required: false;
3187
+ readonly validator: ((val: unknown) => boolean) | undefined;
3188
+ __epPropKey: true;
3189
+ } & {
3190
+ readonly default: "hover";
3191
+ };
3192
+ triggerKeys: {
3193
+ readonly type: PropType<string[]>;
3194
+ readonly required: false;
3195
+ readonly validator: ((val: unknown) => boolean) | undefined;
3196
+ __epPropKey: true;
3197
+ } & {
3198
+ readonly default: () => string[];
3199
+ };
3200
+ virtualRef: {
3201
+ readonly type: PropType<import('element-plus').Measurable>;
3202
+ readonly required: false;
3203
+ readonly validator: ((val: unknown) => boolean) | undefined;
3204
+ __epPropKey: true;
3205
+ };
3206
+ virtualTriggering: BooleanConstructor;
3207
+ onMouseenter: {
3208
+ readonly type: PropType<(e: Event) => void>;
3209
+ readonly required: false;
3210
+ readonly validator: ((val: unknown) => boolean) | undefined;
3211
+ __epPropKey: true;
3212
+ };
3213
+ onMouseleave: {
3214
+ readonly type: PropType<(e: Event) => void>;
3215
+ readonly required: false;
3216
+ readonly validator: ((val: unknown) => boolean) | undefined;
3217
+ __epPropKey: true;
3218
+ };
3219
+ onClick: {
3220
+ readonly type: PropType<(e: Event) => void>;
3221
+ readonly required: false;
3222
+ readonly validator: ((val: unknown) => boolean) | undefined;
3223
+ __epPropKey: true;
3224
+ };
3225
+ onKeydown: {
3226
+ readonly type: PropType<(e: Event) => void>;
3227
+ readonly required: false;
3228
+ readonly validator: ((val: unknown) => boolean) | undefined;
3229
+ __epPropKey: true;
3230
+ };
3231
+ onFocus: {
3232
+ readonly type: PropType<(e: Event) => void>;
3233
+ readonly required: false;
3234
+ readonly validator: ((val: unknown) => boolean) | undefined;
3235
+ __epPropKey: true;
3236
+ };
3237
+ onBlur: {
3238
+ readonly type: PropType<(e: Event) => void>;
3239
+ readonly required: false;
3240
+ readonly validator: ((val: unknown) => boolean) | undefined;
3241
+ __epPropKey: true;
3242
+ };
3243
+ onContextmenu: {
3244
+ readonly type: PropType<(e: Event) => void>;
3245
+ readonly required: false;
3246
+ readonly validator: ((val: unknown) => boolean) | undefined;
3247
+ __epPropKey: true;
3248
+ };
3249
+ id: StringConstructor;
3250
+ open: BooleanConstructor;
3251
+ ariaLabel: StringConstructor;
3252
+ appendTo: {
3253
+ readonly type: PropType<string | HTMLElement>;
3254
+ readonly required: false;
3255
+ readonly validator: ((val: unknown) => boolean) | undefined;
3256
+ __epPropKey: true;
3257
+ };
3258
+ content: {
3259
+ readonly type: PropType<string>;
3260
+ readonly required: false;
3261
+ readonly validator: ((val: unknown) => boolean) | undefined;
3262
+ __epPropKey: true;
3263
+ } & {
3264
+ readonly default: "";
3265
+ };
3266
+ rawContent: BooleanConstructor;
3267
+ persistent: BooleanConstructor;
3268
+ visible: {
3269
+ readonly type: PropType<boolean | null>;
3270
+ readonly required: false;
3271
+ readonly validator: ((val: unknown) => boolean) | undefined;
3272
+ __epPropKey: true;
3273
+ } & {
3274
+ readonly default: null;
3275
+ };
3276
+ transition: StringConstructor;
3277
+ teleported: {
3278
+ readonly type: PropType<boolean>;
3279
+ readonly required: false;
3280
+ readonly validator: ((val: unknown) => boolean) | undefined;
3281
+ __epPropKey: true;
3282
+ } & {
3283
+ readonly default: true;
3284
+ };
3285
+ style: {
3286
+ readonly type: PropType<import('vue').StyleValue>;
3287
+ readonly required: false;
3288
+ readonly validator: ((val: unknown) => boolean) | undefined;
3289
+ __epPropKey: true;
3290
+ };
3291
+ className: {
3292
+ readonly type: PropType<string | {
3293
+ [x: string]: boolean;
3294
+ } | (string | {
3295
+ [x: string]: boolean;
3296
+ } | (string | {
3297
+ [x: string]: boolean;
3298
+ } | (string | {
3299
+ [x: string]: boolean;
3300
+ } | (string | {
3301
+ [x: string]: boolean;
3302
+ } | (string | {
3303
+ [x: string]: boolean;
3304
+ } | (string | {
3305
+ [x: string]: boolean;
3306
+ } | (string | {
3307
+ [x: string]: boolean;
3308
+ } | (string | {
3309
+ [x: string]: boolean;
3310
+ } | (string | {
3311
+ [x: string]: boolean;
3312
+ } | (string | any[] | {
3313
+ [x: string]: boolean;
3314
+ })[])[])[])[])[])[])[])[])[])[]>;
3315
+ readonly required: false;
3316
+ readonly validator: ((val: unknown) => boolean) | undefined;
3317
+ __epPropKey: true;
3318
+ };
3319
+ effect: {
3320
+ readonly type: PropType<import('element-plus').PopperEffect>;
3321
+ readonly required: false;
3322
+ readonly validator: ((val: unknown) => boolean) | undefined;
3323
+ __epPropKey: true;
3324
+ } & {
3325
+ readonly default: "dark";
3326
+ };
3327
+ enterable: {
3328
+ readonly type: PropType<boolean>;
3329
+ readonly required: false;
3330
+ readonly validator: ((val: unknown) => boolean) | undefined;
3331
+ __epPropKey: true;
3332
+ } & {
3333
+ readonly default: true;
3334
+ };
3335
+ pure: BooleanConstructor;
3336
+ focusOnShow: {
3337
+ readonly type: PropType<boolean>;
3338
+ readonly required: false;
3339
+ readonly validator: ((val: unknown) => boolean) | undefined;
3340
+ __epPropKey: true;
3341
+ } & {
3342
+ readonly default: false;
3343
+ };
3344
+ trapping: {
3345
+ readonly type: PropType<boolean>;
3346
+ readonly required: false;
3347
+ readonly validator: ((val: unknown) => boolean) | undefined;
3348
+ __epPropKey: true;
3349
+ } & {
3350
+ readonly default: false;
3351
+ };
3352
+ popperClass: {
3353
+ readonly type: PropType<string | {
3354
+ [x: string]: boolean;
3355
+ } | (string | {
3356
+ [x: string]: boolean;
3357
+ } | (string | {
3358
+ [x: string]: boolean;
3359
+ } | (string | {
3360
+ [x: string]: boolean;
3361
+ } | (string | {
3362
+ [x: string]: boolean;
3363
+ } | (string | {
3364
+ [x: string]: boolean;
3365
+ } | (string | {
3366
+ [x: string]: boolean;
3367
+ } | (string | {
3368
+ [x: string]: boolean;
3369
+ } | (string | {
3370
+ [x: string]: boolean;
3371
+ } | (string | {
3372
+ [x: string]: boolean;
3373
+ } | (string | any[] | {
3374
+ [x: string]: boolean;
3375
+ })[])[])[])[])[])[])[])[])[])[]>;
3376
+ readonly required: false;
3377
+ readonly validator: ((val: unknown) => boolean) | undefined;
3378
+ __epPropKey: true;
3379
+ };
3380
+ popperStyle: {
3381
+ readonly type: PropType<import('vue').StyleValue>;
3382
+ readonly required: false;
3383
+ readonly validator: ((val: unknown) => boolean) | undefined;
3384
+ __epPropKey: true;
3385
+ };
3386
+ referenceEl: {
3387
+ readonly type: PropType<HTMLElement>;
3388
+ readonly required: false;
3389
+ readonly validator: ((val: unknown) => boolean) | undefined;
3390
+ __epPropKey: true;
3391
+ };
3392
+ triggerTargetEl: {
3393
+ readonly type: PropType<HTMLElement>;
3394
+ readonly required: false;
3395
+ readonly validator: ((val: unknown) => boolean) | undefined;
3396
+ __epPropKey: true;
3397
+ };
3398
+ stopPopperMouseEvent: {
3399
+ readonly type: PropType<boolean>;
3400
+ readonly required: false;
3401
+ readonly validator: ((val: unknown) => boolean) | undefined;
3402
+ __epPropKey: true;
3403
+ } & {
3404
+ readonly default: true;
3405
+ };
3406
+ zIndex: NumberConstructor;
3407
+ boundariesPadding: {
3408
+ readonly type: PropType<number>;
3409
+ readonly required: false;
3410
+ readonly validator: ((val: unknown) => boolean) | undefined;
3411
+ __epPropKey: true;
3412
+ } & {
3413
+ readonly default: 0;
3414
+ };
3415
+ fallbackPlacements: {
3416
+ readonly type: PropType<Placement[]>;
3417
+ readonly required: false;
3418
+ readonly validator: ((val: unknown) => boolean) | undefined;
3419
+ __epPropKey: true;
3420
+ } & {
3421
+ readonly default: undefined;
3422
+ };
3423
+ gpuAcceleration: {
3424
+ readonly type: PropType<boolean>;
3425
+ readonly required: false;
3426
+ readonly validator: ((val: unknown) => boolean) | undefined;
3427
+ __epPropKey: true;
3428
+ } & {
3429
+ readonly default: true;
3430
+ };
3431
+ offset: {
3432
+ readonly type: PropType<number>;
3433
+ readonly required: false;
3434
+ readonly validator: ((val: unknown) => boolean) | undefined;
3435
+ __epPropKey: true;
3436
+ } & {
3437
+ readonly default: 12;
3438
+ };
3439
+ placement: {
3440
+ readonly type: PropType<string>;
3441
+ readonly required: false;
3442
+ readonly validator: ((val: unknown) => boolean) | undefined;
3443
+ __epPropKey: true;
3444
+ } & {
3445
+ readonly default: "bottom";
3446
+ };
3447
+ popperOptions: {
3448
+ readonly type: PropType<any>;
3449
+ readonly required: false;
3450
+ readonly validator: ((val: unknown) => boolean) | undefined;
3451
+ __epPropKey: true;
3452
+ } & {
3453
+ readonly default: () => {};
3454
+ };
3455
+ strategy: {
3456
+ readonly type: PropType<"fixed" | "absolute">;
3457
+ readonly required: false;
3458
+ readonly validator: ((val: unknown) => boolean) | undefined;
3459
+ __epPropKey: true;
3460
+ } & {
3461
+ readonly default: "absolute";
3462
+ };
3463
+ showAfter: {
3464
+ readonly type: PropType<number>;
3465
+ readonly required: false;
3466
+ readonly validator: ((val: unknown) => boolean) | undefined;
3467
+ __epPropKey: true;
3468
+ } & {
3469
+ readonly default: 0;
3470
+ };
3471
+ hideAfter: {
3472
+ readonly type: PropType<number>;
3473
+ readonly required: false;
3474
+ readonly validator: ((val: unknown) => boolean) | undefined;
3475
+ __epPropKey: true;
3476
+ } & {
3477
+ readonly default: 200;
3478
+ };
3479
+ autoClose: {
3480
+ readonly type: PropType<number>;
3481
+ readonly required: false;
3482
+ readonly validator: ((val: unknown) => boolean) | undefined;
3483
+ __epPropKey: true;
3484
+ } & {
3485
+ readonly default: 0;
3486
+ };
3487
+ "onUpdate:visible": {
3488
+ readonly type: PropType<(val: boolean) => void>;
3489
+ readonly required: false;
3490
+ readonly validator: ((val: unknown) => boolean) | undefined;
3491
+ __epPropKey: true;
3492
+ };
3493
+ role: {
3494
+ readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
3495
+ readonly required: false;
3496
+ readonly validator: ((val: unknown) => boolean) | undefined;
3497
+ __epPropKey: true;
3498
+ } & {
3499
+ readonly default: "tooltip";
3500
+ };
3501
+ }>>, {
3502
+ popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
3503
+ contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
3504
+ isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
3505
+ updatePopper: () => void;
3506
+ onOpen: (event?: Event) => void;
3507
+ onClose: (event?: Event) => void;
3508
+ hide: (event?: Event) => void;
3509
+ }, {}, {}, {}, {
3510
+ disabled: boolean;
3511
+ content: string;
3512
+ offset: number;
3513
+ visible: boolean | null;
3514
+ open: boolean;
3515
+ placement: string;
3516
+ strategy: "fixed" | "absolute";
3517
+ effect: import('element-plus').PopperEffect;
3518
+ showAfter: number;
3519
+ hideAfter: number;
3520
+ autoClose: number;
3521
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
3522
+ role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
3523
+ virtualTriggering: boolean;
3524
+ arrowOffset: number;
3525
+ boundariesPadding: number;
3526
+ fallbackPlacements: Placement[];
3527
+ gpuAcceleration: boolean;
3528
+ popperOptions: Partial<Options>;
3529
+ enterable: boolean;
3530
+ focusOnShow: boolean;
3531
+ trapping: boolean;
3532
+ stopPopperMouseEvent: boolean;
3533
+ pure: boolean;
3534
+ triggerKeys: string[];
3535
+ teleported: boolean;
3536
+ rawContent: boolean;
3537
+ persistent: boolean;
3538
+ showArrow: boolean;
3539
+ }>;
3540
+ __isFragment?: never;
3541
+ __isTeleport?: never;
3542
+ __isSuspense?: never;
3543
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
3544
+ showArrow: {
3545
+ readonly type: PropType<boolean>;
3546
+ readonly required: false;
3547
+ readonly validator: ((val: unknown) => boolean) | undefined;
3548
+ __epPropKey: true;
3549
+ } & {
3550
+ readonly default: boolean;
3551
+ };
3552
+ arrowOffset: {
3553
+ readonly type: PropType<number>;
3554
+ readonly required: false;
3555
+ readonly validator: ((val: unknown) => boolean) | undefined;
3556
+ __epPropKey: true;
3557
+ } & {
3558
+ readonly default: 5;
3559
+ };
3560
+ disabled: BooleanConstructor;
3561
+ trigger: {
3562
+ readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
3563
+ readonly required: false;
3564
+ readonly validator: ((val: unknown) => boolean) | undefined;
3565
+ __epPropKey: true;
3566
+ } & {
3567
+ readonly default: "hover";
3568
+ };
3569
+ triggerKeys: {
3570
+ readonly type: PropType<string[]>;
3571
+ readonly required: false;
3572
+ readonly validator: ((val: unknown) => boolean) | undefined;
3573
+ __epPropKey: true;
3574
+ } & {
3575
+ readonly default: () => string[];
3576
+ };
3577
+ virtualRef: {
3578
+ readonly type: PropType<import('element-plus').Measurable>;
3579
+ readonly required: false;
3580
+ readonly validator: ((val: unknown) => boolean) | undefined;
3581
+ __epPropKey: true;
3582
+ };
3583
+ virtualTriggering: BooleanConstructor;
3584
+ onMouseenter: {
3585
+ readonly type: PropType<(e: Event) => void>;
3586
+ readonly required: false;
3587
+ readonly validator: ((val: unknown) => boolean) | undefined;
3588
+ __epPropKey: true;
3589
+ };
3590
+ onMouseleave: {
3591
+ readonly type: PropType<(e: Event) => void>;
3592
+ readonly required: false;
3593
+ readonly validator: ((val: unknown) => boolean) | undefined;
3594
+ __epPropKey: true;
3595
+ };
3596
+ onClick: {
3597
+ readonly type: PropType<(e: Event) => void>;
3598
+ readonly required: false;
3599
+ readonly validator: ((val: unknown) => boolean) | undefined;
3600
+ __epPropKey: true;
3601
+ };
3602
+ onKeydown: {
3603
+ readonly type: PropType<(e: Event) => void>;
3604
+ readonly required: false;
3605
+ readonly validator: ((val: unknown) => boolean) | undefined;
3606
+ __epPropKey: true;
3607
+ };
3608
+ onFocus: {
3609
+ readonly type: PropType<(e: Event) => void>;
3610
+ readonly required: false;
3611
+ readonly validator: ((val: unknown) => boolean) | undefined;
3612
+ __epPropKey: true;
3613
+ };
3614
+ onBlur: {
3615
+ readonly type: PropType<(e: Event) => void>;
3616
+ readonly required: false;
3617
+ readonly validator: ((val: unknown) => boolean) | undefined;
3618
+ __epPropKey: true;
3619
+ };
3620
+ onContextmenu: {
3621
+ readonly type: PropType<(e: Event) => void>;
3622
+ readonly required: false;
3623
+ readonly validator: ((val: unknown) => boolean) | undefined;
3624
+ __epPropKey: true;
3625
+ };
3626
+ id: StringConstructor;
3627
+ open: BooleanConstructor;
3628
+ ariaLabel: StringConstructor;
3629
+ appendTo: {
3630
+ readonly type: PropType<string | HTMLElement>;
3631
+ readonly required: false;
3632
+ readonly validator: ((val: unknown) => boolean) | undefined;
3633
+ __epPropKey: true;
3634
+ };
3635
+ content: {
3636
+ readonly type: PropType<string>;
3637
+ readonly required: false;
3638
+ readonly validator: ((val: unknown) => boolean) | undefined;
3639
+ __epPropKey: true;
3640
+ } & {
3641
+ readonly default: "";
3642
+ };
3643
+ rawContent: BooleanConstructor;
3644
+ persistent: BooleanConstructor;
3645
+ visible: {
3646
+ readonly type: PropType<boolean | null>;
3647
+ readonly required: false;
3648
+ readonly validator: ((val: unknown) => boolean) | undefined;
3649
+ __epPropKey: true;
3650
+ } & {
3651
+ readonly default: null;
3652
+ };
3653
+ transition: StringConstructor;
3654
+ teleported: {
3655
+ readonly type: PropType<boolean>;
3656
+ readonly required: false;
3657
+ readonly validator: ((val: unknown) => boolean) | undefined;
3658
+ __epPropKey: true;
3659
+ } & {
3660
+ readonly default: true;
3661
+ };
3662
+ style: {
3663
+ readonly type: PropType<import('vue').StyleValue>;
3664
+ readonly required: false;
3665
+ readonly validator: ((val: unknown) => boolean) | undefined;
3666
+ __epPropKey: true;
3667
+ };
3668
+ className: {
3669
+ readonly type: PropType<string | {
3670
+ [x: string]: boolean;
3671
+ } | (string | {
3672
+ [x: string]: boolean;
3673
+ } | (string | {
3674
+ [x: string]: boolean;
3675
+ } | (string | {
3676
+ [x: string]: boolean;
3677
+ } | (string | {
3678
+ [x: string]: boolean;
3679
+ } | (string | {
3680
+ [x: string]: boolean;
3681
+ } | (string | {
3682
+ [x: string]: boolean;
3683
+ } | (string | {
3684
+ [x: string]: boolean;
3685
+ } | (string | {
3686
+ [x: string]: boolean;
3687
+ } | (string | {
3688
+ [x: string]: boolean;
3689
+ } | (string | any[] | {
3690
+ [x: string]: boolean;
3691
+ })[])[])[])[])[])[])[])[])[])[]>;
3692
+ readonly required: false;
3693
+ readonly validator: ((val: unknown) => boolean) | undefined;
3694
+ __epPropKey: true;
3695
+ };
3696
+ effect: {
3697
+ readonly type: PropType<import('element-plus').PopperEffect>;
3698
+ readonly required: false;
3699
+ readonly validator: ((val: unknown) => boolean) | undefined;
3700
+ __epPropKey: true;
3701
+ } & {
3702
+ readonly default: "dark";
3703
+ };
3704
+ enterable: {
3705
+ readonly type: PropType<boolean>;
3706
+ readonly required: false;
3707
+ readonly validator: ((val: unknown) => boolean) | undefined;
3708
+ __epPropKey: true;
3709
+ } & {
3710
+ readonly default: true;
3711
+ };
3712
+ pure: BooleanConstructor;
3713
+ focusOnShow: {
3714
+ readonly type: PropType<boolean>;
3715
+ readonly required: false;
3716
+ readonly validator: ((val: unknown) => boolean) | undefined;
3717
+ __epPropKey: true;
3718
+ } & {
3719
+ readonly default: false;
3720
+ };
3721
+ trapping: {
3722
+ readonly type: PropType<boolean>;
3723
+ readonly required: false;
3724
+ readonly validator: ((val: unknown) => boolean) | undefined;
3725
+ __epPropKey: true;
3726
+ } & {
3727
+ readonly default: false;
3728
+ };
3729
+ popperClass: {
3730
+ readonly type: PropType<string | {
3731
+ [x: string]: boolean;
3732
+ } | (string | {
3733
+ [x: string]: boolean;
3734
+ } | (string | {
3735
+ [x: string]: boolean;
3736
+ } | (string | {
3737
+ [x: string]: boolean;
3738
+ } | (string | {
3739
+ [x: string]: boolean;
3740
+ } | (string | {
3741
+ [x: string]: boolean;
3742
+ } | (string | {
3743
+ [x: string]: boolean;
3744
+ } | (string | {
3745
+ [x: string]: boolean;
3746
+ } | (string | {
3747
+ [x: string]: boolean;
3748
+ } | (string | {
3749
+ [x: string]: boolean;
3750
+ } | (string | any[] | {
3751
+ [x: string]: boolean;
3752
+ })[])[])[])[])[])[])[])[])[])[]>;
3753
+ readonly required: false;
3754
+ readonly validator: ((val: unknown) => boolean) | undefined;
3755
+ __epPropKey: true;
3756
+ };
3757
+ popperStyle: {
3758
+ readonly type: PropType<import('vue').StyleValue>;
3759
+ readonly required: false;
3760
+ readonly validator: ((val: unknown) => boolean) | undefined;
3761
+ __epPropKey: true;
3762
+ };
3763
+ referenceEl: {
3764
+ readonly type: PropType<HTMLElement>;
3765
+ readonly required: false;
3766
+ readonly validator: ((val: unknown) => boolean) | undefined;
3767
+ __epPropKey: true;
3768
+ };
3769
+ triggerTargetEl: {
3770
+ readonly type: PropType<HTMLElement>;
3771
+ readonly required: false;
3772
+ readonly validator: ((val: unknown) => boolean) | undefined;
3773
+ __epPropKey: true;
3774
+ };
3775
+ stopPopperMouseEvent: {
3776
+ readonly type: PropType<boolean>;
3777
+ readonly required: false;
3778
+ readonly validator: ((val: unknown) => boolean) | undefined;
3779
+ __epPropKey: true;
3780
+ } & {
3781
+ readonly default: true;
3782
+ };
3783
+ zIndex: NumberConstructor;
3784
+ boundariesPadding: {
3785
+ readonly type: PropType<number>;
3786
+ readonly required: false;
3787
+ readonly validator: ((val: unknown) => boolean) | undefined;
3788
+ __epPropKey: true;
3789
+ } & {
3790
+ readonly default: 0;
3791
+ };
3792
+ fallbackPlacements: {
3793
+ readonly type: PropType<Placement[]>;
3794
+ readonly required: false;
3795
+ readonly validator: ((val: unknown) => boolean) | undefined;
3796
+ __epPropKey: true;
3797
+ } & {
3798
+ readonly default: undefined;
3799
+ };
3800
+ gpuAcceleration: {
3801
+ readonly type: PropType<boolean>;
3802
+ readonly required: false;
3803
+ readonly validator: ((val: unknown) => boolean) | undefined;
3804
+ __epPropKey: true;
3805
+ } & {
3806
+ readonly default: true;
3807
+ };
3808
+ offset: {
3809
+ readonly type: PropType<number>;
3810
+ readonly required: false;
3811
+ readonly validator: ((val: unknown) => boolean) | undefined;
3812
+ __epPropKey: true;
3813
+ } & {
3814
+ readonly default: 12;
3815
+ };
3816
+ placement: {
3817
+ readonly type: PropType<string>;
3818
+ readonly required: false;
3819
+ readonly validator: ((val: unknown) => boolean) | undefined;
3820
+ __epPropKey: true;
3821
+ } & {
3822
+ readonly default: "bottom";
3823
+ };
3824
+ popperOptions: {
3825
+ readonly type: PropType<any>;
3826
+ readonly required: false;
3827
+ readonly validator: ((val: unknown) => boolean) | undefined;
3828
+ __epPropKey: true;
3829
+ } & {
3830
+ readonly default: () => {};
3831
+ };
3832
+ strategy: {
3833
+ readonly type: PropType<"fixed" | "absolute">;
3834
+ readonly required: false;
3835
+ readonly validator: ((val: unknown) => boolean) | undefined;
3836
+ __epPropKey: true;
3837
+ } & {
3838
+ readonly default: "absolute";
3839
+ };
3840
+ showAfter: {
3841
+ readonly type: PropType<number>;
3842
+ readonly required: false;
3843
+ readonly validator: ((val: unknown) => boolean) | undefined;
3844
+ __epPropKey: true;
3845
+ } & {
3846
+ readonly default: 0;
3847
+ };
3848
+ hideAfter: {
3849
+ readonly type: PropType<number>;
3850
+ readonly required: false;
3851
+ readonly validator: ((val: unknown) => boolean) | undefined;
3852
+ __epPropKey: true;
3853
+ } & {
3854
+ readonly default: 200;
3855
+ };
3856
+ autoClose: {
3857
+ readonly type: PropType<number>;
3858
+ readonly required: false;
3859
+ readonly validator: ((val: unknown) => boolean) | undefined;
3860
+ __epPropKey: true;
3861
+ } & {
3862
+ readonly default: 0;
3863
+ };
3864
+ "onUpdate:visible": {
3865
+ readonly type: PropType<(val: boolean) => void>;
3866
+ readonly required: false;
3867
+ readonly validator: ((val: unknown) => boolean) | undefined;
3868
+ __epPropKey: true;
3869
+ };
3870
+ role: {
3871
+ readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
3872
+ readonly required: false;
3873
+ readonly validator: ((val: unknown) => boolean) | undefined;
3874
+ __epPropKey: true;
3875
+ } & {
3876
+ readonly default: "tooltip";
3877
+ };
3878
+ }>>, {
3879
+ popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
3880
+ contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
3881
+ isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
3882
+ updatePopper: () => void;
3883
+ onOpen: (event?: Event) => void;
3884
+ onClose: (event?: Event) => void;
3885
+ hide: (event?: Event) => void;
3886
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3887
+ [x: string]: (...args: any[]) => void;
3888
+ }, string, {
3889
+ disabled: boolean;
3890
+ content: string;
3891
+ offset: number;
3892
+ visible: boolean | null;
3893
+ open: boolean;
3894
+ placement: string;
3895
+ strategy: "fixed" | "absolute";
3896
+ effect: import('element-plus').PopperEffect;
3897
+ showAfter: number;
3898
+ hideAfter: number;
3899
+ autoClose: number;
3900
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
3901
+ role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
3902
+ virtualTriggering: boolean;
3903
+ arrowOffset: number;
3904
+ boundariesPadding: number;
3905
+ fallbackPlacements: Placement[];
3906
+ gpuAcceleration: boolean;
3907
+ popperOptions: Partial<Options>;
3908
+ enterable: boolean;
3909
+ focusOnShow: boolean;
3910
+ trapping: boolean;
3911
+ stopPopperMouseEvent: boolean;
3912
+ pure: boolean;
3913
+ triggerKeys: string[];
3914
+ teleported: boolean;
3915
+ rawContent: boolean;
3916
+ persistent: boolean;
3917
+ showArrow: boolean;
3918
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
3919
+ $slots: {
3920
+ default?(_: {}): any;
3921
+ content?(_: {}): any;
3922
+ };
3923
+ }) & import('vue').Plugin;
3924
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3925
+ FilterFilled: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3926
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3927
+ CellRender: typeof CellRender;
3928
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3929
+ export default _default;