@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
@@ -7,16 +7,13 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
7
7
  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); }
8
8
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
9
9
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
10
- import React, { isValidElement } from 'react';
11
- import { Tooltip, Space, Popover } from 'antd';
10
+ import React, { isValidElement, useContext } from 'react';
11
+ import { Tooltip, Space, Popover, ConfigProvider } from 'antd';
12
12
  import { ExclamationCircleFilled, InfoCircleFilled, InfoCircleOutlined, QuestionCircleOutlined } from '@oceanbase/icons';
13
13
  import classNames from 'classnames';
14
- import { getPrefix } from "../_util";
15
- import "./index.less";
14
+ import useStyle from "./style";
16
15
  import { jsx as _jsx } from "react/jsx-runtime";
17
16
  import { jsxs as _jsxs } from "react/jsx-runtime";
18
- import { Fragment as _Fragment } from "react/jsx-runtime";
19
- var prefix = getPrefix('content-with-question');
20
17
  var ContentWithIcon = function ContentWithIcon(_ref) {
21
18
  var content = _ref.content,
22
19
  tooltip = _ref.tooltip,
@@ -38,6 +35,11 @@ var ContentWithIcon = function ContentWithIcon(_ref) {
38
35
  _ref$exclamationColor = _ref.exclamationColor,
39
36
  exclamationColor = _ref$exclamationColor === void 0 ? '#FAAD14' : _ref$exclamationColor,
40
37
  restProps = _objectWithoutProperties(_ref, _excluded);
38
+ var _useContext = useContext(ConfigProvider.ConfigContext),
39
+ getPrefixCls = _useContext.getPrefixCls;
40
+ var prefixCls = getPrefixCls('content-with-icon');
41
+ var _useStyle = useStyle(prefixCls),
42
+ wrapSSR = _useStyle.wrapSSR;
41
43
  var defaultIconType = function defaultIconType() {
42
44
  if (iconType === 'question') {
43
45
  return /*#__PURE__*/_jsx(QuestionCircleOutlined, {
@@ -45,7 +47,7 @@ var ContentWithIcon = function ContentWithIcon(_ref) {
45
47
  color: color === 'default' ? '#132039' : color,
46
48
  fontSize: size
47
49
  },
48
- className: "".concat(prefix, "-help")
50
+ className: "".concat(prefixCls, "-help")
49
51
  });
50
52
  }
51
53
  if (iconType === 'info') {
@@ -55,7 +57,7 @@ var ContentWithIcon = function ContentWithIcon(_ref) {
55
57
  color: infoColor,
56
58
  fontSize: size
57
59
  },
58
- className: "".concat(prefix, "-help")
60
+ className: "".concat(prefixCls, "-help")
59
61
  });
60
62
  } else {
61
63
  return /*#__PURE__*/_jsx(InfoCircleOutlined, {
@@ -63,7 +65,7 @@ var ContentWithIcon = function ContentWithIcon(_ref) {
63
65
  color: '3333333',
64
66
  fontSize: size
65
67
  },
66
- className: "".concat(prefix, "-help")
68
+ className: "".concat(prefixCls, "-help")
67
69
  });
68
70
  }
69
71
  }
@@ -73,7 +75,7 @@ var ContentWithIcon = function ContentWithIcon(_ref) {
73
75
  color: exclamationColor,
74
76
  fontSize: size
75
77
  },
76
- className: "".concat(prefix, "-help")
78
+ className: "".concat(prefixCls, "-help")
77
79
  });
78
80
  }
79
81
  };
@@ -102,24 +104,22 @@ var ContentWithIcon = function ContentWithIcon(_ref) {
102
104
  children: /*#__PURE__*/isValidElement(iconConfig) ? iconConfig : defaultIconType()
103
105
  })) : null;
104
106
  };
