@koi-design/uxd-ui 14.0.6 → 14.0.8

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 (276) hide show
  1. package/es/components/Card/Card.d.ts +9 -9
  2. package/es/components/Card/Card.mjs +19 -26
  3. package/es/components/Card/Card.mjs.map +1 -1
  4. package/es/components/Card/Card.type.d.ts +4 -4
  5. package/es/components/Card/Card.type.mjs +4 -4
  6. package/es/components/Card/Card.type.mjs.map +1 -1
  7. package/es/components/Card/index.d.ts +15 -15
  8. package/es/components/Cascader/Cascader.d.ts +3 -3
  9. package/es/components/Cascader/Cascader.mjs +2 -4
  10. package/es/components/Cascader/Cascader.mjs.map +1 -1
  11. package/es/components/Cascader/Cascader.type.d.ts +1 -1
  12. package/es/components/Cascader/Cascader.type.mjs +1 -1
  13. package/es/components/Cascader/Cascader.type.mjs.map +1 -1
  14. package/es/components/Cascader/CascaderMenu.mjs +4 -4
  15. package/es/components/Cascader/CascaderMenu.mjs.map +1 -1
  16. package/es/components/Cascader/index.d.ts +6 -6
  17. package/es/components/Checkbox/Checkbox.mjs +1 -0
  18. package/es/components/Checkbox/Checkbox.mjs.map +1 -1
  19. package/es/components/Checkbox/Checkbox.type.d.ts +1 -0
  20. package/es/components/Checkbox/Checkbox.type.mjs +2 -1
  21. package/es/components/Checkbox/Checkbox.type.mjs.map +1 -1
  22. package/es/components/Checkbox/Checkbox.vue.d.ts +2 -0
  23. package/es/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
  24. package/es/components/Checkbox/index.d.ts +7 -0
  25. package/es/components/DatePicker/DatePicker.mjs +2 -4
  26. package/es/components/DatePicker/DatePicker.mjs.map +1 -1
  27. package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -0
  28. package/es/components/DatePicker/Panel/DatePickerPanel.mjs.map +1 -1
  29. package/es/components/Layout/Layout.type.d.ts +2 -7
  30. package/es/components/Layout/Layout.type.mjs +2 -7
  31. package/es/components/Layout/Layout.type.mjs.map +1 -1
  32. package/es/components/Layout/Sider.mjs +20 -16
  33. package/es/components/Layout/Sider.mjs.map +1 -1
  34. package/es/components/Layout/Sider.vue.d.ts +9 -17
  35. package/es/components/Layout/index.d.ts +9 -17
  36. package/es/components/Menu/Menu.d.ts +0 -11
  37. package/es/components/Menu/Menu.mjs +1 -3
  38. package/es/components/Menu/Menu.mjs.map +1 -1
  39. package/es/components/Menu/Menu.type.d.ts +0 -6
  40. package/es/components/Menu/Menu.type.mjs +0 -5
  41. package/es/components/Menu/Menu.type.mjs.map +1 -1
  42. package/es/components/Menu/SubMenu.mjs +1 -3
  43. package/es/components/Menu/SubMenu.mjs.map +1 -1
  44. package/es/components/Menu/SubMenu.vue.d.ts +0 -1
  45. package/es/components/Menu/index.d.ts +0 -19
  46. package/es/components/Progress/Circle.mjs +1 -3
  47. package/es/components/Progress/Circle.mjs.map +1 -1
  48. package/es/components/Progress/Progress.mjs +2 -3
  49. package/es/components/Progress/Progress.mjs.map +1 -1
  50. package/es/components/Progress/Progress.type.d.ts +1 -6
  51. package/es/components/Progress/Progress.type.mjs +0 -6
  52. package/es/components/Progress/Progress.type.mjs.map +1 -1
  53. package/es/components/Progress/Progress.vue.d.ts +0 -16
  54. package/es/components/Progress/index.d.ts +0 -33
  55. package/es/components/Select/RefSelect.vue.d.ts +7 -0
  56. package/es/components/Table/BaseTable.vue.d.ts +7 -19
  57. package/es/components/Table/BodyTable.vue.d.ts +7 -19
  58. package/es/components/Table/HeadTable.vue.d.ts +7 -19
  59. package/es/components/Table/Table.vue.d.ts +14 -38
  60. package/es/components/Table/TableBox.vue.d.ts +14 -38
  61. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
  62. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
  63. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
  64. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
  65. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
  66. package/es/components/Transfer/Operation.mjs +6 -4
  67. package/es/components/Transfer/Operation.mjs.map +1 -1
  68. package/es/components/Transfer/Transfer.mjs +2 -4
  69. package/es/components/Transfer/Transfer.mjs.map +1 -1
  70. package/es/components/Transfer/Transfer.type.d.ts +0 -5
  71. package/es/components/Transfer/Transfer.type.mjs +1 -8
  72. package/es/components/Transfer/Transfer.type.mjs.map +1 -1
  73. package/es/components/Transfer/Transfer.vue.d.ts +42 -11
  74. package/es/components/Transfer/TransferList.mjs +14 -10
  75. package/es/components/Transfer/TransferList.mjs.map +1 -1
  76. package/es/components/Transfer/TransferList.vue.d.ts +14 -0
  77. package/es/components/Transfer/TransferListItem.vue.d.ts +7 -0
  78. package/es/components/Transfer/index.d.ts +112 -18
  79. package/es/components/Tree/SubTree.vue.d.ts +7 -0
  80. package/es/components/Tree/Tree.vue.d.ts +7 -0
  81. package/es/components/Tree/TreeNode.vue.d.ts +7 -0
  82. package/es/components/Tree/index.d.ts +14 -0
  83. package/es/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
  84. package/es/components/TreeSelect/index.d.ts +28 -0
  85. package/es/components/Upload/UploadList.vue.d.ts +0 -33
  86. package/es/components/base/CollapseTransition.mjs +0 -16
  87. package/es/components/base/CollapseTransition.mjs.map +1 -1
  88. package/es/components/base/hooks/useGlobalConfig.d.ts +1 -0
  89. package/es/components/locale/default.d.ts +1 -0
  90. package/es/components/locale/default.mjs.map +1 -1
  91. package/lib/components/Card/Card.d.ts +9 -9
  92. package/lib/components/Card/Card.js +22 -29
  93. package/lib/components/Card/Card.js.map +1 -1
  94. package/lib/components/Card/Card.type.d.ts +4 -4
  95. package/lib/components/Card/Card.type.js +4 -4
  96. package/lib/components/Card/Card.type.js.map +1 -1
  97. package/lib/components/Card/index.d.ts +15 -15
  98. package/lib/components/Cascader/Cascader.d.ts +3 -3
  99. package/lib/components/Cascader/Cascader.js +2 -4
  100. package/lib/components/Cascader/Cascader.js.map +1 -1
  101. package/lib/components/Cascader/Cascader.type.d.ts +1 -1
  102. package/lib/components/Cascader/Cascader.type.js +1 -1
  103. package/lib/components/Cascader/Cascader.type.js.map +1 -1
  104. package/lib/components/Cascader/CascaderMenu.js +3 -3
  105. package/lib/components/Cascader/CascaderMenu.js.map +1 -1
  106. package/lib/components/Cascader/index.d.ts +6 -6
  107. package/lib/components/Checkbox/Checkbox.js +1 -0
  108. package/lib/components/Checkbox/Checkbox.js.map +1 -1
  109. package/lib/components/Checkbox/Checkbox.type.d.ts +1 -0
  110. package/lib/components/Checkbox/Checkbox.type.js +2 -1
  111. package/lib/components/Checkbox/Checkbox.type.js.map +1 -1
  112. package/lib/components/Checkbox/Checkbox.vue.d.ts +2 -0
  113. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
  114. package/lib/components/Checkbox/index.d.ts +7 -0
  115. package/lib/components/DatePicker/DatePicker.js +2 -4
  116. package/lib/components/DatePicker/DatePicker.js.map +1 -1
  117. package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -0
  118. package/lib/components/DatePicker/Panel/DatePickerPanel.js.map +1 -1
  119. package/lib/components/Layout/Layout.type.d.ts +2 -7
  120. package/lib/components/Layout/Layout.type.js +2 -7
  121. package/lib/components/Layout/Layout.type.js.map +1 -1
  122. package/lib/components/Layout/Sider.js +19 -15
  123. package/lib/components/Layout/Sider.js.map +1 -1
  124. package/lib/components/Layout/Sider.vue.d.ts +9 -17
  125. package/lib/components/Layout/index.d.ts +9 -17
  126. package/lib/components/Menu/Menu.d.ts +0 -11
  127. package/lib/components/Menu/Menu.js +1 -3
  128. package/lib/components/Menu/Menu.js.map +1 -1
  129. package/lib/components/Menu/Menu.type.d.ts +0 -6
  130. package/lib/components/Menu/Menu.type.js +0 -5
  131. package/lib/components/Menu/Menu.type.js.map +1 -1
  132. package/lib/components/Menu/SubMenu.js +1 -3
  133. package/lib/components/Menu/SubMenu.js.map +1 -1
  134. package/lib/components/Menu/SubMenu.vue.d.ts +0 -1
  135. package/lib/components/Menu/index.d.ts +0 -19
  136. package/lib/components/Progress/Circle.js +1 -3
  137. package/lib/components/Progress/Circle.js.map +1 -1
  138. package/lib/components/Progress/Progress.js +2 -3
  139. package/lib/components/Progress/Progress.js.map +1 -1
  140. package/lib/components/Progress/Progress.type.d.ts +1 -6
  141. package/lib/components/Progress/Progress.type.js +0 -6
  142. package/lib/components/Progress/Progress.type.js.map +1 -1
  143. package/lib/components/Progress/Progress.vue.d.ts +0 -16
  144. package/lib/components/Progress/index.d.ts +0 -33
  145. package/lib/components/Select/RefSelect.vue.d.ts +7 -0
  146. package/lib/components/Table/BaseTable.vue.d.ts +7 -19
  147. package/lib/components/Table/BodyTable.vue.d.ts +7 -19
  148. package/lib/components/Table/HeadTable.vue.d.ts +7 -19
  149. package/lib/components/Table/Table.vue.d.ts +14 -38
  150. package/lib/components/Table/TableBox.vue.d.ts +14 -38
  151. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
  152. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
  153. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
  154. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
  155. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
  156. package/lib/components/Transfer/Operation.js +6 -4
  157. package/lib/components/Transfer/Operation.js.map +1 -1
  158. package/lib/components/Transfer/Transfer.js +2 -4
  159. package/lib/components/Transfer/Transfer.js.map +1 -1
  160. package/lib/components/Transfer/Transfer.type.d.ts +0 -5
  161. package/lib/components/Transfer/Transfer.type.js +0 -7
  162. package/lib/components/Transfer/Transfer.type.js.map +1 -1
  163. package/lib/components/Transfer/Transfer.vue.d.ts +42 -11
  164. package/lib/components/Transfer/TransferList.js +14 -10
  165. package/lib/components/Transfer/TransferList.js.map +1 -1
  166. package/lib/components/Transfer/TransferList.vue.d.ts +14 -0
  167. package/lib/components/Transfer/TransferListItem.vue.d.ts +7 -0
  168. package/lib/components/Transfer/index.d.ts +112 -18
  169. package/lib/components/Tree/SubTree.vue.d.ts +7 -0
  170. package/lib/components/Tree/Tree.vue.d.ts +7 -0
  171. package/lib/components/Tree/TreeNode.vue.d.ts +7 -0
  172. package/lib/components/Tree/index.d.ts +14 -0
  173. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
  174. package/lib/components/TreeSelect/index.d.ts +28 -0
  175. package/lib/components/Upload/UploadList.vue.d.ts +0 -33
  176. package/lib/components/base/CollapseTransition.js +0 -16
  177. package/lib/components/base/CollapseTransition.js.map +1 -1
  178. package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -0
  179. package/lib/components/locale/default.d.ts +1 -0
  180. package/lib/components/locale/default.js.map +1 -1
  181. package/package.json +1 -1
  182. package/styles/components/alert/index.css +1 -1
  183. package/styles/components/autoComplete/index.css +1 -1
  184. package/styles/components/avatar/index.css +1 -1
  185. package/styles/components/breadcrumb/index.css +1 -1
  186. package/styles/components/breadcrumb/index.less +5 -6
  187. package/styles/components/breadcrumb/var.less +4 -6
  188. package/styles/components/button/index.css +1 -1
  189. package/styles/components/card/index.css +1 -1
  190. package/styles/components/card/index.less +64 -70
  191. package/styles/components/card/var.less +4 -13
  192. package/styles/components/carousel/index.css +1 -1
  193. package/styles/components/carousel/index.less +38 -35
  194. package/styles/components/carousel/var.less +6 -19
  195. package/styles/components/cascader/index.css +1 -1
  196. package/styles/components/cascader/index.less +20 -32
  197. package/styles/components/datePicker/index.css +1 -1
  198. package/styles/components/form/index.css +1 -1
  199. package/styles/components/icon/index.css +1 -1
  200. package/styles/components/input/index.css +1 -1
  201. package/styles/components/inputNumber/index.css +1 -1
  202. package/styles/components/layout/index.css +1 -1
  203. package/styles/components/layout/index.less +40 -55
  204. package/styles/components/layout/var.less +9 -41
  205. package/styles/components/link/index.css +1 -1
  206. package/styles/components/mentions/index.css +1 -1
  207. package/styles/components/menu/index.css +1 -1
  208. package/styles/components/menu/index.less +63 -207
  209. package/styles/components/menu/var.less +40 -69
  210. package/styles/components/modal/index.css +1 -1
  211. package/styles/components/progress/index.css +1 -1
  212. package/styles/components/progress/index.less +42 -56
  213. package/styles/components/progress/var.less +3 -4
  214. package/styles/components/select/index.css +1 -1
  215. package/styles/components/spin/index.css +1 -1
  216. package/styles/components/timePicker/index.css +1 -1
  217. package/styles/components/transfer/index.css +1 -1
  218. package/styles/components/transfer/index.less +38 -42
  219. package/styles/components/transfer/var.less +8 -42
  220. package/styles/components/tree/index.css +1 -1
  221. package/styles/components/tree/index.less +17 -27
  222. package/styles/components/tree/var.less +5 -16
  223. package/styles/cssVariable.css +1 -1
  224. package/styles/cssVariable.less +8 -8
  225. package/styles/index.css +1 -1
  226. package/styles/tokens/typography.css +1 -1
  227. package/types/components/Card/Card.d.ts +9 -9
  228. package/types/components/Card/Card.type.d.ts +4 -4
  229. package/types/components/Card/index.d.ts +15 -15
  230. package/types/components/Cascader/Cascader.d.ts +3 -3
  231. package/types/components/Cascader/Cascader.type.d.ts +1 -1
  232. package/types/components/Cascader/index.d.ts +6 -6
  233. package/types/components/Checkbox/Checkbox.type.d.ts +1 -0
  234. package/types/components/Checkbox/Checkbox.vue.d.ts +2 -0
  235. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
  236. package/types/components/Checkbox/index.d.ts +7 -0
  237. package/types/components/Layout/Layout.type.d.ts +2 -7
  238. package/types/components/Layout/Sider.vue.d.ts +9 -17
  239. package/types/components/Layout/index.d.ts +9 -17
  240. package/types/components/Menu/Menu.d.ts +0 -11
  241. package/types/components/Menu/Menu.type.d.ts +0 -6
  242. package/types/components/Menu/SubMenu.vue.d.ts +0 -1
  243. package/types/components/Menu/index.d.ts +0 -19
  244. package/types/components/Progress/Progress.type.d.ts +1 -6
  245. package/types/components/Progress/Progress.vue.d.ts +0 -16
  246. package/types/components/Progress/index.d.ts +0 -33
  247. package/types/components/Select/RefSelect.vue.d.ts +7 -0
  248. package/types/components/Table/BaseTable.vue.d.ts +7 -19
  249. package/types/components/Table/BodyTable.vue.d.ts +7 -19
  250. package/types/components/Table/HeadTable.vue.d.ts +7 -19
  251. package/types/components/Table/Table.vue.d.ts +14 -38
  252. package/types/components/Table/TableBox.vue.d.ts +14 -38
  253. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -19
  254. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
  255. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -19
  256. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +7 -19
  257. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -19
  258. package/types/components/Transfer/Transfer.type.d.ts +0 -5
  259. package/types/components/Transfer/Transfer.vue.d.ts +42 -11
  260. package/types/components/Transfer/TransferList.vue.d.ts +14 -0
  261. package/types/components/Transfer/TransferListItem.vue.d.ts +7 -0
  262. package/types/components/Transfer/index.d.ts +112 -18
  263. package/types/components/Tree/SubTree.vue.d.ts +7 -0
  264. package/types/components/Tree/Tree.vue.d.ts +7 -0
  265. package/types/components/Tree/TreeNode.vue.d.ts +7 -0
  266. package/types/components/Tree/index.d.ts +14 -0
  267. package/types/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
  268. package/types/components/TreeSelect/index.d.ts +28 -0
  269. package/types/components/Upload/UploadList.vue.d.ts +0 -33
  270. package/types/components/base/hooks/useGlobalConfig.d.ts +1 -0
  271. package/types/components/locale/default.d.ts +1 -0
  272. package/uxd-ui.css +1 -1
  273. package/uxd-ui.esm.min.mjs +6 -6
  274. package/uxd-ui.esm.mjs +513 -555
  275. package/uxd-ui.umd.js +512 -554
  276. package/uxd-ui.umd.min.js +6 -6
