@oceanbase/ui 1.0.0-alpha.1 → 1.0.0-alpha.10

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 (384) hide show
  1. package/dist/static/Inter-Medium.ea234620.woff2 +0 -0
  2. package/dist/static/Inter-Regular.34ba43c9.woff2 +0 -0
  3. package/dist/static/Inter-SemiBold.95439fb4.woff2 +0 -0
  4. package/dist/ui.min.css +1 -1
  5. package/dist/ui.min.js +1 -1
  6. package/es/Action/Group.js +121 -15
  7. package/es/Action/Item.d.ts +6 -15
  8. package/es/Action/Item.js +85 -128
  9. package/es/Action/index.d.ts +6 -3
  10. package/es/Action/style/index.d.ts +2 -2
  11. package/es/Action/style/index.js +8 -4
  12. package/es/BasicLayout/locale/ja-JP.d.ts +13 -0
  13. package/es/BasicLayout/locale/ja-JP.js +12 -0
  14. package/es/BasicLayout/style/index.js +35 -23
  15. package/es/BatchOperationBar/index.d.ts +0 -1
  16. package/es/BatchOperationBar/index.js +17 -13
  17. package/es/BatchOperationBar/locale/ja-JP.d.ts +7 -0
  18. package/es/BatchOperationBar/locale/ja-JP.js +6 -0
  19. package/es/BatchOperationBar/style/index.d.ts +10 -0
  20. package/es/BatchOperationBar/style/index.js +51 -0
  21. package/es/Boundary/Components/Code.js +11 -5
  22. package/es/Boundary/Components/Exception.js +85 -74
  23. package/es/Boundary/Components/Function.js +11 -5
  24. package/es/Boundary/index.d.ts +0 -1
  25. package/es/Boundary/index.js +0 -1
  26. package/es/Boundary/locale/en-US.js +1 -1
  27. package/es/Boundary/locale/ja-JP.d.ts +11 -0
  28. package/es/Boundary/locale/ja-JP.js +10 -0
  29. package/es/Boundary/locale/zh-CN.js +1 -1
  30. package/es/Boundary/locale/zh-TW.js +1 -1
  31. package/es/Boundary/style/index.d.ts +10 -0
  32. package/es/Boundary/style/index.js +46 -0
  33. package/es/ContentWithIcon/index.d.ts +0 -1
  34. package/es/ContentWithIcon/index.js +29 -29
  35. package/es/ContentWithIcon/style/index.d.ts +10 -0
  36. package/es/ContentWithIcon/style/index.js +26 -0
  37. package/es/DateRanger/PickerPanel.js +5 -4
  38. package/es/DateRanger/Ranger.d.ts +4 -1
  39. package/es/DateRanger/Ranger.js +168 -19
  40. package/es/DateRanger/constant/index.js +1 -1
  41. package/es/DateRanger/locale/ja-JP.d.ts +56 -0
  42. package/es/DateRanger/locale/ja-JP.js +20 -0
  43. package/es/DateRanger/style/index.d.ts +10 -0
  44. package/es/DateRanger/style/index.js +126 -0
  45. package/es/Dialog/Anchor.d.ts +2 -10
  46. package/es/Dialog/Anchor.js +67 -96
  47. package/es/Dialog/index.d.ts +0 -1
  48. package/es/Dialog/index.js +537 -578
  49. package/es/Dialog/locale/ja-JP.d.ts +5 -0
  50. package/es/Dialog/locale/ja-JP.js +4 -0
  51. package/es/Dialog/locale/zh-CN.js +1 -1
  52. package/es/Dialog/locale/zh-TW.js +1 -1
  53. package/es/Dialog/style/index.d.ts +10 -0
  54. package/es/Dialog/style/index.js +97 -0
  55. package/es/DocDialog/locale/ja-JP.d.ts +2 -0
  56. package/es/DocDialog/locale/ja-JP.js +1 -0
  57. package/es/FooterToolbar/style/index.d.ts +0 -2
  58. package/es/FooterToolbar/style/index.js +7 -13
  59. package/es/FullscreenBox/index.d.ts +0 -1
  60. package/es/FullscreenBox/index.js +46 -37
  61. package/es/FullscreenBox/locale/ja-JP.d.ts +2 -0
  62. package/es/FullscreenBox/locale/ja-JP.js +1 -0
  63. package/es/FullscreenBox/style/index.d.ts +10 -0
  64. package/es/FullscreenBox/style/index.js +53 -0
  65. package/es/Highlight/DiffView/index.d.ts +0 -1
  66. package/es/Highlight/DiffView/index.js +5 -5
  67. package/es/Highlight/JsonView.d.ts +0 -1
  68. package/es/Highlight/JsonView.js +5 -5
  69. package/es/Highlight/index.d.ts +0 -1
  70. package/es/Highlight/index.js +23 -23
  71. package/es/Highlight/locale/ja-JP.d.ts +4 -0
  72. package/es/Highlight/locale/ja-JP.js +3 -0
  73. package/es/Highlight/style/index.d.ts +10 -0
  74. package/es/Highlight/style/index.js +213 -0
  75. package/es/LocaleDropdown/index.js +4 -2
  76. package/es/Login/ActivateForm.d.ts +0 -1
  77. package/es/Login/ActivateForm.js +12 -9
  78. package/es/Login/LoginForm.d.ts +0 -1
  79. package/es/Login/LoginForm.js +20 -15
  80. package/es/Login/RegisterForm.d.ts +0 -1
  81. package/es/Login/RegisterForm.js +14 -11
  82. package/es/Login/index.d.ts +0 -1
  83. package/es/Login/index.js +24 -22
  84. package/es/Login/locale/ja-JP.d.ts +28 -0
  85. package/es/Login/locale/ja-JP.js +27 -0
  86. package/es/Login/locale/zh-CN.js +2 -2
  87. package/es/Login/style/index.d.ts +10 -0
  88. package/es/Login/style/index.js +182 -0
  89. package/es/NavMenu/index.d.ts +1 -2
  90. package/es/NavMenu/index.js +11 -8
  91. package/es/NavMenu/style/index.d.ts +10 -0
  92. package/es/NavMenu/style/index.js +47 -0
  93. package/es/PageContainer/index.d.ts +2 -0
  94. package/es/PageContainer/index.js +102 -25
  95. package/es/PageContainer/locale/en-US.d.ts +1 -0
  96. package/es/PageContainer/locale/en-US.js +2 -1
  97. package/es/PageContainer/locale/ja-JP.d.ts +5 -0
  98. package/es/PageContainer/locale/ja-JP.js +4 -0
  99. package/es/PageContainer/locale/zh-CN.d.ts +1 -0
  100. package/es/PageContainer/locale/zh-CN.js +2 -1
  101. package/es/PageContainer/locale/zh-TW.d.ts +1 -0
  102. package/es/PageContainer/locale/zh-TW.js +2 -1
  103. package/es/PageContainer/style/index.js +41 -16
  104. package/es/Password/index.js +1 -1
  105. package/es/Password/locale/ja-JP.d.ts +13 -0
  106. package/es/Password/locale/ja-JP.js +12 -0
  107. package/es/ProCard/index.js +11 -3
  108. package/es/ProCard/style/index.d.ts +2 -2
  109. package/es/ProCard/style/index.js +13 -5
  110. package/es/ProTable/index.d.ts +1 -1
  111. package/es/ProTable/index.js +23 -8
  112. package/es/ProTable/style/index.d.ts +2 -2
  113. package/es/ProTable/style/index.js +12 -5
  114. package/es/Ranger/QuickPicker.js +8 -4
  115. package/es/Ranger/Ranger.d.ts +0 -1
  116. package/es/Ranger/Ranger.js +12 -9
  117. package/es/Ranger/locale/ja-JP.d.ts +28 -0
  118. package/es/Ranger/locale/ja-JP.js +29 -0
  119. package/es/Ranger/style/index.d.ts +10 -0
  120. package/es/Ranger/style/index.js +44 -0
  121. package/es/SideTip/index.d.ts +0 -1
  122. package/es/SideTip/index.js +24 -22
  123. package/es/SideTip/locale/ja-JP.d.ts +2 -0
  124. package/es/SideTip/locale/ja-JP.js +1 -0
  125. package/es/SideTip/style/index.d.ts +10 -0
  126. package/es/SideTip/style/index.js +162 -0
  127. package/es/TagSelect/Group.d.ts +6 -6
  128. package/es/TagSelect/Group.js +5 -3
  129. package/es/TagSelect/Item.js +5 -3
  130. package/es/Welcome/index.d.ts +0 -1
  131. package/es/Welcome/index.js +30 -26
  132. package/es/Welcome/locale/ja-JP.d.ts +5 -0
  133. package/es/Welcome/locale/ja-JP.js +4 -0
  134. package/es/Welcome/step/style/index.d.ts +10 -0
  135. package/es/Welcome/step/style/index.js +44 -0
  136. package/es/Welcome/step.d.ts +0 -1
  137. package/es/Welcome/step.js +17 -14
  138. package/es/Welcome/style/index.d.ts +10 -0
  139. package/es/Welcome/style/index.js +141 -0
  140. package/es/_util/genComponentStyleHook.d.ts +4 -3
  141. package/es/_util/genComponentStyleHook.js +1 -1
  142. package/es/index.d.ts +0 -5
  143. package/es/index.js +0 -3
  144. package/es/locale/en-US.js +0 -4
  145. package/es/locale/ja-JP.d.ts +3 -0
  146. package/es/locale/ja-JP.js +38 -0
  147. package/es/locale/zh-CN.js +0 -4
  148. package/es/locale/zh-TW.js +0 -4
  149. package/lib/Action/Group.js +122 -46
  150. package/lib/Action/Item.d.ts +6 -15
  151. package/lib/Action/Item.js +66 -76
  152. package/lib/Action/index.d.ts +6 -3
  153. package/lib/Action/style/index.d.ts +2 -2
  154. package/lib/Action/style/index.js +16 -1
  155. package/lib/BackgroundTaskManager/RefreshMan.js +3 -12
  156. package/lib/BackgroundTaskManager/index.js +3 -12
  157. package/lib/BasicLayout/Header.js +120 -62
  158. package/lib/BasicLayout/index.js +166 -143
  159. package/lib/BasicLayout/locale/ja-JP.d.ts +13 -0
  160. package/lib/BasicLayout/locale/ja-JP.js +36 -0
  161. package/lib/BasicLayout/style/index.js +32 -23
  162. package/lib/BatchOperationBar/index.d.ts +0 -1
  163. package/lib/BatchOperationBar/index.js +70 -51
  164. package/lib/BatchOperationBar/locale/ja-JP.d.ts +7 -0
  165. package/lib/{TaskGraph/locale/en-US.js → BatchOperationBar/locale/ja-JP.js} +10 -16
  166. package/lib/BatchOperationBar/style/index.d.ts +10 -0
  167. package/lib/BatchOperationBar/style/index.js +82 -0
  168. package/lib/Boundary/Components/Code.js +25 -13
  169. package/lib/Boundary/Components/Exception.js +70 -49
  170. package/lib/Boundary/Components/Function.js +20 -8
  171. package/lib/Boundary/index.d.ts +0 -1
  172. package/lib/Boundary/index.js +0 -1
  173. package/lib/Boundary/locale/en-US.js +1 -1
  174. package/lib/Boundary/locale/ja-JP.d.ts +11 -0
  175. package/lib/Boundary/locale/ja-JP.js +34 -0
  176. package/lib/Boundary/locale/zh-CN.js +1 -1
  177. package/lib/Boundary/locale/zh-TW.js +1 -1
  178. package/lib/Boundary/style/index.d.ts +10 -0
  179. package/lib/Boundary/style/index.js +74 -0
  180. package/lib/ContentWithIcon/index.d.ts +0 -1
  181. package/lib/ContentWithIcon/index.js +44 -33
  182. package/lib/ContentWithIcon/style/index.d.ts +10 -0
  183. package/lib/ContentWithIcon/style/index.js +57 -0
  184. package/lib/ContentWithQuestion/index.js +8 -3
  185. package/lib/DateRanger/PickerPanel.js +237 -219
  186. package/lib/DateRanger/Ranger.d.ts +4 -1
  187. package/lib/DateRanger/Ranger.js +413 -239
  188. package/lib/DateRanger/constant/index.js +1 -1
  189. package/lib/DateRanger/locale/ja-JP.d.ts +56 -0
  190. package/lib/DateRanger/locale/ja-JP.js +49 -0
  191. package/lib/DateRanger/style/index.d.ts +10 -0
  192. package/lib/DateRanger/style/index.js +195 -0
  193. package/lib/Dialog/Anchor.d.ts +2 -10
  194. package/lib/Dialog/Anchor.js +59 -58
  195. package/lib/Dialog/EventProxy.js +3 -12
  196. package/lib/Dialog/index.d.ts +0 -1
  197. package/lib/Dialog/index.js +514 -466
  198. package/lib/Dialog/locale/ja-JP.d.ts +5 -0
  199. package/lib/{GraphToolbar/locale/en-US.js → Dialog/locale/ja-JP.js} +8 -12
  200. package/lib/Dialog/locale/zh-CN.js +1 -1
  201. package/lib/Dialog/locale/zh-TW.js +1 -1
  202. package/lib/Dialog/style/index.d.ts +10 -0
  203. package/lib/Dialog/style/index.js +135 -0
  204. package/lib/DocDialog/index.js +3 -2
  205. package/lib/DocDialog/locale/ja-JP.d.ts +2 -0
  206. package/lib/DocDialog/locale/ja-JP.js +25 -0
  207. package/lib/FooterToolbar/index.js +3 -2
  208. package/lib/FooterToolbar/style/index.d.ts +0 -2
  209. package/lib/FooterToolbar/style/index.js +7 -18
  210. package/lib/FullscreenBox/index.d.ts +0 -1
  211. package/lib/FullscreenBox/index.js +51 -33
  212. package/lib/FullscreenBox/locale/ja-JP.d.ts +2 -0
  213. package/lib/FullscreenBox/locale/ja-JP.js +25 -0
  214. package/lib/FullscreenBox/style/index.d.ts +10 -0
  215. package/lib/FullscreenBox/style/index.js +86 -0
  216. package/lib/Highlight/DiffView/DiffCells.js +17 -10
  217. package/lib/Highlight/DiffView/index.d.ts +0 -1
  218. package/lib/Highlight/DiffView/index.js +38 -34
  219. package/lib/Highlight/HighlightCell.js +13 -10
  220. package/lib/Highlight/JsonView.d.ts +0 -1
  221. package/lib/Highlight/JsonView.js +18 -17
  222. package/lib/Highlight/index.d.ts +0 -1
  223. package/lib/Highlight/index.js +60 -52
  224. package/lib/Highlight/locale/ja-JP.d.ts +4 -0
  225. package/lib/{GraphToolbar/locale/zh-CN.js → Highlight/locale/ja-JP.js} +7 -12
  226. package/lib/Highlight/style/index.d.ts +10 -0
  227. package/lib/Highlight/style/index.js +293 -0
  228. package/lib/IconFont/index.js +2 -12
  229. package/lib/LightFilter/index.js +3 -2
  230. package/lib/LocaleDropdown/index.js +15 -21
  231. package/lib/Login/ActivateForm.d.ts +0 -1
  232. package/lib/Login/ActivateForm.js +65 -64
  233. package/lib/Login/LoginForm.d.ts +0 -1
  234. package/lib/Login/LoginForm.js +134 -113
  235. package/lib/Login/RegisterForm.d.ts +0 -1
  236. package/lib/Login/RegisterForm.js +90 -89
  237. package/lib/Login/index.d.ts +0 -1
  238. package/lib/Login/index.js +102 -72
  239. package/lib/Login/locale/ja-JP.d.ts +28 -0
  240. package/lib/Login/locale/ja-JP.js +51 -0
  241. package/lib/Login/locale/zh-CN.js +2 -2
  242. package/lib/Login/style/index.d.ts +10 -0
  243. package/lib/Login/style/index.js +267 -0
  244. package/lib/NavMenu/index.d.ts +1 -2
  245. package/lib/NavMenu/index.js +22 -18
  246. package/lib/NavMenu/style/index.d.ts +10 -0
  247. package/lib/NavMenu/style/index.js +78 -0
  248. package/lib/PageContainer/ItemRender.js +5 -5
  249. package/lib/PageContainer/index.d.ts +2 -0
  250. package/lib/PageContainer/index.js +86 -10
  251. package/lib/PageContainer/locale/en-US.d.ts +1 -0
  252. package/lib/PageContainer/locale/en-US.js +2 -1
  253. package/lib/PageContainer/locale/ja-JP.d.ts +5 -0
  254. package/lib/{GraphToolbar/locale/zh-TW.js → PageContainer/locale/ja-JP.js} +8 -12
  255. package/lib/PageContainer/locale/zh-CN.d.ts +1 -0
  256. package/lib/PageContainer/locale/zh-CN.js +2 -1
  257. package/lib/PageContainer/locale/zh-TW.d.ts +1 -0
  258. package/lib/PageContainer/locale/zh-TW.js +2 -1
  259. package/lib/PageContainer/style/index.js +44 -13
  260. package/lib/PageLoading/index.js +6 -16
  261. package/lib/Password/Content.js +38 -42
  262. package/lib/Password/index.js +83 -68
  263. package/lib/Password/locale/ja-JP.d.ts +13 -0
  264. package/lib/Password/locale/ja-JP.js +36 -0
  265. package/lib/ProCard/index.js +6 -3
  266. package/lib/ProCard/style/index.d.ts +2 -2
  267. package/lib/ProCard/style/index.js +18 -3
  268. package/lib/ProTable/index.d.ts +1 -1
  269. package/lib/ProTable/index.js +22 -10
  270. package/lib/ProTable/style/index.d.ts +2 -2
  271. package/lib/ProTable/style/index.js +18 -2
  272. package/lib/Ranger/QuickPicker.js +28 -17
  273. package/lib/Ranger/Ranger.d.ts +0 -1
  274. package/lib/Ranger/Ranger.js +49 -43
  275. package/lib/Ranger/locale/ja-JP.d.ts +28 -0
  276. package/lib/Ranger/locale/ja-JP.js +53 -0
  277. package/lib/Ranger/style/index.d.ts +10 -0
  278. package/lib/Ranger/style/index.js +82 -0
  279. package/lib/SideTip/Dragger.js +5 -4
  280. package/lib/SideTip/IconLoading.js +25 -25
  281. package/lib/SideTip/index.d.ts +0 -1
  282. package/lib/SideTip/index.js +55 -38
  283. package/lib/SideTip/locale/ja-JP.d.ts +2 -0
  284. package/lib/SideTip/locale/ja-JP.js +25 -0
  285. package/lib/SideTip/style/index.d.ts +10 -0
  286. package/lib/SideTip/style/index.js +211 -0
  287. package/lib/TagSelect/Group.d.ts +6 -6
  288. package/lib/TagSelect/Group.js +12 -7
  289. package/lib/TagSelect/Item.js +25 -20
  290. package/lib/TreeSearch/index.js +30 -35
  291. package/lib/Welcome/index.d.ts +0 -1
  292. package/lib/Welcome/index.js +72 -40
  293. package/lib/Welcome/locale/ja-JP.d.ts +5 -0
  294. package/lib/Welcome/locale/ja-JP.js +28 -0
  295. package/lib/Welcome/step/style/index.d.ts +10 -0
  296. package/lib/Welcome/step/style/index.js +74 -0
  297. package/lib/Welcome/step.d.ts +0 -1
  298. package/lib/Welcome/step.js +18 -7
  299. package/lib/Welcome/style/index.d.ts +10 -0
  300. package/lib/Welcome/style/index.js +188 -0
  301. package/lib/_util/genComponentStyleHook.d.ts +4 -3
  302. package/lib/_util/genComponentStyleHook.js +1 -1
  303. package/lib/index.d.ts +0 -5
  304. package/lib/index.js +0 -7
  305. package/lib/locale/LocaleWrapper.js +15 -14
  306. package/lib/locale/en-US.js +16 -20
  307. package/lib/locale/ja-JP.d.ts +3 -0
  308. package/lib/locale/ja-JP.js +67 -0
  309. package/lib/locale/zh-CN.js +17 -21
  310. package/lib/locale/zh-TW.js +15 -19
  311. package/package.json +7 -10
  312. package/dist/static/Inter.f6bcdfb6.woff2 +0 -0
  313. package/es/BatchOperationBar/index.less +0 -46
  314. package/es/BatchOperationBar/index.less.d.ts +0 -15
  315. package/es/Boundary/index.less +0 -36
  316. package/es/ContentWithIcon/index.less +0 -21
  317. package/es/DateRanger/index.less +0 -157
  318. package/es/Dialog/index.less +0 -116
  319. package/es/FullscreenBox/index.less +0 -49
  320. package/es/GraphToolbar/index.d.ts +0 -26
  321. package/es/GraphToolbar/index.js +0 -146
  322. package/es/GraphToolbar/index.less +0 -65
  323. package/es/GraphToolbar/locale/en-US.d.ts +0 -9
  324. package/es/GraphToolbar/locale/en-US.js +0 -8
  325. package/es/GraphToolbar/locale/zh-CN.d.ts +0 -9
  326. package/es/GraphToolbar/locale/zh-CN.js +0 -8
  327. package/es/GraphToolbar/locale/zh-TW.d.ts +0 -9
  328. package/es/GraphToolbar/locale/zh-TW.js +0 -8
  329. package/es/Highlight/index.less +0 -381
  330. package/es/Login/index.less +0 -268
  331. package/es/NavMenu/index.less +0 -50
  332. package/es/Ranger/index.less +0 -57
  333. package/es/SideTip/index.less +0 -180
  334. package/es/TaskGraph/Graph.d.ts +0 -24
  335. package/es/TaskGraph/Graph.js +0 -271
  336. package/es/TaskGraph/graph.less +0 -23
  337. package/es/TaskGraph/index.d.ts +0 -16
  338. package/es/TaskGraph/index.js +0 -178
  339. package/es/TaskGraph/index.less +0 -117
  340. package/es/TaskGraph/locale/en-US.d.ts +0 -13
  341. package/es/TaskGraph/locale/en-US.js +0 -12
  342. package/es/TaskGraph/locale/zh-CN.d.ts +0 -13
  343. package/es/TaskGraph/locale/zh-CN.js +0 -12
  344. package/es/TaskGraph/locale/zh-TW.d.ts +0 -13
  345. package/es/TaskGraph/locale/zh-TW.js +0 -12
  346. package/es/TaskGraph/register.d.ts +0 -7
  347. package/es/TaskGraph/register.js +0 -200
  348. package/es/Welcome/index.less +0 -185
  349. package/es/index.less +0 -1
  350. package/es/variable.less +0 -54
  351. package/lib/BatchOperationBar/index.less +0 -46
  352. package/lib/BatchOperationBar/index.less.d.ts +0 -15
  353. package/lib/Boundary/index.less +0 -36
  354. package/lib/ContentWithIcon/index.less +0 -21
  355. package/lib/DateRanger/index.less +0 -157
  356. package/lib/Dialog/index.less +0 -116
  357. package/lib/FullscreenBox/index.less +0 -49
  358. package/lib/GraphToolbar/index.d.ts +0 -26
  359. package/lib/GraphToolbar/index.js +0 -154
  360. package/lib/GraphToolbar/index.less +0 -65
  361. package/lib/GraphToolbar/locale/en-US.d.ts +0 -9
  362. package/lib/GraphToolbar/locale/zh-CN.d.ts +0 -9
  363. package/lib/GraphToolbar/locale/zh-TW.d.ts +0 -9
  364. package/lib/Highlight/index.less +0 -381
  365. package/lib/Login/index.less +0 -268
  366. package/lib/NavMenu/index.less +0 -50
  367. package/lib/Ranger/index.less +0 -57
  368. package/lib/SideTip/index.less +0 -180
  369. package/lib/TaskGraph/Graph.d.ts +0 -24
  370. package/lib/TaskGraph/Graph.js +0 -261
  371. package/lib/TaskGraph/graph.less +0 -23
  372. package/lib/TaskGraph/index.d.ts +0 -16
  373. package/lib/TaskGraph/index.js +0 -164
  374. package/lib/TaskGraph/index.less +0 -117
  375. package/lib/TaskGraph/locale/en-US.d.ts +0 -13
  376. package/lib/TaskGraph/locale/zh-CN.d.ts +0 -13
  377. package/lib/TaskGraph/locale/zh-CN.js +0 -36
  378. package/lib/TaskGraph/locale/zh-TW.d.ts +0 -13
  379. package/lib/TaskGraph/locale/zh-TW.js +0 -36
  380. package/lib/TaskGraph/register.d.ts +0 -7
  381. package/lib/TaskGraph/register.js +0 -205
  382. package/lib/Welcome/index.less +0 -185
  383. package/lib/index.less +0 -1
  384. 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,9 +5,9 @@ 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;
