@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
@@ -754,11 +754,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
754
754
  default: string;
755
755
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
756
756
  };
757
- theme: {
758
- type: PropType<"light" | "dark">;
759
- default: string;
760
- validator: (val: "light" | "dark") => boolean;
761
- };
762
757
  selectedKeys: {
763
758
  type: PropType<(string | number)[]>;
764
759
  validator: (val: any[]) => boolean;
@@ -816,7 +811,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
816
811
  }, import("vue").PublicProps, {
817
812
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
818
813
  multiple: boolean;
819
- theme: "light" | "dark";
820
814
  openKeys: (string | number)[];
821
815
  subMenuOpenDelay: number;
822
816
  subMenuCloseDelay: number;
@@ -844,11 +838,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
844
838
  default: string;
845
839
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
846
840
  };
847
- theme: {
848
- type: PropType<"light" | "dark">;
849
- default: string;
850
- validator: (val: "light" | "dark") => boolean;
851
- };
852
841
  selectedKeys: {
853
842
  type: PropType<(string | number)[]>;
854
843
  validator: (val: any[]) => boolean;
@@ -899,7 +888,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
899
888
  }, {}, {}, {}, {
900
889
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
901
890
  multiple: boolean;
902
- theme: "light" | "dark";
903
891
  openKeys: (string | number)[];
904
892
  subMenuOpenDelay: number;
905
893
  subMenuCloseDelay: number;
@@ -915,11 +903,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
915
903
  default: string;
916
904
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
917
905
  };
918
- theme: {
919
- type: PropType<"light" | "dark">;
920
- default: string;
921
- validator: (val: "light" | "dark") => boolean;
922
- };
923
906
  selectedKeys: {
924
907
  type: PropType<(string | number)[]>;
925
908
  validator: (val: any[]) => boolean;
@@ -977,7 +960,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
977
960
  }, string, {
978
961
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
979
962
  multiple: boolean;
980
- theme: "light" | "dark";
981
963
  openKeys: (string | number)[];
982
964
  subMenuOpenDelay: number;
983
965
  subMenuCloseDelay: number;
@@ -1770,7 +1752,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1770
1752
  titleStyle: import("vue").ComputedRef<{}>;
1771
1753
  mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
1772
1754
  subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
1773
- theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
1774
1755
  isOpen: import("vue").ComputedRef<boolean>;
1775
1756
  isSelected: import("vue").ComputedRef<boolean>;
1776
1757
  menuId: import("vue").ComputedRef<string>;
@@ -2965,6 +2946,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2965
2946
  };
2966
2947
  }>> & Readonly<{
2967
2948
  onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
2949
+ onClick?: (ev: Event) => any;
2968
2950
  "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
2969
2951
  }>, {
2970
2952
  prefixCls: import("vue").ComputedRef<string>;
@@ -2981,6 +2963,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2981
2963
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2982
2964
  'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
2983
2965
  change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
2966
+ click: (ev: Event) => boolean;
2984
2967
  }, import("vue").PublicProps, {
2985
2968
  name: string;
2986
2969
  disabled: boolean;
@@ -3161,6 +3144,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3161
3144
  };
3162
3145
  }>> & Readonly<{
3163
3146
  onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
3147
+ onClick?: (ev: Event) => any;
3164
3148
  "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
3165
3149
  }>, {
3166
3150
  prefixCls: import("vue").ComputedRef<string>;
@@ -3217,6 +3201,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3217
3201
  };
