@oceanbase/ui 1.0.0-alpha.3 → 1.0.0-alpha.5

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 (297) hide show
  1. package/dist/ui.min.css +1 -1
  2. package/dist/ui.min.js +1 -1
  3. package/es/Action/Group.js +121 -15
  4. package/es/Action/Item.d.ts +6 -15
  5. package/es/Action/Item.js +85 -128
  6. package/es/Action/index.d.ts +6 -3
  7. package/es/Action/style/index.js +8 -4
  8. package/es/BasicLayout/locale/ja-JP.d.ts +13 -0
  9. package/es/BasicLayout/locale/ja-JP.js +12 -0
  10. package/es/BasicLayout/style/index.js +35 -23
  11. package/es/BatchOperationBar/index.d.ts +0 -1
  12. package/es/BatchOperationBar/index.js +17 -13
  13. package/es/BatchOperationBar/locale/ja-JP.d.ts +7 -0
  14. package/es/BatchOperationBar/locale/ja-JP.js +6 -0
  15. package/es/BatchOperationBar/style/index.d.ts +10 -0
  16. package/es/BatchOperationBar/style/index.js +51 -0
  17. package/es/Boundary/Components/Code.js +11 -5
  18. package/es/Boundary/Components/Exception.js +85 -74
  19. package/es/Boundary/Components/Function.js +11 -5
  20. package/es/Boundary/index.d.ts +0 -1
  21. package/es/Boundary/index.js +0 -1
  22. package/es/Boundary/locale/ja-JP.d.ts +11 -0
  23. package/es/Boundary/locale/ja-JP.js +10 -0
  24. package/es/Boundary/style/index.d.ts +10 -0
  25. package/es/Boundary/style/index.js +46 -0
  26. package/es/ContentWithIcon/index.d.ts +0 -1
  27. package/es/ContentWithIcon/index.js +29 -29
  28. package/es/ContentWithIcon/style/index.d.ts +10 -0
  29. package/es/ContentWithIcon/style/index.js +26 -0
  30. package/es/DateRanger/PickerPanel.js +5 -4
  31. package/es/DateRanger/Ranger.d.ts +0 -1
  32. package/es/DateRanger/Ranger.js +13 -8
  33. package/es/DateRanger/locale/ja-JP.d.ts +56 -0
  34. package/es/DateRanger/locale/ja-JP.js +20 -0
  35. package/es/DateRanger/style/index.d.ts +10 -0
  36. package/es/DateRanger/style/index.js +126 -0
  37. package/es/Dialog/Anchor.d.ts +2 -10
  38. package/es/Dialog/Anchor.js +67 -96
  39. package/es/Dialog/index.d.ts +0 -1
  40. package/es/Dialog/index.js +537 -578
  41. package/es/Dialog/locale/ja-JP.d.ts +5 -0
  42. package/es/Dialog/locale/ja-JP.js +4 -0
  43. package/es/Dialog/style/index.d.ts +10 -0
  44. package/es/Dialog/style/index.js +97 -0
  45. package/es/DocDialog/locale/ja-JP.d.ts +2 -0
  46. package/es/DocDialog/locale/ja-JP.js +1 -0
  47. package/es/FooterToolbar/style/index.js +7 -1
  48. package/es/FullscreenBox/index.d.ts +0 -1
  49. package/es/FullscreenBox/index.js +46 -37
  50. package/es/FullscreenBox/locale/ja-JP.d.ts +2 -0
  51. package/es/FullscreenBox/locale/ja-JP.js +1 -0
  52. package/es/FullscreenBox/style/index.d.ts +10 -0
  53. package/es/FullscreenBox/style/index.js +53 -0
  54. package/es/GraphToolbar/index.d.ts +0 -1
  55. package/es/GraphToolbar/index.js +19 -16
  56. package/es/GraphToolbar/locale/ja-JP.d.ts +9 -0
  57. package/es/GraphToolbar/locale/ja-JP.js +8 -0
  58. package/es/GraphToolbar/style/index.d.ts +10 -0
  59. package/es/GraphToolbar/style/index.js +60 -0
  60. package/es/Highlight/DiffView/index.d.ts +0 -1
  61. package/es/Highlight/DiffView/index.js +5 -5
  62. package/es/Highlight/JsonView.d.ts +0 -1
  63. package/es/Highlight/JsonView.js +5 -5
  64. package/es/Highlight/index.d.ts +0 -1
  65. package/es/Highlight/index.js +23 -23
  66. package/es/Highlight/locale/ja-JP.d.ts +4 -0
  67. package/es/Highlight/locale/ja-JP.js +3 -0
  68. package/es/Highlight/style/index.d.ts +10 -0
  69. package/es/Highlight/style/index.js +213 -0
  70. package/es/LocaleDropdown/index.js +4 -2
  71. package/es/Login/ActivateForm.d.ts +0 -1
  72. package/es/Login/ActivateForm.js +12 -9
  73. package/es/Login/LoginForm.d.ts +0 -1
  74. package/es/Login/LoginForm.js +20 -15
  75. package/es/Login/RegisterForm.d.ts +0 -1
  76. package/es/Login/RegisterForm.js +14 -11
  77. package/es/Login/index.d.ts +0 -1
  78. package/es/Login/index.js +24 -22
  79. package/es/Login/locale/ja-JP.d.ts +28 -0
  80. package/es/Login/locale/ja-JP.js +27 -0
  81. package/es/Login/style/index.d.ts +10 -0
  82. package/es/Login/style/index.js +182 -0
  83. package/es/NavMenu/index.d.ts +1 -2
  84. package/es/NavMenu/index.js +11 -8
  85. package/es/NavMenu/style/index.d.ts +10 -0
  86. package/es/NavMenu/style/index.js +47 -0
  87. package/es/PageContainer/locale/ja-JP.d.ts +4 -0
  88. package/es/PageContainer/locale/ja-JP.js +3 -0
  89. package/es/PageContainer/style/index.js +5 -5
  90. package/es/Password/locale/ja-JP.d.ts +13 -0
  91. package/es/Password/locale/ja-JP.js +12 -0
  92. package/es/Ranger/QuickPicker.js +8 -4
  93. package/es/Ranger/Ranger.d.ts +0 -1
  94. package/es/Ranger/Ranger.js +12 -9
  95. package/es/Ranger/locale/ja-JP.d.ts +28 -0
  96. package/es/Ranger/locale/ja-JP.js +29 -0
  97. package/es/Ranger/style/index.d.ts +10 -0
  98. package/es/Ranger/style/index.js +44 -0
  99. package/es/SideTip/index.d.ts +0 -1
  100. package/es/SideTip/index.js +24 -22
  101. package/es/SideTip/locale/ja-JP.d.ts +2 -0
  102. package/es/SideTip/locale/ja-JP.js +1 -0
  103. package/es/SideTip/style/index.d.ts +10 -0
  104. package/es/SideTip/style/index.js +162 -0
  105. package/es/TagSelect/Group.d.ts +6 -6
  106. package/es/TagSelect/Group.js +5 -3
  107. package/es/TagSelect/Item.js +5 -3
  108. package/es/TaskGraph/Graph/style/index.d.ts +10 -0
  109. package/es/TaskGraph/Graph/style/index.js +28 -0
  110. package/es/TaskGraph/Graph.d.ts +0 -1
  111. package/es/TaskGraph/Graph.js +26 -10
  112. package/es/TaskGraph/index.d.ts +0 -1
  113. package/es/TaskGraph/index.js +10 -7
  114. package/es/TaskGraph/locale/ja-JP.d.ts +13 -0
  115. package/es/TaskGraph/locale/ja-JP.js +12 -0
  116. package/es/TaskGraph/style/index.d.ts +10 -0
  117. package/es/TaskGraph/style/index.js +102 -0
  118. package/es/Welcome/index.d.ts +0 -1
  119. package/es/Welcome/index.js +30 -26
  120. package/es/Welcome/locale/ja-JP.d.ts +5 -0
  121. package/es/Welcome/locale/ja-JP.js +4 -0
  122. package/es/Welcome/step/style/index.d.ts +10 -0
  123. package/es/Welcome/step/style/index.js +44 -0
  124. package/es/Welcome/step.d.ts +0 -1
  125. package/es/Welcome/step.js +17 -14
  126. package/es/Welcome/style/index.d.ts +10 -0
  127. package/es/Welcome/style/index.js +141 -0
  128. package/es/index.d.ts +0 -1
  129. package/es/index.js +0 -1
  130. package/es/locale/ja-JP.d.ts +3 -0
  131. package/es/locale/ja-JP.js +42 -0
  132. package/lib/Action/Group.js +85 -20
  133. package/lib/Action/Item.d.ts +6 -15
  134. package/lib/Action/Item.js +66 -81
  135. package/lib/Action/index.d.ts +6 -3
  136. package/lib/Action/style/index.js +16 -1
  137. package/lib/BasicLayout/locale/ja-JP.d.ts +13 -0
  138. package/lib/BasicLayout/locale/ja-JP.js +36 -0
  139. package/lib/BasicLayout/style/index.js +32 -23
  140. package/lib/BatchOperationBar/index.d.ts +0 -1
  141. package/lib/BatchOperationBar/index.js +54 -50
  142. package/lib/BatchOperationBar/locale/ja-JP.d.ts +7 -0
  143. package/lib/BatchOperationBar/locale/ja-JP.js +30 -0
  144. package/lib/BatchOperationBar/style/index.d.ts +10 -0
  145. package/lib/BatchOperationBar/style/index.js +82 -0
  146. package/lib/Boundary/Components/Code.js +23 -17
  147. package/lib/Boundary/Components/Exception.js +40 -29
  148. package/lib/Boundary/Components/Function.js +18 -12
  149. package/lib/Boundary/index.d.ts +0 -1
  150. package/lib/Boundary/index.js +0 -1
  151. package/lib/Boundary/locale/ja-JP.d.ts +11 -0
  152. package/lib/Boundary/locale/ja-JP.js +34 -0
  153. package/lib/Boundary/style/index.d.ts +10 -0
  154. package/lib/Boundary/style/index.js +74 -0
  155. package/lib/ContentWithIcon/index.d.ts +0 -1
  156. package/lib/ContentWithIcon/index.js +35 -32
  157. package/lib/ContentWithIcon/style/index.d.ts +10 -0
  158. package/lib/ContentWithIcon/style/index.js +57 -0
  159. package/lib/DateRanger/PickerPanel.js +2 -2
  160. package/lib/DateRanger/Ranger.d.ts +0 -1
  161. package/lib/DateRanger/Ranger.js +353 -348
  162. package/lib/DateRanger/locale/ja-JP.d.ts +56 -0
  163. package/lib/DateRanger/locale/ja-JP.js +49 -0
  164. package/lib/DateRanger/style/index.d.ts +10 -0
  165. package/lib/DateRanger/style/index.js +195 -0
  166. package/lib/Dialog/Anchor.d.ts +2 -10
  167. package/lib/Dialog/Anchor.js +58 -60
  168. package/lib/Dialog/index.d.ts +0 -1
  169. package/lib/Dialog/index.js +446 -422
  170. package/lib/Dialog/locale/ja-JP.d.ts +5 -0
  171. package/lib/Dialog/locale/ja-JP.js +28 -0
  172. package/lib/Dialog/style/index.d.ts +10 -0
  173. package/lib/Dialog/style/index.js +135 -0
  174. package/lib/DocDialog/locale/ja-JP.d.ts +2 -0
  175. package/lib/DocDialog/locale/ja-JP.js +25 -0
  176. package/lib/FooterToolbar/style/index.js +7 -1
  177. package/lib/FullscreenBox/index.d.ts +0 -1
  178. package/lib/FullscreenBox/index.js +47 -38
  179. package/lib/FullscreenBox/locale/ja-JP.d.ts +2 -0
  180. package/lib/FullscreenBox/locale/ja-JP.js +25 -0
  181. package/lib/FullscreenBox/style/index.d.ts +10 -0
  182. package/lib/FullscreenBox/style/index.js +86 -0
  183. package/lib/GraphToolbar/index.d.ts +0 -1
  184. package/lib/GraphToolbar/index.js +69 -66
  185. package/lib/GraphToolbar/locale/ja-JP.d.ts +9 -0
  186. package/lib/GraphToolbar/locale/ja-JP.js +32 -0
  187. package/lib/GraphToolbar/style/index.d.ts +10 -0
  188. package/lib/GraphToolbar/style/index.js +91 -0
  189. package/lib/Highlight/DiffView/index.d.ts +0 -1
  190. package/lib/Highlight/DiffView/index.js +3 -3
  191. package/lib/Highlight/JsonView.d.ts +0 -1
  192. package/lib/Highlight/JsonView.js +3 -3
  193. package/lib/Highlight/index.d.ts +0 -1
  194. package/lib/Highlight/index.js +32 -29
  195. package/lib/Highlight/locale/ja-JP.d.ts +4 -0
  196. package/lib/Highlight/locale/ja-JP.js +27 -0
  197. package/lib/Highlight/style/index.d.ts +10 -0
  198. package/lib/Highlight/style/index.js +293 -0
  199. package/lib/LocaleDropdown/index.js +2 -1
  200. package/lib/Login/ActivateForm.d.ts +0 -1
  201. package/lib/Login/ActivateForm.js +17 -9
  202. package/lib/Login/LoginForm.d.ts +0 -1
  203. package/lib/Login/LoginForm.js +25 -13
  204. package/lib/Login/RegisterForm.d.ts +0 -1
  205. package/lib/Login/RegisterForm.js +17 -9
  206. package/lib/Login/index.d.ts +0 -1
  207. package/lib/Login/index.js +96 -94
  208. package/lib/Login/locale/ja-JP.d.ts +28 -0
  209. package/lib/Login/locale/ja-JP.js +51 -0
  210. package/lib/Login/style/index.d.ts +10 -0
  211. package/lib/Login/style/index.js +267 -0
  212. package/lib/NavMenu/index.d.ts +1 -2
  213. package/lib/NavMenu/index.js +20 -17
  214. package/lib/NavMenu/style/index.d.ts +10 -0
  215. package/lib/NavMenu/style/index.js +78 -0
  216. package/lib/PageContainer/locale/ja-JP.d.ts +4 -0
  217. package/lib/PageContainer/locale/ja-JP.js +27 -0
  218. package/lib/PageContainer/style/index.js +5 -5
  219. package/lib/Password/locale/ja-JP.d.ts +13 -0
  220. package/lib/Password/locale/ja-JP.js +36 -0
  221. package/lib/Ranger/QuickPicker.js +4 -2
  222. package/lib/Ranger/Ranger.d.ts +0 -1
  223. package/lib/Ranger/Ranger.js +48 -45
  224. package/lib/Ranger/locale/ja-JP.d.ts +28 -0
  225. package/lib/Ranger/locale/ja-JP.js +53 -0
  226. package/lib/Ranger/style/index.d.ts +10 -0
  227. package/lib/Ranger/style/index.js +82 -0
  228. package/lib/SideTip/index.d.ts +0 -1
  229. package/lib/SideTip/index.js +46 -38
  230. package/lib/SideTip/locale/ja-JP.d.ts +2 -0
  231. package/lib/SideTip/locale/ja-JP.js +25 -0
  232. package/lib/SideTip/style/index.d.ts +10 -0
  233. package/lib/SideTip/style/index.js +211 -0
  234. package/lib/TagSelect/Group.d.ts +6 -6
  235. package/lib/TagSelect/Group.js +3 -2
  236. package/lib/TagSelect/Item.js +3 -2
  237. package/lib/TaskGraph/Graph/style/index.d.ts +10 -0
  238. package/lib/TaskGraph/Graph/style/index.js +56 -0
  239. package/lib/TaskGraph/Graph.d.ts +0 -1
  240. package/lib/TaskGraph/Graph.js +16 -7
  241. package/lib/TaskGraph/index.d.ts +0 -1
  242. package/lib/TaskGraph/index.js +6 -5
  243. package/lib/TaskGraph/locale/ja-JP.d.ts +13 -0
  244. package/lib/TaskGraph/locale/ja-JP.js +36 -0
  245. package/lib/TaskGraph/style/index.d.ts +10 -0
  246. package/lib/TaskGraph/style/index.js +143 -0
  247. package/lib/Welcome/index.d.ts +0 -1
  248. package/lib/Welcome/index.js +64 -59
  249. package/lib/Welcome/locale/ja-JP.d.ts +5 -0
  250. package/lib/Welcome/locale/ja-JP.js +28 -0
  251. package/lib/Welcome/step/style/index.d.ts +10 -0
  252. package/lib/Welcome/step/style/index.js +74 -0
  253. package/lib/Welcome/step.d.ts +0 -1
  254. package/lib/Welcome/step.js +17 -13
  255. package/lib/Welcome/style/index.d.ts +10 -0
  256. package/lib/Welcome/style/index.js +188 -0
  257. package/lib/index.d.ts +0 -1
  258. package/lib/index.js +0 -1
  259. package/lib/locale/ja-JP.d.ts +3 -0
  260. package/lib/locale/ja-JP.js +71 -0
  261. package/package.json +6 -9
  262. package/es/BatchOperationBar/index.less +0 -46
  263. package/es/BatchOperationBar/index.less.d.ts +0 -15
  264. package/es/Boundary/index.less +0 -36
  265. package/es/ContentWithIcon/index.less +0 -21
  266. package/es/DateRanger/index.less +0 -180
  267. package/es/Dialog/index.less +0 -116
  268. package/es/FullscreenBox/index.less +0 -49
  269. package/es/GraphToolbar/index.less +0 -65
  270. package/es/Highlight/index.less +0 -381
  271. package/es/Login/index.less +0 -268
  272. package/es/NavMenu/index.less +0 -50
  273. package/es/Ranger/index.less +0 -57
  274. package/es/SideTip/index.less +0 -180
  275. package/es/TaskGraph/graph.less +0 -23
  276. package/es/TaskGraph/index.less +0 -117
  277. package/es/Welcome/index.less +0 -185
  278. package/es/index.less +0 -1
  279. package/es/variable.less +0 -54
  280. package/lib/BatchOperationBar/index.less +0 -46
  281. package/lib/BatchOperationBar/index.less.d.ts +0 -15
  282. package/lib/Boundary/index.less +0 -36
  283. package/lib/ContentWithIcon/index.less +0 -21
  284. package/lib/DateRanger/index.less +0 -180
  285. package/lib/Dialog/index.less +0 -116
  286. package/lib/FullscreenBox/index.less +0 -49
  287. package/lib/GraphToolbar/index.less +0 -65
  288. package/lib/Highlight/index.less +0 -381
  289. package/lib/Login/index.less +0 -268
  290. package/lib/NavMenu/index.less +0 -50
  291. package/lib/Ranger/index.less +0 -57
  292. package/lib/SideTip/index.less +0 -180
  293. package/lib/TaskGraph/graph.less +0 -23
  294. package/lib/TaskGraph/index.less +0 -117
  295. package/lib/Welcome/index.less +0 -185
  296. package/lib/index.less +0 -1
  297. package/lib/variable.less +0 -54