105
- return /*#__PURE__*/_jsx(_Fragment, {
106
- children: /*#__PURE__*/_jsx("span", _objectSpread(_objectSpread({
107
- className: classNames(_defineProperty(_defineProperty({}, "".concat(prefix, "-item"), true), className, !!className))
108
- }, restProps), {}, {
109
- children: /*#__PURE__*/_jsxs(Space, {
110
- size: 4,
111
- children: [getIcon(
112
- // 图标在文字前
113
- prefixIcon === true ? defaultIconType() : prefixIcon), /*#__PURE__*/_jsx("span", {
114
- "data-testid": "content",
115
- style: {
116
- color: color === 'default' ? '#5C6B8A' : color,
117
- fontSize: size
118
- },
119
- children: content !== null && content !== void 0 ? content : children
120
- }), getIcon(suffixIcon)]
121
- })
122
- }))
123
- });
107
+ return wrapSSR( /*#__PURE__*/_jsx("span", _objectSpread(_objectSpread({
108
+ className: classNames(_defineProperty(_defineProperty({}, "".concat(prefixCls, "-item"), true), className, !!className))
109
+ }, restProps), {}, {
110
+ children: /*#__PURE__*/_jsxs(Space, {
111
+ size: 4,
112
+ children: [getIcon(
113
+ // 图标在文字前
114
+ prefixIcon === true ? defaultIconType() : prefixIcon), /*#__PURE__*/_jsx("span", {
115
+ "data-testid": "content",
116
+ style: {
117
+ color: color === 'default' ? '#5C6B8A' : color,
118
+ fontSize: size
119
+ },
120
+ children: content !== null && content !== void 0 ? content : children
121
+ }), getIcon(suffixIcon)]
122
+ })
123
+ })));
124
124
  };
125
125
  export default ContentWithIcon;
@@ -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 ContentWithIconToken = OBToken;
5
+ export declare const genContentWithIconStyle: GenerateStyle<ContentWithIconToken>;
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,26 @@
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 genContentWithIconStyle = function genContentWithIconStyle(token) {
7
+ var componentCls = token.componentCls;
8
+ return _defineProperty({}, "".concat(componentCls, "-item"), _defineProperty(_defineProperty(_defineProperty(_defineProperty({
9
+ display: 'inline-flex',
10
+ alignItems: 'center'
11
+ }, "".concat(componentCls, "-prefix"), {
12
+ marginRight: 8
13
+ }), "".concat(componentCls, "-suffix"), {
14
+ marginLeft: 8
15
+ }), "".concat(componentCls, "-help"), {
16
+ cursor: 'help'
17
+ }), "".concat(componentCls, "-color"), {
18
+ color: 'red'
19
+ }));
20
+ };
21
+ export default (function (prefixCls) {
22
+ var useStyle = genComponentStyleHook('ContentWithIcon', function (token) {
23
+ return [genContentWithIconStyle(token)];
24
+ });
25
+ return useStyle(prefixCls);
26
+ });
@@ -8,18 +8,17 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
8
8
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
9
9
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
10
10
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
- import React, { useCallback, useEffect, useMemo, useState } from 'react';
11
+ import React, { useCallback, useContext, useEffect, useMemo, useState } from 'react';
12
12
  import dayjsGenerateConfig from 'rc-picker/es/generate/dayjs';
13
13
  import momentGenerateConfig from 'rc-picker/es/generate/moment';
14
14
  import useCSSVarCls from 'antd/es/config-provider/hooks/useCSSVarCls';
15
15
  import useStyle from 'antd/es/date-picker/style/index';
16
16
  import { PickerPanel } from 'rc-picker';
17
17
  import classNames from 'classnames';
18
- import { Alert, Button, Col, DatePicker, Divider, Form, Row, Space, TimePicker } from '@oceanbase/design';
18
+ import { Alert, Button, Col, ConfigProvider, DatePicker, Divider, Form, Row, Space, TimePicker } from '@oceanbase/design';
19
19
  import { noop } from 'lodash';
20
20
  import moment from 'moment';
21
21
  import dayjs from 'dayjs';
22
- import { getPrefix } from "../_util";
23
22
  import { DATE_TIME_MONTH_FORMAT, DATE_TIME_MONTH_FORMAT_CN } from "./constant";
24
23
  import { jsx as _jsx } from "react/jsx-runtime";