3218
3202
  }>> & Readonly<{
3219
3203
  onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
3204
+ onClick?: (ev: Event) => any;
3220
3205
  "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
3221
3206
  }>, {
3222
3207
  prefixCls: import("vue").ComputedRef<string>;
@@ -3233,6 +3218,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3233
3218
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3234
3219
  'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
3235
3220
  change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
3221
+ click: (ev: Event) => boolean;
3236
3222
  }, string, {
3237
3223
  name: string;
3238
3224
  disabled: boolean;
@@ -3659,6 +3645,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3659
3645
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3660
3646
  'update:modelValue': (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => boolean;
3661
3647
  change: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => boolean;
3648
+ click: (ev: Event) => boolean;
3662
3649
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3663
3650
  modelValue: {
3664
3651
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -3690,6 +3677,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3690
3677
  };
3691
3678
  }>> & Readonly<{
3692
3679
  onChange?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType, ev: Event) => any;
3680
+ onClick?: (ev: Event) => any;
3693
3681
  "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/components/Checkbox").CheckboxValueType) => any;
3694
3682
  }>, {
3695
3683
  name: string;
@@ -88,6 +88,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
88
88
  };
89
89
  }>> & Readonly<{
90
90
  onChange?: (val: CheckboxValueType, ev: Event) => any;
91
+ onClick?: (ev: Event) => any;
91
92
  "onUpdate:modelValue"?: (val: CheckboxValueType) => any;
92
93
  }>, {
93
94
  prefixCls: import("vue").ComputedRef<string>;
@@ -104,6 +105,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
104
105
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
105
106
  'update:modelValue': (val: CheckboxValueType) => boolean;
106
107
  change: (val: CheckboxValueType, ev: Event) => boolean;
108
+ click: (ev: Event) => boolean;
107
109
  }, import("vue").PublicProps, {
108
110
  name: string;
109
111
  disabled: boolean;
@@ -284,6 +286,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
284
286
  };
285
287
  }>> & Readonly<{
286
288
  onChange?: (val: CheckboxValueType, ev: Event) => any;
289
+ onClick?: (ev: Event) => any;
287
290
  "onUpdate:modelValue"?: (val: CheckboxValueType) => any;
288
291
  }>, {
289
292
  prefixCls: import("vue").ComputedRef<string>;
@@ -340,6 +343,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
340
343
  };
341
344
  }>> & Readonly<{
342
345
  onChange?: (val: CheckboxValueType, ev: Event) => any;
346
+ onClick?: (ev: Event) => any;
343
347
  "onUpdate:modelValue"?: (val: CheckboxValueType) => any;
344
348
  }>, {
345
349
  prefixCls: import("vue").ComputedRef<string>;
@@ -356,6 +360,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
356
360
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
357
361
  'update:modelValue': (val: CheckboxValueType) => boolean;
358
362
  change: (val: CheckboxValueType, ev: Event) => boolean;
363
+ click: (ev: Event) => boolean;
359
364
  }, string, {
360
365
  name: string;
361
366
  disabled: boolean;
@@ -782,6 +787,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
782
787
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
783
788
  'update:modelValue': (val: CheckboxValueType) => boolean;
784
789
  change: (val: CheckboxValueType, ev: Event) => boolean;
790
+ click: (ev: Event) => boolean;
785
791
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
786
792
  modelValue: {
787
793
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -813,6 +819,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
813
819
  };
814
820
  }>> & Readonly<{
815
821
  onChange?: (val: CheckboxValueType, ev: Event) => any;
822
+ onClick?: (ev: Event) => any;
816
823
  "onUpdate:modelValue"?: (val: CheckboxValueType) => any;
817
824
  }>, {
818
825
  name: string;
@@ -104,6 +104,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
104
104
  };
105
105
  }>> & Readonly<{
106
106
  onChange?: (val: CheckboxValueType, ev: Event) => any;
107
+ onClick?: (ev: Event) => any;
107
108
  "onUpdate:modelValue"?: (val: CheckboxValueType) => any;
108
109
  }>, {
109
110
  prefixCls: import("vue").ComputedRef<string>;
@@ -120,6 +121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
120
121
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
121
122
  'update:modelValue': (val: CheckboxValueType) => boolean;
122
123
  change: (val: CheckboxValueType, ev: Event) => boolean;
124
+ click: (ev: Event) => boolean;
123
125
  }, import("vue").PublicProps, {
124
126
  name: string;
125
127
  disabled: boolean;
@@ -300,6 +302,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
300
302
  };