@@ -1,48 +1,51 @@
1
- import { Col } from '@oceanbase/design';
2
- import React from 'react';
1
+ import { Col, ConfigProvider } from '@oceanbase/design';
2
+ import React, { useContext } from 'react';
3
3
  import LocaleWrapper from "../locale/LocaleWrapper";
4
- import { getPrefix } from "../_util";
5
- import "./index.less";
4
+ import useStyle from "./step/style";
6
5
  import zhCN from "./locale/zh-CN";
7
6
  import { jsx as _jsx } from "react/jsx-runtime";
8
7
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
- var prefix = getPrefix('welcome-step');
10
8
  var WelcomeStep = function WelcomeStep(props) {
11
9
  var title = props.title,
12
10
  description = props.description,
13
11
  operations = props.operations,
14
12
  imgUrl = props.imgUrl,
15
13
  locale = props.locale;
16
- return /*#__PURE__*/_jsxs(Col, {
14
+ var _useContext = useContext(ConfigProvider.ConfigContext),
15
+ getPrefixCls = _useContext.getPrefixCls;
16
+ var prefixCls = getPrefixCls('welcome-step');
17
+ var _useStyle = useStyle(prefixCls),
18
+ wrapSSR = _useStyle.wrapSSR;
19
+ return wrapSSR( /*#__PURE__*/_jsxs(Col, {
17
20
  span: 11,
18
- className: prefix,
21
+ className: prefixCls,
19
22
  children: [/*#__PURE__*/_jsx("div", {
20
- className: "".concat(prefix, "-left"),
23
+ className: "".concat(prefixCls, "-left"),
21
24
  children: /*#__PURE__*/_jsx("img", {
22
25
  src: imgUrl,
23
26
  alt: "",
24
27
  width: "60"
25
28
  })
26
29
  }), /*#__PURE__*/_jsxs("div", {
27
- className: "".concat(prefix, "-right"),
30
+ className: "".concat(prefixCls, "-right"),
28
31
  children: [/*#__PURE__*/_jsx("h3", {
29
- className: "".concat(prefix, "-title"),
32
+ className: "".concat(prefixCls, "-title"),
30
33
  children: title
31
34
  }), /*#__PURE__*/_jsx("p", {
32
- className: "".concat(prefix, "-description"),
35
+ className: "".concat(prefixCls, "-description"),
33
36
  children: description
34
37
  }), operations && /*#__PURE__*/_jsx("div", {
35
- className: "".concat(prefix, "-operations"),
38
+ className: "".concat(prefixCls, "-operations"),
36
39
  children: operations === null || operations === void 0 ? void 0 : operations.map(function (operation, index) {
37
40
  return /*#__PURE__*/_jsx("span", {
38
41
  onClick: operation.onClick,
39
- className: "".concat(prefix, "-operation"),
42
+ className: "".concat(prefixCls, "-operation"),
40
43
  children: operation.text || locale.defaultOperation
41
44
  }, index);
42
45
  })
43
46
  })]
44
47
  })]
45
- }, title);
48
+ }, title));
46
49
  };