10
+ export type RangeValueFormat = [string, string] | [] | null;
11
11
  export type RangeDateValue = {
12
12
  name: RangeName;
13
13
  range: RangeValue;
@@ -20,6 +20,9 @@ export interface DateRangerProps extends Omit<RangePickerProps, 'mode' | 'picker
20
20
  hasSync?: boolean;
21
21
  hasForward?: boolean;
22
22
  hasZoomOut?: boolean;
23
+ history?: boolean | {
24
+ capacity: number;
25
+ };
23
26
  hasTagInPicker?: boolean;
24
27
  tip?: string;
25
28
  rules?: Rule[];
@@ -1,5 +1,4 @@
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
- var _excluded = ["selects", "value", "defaultValue", "defaultQuickValue", "hasRewind", "hasPlay", "hasSync", "hasForward", "hasZoomOut", "hasTagInPicker", "pastOnly", "simpleMode", "hideYear", "hideSecond", "autoCalcRange", "onChange", "disabledDate", "locale", "size", "stickRangeName", "tooltipProps", "isMoment", "rules", "tip", "autoAdjustOverflow", "overlayClassName", "overlayStyle", "getPopupContainer"];
1
+ var _excluded = ["selects", "value", "defaultValue", "defaultQuickValue", "hasRewind", "hasPlay", "hasSync", "hasForward", "hasZoomOut", "hasTagInPicker", "pastOnly", "simpleMode", "hideYear", "hideSecond", "autoCalcRange", "history", "onChange", "disabledDate", "locale", "size", "stickRangeName", "tooltipProps", "isMoment", "rules", "tip", "autoAdjustOverflow", "overlayClassName", "overlayStyle", "getPopupContainer"];
3
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; }
4
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; }
5
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; }
@@ -9,6 +8,7 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableTo
9
8
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
10
9
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
11
10
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
11
+ 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); }
12
12
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
13
13
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
14
14
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
@@ -17,25 +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, useState, useImperativeHandle, useRef } from 'react';
21
- import { Button, DatePicker, Divider, Dropdown, Radio, Space, Tooltip, theme } from '@oceanbase/design';
22
- import { LeftOutlined, RightOutlined, ZoomOutOutlined, SyncOutlined } from '@oceanbase/icons';
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
+ import { LeftOutlined, RightOutlined, ZoomOutOutlined, SyncOutlined, ArrowLeftOutlined, CopyOutlined, DeleteOutlined } from '@oceanbase/icons';
23
23
  import dayjs from 'dayjs';