301
303
  }>> & Readonly<{
302
304
  onChange?: (val: CheckboxValueType, ev: Event) => any;
305
+ onClick?: (ev: Event) => any;
303
306
  "onUpdate:modelValue"?: (val: CheckboxValueType) => any;
304
307
  }>, {
305
308
  prefixCls: import("vue").ComputedRef<string>;
@@ -356,6 +359,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
356
359
  };
357
360
  }>> & Readonly<{
358
361
  onChange?: (val: CheckboxValueType, ev: Event) => any;
362
+ onClick?: (ev: Event) => any;
359
363
  "onUpdate:modelValue"?: (val: CheckboxValueType) => any;
360
364
  }>, {
361
365
  prefixCls: import("vue").ComputedRef<string>;
@@ -372,6 +376,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
372
376
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
373
377
  'update:modelValue': (val: CheckboxValueType) => boolean;
374
378
  change: (val: CheckboxValueType, ev: Event) => boolean;
379
+ click: (ev: Event) => boolean;
375
380
  }, string, {
376
381
  name: string;
377
382
  disabled: boolean;
@@ -798,6 +803,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
798
803
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
799
804
  'update:modelValue': (val: CheckboxValueType) => boolean;
800
805
  change: (val: CheckboxValueType, ev: Event) => boolean;
806
+ click: (ev: Event) => boolean;
801
807
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
802
808
  modelValue: {
803
809
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -829,6 +835,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
829
835
  };
830
836
  }>> & Readonly<{
831
837
  onChange?: (val: CheckboxValueType, ev: Event) => any;
838
+ onClick?: (ev: Event) => any;
832
839
  "onUpdate:modelValue"?: (val: CheckboxValueType) => any;
833
840
  }>, {
834
841
  name: string;
@@ -1811,11 +1818,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1811
1818
  default: string;
1812
1819
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
1813
1820
  };
1814
- theme: {
1815
- type: PropType<"light" | "dark">;
1816
- default: string;
1817
- validator: (val: "light" | "dark") => boolean;
1818
- };
1819
1821
  selectedKeys: {
1820
1822
  type: PropType<(string | number)[]>;
1821
1823
  validator: (val: any[]) => boolean;
@@ -1873,7 +1875,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1873
1875
  }, import("vue").PublicProps, {
1874
1876
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
1875
1877
  multiple: boolean;
1876
- theme: "light" | "dark";
1877
1878
  openKeys: (string | number)[];
1878
1879
  subMenuOpenDelay: number;
1879
1880
  subMenuCloseDelay: number;
@@ -1901,11 +1902,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1901
1902
  default: string;
1902
1903
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
1903
1904
  };
1904
- theme: {
1905
- type: PropType<"light" | "dark">;
1906
- default: string;
1907
- validator: (val: "light" | "dark") => boolean;
1908
- };
1909
1905
  selectedKeys: {
1910
1906
  type: PropType<(string | number)[]>;
1911
1907
  validator: (val: any[]) => boolean;
@@ -1956,7 +1952,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1956
1952
  }, {}, {}, {}, {
1957
1953
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
1958
1954
  multiple: boolean;
1959
- theme: "light" | "dark";
1960
1955
  openKeys: (string | number)[];
1961
1956
  subMenuOpenDelay: number;
1962
1957
  subMenuCloseDelay: number;
@@ -1972,11 +1967,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1972
1967
  default: string;
1973
1968
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
1974
1969
  };