@@ -65,11 +65,6 @@ export declare const UTransfer: {
65
65
  type: BooleanConstructor;
66
66
  default: boolean;
67
67
  };
68
- color: {
69
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
70
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
71
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
72
- };
73
68
  direction: {
74
69
  type: import("vue").PropType<"ltr" | "rtl">;
75
70
  };
@@ -214,6 +209,7 @@ export declare const UTransfer: {
214
209
  };
215
210
  }>> & Readonly<{
216
211
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
212
+ onClick?: (ev: Event) => any;
217
213
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
218
214
  }>, {
219
215
  prefixCls: import("vue").ComputedRef<string>;
@@ -230,6 +226,7 @@ export declare const UTransfer: {
230
226
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
231
227
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
232
228
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
229
+ click: (ev: Event) => boolean;
233
230
  }, import("vue").PublicProps, {
234
231
  name: string;
235
232
  disabled: boolean;
@@ -410,6 +407,7 @@ export declare const UTransfer: {
410
407
  };
411
408
  }>> & Readonly<{
412
409
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
410
+ onClick?: (ev: Event) => any;
413
411
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
414
412
  }>, {
415
413
  prefixCls: import("vue").ComputedRef<string>;
@@ -466,6 +464,7 @@ export declare const UTransfer: {
466
464
  };
467
465
  }>> & Readonly<{
468
466
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
467
+ onClick?: (ev: Event) => any;
469
468
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
470
469
  }>, {
471
470
  prefixCls: import("vue").ComputedRef<string>;
@@ -482,6 +481,7 @@ export declare const UTransfer: {
482
481
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
483
482
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
484
483
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
484
+ click: (ev: Event) => boolean;
485
485
  }, string, {
486
486
  name: string;
487
487
  disabled: boolean;
@@ -908,6 +908,7 @@ export declare const UTransfer: {
908
908
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
909
909
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
910
910
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
911
+ click: (ev: Event) => boolean;
911
912
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
912
913
  modelValue: {
913
914
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -939,6 +940,7 @@ export declare const UTransfer: {
939
940
  };
940
941
  }>> & Readonly<{
941
942
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
943
+ onClick?: (ev: Event) => any;
942
944
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
943
945
  }>, {
944
946
  name: string;
@@ -1164,6 +1166,7 @@ export declare const UTransfer: {
1164
1166
  };
1165
1167
  }>> & Readonly<{
1166
1168
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1169
+ onClick?: (ev: Event) => any;
1167
1170
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1168
1171
  }>, {
1169
1172
  prefixCls: import("vue").ComputedRef<string>;
@@ -1180,6 +1183,7 @@ export declare const UTransfer: {
1180
1183
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1181
1184
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
1182
1185
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1186
+ click: (ev: Event) => boolean;
1183
1187
  }, import("vue").PublicProps, {
1184
1188
  name: string;
1185
1189
  disabled: boolean;
@@ -1360,6 +1364,7 @@ export declare const UTransfer: {
1360
1364
  };
1361
1365
  }>> & Readonly<{
1362
1366
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1367
+ onClick?: (ev: Event) => any;
1363
1368
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1364
1369
  }>, {
1365
1370
  prefixCls: import("vue").ComputedRef<string>;
@@ -1416,6 +1421,7 @@ export declare const UTransfer: {
1416
1421
  };
1417
1422
  }>> & Readonly<{
1418
1423
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1424
+ onClick?: (ev: Event) => any;
1419
1425
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1420
1426
  }>, {
1421
1427
  prefixCls: import("vue").ComputedRef<string>;
@@ -1432,6 +1438,7 @@ export declare const UTransfer: {
1432
1438
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1433
1439
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
1434
1440
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1441
+ click: (ev: Event) => boolean;
1435
1442
  }, string, {
1436
1443
  name: string;
1437
1444
  disabled: boolean;
@@ -1858,6 +1865,7 @@ export declare const UTransfer: {
1858
1865
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1859
1866
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
1860
1867
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1868
+ click: (ev: Event) => boolean;
1861
1869
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1862
1870
  modelValue: {
1863
1871
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -1889,6 +1897,7 @@ export declare const UTransfer: {
1889
1897
  };
1890
1898
  }>> & Readonly<{
1891
1899
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1900
+ onClick?: (ev: Event) => any;
1892
1901
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1893
1902
  }>, {
1894
1903
  name: string;
@@ -3269,6 +3278,7 @@ export declare const UTransfer: {
3269
3278
  };
3270
3279
  }>> & Readonly<{
3271
3280
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3281
+ onClick?: (ev: Event) => any;
3272
3282
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3273
3283
  }>, {
3274
3284
  prefixCls: import("vue").ComputedRef<string>;
@@ -3285,6 +3295,7 @@ export declare const UTransfer: {
3285
3295
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3286
3296
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3287
3297
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3298
+ click: (ev: Event) => boolean;
3288
3299
  }, import("vue").PublicProps, {
3289
3300
  name: string;
3290
3301
  disabled: boolean;
@@ -3465,6 +3476,7 @@ export declare const UTransfer: {
3465
3476
  };
3466
3477
  }>> & Readonly<{
3467
3478
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3479
+ onClick?: (ev: Event) => any;
3468
3480
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3469
3481
  }>, {
3470
3482
  prefixCls: import("vue").ComputedRef<string>;
@@ -3521,6 +3533,7 @@ export declare const UTransfer: {
3521
3533
  };
3522
3534
  }>> & Readonly<{
3523
3535
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3536
+ onClick?: (ev: Event) => any;
3524
3537
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3525
3538
  }>, {
3526
3539
  prefixCls: import("vue").ComputedRef<string>;
@@ -3537,6 +3550,7 @@ export declare const UTransfer: {
3537
3550
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3538
3551
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3539
3552
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3553
+ click: (ev: Event) => boolean;
3540
3554
  }, string, {
3541
3555
  name: string;
3542
3556
  disabled: boolean;
@@ -3963,6 +3977,7 @@ export declare const UTransfer: {
3963
3977
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3964
3978
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3965
3979
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3980
+ click: (ev: Event) => boolean;
3966
3981
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3967
3982
  modelValue: {
3968
3983
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -3994,6 +4009,7 @@ export declare const UTransfer: {
3994
4009
  };
3995
4010
  }>> & Readonly<{
3996
4011
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
4012
+ onClick?: (ev: Event) => any;
3997
4013
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3998
4014
  }>, {
3999
4015
  name: string;
@@ -4219,6 +4235,7 @@ export declare const UTransfer: {
4219
4235
  };
4220
4236
  }>> & Readonly<{
4221
4237
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
4238
+ onClick?: (ev: Event) => any;
4222
4239
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
4223
4240
  }>, {
4224
4241
  prefixCls: import("vue").ComputedRef<string>;
@@ -4235,6 +4252,7 @@ export declare const UTransfer: {
4235
4252
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4236
4253
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
4237
4254
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
4255
+ click: (ev: Event) => boolean;
4238
4256
  }, import("vue").PublicProps, {
4239
4257
  name: string;
4240
4258
  disabled: boolean;
@@ -4415,6 +4433,7 @@ export declare const UTransfer: {
4415
4433
  };
4416
4434
  }>> & Readonly<{
4417
4435
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
4436
+ onClick?: (ev: Event) => any;
4418
4437
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
4419
4438
  }>, {
4420
4439
  prefixCls: import("vue").ComputedRef<string>;
@@ -4471,6 +4490,7 @@ export declare const UTransfer: {
4471
4490
  };
4472
4491
  }>> & Readonly<{
4473
4492
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
4493
+ onClick?: (ev: Event) => any;
4474
4494
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
4475
4495
  }>, {
4476
4496
  prefixCls: import("vue").ComputedRef<string>;
@@ -4487,6 +4507,7 @@ export declare const UTransfer: {
4487
4507
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4488
4508
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
4489
4509
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
4510
+ click: (ev: Event) => boolean;
4490
4511
  }, string, {
4491
4512
  name: string;
4492
4513
  disabled: boolean;
@@ -4913,6 +4934,7 @@ export declare const UTransfer: {
4913
4934
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4914
4935
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
4915
4936
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
4937
+ click: (ev: Event) => boolean;
4916
4938
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4917
4939
  modelValue: {
4918
4940
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -4944,6 +4966,7 @@ export declare const UTransfer: {
4944
4966
  };
4945
4967
  }>> & Readonly<{
4946
4968
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
4969
+ onClick?: (ev: Event) => any;
4947
4970
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
4948
4971
  }>, {
4949
4972
  name: string;
@@ -6217,7 +6240,6 @@ export declare const UTransfer: {
6217
6240
  search: (side: "right" | "left", value: string) => boolean;
6218
6241
  'update:targetKeys': (target: string[]) => boolean;
6219
6242
  }, import("vue").PublicProps, {
6220
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
6221
6243
  loading: boolean;
6222
6244
  disabled: boolean;
6223
6245
  filterMethod: import("./Transfer.type").TransferFilterMethod;
@@ -6429,6 +6451,7 @@ export declare const UTransfer: {
6429
6451
  };
6430
6452
  }>> & Readonly<{
6431
6453
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
6454
+ onClick?: (ev: Event) => any;
6432
6455
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
6433
6456
  }>, {
6434
6457
  prefixCls: import("vue").ComputedRef<string>;
@@ -6445,6 +6468,7 @@ export declare const UTransfer: {
6445
6468
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6446
6469
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
6447
6470
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
6471
+ click: (ev: Event) => boolean;
6448
6472
  }, import("vue").PublicProps, {
6449
6473
  name: string;
6450
6474
  disabled: boolean;
@@ -6625,6 +6649,7 @@ export declare const UTransfer: {
6625
6649
  };
6626
6650
  }>> & Readonly<{
6627
6651
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
6652
+ onClick?: (ev: Event) => any;
6628
6653
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
6629
6654
  }>, {
6630
6655
  prefixCls: import("vue").ComputedRef<string>;
@@ -6681,6 +6706,7 @@ export declare const UTransfer: {
6681
6706
  };
6682
6707
  }>> & Readonly<{
6683
6708
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
6709
+ onClick?: (ev: Event) => any;
6684
6710
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
6685
6711
  }>, {
6686
6712
  prefixCls: import("vue").ComputedRef<string>;
@@ -6697,6 +6723,7 @@ export declare const UTransfer: {
6697
6723
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6698
6724
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
6699
6725
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
6726
+ click: (ev: Event) => boolean;
6700
6727
  }, string, {
6701
6728
  name: string;
6702
6729
  disabled: boolean;
@@ -7123,6 +7150,7 @@ export declare const UTransfer: {
7123
7150
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7124
7151
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
7125
7152
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
7153
+ click: (ev: Event) => boolean;
7126
7154
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7127
7155
  modelValue: {
7128
7156
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -7154,6 +7182,7 @@ export declare const UTransfer: {
7154
7182
  };
7155
7183
  }>> & Readonly<{
7156
7184
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
7185
+ onClick?: (ev: Event) => any;
7157
7186
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
7158
7187
  }>, {
7159
7188
  name: string;
@@ -7379,6 +7408,7 @@ export declare const UTransfer: {
7379
7408
  };
7380
7409
  }>> & Readonly<{
7381
7410
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
7411
+ onClick?: (ev: Event) => any;
7382
7412
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
7383
7413
  }>, {
7384
7414
  prefixCls: import("vue").ComputedRef<string>;
@@ -7395,6 +7425,7 @@ export declare const UTransfer: {
7395
7425
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7396
7426
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
7397
7427
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
7428
+ click: (ev: Event) => boolean;
7398
7429
  }, import("vue").PublicProps, {
7399
7430
  name: string;
7400
7431
  disabled: boolean;
@@ -7575,6 +7606,7 @@ export declare const UTransfer: {
7575
7606
  };
7576
7607
  }>> & Readonly<{
7577
7608
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
7609
+ onClick?: (ev: Event) => any;
7578
7610
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
7579
7611
  }>, {
7580
7612
  prefixCls: import("vue").ComputedRef<string>;
@@ -7631,6 +7663,7 @@ export declare const UTransfer: {
7631
7663
  };
7632
7664
  }>> & Readonly<{
7633
7665
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
7666
+ onClick?: (ev: Event) => any;
7634
7667
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
7635
7668
  }>, {
7636
7669
  prefixCls: import("vue").ComputedRef<string>;
@@ -7647,6 +7680,7 @@ export declare const UTransfer: {
7647
7680
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7648
7681
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
7649
7682
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
7683
+ click: (ev: Event) => boolean;
7650
7684
  }, string, {
7651
7685
  name: string;
7652
7686
  disabled: boolean;
@@ -8073,6 +8107,7 @@ export declare const UTransfer: {
8073
8107
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8074
8108
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
8075
8109
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
8110
+ click: (ev: Event) => boolean;
8076
8111
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8077
8112
  modelValue: {
8078
8113
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -8104,6 +8139,7 @@ export declare const UTransfer: {
8104
8139
  };
8105
8140
  }>> & Readonly<{
8106
8141
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
8142
+ onClick?: (ev: Event) => any;
8107
8143
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
8108
8144
  }>, {
8109
8145
  name: string;
@@ -9943,11 +9979,6 @@ export declare const UTransfer: {
9943
9979
  type: BooleanConstructor;
9944
9980
  default: boolean;
9945
9981
  };
9946
- color: {
9947
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
9948
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
9949
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
9950
- };
9951
9982
  direction: {
9952
9983
  type: import("vue").PropType<"ltr" | "rtl">;
9953
9984
  };
@@ -10092,6 +10123,7 @@ export declare const UTransfer: {
10092
10123
  };
10093
10124
  }>> & Readonly<{
10094
10125
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
10126
+ onClick?: (ev: Event) => any;
10095
10127
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
10096
10128
  }>, {
10097
10129
  prefixCls: import("vue").ComputedRef<string>;
@@ -10108,6 +10140,7 @@ export declare const UTransfer: {
10108
10140
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10109
10141
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
10110
10142
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
10143
+ click: (ev: Event) => boolean;
10111
10144
  }, import("vue").PublicProps, {
10112
10145
  name: string;
10113
10146
  disabled: boolean;
@@ -10288,6 +10321,7 @@ export declare const UTransfer: {
10288
10321
  };
10289
10322
  }>> & Readonly<{
10290
10323
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
10324
+ onClick?: (ev: Event) => any;
10291
10325
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
10292
10326
  }>, {
10293
10327
  prefixCls: import("vue").ComputedRef<string>;
@@ -10344,6 +10378,7 @@ export declare const UTransfer: {
10344
10378
  };
10345
10379
  }>> & Readonly<{
10346
10380
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
10381
+ onClick?: (ev: Event) => any;
10347
10382
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
10348
10383
  }>, {
10349
10384
  prefixCls: import("vue").ComputedRef<string>;
@@ -10360,6 +10395,7 @@ export declare const UTransfer: {
10360
10395
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10361
10396
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
10362
10397
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
10398
+ click: (ev: Event) => boolean;
10363
10399
  }, string, {
10364
10400
  name: string;
10365
10401
  disabled: boolean;
@@ -10786,6 +10822,7 @@ export declare const UTransfer: {
10786
10822
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10787
10823
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
10788
10824
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
10825
+ click: (ev: Event) => boolean;
10789
10826
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10790
10827
  modelValue: {
10791
10828
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -10817,6 +10854,7 @@ export declare const UTransfer: {
10817
10854
  };
10818
10855
  }>> & Readonly<{
10819
10856
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
10857
+ onClick?: (ev: Event) => any;
10820
10858
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
10821
10859
  }>, {
10822
10860
  name: string;
@@ -11042,6 +11080,7 @@ export declare const UTransfer: {
11042
11080
  };
11043
11081
  }>> & Readonly<{
11044
11082
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
11083
+ onClick?: (ev: Event) => any;
11045
11084
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
11046
11085
  }>, {
11047
11086
  prefixCls: import("vue").ComputedRef<string>;
@@ -11058,6 +11097,7 @@ export declare const UTransfer: {
11058
11097
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11059
11098
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
11060
11099
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
11100
+ click: (ev: Event) => boolean;
11061
11101
  }, import("vue").PublicProps, {
11062
11102
  name: string;
11063
11103
  disabled: boolean;
@@ -11238,6 +11278,7 @@ export declare const UTransfer: {
11238
11278
  };
11239
11279
  }>> & Readonly<{
11240
11280
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
11281
+ onClick?: (ev: Event) => any;
11241
11282
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
11242
11283
  }>, {
11243
11284
  prefixCls: import("vue").ComputedRef<string>;
@@ -11294,6 +11335,7 @@ export declare const UTransfer: {
11294
11335
  };
11295
11336
  }>> & Readonly<{
11296
11337
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
11338
+ onClick?: (ev: Event) => any;
11297
11339
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
11298
11340
  }>, {
11299
11341
  prefixCls: import("vue").ComputedRef<string>;
@@ -11310,6 +11352,7 @@ export declare const UTransfer: {
11310
11352
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11311
11353
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
11312
11354
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
11355
+ click: (ev: Event) => boolean;
11313
11356
  }, string, {
11314
11357
  name: string;
11315
11358
  disabled: boolean;
@@ -11736,6 +11779,7 @@ export declare const UTransfer: {
11736
11779
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11737
11780
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
11738
11781
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
11782
+ click: (ev: Event) => boolean;
11739
11783
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11740
11784
  modelValue: {
11741
11785
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -11767,6 +11811,7 @@ export declare const UTransfer: {
11767
11811
  };
11768
11812
  }>> & Readonly<{
11769
11813
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
11814
+ onClick?: (ev: Event) => any;
11770
11815
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
11771
11816
  }>, {
11772
11817
  name: string;
@@ -13147,6 +13192,7 @@ export declare const UTransfer: {
13147
13192
  };
13148
13193
  }>> & Readonly<{
13149
13194
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
13195
+ onClick?: (ev: Event) => any;
13150
13196
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
13151
13197
  }>, {
13152
13198
  prefixCls: import("vue").ComputedRef<string>;
@@ -13163,6 +13209,7 @@ export declare const UTransfer: {
13163
13209
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13164
13210
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
13165
13211
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
13212
+ click: (ev: Event) => boolean;
13166
13213
  }, import("vue").PublicProps, {
13167
13214
  name: string;
13168
13215
  disabled: boolean;
@@ -13343,6 +13390,7 @@ export declare const UTransfer: {
13343
13390
  };
13344
13391
  }>> & Readonly<{
13345
13392
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
13393
+ onClick?: (ev: Event) => any;
13346
13394
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
13347
13395
  }>, {
13348
13396
  prefixCls: import("vue").ComputedRef<string>;
@@ -13399,6 +13447,7 @@ export declare const UTransfer: {
13399
13447
  };
13400
13448
  }>> & Readonly<{
13401
13449
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
13450
+ onClick?: (ev: Event) => any;
13402
13451
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
13403
13452
  }>, {
13404
13453
  prefixCls: import("vue").ComputedRef<string>;
@@ -13415,6 +13464,7 @@ export declare const UTransfer: {
13415
13464
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13416
13465
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
13417
13466
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
13467
+ click: (ev: Event) => boolean;
13418
13468
  }, string, {
13419
13469
  name: string;
13420
13470
  disabled: boolean;
@@ -13841,6 +13891,7 @@ export declare const UTransfer: {
13841
13891
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13842
13892
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
13843
13893
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
13894
+ click: (ev: Event) => boolean;
13844
13895
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13845
13896
  modelValue: {
13846
13897
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -13872,6 +13923,7 @@ export declare const UTransfer: {
13872
13923
  };
13873
13924
  }>> & Readonly<{
13874
13925
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
13926
+ onClick?: (ev: Event) => any;
13875
13927
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
13876
13928
  }>, {
13877
13929
  name: string;
@@ -14097,6 +14149,7 @@ export declare const UTransfer: {
14097
14149
  };
14098
14150
  }>> & Readonly<{
14099
14151
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
14152
+ onClick?: (ev: Event) => any;
14100
14153
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
14101
14154
  }>, {
14102
14155
  prefixCls: import("vue").ComputedRef<string>;
@@ -14113,6 +14166,7 @@ export declare const UTransfer: {
14113
14166
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14114
14167
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
14115
14168
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
14169
+ click: (ev: Event) => boolean;
14116
14170
  }, import("vue").PublicProps, {
14117
14171
  name: string;
14118
14172
  disabled: boolean;
@@ -14293,6 +14347,7 @@ export declare const UTransfer: {
14293
14347
  };
14294
14348
  }>> & Readonly<{
14295
14349
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
14350
+ onClick?: (ev: Event) => any;
14296
14351
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
14297
14352
  }>, {
14298
14353
  prefixCls: import("vue").ComputedRef<string>;
@@ -14349,6 +14404,7 @@ export declare const UTransfer: {
14349
14404
  };
14350
14405
  }>> & Readonly<{
14351
14406
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
14407
+ onClick?: (ev: Event) => any;
14352
14408
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
14353
14409
  }>, {
14354
14410
  prefixCls: import("vue").ComputedRef<string>;
@@ -14365,6 +14421,7 @@ export declare const UTransfer: {
14365
14421
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14366
14422
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
14367
14423
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
14424
+ click: (ev: Event) => boolean;
14368
14425
  }, string, {
14369
14426
  name: string;
14370
14427
  disabled: boolean;
@@ -14791,6 +14848,7 @@ export declare const UTransfer: {
14791
14848
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14792
14849
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
14793
14850
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
14851
+ click: (ev: Event) => boolean;
14794
14852
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14795
14853
  modelValue: {
14796
14854
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -14822,6 +14880,7 @@ export declare const UTransfer: {
14822
14880
  };
14823
14881
  }>> & Readonly<{
14824
14882
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
14883
+ onClick?: (ev: Event) => any;
14825
14884
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
14826
14885
  }>, {
14827
14886
  name: string;
@@ -16090,7 +16149,6 @@ export declare const UTransfer: {
16090
16149
  handleSearchChange: (side: "right" | "left", value: string) => void;
16091
16150
  clrearTransferSearchValue: () => void;
16092
16151
  }, {}, {}, {}, {
16093
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
16094
16152
  loading: boolean;
16095
16153
  disabled: boolean;
16096
16154
  filterMethod: import("./Transfer.type").TransferFilterMethod;
@@ -16174,11 +16232,6 @@ export declare const UTransfer: {
16174
16232
  type: BooleanConstructor;
16175
16233
  default: boolean;
16176
16234
  };
16177
- color: {
16178
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
16179
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
16180
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
16181
- };
16182
16235
  direction: {
16183
16236
  type: import("vue").PropType<"ltr" | "rtl">;
16184
16237
  };
@@ -16323,6 +16376,7 @@ export declare const UTransfer: {
16323
16376
  };
16324
16377
  }>> & Readonly<{
16325
16378
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
16379
+ onClick?: (ev: Event) => any;
16326
16380
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
16327
16381
  }>, {
16328
16382
  prefixCls: import("vue").ComputedRef<string>;
@@ -16339,6 +16393,7 @@ export declare const UTransfer: {
16339
16393
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16340
16394
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
16341
16395
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
16396
+ click: (ev: Event) => boolean;
16342
16397
  }, import("vue").PublicProps, {
16343
16398
  name: string;
16344
16399
  disabled: boolean;
@@ -16519,6 +16574,7 @@ export declare const UTransfer: {
16519
16574
  };
16520
16575
  }>> & Readonly<{
16521
16576
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
16577
+ onClick?: (ev: Event) => any;
16522
16578
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
16523
16579
  }>, {
16524
16580
  prefixCls: import("vue").ComputedRef<string>;
@@ -16575,6 +16631,7 @@ export declare const UTransfer: {
16575
16631
  };
16576
16632
  }>> & Readonly<{
16577
16633
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
16634
+ onClick?: (ev: Event) => any;
16578
16635
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
16579
16636
  }>, {
16580
16637
  prefixCls: import("vue").ComputedRef<string>;
@@ -16591,6 +16648,7 @@ export declare const UTransfer: {
16591
16648
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16592
16649
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
16593
16650
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
16651
+ click: (ev: Event) => boolean;
16594
16652
  }, string, {
16595
16653
  name: string;
16596
16654
  disabled: boolean;
@@ -17017,6 +17075,7 @@ export declare const UTransfer: {
17017
17075
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17018
17076
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
17019
17077
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
17078
+ click: (ev: Event) => boolean;
17020
17079
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17021
17080
  modelValue: {
17022
17081
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -17048,6 +17107,7 @@ export declare const UTransfer: {
17048
17107
  };
17049
17108
  }>> & Readonly<{
17050
17109
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
17110
+ onClick?: (ev: Event) => any;
17051
17111
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
17052
17112
  }>, {
17053
17113
  name: string;
@@ -17273,6 +17333,7 @@ export declare const UTransfer: {
17273
17333
  };
17274
17334
  }>> & Readonly<{
17275
17335
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
17336
+ onClick?: (ev: Event) => any;
17276
17337
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
17277
17338
  }>, {
17278
17339
  prefixCls: import("vue").ComputedRef<string>;
@@ -17289,6 +17350,7 @@ export declare const UTransfer: {
17289
17350
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17290
17351
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
17291
17352
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
17353
+ click: (ev: Event) => boolean;
17292
17354
  }, import("vue").PublicProps, {
17293
17355
  name: string;
17294
17356
  disabled: boolean;
@@ -17469,6 +17531,7 @@ export declare const UTransfer: {
17469
17531
  };
17470
17532
  }>> & Readonly<{
17471
17533
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
17534
+ onClick?: (ev: Event) => any;
17472
17535
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
17473
17536
  }>, {
17474
17537
  prefixCls: import("vue").ComputedRef<string>;
@@ -17525,6 +17588,7 @@ export declare const UTransfer: {
17525
17588
  };
17526
17589
  }>> & Readonly<{
17527
17590
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
17591
+ onClick?: (ev: Event) => any;
17528
17592
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
17529
17593
  }>, {
17530
17594
  prefixCls: import("vue").ComputedRef<string>;
@@ -17541,6 +17605,7 @@ export declare const UTransfer: {
17541
17605
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17542
17606
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
17543
17607
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
17608
+ click: (ev: Event) => boolean;
17544
17609
  }, string, {
17545
17610
  name: string;
17546
17611
  disabled: boolean;
@@ -17967,6 +18032,7 @@ export declare const UTransfer: {
17967
18032
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17968
18033
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
17969
18034
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
18035
+ click: (ev: Event) => boolean;
17970
18036
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17971
18037
  modelValue: {
17972
18038
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -17998,6 +18064,7 @@ export declare const UTransfer: {
17998
18064
  };
17999
18065
  }>> & Readonly<{
18000
18066
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
18067
+ onClick?: (ev: Event) => any;
18001
18068
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
18002
18069
  }>, {
18003
18070
  name: string;
@@ -19378,6 +19445,7 @@ export declare const UTransfer: {
19378
19445
  };
19379
19446
  }>> & Readonly<{
19380
19447
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
19448
+ onClick?: (ev: Event) => any;
19381
19449
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
19382
19450
  }>, {
19383
19451
  prefixCls: import("vue").ComputedRef<string>;
@@ -19394,6 +19462,7 @@ export declare const UTransfer: {
19394
19462
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19395
19463
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
19396
19464
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
19465
+ click: (ev: Event) => boolean;
19397
19466
  }, import("vue").PublicProps, {
19398
19467
  name: string;
19399
19468
  disabled: boolean;
@@ -19574,6 +19643,7 @@ export declare const UTransfer: {
19574
19643
  };
19575
19644
  }>> & Readonly<{
19576
19645
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
19646
+ onClick?: (ev: Event) => any;
19577
19647
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
19578
19648
  }>, {
19579
19649
  prefixCls: import("vue").ComputedRef<string>;
@@ -19630,6 +19700,7 @@ export declare const UTransfer: {
19630
19700
  };
19631
19701
  }>> & Readonly<{
19632
19702
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
19703
+ onClick?: (ev: Event) => any;
19633
19704
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
19634
19705
  }>, {
19635
19706
  prefixCls: import("vue").ComputedRef<string>;
@@ -19646,6 +19717,7 @@ export declare const UTransfer: {
19646
19717
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19647
19718
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
19648
19719
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
19720
+ click: (ev: Event) => boolean;
19649
19721
  }, string, {
19650
19722
  name: string;
19651
19723
  disabled: boolean;
@@ -20072,6 +20144,7 @@ export declare const UTransfer: {
20072
20144
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20073
20145
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
20074
20146
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
20147
+ click: (ev: Event) => boolean;
20075
20148
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20076
20149
  modelValue: {
20077
20150
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -20103,6 +20176,7 @@ export declare const UTransfer: {
20103
20176
  };
20104
20177
  }>> & Readonly<{
20105
20178
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
20179
+ onClick?: (ev: Event) => any;
20106
20180
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
20107
20181
  }>, {
20108
20182
  name: string;
@@ -20328,6 +20402,7 @@ export declare const UTransfer: {
20328
20402
  };
20329
20403
  }>> & Readonly<{
20330
20404
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
20405
+ onClick?: (ev: Event) => any;
20331
20406
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
20332
20407
  }>, {
20333
20408
  prefixCls: import("vue").ComputedRef<string>;
@@ -20344,6 +20419,7 @@ export declare const UTransfer: {
20344
20419
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20345
20420
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
20346
20421
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
20422
+ click: (ev: Event) => boolean;
20347
20423
  }, import("vue").PublicProps, {
20348
20424
  name: string;
20349
20425
  disabled: boolean;
@@ -20524,6 +20600,7 @@ export declare const UTransfer: {
20524
20600
  };
20525
20601
  }>> & Readonly<{
20526
20602
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
20603
+ onClick?: (ev: Event) => any;
20527
20604
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
20528
20605
  }>, {
20529
20606
  prefixCls: import("vue").ComputedRef<string>;
@@ -20580,6 +20657,7 @@ export declare const UTransfer: {
20580
20657
  };
20581
20658
  }>> & Readonly<{
20582
20659
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
20660
+ onClick?: (ev: Event) => any;
20583
20661
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
20584
20662
  }>, {
20585
20663
  prefixCls: import("vue").ComputedRef<string>;
@@ -20596,6 +20674,7 @@ export declare const UTransfer: {
20596
20674
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20597
20675
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
20598
20676
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
20677
+ click: (ev: Event) => boolean;
20599
20678
  }, string, {
20600
20679
  name: string;
20601
20680
  disabled: boolean;
@@ -21022,6 +21101,7 @@ export declare const UTransfer: {
21022
21101
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21023
21102
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
21024
21103
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
21104
+ click: (ev: Event) => boolean;
21025
21105
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21026
21106
  modelValue: {
21027
21107
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -21053,6 +21133,7 @@ export declare const UTransfer: {
21053
21133
  };
21054
21134
  }>> & Readonly<{
21055
21135
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
21136
+ onClick?: (ev: Event) => any;
21056
21137
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
21057
21138
  }>, {
21058
21139
  name: string;
@@ -22326,7 +22407,6 @@ export declare const UTransfer: {
22326
22407
  search: (side: "right" | "left", value: string) => boolean;
22327
22408
  'update:targetKeys': (target: string[]) => boolean;
22328
22409
  }, string, {
22329
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
22330
22410
  loading: boolean;
22331
22411
  disabled: boolean;
22332
22412
  filterMethod: import("./Transfer.type").TransferFilterMethod;
@@ -22538,6 +22618,7 @@ export declare const UTransfer: {
22538
22618
  };
22539
22619
  }>> & Readonly<{
22540
22620
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
22621
+ onClick?: (ev: Event) => any;
22541
22622
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
22542
22623
  }>, {
22543
22624
  prefixCls: import("vue").ComputedRef<string>;
@@ -22554,6 +22635,7 @@ export declare const UTransfer: {
22554
22635
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22555
22636
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
22556
22637
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
22638
+ click: (ev: Event) => boolean;
22557
22639
  }, import("vue").PublicProps, {
22558
22640
  name: string;
22559
22641
  disabled: boolean;
@@ -22734,6 +22816,7 @@ export declare const UTransfer: {
22734
22816
  };
22735
22817
  }>> & Readonly<{
22736
22818
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
22819
+ onClick?: (ev: Event) => any;
22737
22820
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
22738
22821
  }>, {
22739
22822
  prefixCls: import("vue").ComputedRef<string>;
@@ -22790,6 +22873,7 @@ export declare const UTransfer: {
22790
22873
  };
22791
22874
  }>> & Readonly<{
22792
22875
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
22876
+ onClick?: (ev: Event) => any;
22793
22877
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
22794
22878
  }>, {
22795
22879
  prefixCls: import("vue").ComputedRef<string>;
@@ -22806,6 +22890,7 @@ export declare const UTransfer: {
22806
22890
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22807
22891
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
22808
22892
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
22893
+ click: (ev: Event) => boolean;
22809
22894
  }, string, {
22810
22895
  name: string;
22811
22896
  disabled: boolean;
@@ -23232,6 +23317,7 @@ export declare const UTransfer: {
23232
23317
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23233
23318
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
23234
23319
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
23320
+ click: (ev: Event) => boolean;
23235
23321
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23236
23322
  modelValue: {
23237
23323
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -23263,6 +23349,7 @@ export declare const UTransfer: {
23263
23349
  };
23264
23350
  }>> & Readonly<{
23265
23351
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
23352
+ onClick?: (ev: Event) => any;
23266
23353
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
23267
23354
  }>, {
23268
23355
  name: string;
@@ -23488,6 +23575,7 @@ export declare const UTransfer: {
23488
23575
  };
23489
23576
  }>> & Readonly<{
23490
23577
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
23578
+ onClick?: (ev: Event) => any;
23491
23579
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
23492
23580
  }>, {
23493
23581
  prefixCls: import("vue").ComputedRef<string>;
@@ -23504,6 +23592,7 @@ export declare const UTransfer: {
23504
23592
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23505
23593
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
23506
23594
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
23595
+ click: (ev: Event) => boolean;
23507
23596
  }, import("vue").PublicProps, {
23508
23597
  name: string;
23509
23598
  disabled: boolean;
@@ -23684,6 +23773,7 @@ export declare const UTransfer: {
23684
23773
  };
23685
23774
  }>> & Readonly<{
23686
23775
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
23776
+ onClick?: (ev: Event) => any;
23687
23777
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
23688
23778
  }>, {
23689
23779
  prefixCls: import("vue").ComputedRef<string>;
@@ -23740,6 +23830,7 @@ export declare const UTransfer: {
23740
23830
  };
23741
23831
  }>> & Readonly<{
23742
23832
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
23833
+ onClick?: (ev: Event) => any;
23743
23834
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
23744
23835
  }>, {
23745
23836
  prefixCls: import("vue").ComputedRef<string>;
@@ -23756,6 +23847,7 @@ export declare const UTransfer: {
23756
23847
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23757
23848
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
23758
23849
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
23850
+ click: (ev: Event) => boolean;
23759
23851
  }, string, {
23760
23852
  name: string;
23761
23853
  disabled: boolean;
@@ -24182,6 +24274,7 @@ export declare const UTransfer: {
24182
24274
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24183
24275
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
24184
24276
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
24277
+ click: (ev: Event) => boolean;
24185
24278
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24186
24279
  modelValue: {
24187
24280
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -24213,6 +24306,7 @@ export declare const UTransfer: {
24213
24306
  };
24214
24307
  }>> & Readonly<{
24215
24308
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
24309
+ onClick?: (ev: Event) => any;
24216
24310
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
24217
24311
  }>, {
24218
24312
  name: string;