24
- import { findIndex, isNil, noop, omit } from 'lodash';
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';
33
+ import { useLocalStorageState } from '@oceanbase/util';
34
34
  import { jsx as _jsx } from "react/jsx-runtime";
35
35
  import { jsxs as _jsxs } from "react/jsx-runtime";
36
- var prefix = getPrefix('date-ranger');
36
+ var DefaultMaxHistoryCapacity = 20;
37
37
  var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
38
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;
39
45
  var _props$selects = props.selects,
40
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,
41
47
  value = props.value,
@@ -63,6 +69,8 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
63
69
  hideSecond = _props$hideSecond === void 0 ? false : _props$hideSecond,
64
70
  _props$autoCalcRange = props.autoCalcRange,
65
71
  autoCalcRange = _props$autoCalcRange === void 0 ? false : _props$autoCalcRange,
72
+ _props$history = props.history,
73
+ historyProp = _props$history === void 0 ? false : _props$history,
66
74
  _props$onChange = props.onChange,
67
75
  onChange = _props$onChange === void 0 ? noop : _props$onChange,
68
76
  disabledDate = props.disabledDate,
@@ -116,15 +124,60 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
116
124
  _useState10 = _slicedToArray(_useState9, 2),
117
125
  backRadioFocused = _useState10[0],