1975
- theme: {
1976
- type: PropType<"light" | "dark">;
1977
- default: string;
1978
- validator: (val: "light" | "dark") => boolean;
1979
- };
1980
1970
  selectedKeys: {
1981
1971
  type: PropType<(string | number)[]>;
1982
1972
  validator: (val: any[]) => boolean;
@@ -2034,7 +2024,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2034
2024
  }, string, {
2035
2025
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
2036
2026
  multiple: boolean;
2037
- theme: "light" | "dark";
2038
2027
  openKeys: (string | number)[];
2039
2028
  subMenuOpenDelay: number;
2040
2029
  subMenuCloseDelay: number;
@@ -2827,7 +2816,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2827
2816
  titleStyle: import("vue").ComputedRef<{}>;
2828
2817
  mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
2829
2818
  subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
2830
- theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
2831
2819
  isOpen: import("vue").ComputedRef<boolean>;
2832
2820
  isSelected: import("vue").ComputedRef<boolean>;
2833
2821
  menuId: import("vue").ComputedRef<string>;
@@ -807,11 +807,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
807
807
  default: string;
808
808
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
809
809
  };
810
- theme: {
811
- type: PropType<"light" | "dark">;
812
- default: string;
813
- validator: (val: "light" | "dark") => boolean;
814
- };
815
810
  selectedKeys: {
816
811
  type: PropType<(string | number)[]>;
817
812
  validator: (val: any[]) => boolean;
@@ -869,7 +864,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
869
864
  }, import("vue").PublicProps, {
870
865
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
871
866
  multiple: boolean;
872
- theme: "light" | "dark";
873
867
  openKeys: (string | number)[];
874
868
  subMenuOpenDelay: number;
875
869
  subMenuCloseDelay: number;
@@ -897,11 +891,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
897
891
  default: string;
898
892
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
899
893
  };
900
- theme: {
901
- type: PropType<"light" | "dark">;
902
- default: string;
903
- validator: (val: "light" | "dark") => boolean;
904
- };
905
894
  selectedKeys: {
906
895
  type: PropType<(string | number)[]>;
907
896
  validator: (val: any[]) => boolean;
@@ -952,7 +941,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
952
941
  }, {}, {}, {}, {
953
942
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
954
943
  multiple: boolean;
955
- theme: "light" | "dark";
956
944
  openKeys: (string | number)[];
957
945
  subMenuOpenDelay: number;
958
946
  subMenuCloseDelay: number;
@@ -968,11 +956,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
968
956
  default: string;
969
957
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
970
958
  };
971
- theme: {
972
- type: PropType<"light" | "dark">;
973
- default: string;
974
- validator: (val: "light" | "dark") => boolean;
975
- };
976
959
  selectedKeys: {
977
960
  type: PropType<(string | number)[]>;
978
961
  validator: (val: any[]) => boolean;
@@ -1030,7 +1013,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1030
1013
  }, string, {
1031
1014
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
1032
1015
  multiple: boolean;
1033
- theme: "light" | "dark";
1034
1016
  openKeys: (string | number)[];
1035
1017
  subMenuOpenDelay: number;
1036
1018
  subMenuCloseDelay: number;
@@ -1823,7 +1805,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1823
1805
  titleStyle: import("vue").ComputedRef<{}>;
1824
1806
  mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
1825
1807
  subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
1826
- theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
1827
1808
  isOpen: import("vue").ComputedRef<boolean>;
1828
1809
  isSelected: import("vue").ComputedRef<boolean>;
1829
1810
  menuId: import("vue").ComputedRef<string>;
@@ -3018,6 +2999,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3018
2999
  };
3019
3000
  }>> & Readonly<{
3020
3001
  onChange?: (val: import("../..").CheckboxValueType, ev: Event) => any;
3002
+ onClick?: (ev: Event) => any;
3021
3003
  "onUpdate:modelValue"?: (val: import("../..").CheckboxValueType) => any;
3022
3004
  }>, {
3023
3005
  prefixCls: import("vue").ComputedRef<string>;
@@ -3034,6 +3016,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3034
3016
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3035
3017
  'update:modelValue': (val: import("../..").CheckboxValueType) => boolean;
3036
3018
  change: (val: import("../..").CheckboxValueType, ev: Event) => boolean;
3019
+ click: (ev: Event) => boolean;
3037
3020
  }, import("vue").PublicProps, {
3038
3021
  name: string;
3039
3022
  disabled: boolean;
@@ -3214,6 +3197,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3214
3197
  };