47
50
  export default LocaleWrapper({
48
51
  componentName: 'WelcomeStep',
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import type { GenerateStyle } from '@oceanbase/design/es/theme';
3
+ import type { OBToken } from '../../_util/genComponentStyleHook';
4
+ export type WelcomeToken = OBToken;
5
+ export declare const genWelcomeStyle: GenerateStyle<WelcomeToken>;
6
+ declare const _default: (prefixCls: string) => {
7
+ wrapSSR: (node: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => import("react").JSX.Element;
8
+ hashId: string;
9
+ };
10
+ export default _default;
@@ -0,0 +1,141 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
4
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
+ import { genComponentStyleHook } from "../../_util/genComponentStyleHook";
6
+ export var genWelcomeStyle = function genWelcomeStyle(token) {
7
+ var componentCls = token.componentCls,
8
+ antCls = token.antCls,
9
+ colorBgContainer = token.colorBgContainer,
10
+ colorText = token.colorText,
11
+ colorTextSecondary = token.colorTextSecondary,
12
+ colorTextTertiary = token.colorTextTertiary,
13
+ colorTextQuaternary = token.colorTextQuaternary,
14
+ colorPrimary = token.colorPrimary;
15
+ return _defineProperty(_defineProperty(_defineProperty({}, "".concat(componentCls, "-container"), _defineProperty(_defineProperty(_defineProperty({
16
+ height: '100%',
17
+ paddingBottom: '0 !important',
18
+ backgroundColor: colorBgContainer,
19
+ '.tech-page-container-content': {
20
+ padding: '0 !important'
21
+ }
22
+ }, "".concat(componentCls, "-page-header"), _defineProperty(_defineProperty({
23
+ height: 272,
24
+ paddingTop: 72,
25
+ paddingLeft: 100,
26
+ color: colorBgContainer,
27
+ backgroundRepeat: 'no-repeat',
28
+ backgroundSize: '100% 100%',
29
+ p: {
30
+ textAlign: 'justify'
31
+ },
32
+ img: {
33
+ width: 80
34
+ }
35
+ }, "".concat(componentCls, "-title"), {
36
+ fontSize: 32,
37
+ fontFamily: 'SFProText-Medium'
38
+ }), "".concat(componentCls, "-description"), {
39
+ marginTop: 16,
40
+ marginBottom: 32,
41
+ fontFamily: 'SFProText-Regular',
42
+ opacity: 0.85
43
+ })), "".concat(componentCls, "-introduce"), _defineProperty(_defineProperty({
44
+ margin: '0 32px',
45
+ marginTop: -48,
46
+ marginBottom: 40
47
+ }, "".concat(antCls, "-card-body"), {
48
+ padding: '48px 68px',
49
+ boxShadow: '0 1px 40px 2px rgba(28, 116, 230, 0.1)'
50
+ }), "".concat(componentCls, "-item"), {
51
+ display: 'flex',
52
+ img: {
53
+ marginRight: 12
54
+ },
55
+ '.title': {
56
+ color: colorText,
57
+ fontSize: 16,
58
+ fontFamily: 'PingFangSC-Medium'
59
+ },
60
+ '.description': {
61
+ marginTop: 4,
62
+ color: colorTextSecondary,
63
+ fontFamily: 'SFProText-Regular'
64
+ }
65
+ })), "".concat(componentCls, "-content"), _defineProperty(_defineProperty({
66
+ padding: '0 32px',
67
+ paddingBottom: 90
68
+ }, "".concat(componentCls, "-left"), _defineProperty(_defineProperty({
69
+ padding: '0 36px',
70
+ borderRight: '1px solid #e8e8e8'
71
+ }, "".concat(componentCls, "-item"), _defineProperty(_defineProperty(_defineProperty({
72
+ display: 'flex',
73
+ padding: '24px 24px'
74
+ }, "".concat(componentCls, "-order-wrapper"), _defineProperty({}, "".concat(componentCls, "-order"), {
75
+ width: 24,
76
+ height: 24,
77
+ marginRight: 12,
78
+ color: colorTextQuaternary,
79
+ textAlign: 'center',
80
+ border: "1px solid ".concat(colorTextQuaternary),
81
+ borderRadius: 24
82
+ })), "".concat(componentCls, "-title"), {
83
+ marginTop: 0,
84
+ color: colorText,
85
+ fontSize: 16
86
+ }), "".concat(componentCls, "-description"), {
87
+ marginTop: 8,
88
+ color: colorTextTertiary
89
+ })), "".concat(componentCls, "-btn-wrapper"), {
90
+ marginRight: 24,
91
+ marginLeft: 60
92
+ })), "".concat(componentCls, "-right"), _defineProperty(_defineProperty(_defineProperty({
93
+ padding: '24px 64px'
94
+ }, "".concat(componentCls, "-title"), {
95
+ marginBottom: 16,
96
+ color: colorText,
97
+ fontSize: 16,
98
+ fontFamily: 'PingFangSC-Medium'
99
+ }), "".concat(antCls, "-btn"), {
100
+ marginRight: 12,
101
+ marginBottom: 12,
102
+ background: 'rgba(24, 144, 255, 0.06)',
103
+ border: 'none'
104
+ }), "".concat(componentCls, "-more"), {
105
+ background: 'rgba(0, 0, 0, 0.04)'
106
+ })))), "".concat(componentCls, "-step"), _defineProperty(_defineProperty(_defineProperty({
107
+ display: 'flex',
108
+ marginBottom: 30,
109
+ padding: '20px 30px 20px 0',
110
+ background: colorBgContainer,
111
+ border: '1px solid rgba(0, 0, 0, 0.06)',
112
+ borderRadius: 2,
113
+ '&:hover': {
114
+ boxShadow: '0 4px 16px 0',
115
+ cursor: 'pointer'
116
+ },
117
+ '&:nth-child(even)': {
118
+ marginRight: 0
119
+ }
120
+ }, "".concat(componentCls, "-step-left"), {
121
+ padding: '0 20px'
122
+ }), "".concat(componentCls, "-step-right"), _defineProperty(_defineProperty({}, "".concat(componentCls, "-step-title"), {
123
+ color: colorText,
124
+ fontSize: 16,
125
+ lineHeight: 24
126
+ }), "".concat(componentCls, "-step-description"), {
127
+ color: colorTextTertiary
128
+ })), "".concat(componentCls, "-step-operations"), {
129
+ color: colorPrimary,
130
+ fontSize: 14,
131
+ lineHeight: 22
132
+ })), '.borderRight', {
133
+ borderRight: '1px solid #e8e8e8'
134
+ });
135
+ };
136
+ export default (function (prefixCls) {
137
+ var useStyle = genComponentStyleHook('Welcome', function (token) {
138
+ return [genWelcomeStyle(token)];
139
+ });
140
+ return useStyle(prefixCls);
141
+ });
package/es/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import './index.less';
2
1
  export * from '@ant-design/pro-components';
3
2
  export { version } from '../package.json';
4
3
  export * from './constant';
package/es/index.js CHANGED
@@ -1,4 +1,3 @@
1
- import "./index.less";
2
1
  export * from '@ant-design/pro-components';
3
2
  export { version } from "../package.json";
4
3
  export * from "./constant";
@@ -0,0 +1,3 @@
1
+ import type { Locale } from './index';
2
+ declare const _default: Locale;
3
+ export default _default;
@@ -0,0 +1,42 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ import jaJP from '@oceanbase/design/es/locale/ja-JP';
8
+ import BasicLayout from "../BasicLayout/locale/ja-JP";
9
+ import BatchOperationBar from "../BatchOperationBar/locale/ja-JP";
10
+ import Boundary from "../Boundary/locale/ja-JP";
11
+ import Dialog from "../Dialog/locale/ja-JP";
12
+ import DocDialog from "../DocDialog/locale/ja-JP";
13
+ import FullscreenBox from "../FullscreenBox/locale/ja-JP";
14
+ import GraphToolbar from "../GraphToolbar/locale/ja-JP";
15
+ import Highlight from "../Highlight/locale/ja-JP";
16
+ import Login from "../Login/locale/ja-JP";
17
+ import PageContainer from "../PageContainer/locale/ja-JP";
18
+ import Password from "../Password/locale/ja-JP";
19
+ import Ranger from "../Ranger/locale/ja-JP";
20
+ import DateRanger from "../DateRanger/locale/ja-JP";
21
+ import SideTip from "../SideTip/locale/ja-JP";
22
+ import TaskGraph from "../TaskGraph/locale/ja-JP";
23
+ import Welcome from "../Welcome/locale/ja-JP";
24
+ export default _objectSpread(_objectSpread({}, jaJP), {}, {
25
+ // 业务组件
26
+ BasicLayout: BasicLayout,
27
+ PageContainer: PageContainer,
28
+ Login: Login,
29
+ Welcome: Welcome,
30
+ GraphToolbar: GraphToolbar,
31
+ TaskGraph: TaskGraph,
32
+ Ranger: Ranger,
33
+ Password: Password,
34
+ Boundary: Boundary,
35
+ Dialog: Dialog,
36
+ SideTip: SideTip,
37
+ DocDialog: DocDialog,
38
+ Highlight: Highlight,
39
+ FullscreenBox: FullscreenBox,
40
+ BatchOperationBar: BatchOperationBar,
41
+ DateRanger: DateRanger
42
+ });
@@ -49,6 +49,64 @@ var getOrder = ({ type, fixed }) => {
49
49
  }
50
50
  return order;
51
51
  };
52
+ var findActionComponent = (element, depth = 0) => {
53
+ var _a, _b, _c;
54
+ if (!import_react.default.isValidElement(element)) {
55
+ return null;
56
+ }
57
+ if (((_a = element.type) == null ? void 0 : _a.__DISPLAY_NAME) === "button" || ((_b = element.type) == null ? void 0 : _b.__DISPLAY_NAME) === "link") {
58
+ return { action: element, wrapper: null };
59
+ }
60
+ if (depth > 10) {
61
+ return null;
62
+ }
63
+ const elementChildren = (_c = element.props) == null ? void 0 : _c.children;
64
+ if (elementChildren) {
65
+ const child = import_react.default.Children.only(elementChildren);
66
+ if (import_react.default.isValidElement(child)) {
67
+ const result = findActionComponent(child, depth + 1);
68
+ if (result) {
69
+ return { action: result.action, wrapper: element };
70
+ }
71
+ }
72
+ }
73
+ return null;
74
+ };
75
+ var renderMenuItemContent = (action, actionProps, enableLoading) => {
76
+ const { loading, children, tooltip } = actionProps;
77
+ const result = findActionComponent(action);
78
+ if (!result) {
79
+ const content2 = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
80
+ loading && enableLoading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}),
81
+ " ",
82
+ children || action
83
+ ] });
84
+ return tooltip ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Tooltip, { title: tooltip, children: content2 }) : content2;
85
+ }
86
+ const { action: actualAction, wrapper } = result;
87
+ const newAction = import_react.default.cloneElement(actualAction, {
88
+ ...actualAction.props,
89
+ ...actionProps,
90
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
91
+ loading && enableLoading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}),
92
+ " ",
93
+ children || actualAction.props.children
94
+ ] })
95
+ });
96
+ if (wrapper) {
97
+ const wrapperProps = wrapper.props;
98
+ return import_react.default.cloneElement(wrapper, {
99
+ ...wrapperProps,
100
+ children: newAction
101
+ });
102
+ }
103
+ const content = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
104
+ loading && enableLoading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}),
105
+ " ",
106
+ children || actualAction.props.children
107
+ ] });
108
+ return tooltip ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Tooltip, { title: tooltip, children: content }) : content;
109
+ };
52
110
  var Group_default = ({
53
111
  prefixCls: customizePrefixCls,
54
112
  size = 3,
@@ -125,34 +183,41 @@ var Group_default = ({
125
183
  placement: dropDownPlacement,
126
184
  overlay: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Menu, { className: `${prefixCls}-more-menu`, children: ellipsisActions.map((action, index) => {
127
185
  const actionKey = action.key;
128
- let disabled = false;
129
- if ((0, import_lodash.isBoolean)(action.props.disabled))
130
- disabled = action.props.disabled;
131
- else if (shouldDisabled)
132
- disabled = shouldDisabled(action.key);
133
- const actionDisabled = action.props.loading || ((0, import_lodash.isBoolean)(action.props.disabled) ? action.props.disabled : getDefaultDisabled(action.key));
186
+ const actionResult = findActionComponent(action);
187
+ const actualAction = (actionResult == null ? void 0 : actionResult.action) || action;
188
+ const actionProps = actualAction.props;
189
+ const actionDisabled = actionProps.loading || ((0, import_lodash.isBoolean)(actionProps.disabled) ? actionProps.disabled : getDefaultDisabled(action.key));
190
+ const menuItemProps = (0, import_lodash.omit)(actionProps, [
191
+ "disabled",
192
+ "loading",
193
+ "tooltip",
194
+ "visible",
195
+ "fixed",
196
+ "enableLoading",
197
+ "onClick",
198
+ "children",
199
+ "danger"
200
+ ]);
201
+ const handleMenuItemClick = (info) => {
202
+ var _a;
203
+ if (actionResult == null ? void 0 : actionResult.wrapper) {
204
+ return;
205
+ }
206
+ (_a = actionProps.onClick) == null ? void 0 : _a.call(actionProps, info.domEvent);
207
+ };
134
208
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
135
209
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
136
210
  import_design.Menu.Item,
137
211
  {
138
- onClick: ({ domEvent }) => {
139
- var _a, _b;
140
- (_b = (_a = action.props).onClick) == null ? void 0 : _b.call(
141
- _a,
142
- domEvent
143
- );
144
- },
145
- ...(0, import_lodash.omit)(action.props, ["disabled"]),
212
+ onClick: handleMenuItemClick,
146
213
  disabled: actionDisabled,
147
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_design.Tooltip, { title: action.props.tooltip, children: [
148
- action.props.loading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}),
149
- " ",
150
- action.props.children || action
151
- ] })
214
+ danger: !!actionProps.danger,
215
+ ...menuItemProps,
216
+ children: renderMenuItemContent(action, actionProps, enableLoading)
152
217
  },
153
218
  actionKey ?? index.toString()
154
219
  ),
155
- action.props.divider && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Menu.Divider, {})
220
+ actionProps.divider && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Menu.Divider, {})
156
221
  ] });