118
126
  setBackRadioFocused = _useState10[1];
127
+ var _useState11 = useState(false),
128
+ _useState12 = _slicedToArray(_useState11, 2),
129
+ historyMenuVisible = _useState12[0],
130
+ setHistoryMenuVisible = _useState12[1];
119
131
  var rangeRef = useRef(null);
120
132
  var popRef = useRef(null);
121
133
  var labelRef = useRef(null);
122
134
 
123
135
  // 没有 selects 时,回退到普通 RangePicker, 当前时间选项为自定义时,应该显示 RangePicker
124
- var _useState11 = useState(rangeName !== CUSTOMIZE),
125
- _useState12 = _slicedToArray(_useState11, 2),
126
- isPlay = _useState12[0],
127
- setIsPlay = _useState12[1];
136
+ var _useState13 = useState(rangeName !== CUSTOMIZE),
137
+ _useState14 = _slicedToArray(_useState13, 2),
138
+ isPlay = _useState14[0],
139
+ setIsPlay = _useState14[1];
140
+ var history = useMemo(function () {
141
+ if (historyProp) {
142
+ return {
143
+ capacity: _typeof(historyProp) === 'object' ? historyProp.capacity : DefaultMaxHistoryCapacity
144
+ };
145
+ }
146
+ return false;
147
+ }, [historyProp]);
148
+ var localStorageKey = "".concat(prefixCls, "-date-ranger-history");
149
+ var _useLocalStorageState = useLocalStorageState(localStorageKey, {
150
+ defaultValue: [],
151
+ listenStorageChange: true
152
+ }),
153
+ _useLocalStorageState2 = _slicedToArray(_useLocalStorageState, 2),
154
+ rangeHistory = _useLocalStorageState2[0],
155
+ setRangeHistory = _useLocalStorageState2[1];
156
+ var updateRangeHistory = function updateRangeHistory(range) {
157
+ if (!range) {
158
+ return;
159
+ }
160
+ if (range.length < 2 || !history) {
161
+ return;
162
+ }
163
+ var formattedValue = [range[0].format(YEAR_DATE_TIME_SECOND_FORMAT_CN), range[1].format(YEAR_DATE_TIME_SECOND_FORMAT_CN)];
164
+ if (rangeHistory.find(function (item) {
165
+ return _isEqual(item, formattedValue);
166
+ })) {
167
+ return;
168
+ }
169
+ var updatedValue = [formattedValue].concat(_toConsumableArray(rangeHistory));
170
+ if (updatedValue.length > history.capacity) {
171
+ updatedValue.splice(0, history.capacity);
172
+ }
173
+ setRangeHistory(updatedValue);
174
+ };
175
+ var delRangeHistory = function delRangeHistory(range) {
176
+ var updatedValue = rangeHistory.filter(function (item) {
177
+ return !_isEqual(item, range);
178
+ });
179
+ setRangeHistory(updatedValue);
180
+ };
128
181
  var compare = function compare(m1, m2) {
129
182
  if (Array.isArray(m1) && !Array.isArray(m2)) return false;
130
183
  if (Array.isArray(m2) && !Array.isArray(m1)) return false;
@@ -159,6 +212,7 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
159
212
  var rangeChange = function rangeChange(range) {
160
213
  setInnerValue(range);
161
214
  onChange(range);
215
+ updateRangeHistory(range);
162
216
  };
163
217
  var datePickerChange = function datePickerChange(range) {
164
218
  rangeChange(range);
@@ -221,6 +275,9 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
221
275
  }
222
276
  return isEN ? "Nearly ".concat(differenceSeconds, " seconds") : "\u8FD1 ".concat(differenceSeconds, " \u79D2");
223
277
  };