3215
3198
  }>> & Readonly<{
3216
3199
  onChange?: (val: import("../..").CheckboxValueType, ev: Event) => any;
3200
+ onClick?: (ev: Event) => any;
3217
3201
  "onUpdate:modelValue"?: (val: import("../..").CheckboxValueType) => any;
3218
3202
  }>, {
3219
3203
  prefixCls: import("vue").ComputedRef<string>;
@@ -3270,6 +3254,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3270
3254
  };
3271
3255
  }>> & Readonly<{
3272
3256
  onChange?: (val: import("../..").CheckboxValueType, ev: Event) => any;
3257
+ onClick?: (ev: Event) => any;
3273
3258
  "onUpdate:modelValue"?: (val: import("../..").CheckboxValueType) => any;
3274
3259
  }>, {
3275
3260
  prefixCls: import("vue").ComputedRef<string>;
@@ -3286,6 +3271,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3286
3271
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3287
3272
  'update:modelValue': (val: import("../..").CheckboxValueType) => boolean;
3288
3273
  change: (val: import("../..").CheckboxValueType, ev: Event) => boolean;
3274
+ click: (ev: Event) => boolean;
3289
3275
  }, string, {
3290
3276
  name: string;
3291
3277
  disabled: boolean;
@@ -3712,6 +3698,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3712
3698
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3713
3699
  'update:modelValue': (val: import("../..").CheckboxValueType) => boolean;
3714
3700
  change: (val: import("../..").CheckboxValueType, ev: Event) => boolean;
3701
+ click: (ev: Event) => boolean;
3715
3702
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3716
3703
  modelValue: {
3717
3704
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -3743,6 +3730,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3743
3730
  };
3744
3731
  }>> & Readonly<{
3745
3732
  onChange?: (val: import("../..").CheckboxValueType, ev: Event) => any;
3733
+ onClick?: (ev: Event) => any;
3746
3734
  "onUpdate:modelValue"?: (val: import("../..").CheckboxValueType) => any;
3747
3735
  }>, {
3748
3736
  name: string;
@@ -795,11 +795,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
795
795
  default: string;
796
796
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
797
797
  };
798
- theme: {
799
- type: PropType<"light" | "dark">;
800
- default: string;
801
- validator: (val: "light" | "dark") => boolean;
802
- };
803
798
  selectedKeys: {
804
799
  type: PropType<(string | number)[]>;
805
800
  validator: (val: any[]) => boolean;
@@ -857,7 +852,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
857
852
  }, import("vue").PublicProps, {
858
853
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
859
854
  multiple: boolean;
860
- theme: "light" | "dark";
861
855
  openKeys: (string | number)[];
862
856
  subMenuOpenDelay: number;
863
857
  subMenuCloseDelay: number;
@@ -885,11 +879,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
885
879
  default: string;
886
880
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
887
881
  };
888
- theme: {
889
- type: PropType<"light" | "dark">;
890
- default: string;
891
- validator: (val: "light" | "dark") => boolean;
892
- };
893
882
  selectedKeys: {
894
883
  type: PropType<(string | number)[]>;
895
884
  validator: (val: any[]) => boolean;
@@ -940,7 +929,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
940
929
  }, {}, {}, {}, {
941
930
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
942
931
  multiple: boolean;
943
- theme: "light" | "dark";
944
932
  openKeys: (string | number)[];
945
933
  subMenuOpenDelay: number;
946
934
  subMenuCloseDelay: number;
@@ -956,11 +944,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
956
944
  default: string;
957
945
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
958
946
  };