157
222
  }) }),
158
223
  children: moreDom
@@ -12,18 +12,9 @@ export interface BaseProps extends ButtonProps {
12
12
  loading?: boolean;
13
13
  divider?: boolean;
14
14
  }
15
- export declare class ActionButton extends React.PureComponent<BaseProps> {
16
- static __DISPLAY_NAME: string;
17
- state: {
18
- loading: boolean;
19
- };
20
- render(): import("@emotion/react/jsx-runtime").JSX.Element;
21
- }
22
- export declare class ActionLink extends React.PureComponent<BaseProps> {
23
- static __DISPLAY_NAME: string;
24
- state: {
25
- loading: boolean;
26
- disabled: boolean;
27
- };
28
- render(): import("@emotion/react/jsx-runtime").JSX.Element;
29
- }
15
+ export declare const ActionButton: React.FC<BaseProps> & {
16
+ __DISPLAY_NAME?: string;
17
+ };
18
+ export declare const ActionLink: React.FC<BaseProps> & {
19
+ __DISPLAY_NAME?: string;
20
+ };
@@ -1,8 +1,6 @@
1
- var __create = Object.create;
2
1
  var __defProp = Object.defineProperty;
3
2
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
5
  var __export = (target, all) => {
8
6
  for (var name in all)
@@ -16,14 +14,6 @@ var __copyProps = (to, from, except, desc) => {
16
14
  }
17
15
  return to;
18
16
  };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
