@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
@@ -938,11 +938,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
938
938
  default: string;
939
939
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
940
940
  };
941
- theme: {
942
- type: PropType<"light" | "dark">;
943
- default: string;
944
- validator: (val: "light" | "dark") => boolean;
945
- };
946
941
  selectedKeys: {
947
942
  type: PropType<(string | number)[]>;
948
943
  validator: (val: any[]) => boolean;
@@ -1000,7 +995,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1000
995
  }, import("vue").PublicProps, {
1001
996
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
1002
997
  multiple: boolean;
1003
- theme: "light" | "dark";
1004
998
  openKeys: (string | number)[];
1005
999
  subMenuOpenDelay: number;
1006
1000
  subMenuCloseDelay: number;
@@ -1028,11 +1022,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1028
1022
  default: string;
1029
1023
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
1030
1024
  };
1031
- theme: {
1032
- type: PropType<"light" | "dark">;
1033
- default: string;
1034
- validator: (val: "light" | "dark") => boolean;
1035
- };
1036
1025
  selectedKeys: {
1037
1026
  type: PropType<(string | number)[]>;
1038
1027
  validator: (val: any[]) => boolean;
@@ -1083,7 +1072,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1083
1072
  }, {}, {}, {}, {
1084
1073
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
1085
1074
  multiple: boolean;
1086
- theme: "light" | "dark";
1087
1075
  openKeys: (string | number)[];
1088
1076
  subMenuOpenDelay: number;
1089
1077
  subMenuCloseDelay: number;
@@ -1099,11 +1087,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1099
1087
  default: string;
1100
1088
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
1101
1089
  };
1102
- theme: {
1103
- type: PropType<"light" | "dark">;
1104
- default: string;
1105
- validator: (val: "light" | "dark") => boolean;
1106
- };
1107
1090
  selectedKeys: {
1108
1091
  type: PropType<(string | number)[]>;
1109
1092
  validator: (val: any[]) => boolean;
@@ -1161,7 +1144,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1161
1144
  }, string, {
1162
1145
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
1163
1146
  multiple: boolean;
1164
- theme: "light" | "dark";
1165
1147
  openKeys: (string | number)[];
1166
1148
  subMenuOpenDelay: number;
1167
1149
  subMenuCloseDelay: number;
@@ -1954,7 +1936,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1954
1936
  titleStyle: import("vue").ComputedRef<{}>;
1955
1937
  mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
1956
1938
  subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
1957
- theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
1958
1939
  isOpen: import("vue").ComputedRef<boolean>;
1959
1940
  isSelected: import("vue").ComputedRef<boolean>;
1960
1941
  menuId: import("vue").ComputedRef<string>;
@@ -3149,6 +3130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3149
3130
  };
3150
3131
  }>> & Readonly<{
3151
3132
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3133
+ onClick?: (ev: Event) => any;
3152
3134
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3153
3135
  }>, {
3154
3136
  prefixCls: import("vue").ComputedRef<string>;
@@ -3165,6 +3147,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3165
3147
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3166
3148
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3167
3149
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3150
+ click: (ev: Event) => boolean;
3168
3151
  }, import("vue").PublicProps, {
3169
3152
  name: string;
3170
3153
  disabled: boolean;
@@ -3345,6 +3328,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3345
3328
  };
3346
3329
  }>> & Readonly<{
3347
3330
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3331
+ onClick?: (ev: Event) => any;
3348
3332
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3349
3333
  }>, {
3350
3334
  prefixCls: import("vue").ComputedRef<string>;
@@ -3401,6 +3385,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3401
3385
  };
3402
3386
  }>> & Readonly<{
3403
3387
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3388
+ onClick?: (ev: Event) => any;
3404
3389
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3405
3390
  }>, {
3406
3391
  prefixCls: import("vue").ComputedRef<string>;
@@ -3417,6 +3402,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3417
3402
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3418
3403
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3419
3404
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3405
+ click: (ev: Event) => boolean;
3420
3406
  }, string, {
3421
3407
  name: string;
3422
3408
  disabled: boolean;
@@ -3843,6 +3829,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3843
3829
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3844
3830
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3845
3831
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3832
+ click: (ev: Event) => boolean;
3846
3833
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3847
3834
  modelValue: {
3848
3835
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -3874,6 +3861,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3874
3861
  };
3875
3862
  }>> & Readonly<{
3876
3863
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3864
+ onClick?: (ev: Event) => any;
3877
3865
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3878
3866
  }>, {
3879
3867
  name: string;
@@ -7895,11 +7883,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7895
7883
  default: string;
7896
7884
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
7897
7885
  };