25
24
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -46,7 +45,6 @@ var useClickFSA = function useClickFSA() {
46
45
  };
47
46
  return [state, next];
48
47
  };
49
- var prefix = getPrefix('ranger-picker-panel');
50
48
  var prefixCls = 'ant-picker';
51
49
  var TIME_FORMAT = 'HH:mm:ss';
52
50
  var InternalPickerPanel = function InternalPickerPanel(props) {
@@ -63,6 +61,9 @@ var InternalPickerPanel = function InternalPickerPanel(props) {
63
61
  onCancel = _props$onCancel === void 0 ? noop : _props$onCancel,
64
62
  disabledDate = props.disabledDate,
65
63
  hideSecond = props.hideSecond;
64
+ var _useContext = useContext(ConfigProvider.ConfigContext),
65
+ getPrefixCls = _useContext.getPrefixCls;
66
+ var prefix = getPrefixCls('ranger-picker-panel');
66
67
  var rootCls = useCSSVarCls(prefixCls);
67
68
  var _useStyle = useStyle(prefixCls, rootCls),
68
69
  _useStyle2 = _slicedToArray(_useStyle, 3),
@@ -5,7 +5,6 @@ import type { Dayjs } from 'dayjs';
5
5
  import type { Moment } from 'moment';
6
6
  import type { RangeOption } from './typing';
7
7
  import type { Rule } from './PickerPanel';
8
- import './index.less';
9
8
  export type RangeName = 'customize' | string;
10
9
  export type RangeValue = [Moment, Moment] | [Dayjs, Dayjs] | [] | null;
11
10
  export type RangeValueFormat = [string, string] | [] | null;
@@ -17,27 +17,31 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
17
17
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
18
18
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
19
19
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
20
- import React, { useEffect, useRef, useState, useImperativeHandle, useMemo } from 'react';
21
- import { Button, DatePicker, Divider, Dropdown, Flex, Menu, Radio, Space, Tooltip, message, theme } from '@oceanbase/design';
20
+ import React, { useContext, useEffect, useRef, useState, useImperativeHandle, useMemo } from 'react';
21
+ import { Button, ConfigProvider, DatePicker, Divider, Dropdown, Flex, Menu, Radio, Space, Tooltip, message, theme } from '@oceanbase/design';
22
22
  import { LeftOutlined, RightOutlined, ZoomOutOutlined, SyncOutlined, ArrowLeftOutlined, CopyOutlined, DeleteOutlined } from '@oceanbase/icons';
23
23
  import dayjs from 'dayjs';
24
24
  import { findIndex, isEqual as _isEqual, isNil, noop, omit } from 'lodash';
25
25
  import moment from 'moment';
26
26
  import classNames from 'classnames';
27
27
  import LocaleWrapper from "../locale/LocaleWrapper";
28
- import { getPrefix } from "../_util";
29
28
  import { CUSTOMIZE, DATE_TIME_FORMAT, NEAR_1_MINUTES, NEAR_30_MINUTES, NEAR_1_HOURS, NEAR_3_HOURS, NEAR_6_HOURS, TODAY, YEAR_DATE_TIME_FORMAT, LAST_3_DAYS, DATE_TIME_SECOND_FORMAT, YEAR_DATE_TIME_SECOND_FORMAT, DATE_TIME_FORMAT_CN, DATE_TIME_SECOND_FORMAT_CN, YEAR_DATE_TIME_FORMAT_CN, YEAR_DATE_TIME_SECOND_FORMAT_CN } from "./constant";
30
29
  import InternalPickerPanel from "./PickerPanel";
31
30
  import zhCN from "./locale/zh-CN";
32
- import "./index.less";
31
+ import useStyle from "./style";
33
32
  import { useClickAway } from 'ahooks';
34
33
  import { useLocalStorageState } from '@oceanbase/util';
35
34
  import { jsx as _jsx } from "react/jsx-runtime";
36
35
  import { jsxs as _jsxs } from "react/jsx-runtime";
37
36
  var DefaultMaxHistoryCapacity = 20;
38
- var prefix = getPrefix('date-ranger');
39
37
  var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
40
38
  var _selects$;
39
+ var _useContext = useContext(ConfigProvider.ConfigContext),
40
+ getPrefixCls = _useContext.getPrefixCls;
41
+ var prefixCls = getPrefixCls('date-ranger');
42
+ var _useStyle = useStyle(prefixCls),
43
+ wrapSSR = _useStyle.wrapSSR;
44
+ var prefix = prefixCls;
41
45
  var _props$selects = props.selects,
42
46
  selects = _props$selects === void 0 ? [NEAR_1_MINUTES, NEAR_30_MINUTES, NEAR_1_HOURS, NEAR_3_HOURS, NEAR_6_HOURS, TODAY, LAST_3_DAYS] : _props$selects,
43
47
  value = props.value,
@@ -141,7 +145,8 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
141
145
  }
142
146
  return false;
143
147
  }, [historyProp]);