18
 
29
19
  // src/Action/Item.tsx
@@ -35,80 +25,75 @@ __export(Item_exports, {
35
25
  module.exports = __toCommonJS(Item_exports);
36
26
  var import_icons = require("@oceanbase/icons");
37
27
  var import_design = require("@oceanbase/design");
38
- var import_react = __toESM(require("react"));
28
+ var import_react = require("react");
39
29
  var import_jsx_runtime = require("react/jsx-runtime");
40
- var ActionButton = class extends import_react.default.PureComponent {
41
- constructor() {
42
- super(...arguments);
43
- this.state = {
44
- loading: false
45
- };
46
- }
47
- render() {
48
- const { children, onClick, enableLoading = true, tooltip, loading, ...restProps } = this.props;
49
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Tooltip, { placement: "top", title: tooltip, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
50
- import_design.Button,
51
- {
52
- loading: enableLoading && (loading || this.state.loading),
53
- onClick: (e) => {
54
- const handle = onClick == null ? void 0 : onClick(e);
55
- if (enableLoading && (handle == null ? void 0 : handle.then)) {
56
- this.setState({ loading: true });
57
- handle.then(() => {
58
- this.setState({ loading: false });
59
- });
60
- }
61
- },
62
- ...restProps,
63
- children
64
- }
65
- ) });
66
- }
30
+ var ActionButton = ({
31
+ children,
32
+ onClick,
33
+ enableLoading = true,
34
+ tooltip,
35
+ loading,
36
+ ...restProps
37
+ }) => {
38
+ const [internalLoading, setInternalLoading] = (0, import_react.useState)(false);
39
+ const handleClick = (e) => {
40
+ const handle = onClick == null ? void 0 : onClick(e);
41
+ if (enableLoading && (handle == null ? void 0 : handle.then)) {
42
+ setInternalLoading(true);
43
+ handle.then(() => {
44
+ setInternalLoading(false);
45
+ });
46
+ }
47
+ };
48
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_design.Tooltip, { placement: "top", title: tooltip, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
+ import_design.Button,
50
+ {
51
+ loading: enableLoading && (loading || internalLoading),
52
+ onClick: handleClick,
53
+ ...restProps,
54
+ children
55
+ }
56
+ ) });
67
57
  };