7898
- theme: {
7899
- type: PropType<"light" | "dark">;
7900
- default: string;
7901
- validator: (val: "light" | "dark") => boolean;
7902
- };
7903
7886
  selectedKeys: {
7904
7887
  type: PropType<(string | number)[]>;
7905
7888
  validator: (val: any[]) => boolean;
@@ -7957,7 +7940,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7957
7940
  }, import("vue").PublicProps, {
7958
7941
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
7959
7942
  multiple: boolean;
7960
- theme: "light" | "dark";
7961
7943
  openKeys: (string | number)[];
7962
7944
  subMenuOpenDelay: number;
7963
7945
  subMenuCloseDelay: number;
@@ -7985,11 +7967,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7985
7967
  default: string;
7986
7968
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
7987
7969
  };
7988
- theme: {
7989
- type: PropType<"light" | "dark">;
7990
- default: string;
7991
- validator: (val: "light" | "dark") => boolean;
7992
- };
7993
7970
  selectedKeys: {
7994
7971
  type: PropType<(string | number)[]>;
7995
7972
  validator: (val: any[]) => boolean;
@@ -8040,7 +8017,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8040
8017
  }, {}, {}, {}, {
8041
8018
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
8042
8019
  multiple: boolean;
8043
- theme: "light" | "dark";
8044
8020
  openKeys: (string | number)[];
8045
8021
  subMenuOpenDelay: number;
8046
8022
  subMenuCloseDelay: number;
@@ -8056,11 +8032,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8056
8032
  default: string;
8057
8033
  validator: (val: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right") => boolean;
8058
8034
  };
8059
- theme: {
8060
- type: PropType<"light" | "dark">;
8061
- default: string;
8062
- validator: (val: "light" | "dark") => boolean;
8063
- };
8064
8035
  selectedKeys: {
8065
8036
  type: PropType<(string | number)[]>;
8066
8037
  validator: (val: any[]) => boolean;
@@ -8118,7 +8089,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8118
8089
  }, string, {
8119
8090
  mode: "inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right";
8120
8091
  multiple: boolean;
8121
- theme: "light" | "dark";
8122
8092
  openKeys: (string | number)[];
8123
8093
  subMenuOpenDelay: number;
8124
8094
  subMenuCloseDelay: number;
@@ -8911,7 +8881,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8911
8881
  titleStyle: import("vue").ComputedRef<{}>;
8912
8882
  mode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
8913
8883
  subMode: import("vue").ComputedRef<"inline" | "vertical" | "horizontal" | "vertical-left" | "vertical-right">;
8914
- theme: import("vue").Ref<"light" | "dark", "light" | "dark">;
8915
8884
  isOpen: import("vue").ComputedRef<boolean>;
8916
8885
  isSelected: import("vue").ComputedRef<boolean>;
8917
8886
  menuId: import("vue").ComputedRef<string>;
@@ -10106,6 +10075,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10106
10075
  };
10107
10076
  }>> & Readonly<{
10108
10077
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
10078
+ onClick?: (ev: Event) => any;
10109
10079
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
10110
10080
  }>, {
10111
10081
  prefixCls: import("vue").ComputedRef<string>;
@@ -10122,6 +10092,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10122
10092
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10123
10093
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
10124
10094
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
10095
+ click: (ev: Event) => boolean;
10125
10096
  }, import("vue").PublicProps, {
10126
10097
  name: string;
10127
10098
  disabled: boolean;
@@ -10302,6 +10273,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10302
10273
  };
10303
10274
  }>> & Readonly<{
10304
10275
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
10276
+ onClick?: (ev: Event) => any;
10305
10277
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
10306
10278
  }>, {
10307
10279
  prefixCls: import("vue").ComputedRef<string>;
@@ -10358,6 +10330,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10358
10330
  };
10359
10331
  }>> & Readonly<{
10360
10332
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
10333
+ onClick?: (ev: Event) => any;
10361
10334
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
10362
10335
  }>, {
10363
10336
  prefixCls: import("vue").ComputedRef<string>;
@@ -10374,6 +10347,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10374
10347
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10375
10348
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
10376
10349
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
10350
+ click: (ev: Event) => boolean;
10377
10351
  }, string, {
10378
10352
  name: string;
10379
10353
  disabled: boolean;
@@ -10800,6 +10774,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10800
10774
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10801
10775
  'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
10802
10776
  change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
10777
+ click: (ev: Event) => boolean;
10803
10778
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10804
10779
  modelValue: {
10805
10780
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -10831,6 +10806,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10831
10806
  };
10832
10807
  }>> & Readonly<{
10833
10808
  onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
10809
+ onClick?: (ev: Event) => any;
10834
10810
  "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
10835
10811
  }>, {
10836
10812
  name: string;
@@ -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>;