278
+ var getHistoryTitle = function getHistoryTitle() {
279
+ return isEN ? 'History records' : '历史记录';
280
+ };
224
281
  var setNow = function setNow() {
225
282
  var selected = selects.find(function (item) {
226
283
  return item.name === rangeName;
@@ -257,7 +314,7 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
257
314
  var diffMs = e.diff(s);
258
315
  return diffMs > differenceMs;
259
316
  }) : selects[rangeNameIndex + 1];
260
- return /*#__PURE__*/_jsxs(Space, {
317
+ return wrapSSR( /*#__PURE__*/_jsxs(Space, {
261
318
  className: classNames(rest.className, _defineProperty(_defineProperty(_defineProperty({}, prefix, true), "".concat(prefix, "-show-range"), true), "".concat(prefix, "-back-radio-focused"), backRadioFocused)),
262
319
  style: rest.style,
263
320
  children: [/*#__PURE__*/_jsxs(Space, {
@@ -284,7 +341,99 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
284
341
  ref: popRef,
285
342
  className: classNames("".concat(prefix, "-dropdown-picker"), overlayClassName),
286
343
  style: overlayStyle,
287
- children: [originNode, /*#__PURE__*/_jsx(Divider, {
344
+ children: [/*#__PURE__*/_jsxs(Flex, {
345
+ vertical: true,
346
+ justify: "space-between",
347
+ children: [!historyMenuVisible && /*#__PURE__*/_jsx("div", {
348
+ className: "options",
349
+ children: originNode
350
+ }), history && historyMenuVisible && /*#__PURE__*/_jsxs("div", {
351
+ className: "history",
352
+ children: [/*#__PURE__*/_jsxs(Button, {
353
+ type: "link",
354
+ style: {
355
+ paddingLeft: 8,
356
+ color: token.colorTextBase
357
+ },
358
+ onClick: function onClick(e) {
359
+ setHistoryMenuVisible(false);
360
+ e.stopPropagation();
361
+ },
362
+ children: [/*#__PURE__*/_jsx(ArrowLeftOutlined, {
363
+ color: token.colorTextLabel
364
+ }), getHistoryTitle()]
365
+ }), /*#__PURE__*/_jsx(Menu, {
366
+ onClick: function onClick(_ref4) {
367
+ var rangeString = _ref4.key;
368
+ var vList = rangeString.split(',').map(function (v) {
369
+ return v.trim();
370
+ });
371
+ rangeChange(vList.map(function (v) {
372
+ return isMoment ? moment(v) : dayjs(v);
373
+ }));
374
+ handleNameChange(CUSTOMIZE);
375
+ },
376
+ style: {
377
+ maxHeight: 480,
378
+ overflowY: 'auto'
379
+ },
380
+ items: rangeHistory.map(function (range) {
381
+ return {
382
+ key: String(range),
383
+ label: /*#__PURE__*/_jsxs(Flex, {
384
+ className: "".concat(prefix, "-history-menu-item"),
385
+ vertical: true,
386
+ children: [/*#__PURE__*/_jsxs("span", {
387
+ children: [(isMoment ? moment(range[0]) : dayjs(range[0])).format(YEAR_DATE_TIME_SECOND_FORMAT_CN), "~"]
388
+ }), /*#__PURE__*/_jsx("span", {
389
+ children: (isMoment ? moment(range[1]) : dayjs(range[1])).format(YEAR_DATE_TIME_SECOND_FORMAT_CN)
390
+ }), /*#__PURE__*/_jsxs(Space, {
391
+ className: "".concat(prefix, "-menu-text-btn-wrapper"),
392
+ children: [/*#__PURE__*/_jsx(Button, {
393
+ className: "".concat(prefix, "-menu-text-btn"),
394
+ type: "text",
395
+ color: "default",
396
+ variant: "filled",
397
+ size: "small",
398
+ onClick: function onClick(e) {
399
+ e.stopPropagation();
400
+ var vList = range.map(function (v) {
401
+ return v;
402
+ });
403
+ var text = "".concat(vList.join('~'));
404
+ navigator.clipboard.writeText(text);
405
+ message.success(text);
406
+ },
407
+ children: /*#__PURE__*/_jsx(CopyOutlined, {})
408
+ }), /*#__PURE__*/_jsx(Button, {
409
+ className: "".concat(prefix, "-menu-text-btn"),
410
+ type: "text",
411
+ color: "default",
412
+ variant: "filled",
413
+ size: "small",
414
+ onClick: function onClick(e) {
415
+ e.stopPropagation();
416
+ delRangeHistory(range);
417
+ },
418
+ children: /*#__PURE__*/_jsx(DeleteOutlined, {})
419
+ })]
420
+ })]
421
+ }, String(range))
422
+ };
423
+ })
424
+ })]
425
+ }), history && !historyMenuVisible && /*#__PURE__*/_jsxs(Button, {
426
+ type: "link",
427
+ style: {
428
+ width: 'max-content'
429
+ },
430
+ onClick: function onClick(e) {
431
+ setHistoryMenuVisible(true);
432
+ e.stopPropagation();
433
+ },
434
+ children: [getHistoryTitle(), /*#__PURE__*/_jsx(RightOutlined, {})]
435
+ })]
436
+ }), /*#__PURE__*/_jsx(Divider, {
288
437
  type: "vertical",
289
438
  style: {
290
439
  height: 'auto',
@@ -317,9 +466,9 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
317
466
  menu: {
318
467
  selectable: true,
319
468
  defaultSelectedKeys: [rangeName],
320
- onClick: function onClick(_ref4) {
321
- var key = _ref4.key,
322
- domEvent = _ref4.domEvent;
469
+ onClick: function onClick(_ref5) {
470
+ var key = _ref5.key,
471
+ domEvent = _ref5.domEvent;
323
472
  var selected = selects.find(function (_item) {
324
473
  return _item.name === key;
325
474
  });
@@ -487,7 +636,7 @@ var Ranger = /*#__PURE__*/React.forwardRef(function (props, ref) {
487
636
  },
488
637
  icon: /*#__PURE__*/_jsx(ZoomOutOutlined, {})
489
638
  })]
490
- });
639
+ }));
491
640
  });
492
641
  export default LocaleWrapper({
493
642
  componentName: 'DateRanger',
@@ -192,7 +192,7 @@ export var THIS_WEEK = {
192
192
  export var LAST_WEEK = {
193
193
  label: '上周',
194
194
  enLabel: 'Last week',
195
- rangeLabel: 'last week',
195
+ rangeLabel: '1w',
196
196
  name: 'LAST_WEEK',
197
197
  range: function range() {
198
198
  var current = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : moment();
@@ -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: 'OK',
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;