68
58
  ActionButton.__DISPLAY_NAME = "button";
69
- var ActionLink = class extends import_react.default.PureComponent {
70
- constructor() {
71
- super(...arguments);
72
- this.state = {
73
- loading: false,
74
- disabled: false
75
- };
76
- }
77
- render() {
78
- const {
79
- disabled,
80
- onClick,
81
- children,
82
- enableLoading = true,
83
- tooltip,
84
- loading,
85
- type,
86
- style,
87
- ...restProps
88
- } = this.props;
89
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
90
- import_design.Typography.Link,
91
- {
92
- style: { padding: 0, ...style },
93
- disabled: loading || disabled || this.state.disabled,
94
- onClick: (e) => {
95
- const handle = onClick == null ? void 0 : onClick(e);
96
- if (enableLoading && (handle == null ? void 0 : handle.then)) {
97
- this.setState({ loading: true, disabled: true });
98
- handle.then(() => {
99
- this.setState({ loading: false, disabled: false });
100
- });
101
- }
102
- },
103
- ...restProps,
104
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_design.Tooltip, { placement: "top", title: tooltip, children: [
105
- loading || this.state.disabled ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}) : "",
106
- " ",
107
- children
108
- ] })
109
- }
110
- );
111
- }
59
+ var ActionLink = ({
60
+ disabled,
61
+ onClick,
62
+ children,
63
+ enableLoading = true,
64
+ tooltip,
65
+ loading,
66
+ type,
67
+ style,
68
+ ...restProps
69
+ }) => {
70
+ const [internalLoading, setInternalLoading] = (0, import_react.useState)(false);
71
+ const [internalDisabled, setInternalDisabled] = (0, import_react.useState)(false);
72
+ const handleClick = (e) => {
73
+ const handle = onClick == null ? void 0 : onClick(e);
74
+ if (enableLoading && (handle == null ? void 0 : handle.then)) {
75
+ setInternalLoading(true);
76
+ setInternalDisabled(true);
77
+ handle.then(() => {
78
+ setInternalLoading(false);
79
+ setInternalDisabled(false);
80
+ });
81
+ }
82
+ };
83
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
84
+ import_design.Typography.Link,
85
+ {
86
+ style: { padding: 0, ...style },
87
+ disabled: loading || disabled || internalDisabled,
88
+ onClick: handleClick,
89
+ ...restProps,
90
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_design.Tooltip, { placement: "top", title: tooltip, children: [
91
+ loading || internalDisabled ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.LoadingOutlined, {}) : "",
92
+ " ",
93
+ children
94
+ ] })
95
+ }
96
+ );
112
97
  };