144
- var _useLocalStorageState = useLocalStorageState('ob-design-date-ranger-local-storage-range-history-state', {
148
+ var localStorageKey = "".concat(prefixCls, "-date-ranger-history");
149
+ var _useLocalStorageState = useLocalStorageState(localStorageKey, {
145
150
  defaultValue: [],
146
151
  listenStorageChange: true
147
152
  }),
@@ -309,7 +314,7 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
309
314
  var diffMs = e.diff(s);
310
315
  return diffMs > differenceMs;
311
316
  }) : selects[rangeNameIndex + 1];
312
- return /*#__PURE__*/_jsxs(Space, {
317
+ return wrapSSR( /*#__PURE__*/_jsxs(Space, {
313
318
  className: classNames(rest.className, _defineProperty(_defineProperty(_defineProperty({}, prefix, true), "".concat(prefix, "-show-range"), true), "".concat(prefix, "-back-radio-focused"), backRadioFocused)),
314
319
  style: rest.style,
315
320
  children: [/*#__PURE__*/_jsxs(Space, {
@@ -631,7 +636,7 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
631
636
  },
632
637
  icon: /*#__PURE__*/_jsx(ZoomOutOutlined, {})
633
638
  })]
634
- });
639
+ }));
635
640
  });
636
641
  export default LocaleWrapper({
637
642
  componentName: 'DateRanger',
@@ -0,0 +1,56 @@
1
+ declare const _default: {
2
+ locale: string;
3
+ dateFormat?: string;
4
+ dateTimeFormat?: string;
5
+ fieldDateTimeFormat?: string;
6
+ fieldDateFormat?: string;
7
+ fieldTimeFormat?: string;
8
+ fieldMonthFormat?: string;
9
+ fieldYearFormat?: string;
10
+ fieldWeekFormat?: string;
11
+ fieldQuarterFormat?: string;
12
+ monthBeforeYear?: boolean;
13
+ yearFormat?: string;
14
+ monthFormat?: string;
15
+ cellYearFormat?: string;
16
+ cellQuarterFormat?: string;
17
+ dayFormat?: string;
18
+ cellDateFormat?: string;
19
+ cellMeridiemFormat?: string;
20
+ today: string;
21
+ now: string;
22
+ backToToday: string;
23
+ ok: string;
24
+ timeSelect: string;
25
+ dateSelect: string;
26
+ weekSelect?: string;
27
+ clear: string;
28
+ week: string;
29
+ month: string;
30
+ year: string;
31
+ previousMonth: string;
32
+ nextMonth: string;
33
+ monthSelect: string;
34
+ yearSelect: string;
35
+ decadeSelect: string;
36
+ previousYear: string;
37
+ nextYear: string;
38
+ previousDecade: string;
39
+ nextDecade: string;
40
+ previousCentury: string;
41
+ nextCentury: string;
42
+ shortWeekDays?: string[];
43
+ shortMonths?: string[];
44
+ customize: string;
45
+ customTime: string;
46
+ startDate: string;
47
+ startTime: string;
48
+ endDate: string;
49
+ endTime: string;
50
+ cancel: string;
51
+ confirm: string;
52
+ current: string;
53
+ jumpBack: string;
54
+ jumpForward: string;
55
+ };
56
+ export default _default;
@@ -0,0 +1,20 @@
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 ja_JP from 'rc-picker/es/locale/ja_JP';
8
+ export default _objectSpread({
9
+ customize: 'カスタム',
10
+ customTime: 'カスタム時間',
11
+ startDate: '開始日',
12
+ startTime: '開始時刻',
13
+ endDate: '終了日',
14
+ endTime: '終了時刻',
15
+ cancel: 'キャンセル',
16
+ confirm: '確定',
17
+ current: '現在',
18
+ jumpBack: '前の時間間隔にジャンプ',
19
+ jumpForward: '次の時間間隔にジャンプ'
20
+ }, ja_JP);
@@ -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 DateRangerToken = OBToken;
5
+ export declare const genDateRangerStyle: GenerateStyle<DateRangerToken>;
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,126 @@
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 genDateRangerStyle = function genDateRangerStyle(token) {
7
+ var componentCls = token.componentCls,
8
+ antCls = token.antCls,
9
+ colorBgContainer = token.colorBgContainer,
10
+ colorBorder = token.colorBorder,
11
+ borderRadius = token.borderRadius,
12
+ colorPrimaryBorderHover = token.colorPrimaryBorderHover,
13
+ colorTextSecondary = token.colorTextSecondary,
14
+ colorFillSecondary = token.colorFillSecondary,
15
+ colorFill = token.colorFill;
16
+ return _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(componentCls), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
17
+ cursor: 'pointer'
18
+ }, "".concat(componentCls, "-wrapper"), _defineProperty(_defineProperty({
19
+ backgroundColor: colorBgContainer,
20
+ border: "1px solid ".concat(colorBorder),
21
+ boxSizing: 'border-box',
22
+ display: 'flex',
23
+ borderRadius: borderRadius,
24
+ transition: 'all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)'
25
+ }, "".concat(componentCls, "-picker"), _defineProperty(_defineProperty({
26
+ paddingLeft: 0,
27
+ paddingRight: 16,
28
+ border: 0,
29
+ '&:focus, &:focus-within': {
30
+ boxShadow: 'none'
31
+ },
32
+ input: {
33
+ textAlign: 'center'
34
+ }
35
+ }, "".concat(antCls, "-picker-active-bar"), {
36
+ height: 0
37
+ }), "".concat(antCls, "-picker-input > input"), {
38
+ cursor: 'pointer'
39
+ })), '&:hover', {
40
+ borderColor: colorPrimaryBorderHover
41
+ })), "".concat(componentCls, "-wrapper-has-jumper"), {
42
+ borderTopRightRadius: 0,
43
+ borderBottomRightRadius: 0
44
+ }), "".concat(componentCls, "-play"), {
45
+ padding: '4px 11px 4px'
46
+ }), "".concat(componentCls, "-picker-input"), {
47
+ maxWidth: 125
48
+ }), "".concat(componentCls, "-date-picker"), _defineProperty(_defineProperty({}, "".concat(antCls, "-select-selector"), {
49
+ borderTopLeftRadius: 0,
50
+ borderBottomLeftRadius: 0,
51
+ '&:hover': {
52
+ zIndex: 1
53
+ }
54
+ }), "".concat(antCls, "-select-arrow"), {
55
+ zIndex: 1
56
+ }))), "".concat(componentCls, "-dropdown-picker"), _defineProperty(_defineProperty({
57
+ display: 'flex',
58
+ padding: 4,
59
+ gap: 4,
60
+ backgroundColor: colorBgContainer,
61
+ backgroundClip: 'padding-box',
62
+ borderRadius: 8,
63
+ outline: 'none',
64
+ boxShadow: '0 6px 16px 0 rgba(54, 69, 99, 0.08), 0 3px 6px -4px rgba(54, 69, 99, 0.12), 0 9px 28px 8px rgba(54, 69, 99, 0.05)'
65
+ }, "".concat(antCls, "-dropdown-menu"), {
66
+ padding: 0,
67
+ boxShadow: 'none !important'
68
+ }), "".concat(antCls, "-picker-time-panel-container"), _defineProperty({}, "".concat(antCls, "-picker-content"), {
69
+ height: 148
70
+ }))), "".concat(componentCls, "-show-range"), _defineProperty(_defineProperty({}, "".concat(componentCls, "-quick-picker.").concat(componentCls, "-quick-picker-select"), _defineProperty(_defineProperty({
71
+ marginRight: -1
72
+ }, "".concat(antCls, "-select-selector"), {
73
+ borderTopRightRadius: 0,
74
+ borderBottomRightRadius: 0,
75
+ '&:hover': {
76
+ zIndex: 1
77
+ }
78
+ }), "".concat(antCls, "-select-arrow"), {
79
+ zIndex: 1
80
+ })), "".concat(componentCls, "-playback-control"), _defineProperty({
81
+ display: 'flex',
82
+ flexWrap: 'nowrap'
83
+ }, "".concat(antCls, "-radio-button-wrapper"), {
84
+ paddingInline: 8,
85
+ color: colorTextSecondary,
86
+ transition: 'all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)',
87
+ '&:hover': {
88
+ borderColor: colorPrimaryBorderHover,
89
+ '&::before': {
90
+ backgroundColor: colorPrimaryBorderHover
91
+ }
92
+ }
93
+ }))), "".concat(componentCls, "-label"), {
94
+ backgroundColor: colorFillSecondary,
95
+ color: colorTextSecondary,
96
+ display: 'inline-block',
97
+ width: 60,
98
+ padding: '4px 0',
99
+ borderRadius: 4,
100
+ lineHeight: 1,
101
+ textAlign: 'center'
102
+ }), "".concat(componentCls, "-back-radio-focused"), _defineProperty(_defineProperty({}, "".concat(componentCls, "-wrapper"), {
103
+ borderRightColor: colorPrimaryBorderHover
104
+ }), "".concat(componentCls, "-playback-control"), _defineProperty({}, "".concat(antCls, "-radio-button-wrapper:first-child"), _defineProperty({}, "+ ".concat(antCls, "-radio-button-wrapper::before"), {
105
+ backgroundColor: colorPrimaryBorderHover
106
+ })))), "".concat(componentCls, "-history-menu-item"), _defineProperty(_defineProperty({}, "".concat(componentCls, "-menu-text-btn-wrapper"), {
107
+ justifyContent: 'space-between',
108
+ height: 0,
109
+ transition: 'height 0.2s',
110
+ overflow: 'hidden'
111
+ }), '&:hover', _defineProperty({}, "".concat(componentCls, "-menu-text-btn-wrapper"), {
112
+ height: 22
113
+ }))), "".concat(componentCls, "-menu-text-btn"), {
114
+ width: 72,
115
+ backgroundColor: "".concat(colorFillSecondary, " !important"),
116
+ '&:hover': {
117
+ backgroundColor: "".concat(colorFill, " !important")
118
+ }
119
+ });
120
+ };
121
+ export default (function (prefixCls) {
122
+ var useStyle = genComponentStyleHook('DateRanger', function (token) {
123
+ return [genDateRangerStyle(token)];
124
+ });
125
+ return useStyle(prefixCls);
126
+ });
@@ -6,14 +6,6 @@ export interface IAnchorProps extends HTMLAttributes<HTMLDivElement> {
6
6
  onMove?: (event: PointerEvent) => void;
7
7
  onEnd?: (event: PointerEvent) => void;
8
8
  dock?: IDockProps;
9
+ prefixCls?: string;
9
10
  }
10
- export declare class Anchor extends React.Component<IAnchorProps> {
11
- isPointDown: boolean;
12
- originBodyStyle: string | null;
13
- clientX: number;
14
- clientY: number;
15
- onDragStart: (event: PointerEvent) => void;
16
- onDragMove: (event: PointerEvent) => void;
17
- onDragEnd: (event: PointerEvent) => void;
18
- render(): import("@emotion/react/jsx-runtime").JSX.Element;
19
- }
11
+ export declare const Anchor: React.FC<IAnchorProps>;