959
- theme: {
960
- type: PropType<"light" | "dark">;
961
- default: string;
962
- validator: (val: "light" | "dark") => boolean;
963
- };
964
947
  selectedKeys: {
965
948
  type: PropType<(string | number)[]>;
966
949
  validator: (val: any[]) => boolean;
@@ -1018,7 +1001,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1018
1001
  }, string, {
1019
1002
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
1020
1003
  multiple: boolean;
1021
- theme: "light" | "dark";
1022
1004
  openKeys: (string | number)[];
1023
1005
  subMenuOpenDelay: number;
1024
1006
  subMenuCloseDelay: number;
@@ -1811,7 +1793,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1811
1793
  titleStyle: import("vue").ComputedRef<{}>;
1812
1794
  mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
1813
1795
  subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
1814
- theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
1815
1796
  isOpen: import("vue").ComputedRef<boolean>;
1816
1797
  isSelected: import("vue").ComputedRef<boolean>;
1817
1798
  menuId: import("vue").ComputedRef<string>;
@@ -3006,6 +2987,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3006
2987
  };
3007
2988
  }>> & Readonly<{
3008
2989
  onChange?: (val: import("../..").CheckboxValueType, ev: Event) => any;
2990
+ onClick?: (ev: Event) => any;
3009
2991
  "onUpdate:modelValue"?: (val: import("../..").CheckboxValueType) => any;
3010
2992
  }>, {
3011
2993
  prefixCls: import("vue").ComputedRef<string>;
@@ -3022,6 +3004,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3022
3004
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3023
3005
  'update:modelValue': (val: import("../..").CheckboxValueType) => boolean;
3024
3006
  change: (val: import("../..").CheckboxValueType, ev: Event) => boolean;
3007
+ click: (ev: Event) => boolean;
3025
3008
  }, import("vue").PublicProps, {
3026
3009
  name: string;
3027
3010
  disabled: boolean;
@@ -3202,6 +3185,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3202
3185
  };
3203
3186
  }>> & Readonly<{
3204
3187
  onChange?: (val: import("../..").CheckboxValueType, ev: Event) => any;
3188
+ onClick?: (ev: Event) => any;
3205
3189
  "onUpdate:modelValue"?: (val: import("../..").CheckboxValueType) => any;
3206
3190
  }>, {
3207
3191
  prefixCls: import("vue").ComputedRef<string>;
@@ -3258,6 +3242,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3258
3242
  };
3259
3243
  }>> & Readonly<{
3260
3244
  onChange?: (val: import("../..").CheckboxValueType, ev: Event) => any;
3245
+ onClick?: (ev: Event) => any;
3261
3246
  "onUpdate:modelValue"?: (val: import("../..").CheckboxValueType) => any;
3262
3247
  }>, {
3263
3248
  prefixCls: import("vue").ComputedRef<string>;
@@ -3274,6 +3259,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3274
3259
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3275
3260
  'update:modelValue': (val: import("../..").CheckboxValueType) => boolean;
3276
3261
  change: (val: import("../..").CheckboxValueType, ev: Event) => boolean;
3262
+ click: (ev: Event) => boolean;
3277
3263
  }, string, {
3278
3264
  name: string;
3279
3265
  disabled: boolean;
@@ -3700,6 +3686,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3700
3686
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3701
3687
  'update:modelValue': (val: import("../..").CheckboxValueType) => boolean;
3702
3688
  change: (val: import("../..").CheckboxValueType, ev: Event) => boolean;
3689
+ click: (ev: Event) => boolean;
3703
3690
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3704
3691
  modelValue: {
3705
3692
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -3731,6 +3718,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3731
3718
  };
3732
3719
  }>> & Readonly<{
3733
3720
  onChange?: (val: import("../..").CheckboxValueType, ev: Event) => any;
3721
+ onClick?: (ev: Event) => any;
3734
3722
  "onUpdate:modelValue"?: (val: import("../..").CheckboxValueType) => any;
3735
3723
  }>, {
3736
3724
  name: string;
@@ -79,11 +79,6 @@ export declare const transferProps: {
79
79
  type: BooleanConstructor;
80
80
  default: boolean;
81
81
  };
82
- color: {
83
- type: PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
84
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
85
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
86
- };
87
82
  direction: {
88
83
  type: PropType<"ltr" | "rtl">;
89
84
  };