113
98
  ActionLink.__DISPLAY_NAME = "link";
114
99
  // Annotate the CommonJS export names for ESM import in node:
@@ -1,9 +1,12 @@
1
1
  /// <reference types="react" />
2
- import { ActionButton, ActionLink } from './Item';
3
2
  export type { GroupProps as ActionGroupProps } from './Group';
4
3
  declare const _default: {
5
4
  Group: ({ prefixCls: customizePrefixCls, size, children, dropDownPlacement, shouldVisible, shouldDisabled, enableLoading, moreText, moreType, buttonSize, }: import("./Group").GroupProps) => import("react").JSX.Element;
6
- Button: typeof ActionButton;
7
- Link: typeof ActionLink;
5
+ Button: import("react").FC<import("./Item").BaseProps> & {
6
+ __DISPLAY_NAME?: string;
7
+ };
8
+ Link: import("react").FC<import("./Item").BaseProps> & {
9
+ __DISPLAY_NAME?: string;
10
+ };
8
11
  };
9
12
  export default _default;
@@ -32,7 +32,6 @@ var genActionStyle = (token) => {
32
32
  const margin = `-${paddingVertical}px -${paddingHorizontal}px`;
33
33
  return {
34
34
  [`${componentCls}-more-menu`]: {
35
- background: "red",
36
35
  [`${antCls}-dropdown-menu-item`]: {
37
36
  [`${antCls}-typography`]: {
38
37
  display: "block",
@@ -61,6 +60,22 @@ var genActionStyle = (token) => {
61
60
  [`${antCls}-wave`]: {
62
61
  display: "none"
63
62
  }
63
+ },
64
+ // 确保 danger 状态的样式能够正确显示,不覆盖 Menu.Item 的默认 danger 颜色
65
+ [`&${antCls}-dropdown-menu-item-danger`]: {
66
+ [`${antCls}-typography`]: {
67
+ [`&:not(${antCls}-typography-disabled)`]: {
68
+ color: "unset"
69
+ }
70
+ },
71
+ [`${antCls}-btn`]: {
72
+ [`&:not(:disabled):not(${antCls}-btn-disabled)`]: {
73
+ color: "unset",
74
+ [`&:hover`]: {
75
+ color: "unset"
76
+ }
77
+ }
78
+ }
64
79
  }
65
80
  }
66
81
  }