@oceanbase/ui 1.0.0-alpha.2 → 1.0.0-alpha.20
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.
- package/dist/static/Inter-Medium.ea234620.woff2 +0 -0
- package/dist/static/Inter-Regular.34ba43c9.woff2 +0 -0
- package/dist/static/Inter-SemiBold.95439fb4.woff2 +0 -0
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +1 -1
- package/es/Action/Group.d.ts +1 -2
- package/es/Action/Group.js +340 -62
- package/es/Action/Item.d.ts +6 -15
- package/es/Action/Item.js +86 -128
- package/es/Action/index.d.ts +6 -3
- package/es/Action/index.js +1 -0
- package/es/Action/style/index.d.ts +2 -2
- package/es/Action/style/index.js +8 -4
- package/es/BackgroundTaskManager/RefreshMan.js +1 -0
- package/es/BackgroundTaskManager/index.d.ts +2 -0
- package/es/BackgroundTaskManager/index.js +26 -4
- package/es/BasicLayout/Header.js +1 -0
- package/es/BasicLayout/index.d.ts +3 -1
- package/es/BasicLayout/index.js +63 -24
- package/es/BasicLayout/locale/en-US.d.ts +3 -0
- package/es/BasicLayout/locale/en-US.js +4 -1
- package/es/BasicLayout/locale/ja-JP.d.ts +16 -0
- package/es/BasicLayout/locale/ja-JP.js +15 -0
- package/es/BasicLayout/locale/zh-CN.d.ts +3 -0
- package/es/BasicLayout/locale/zh-CN.js +4 -1
- package/es/BasicLayout/locale/zh-TW.d.ts +3 -0
- package/es/BasicLayout/locale/zh-TW.js +4 -1
- package/es/BasicLayout/style/index.js +45 -25
- package/es/BatchOperationBar/index.d.ts +0 -1
- package/es/BatchOperationBar/index.js +33 -17
- package/es/BatchOperationBar/locale/en-US.d.ts +1 -0
- package/es/BatchOperationBar/locale/en-US.js +2 -1
- package/es/BatchOperationBar/locale/ja-JP.d.ts +8 -0
- package/es/BatchOperationBar/locale/ja-JP.js +7 -0
- package/es/BatchOperationBar/locale/zh-CN.d.ts +1 -0
- package/es/BatchOperationBar/locale/zh-CN.js +2 -1
- package/es/BatchOperationBar/locale/zh-TW.d.ts +1 -0
- package/es/BatchOperationBar/locale/zh-TW.js +2 -1
- package/es/BatchOperationBar/style/index.d.ts +10 -0
- package/es/BatchOperationBar/style/index.js +56 -0
- package/es/Boundary/Components/Code.js +13 -6
- package/es/Boundary/Components/Exception.js +86 -74
- package/es/Boundary/Components/Function.js +13 -6
- package/es/Boundary/index.d.ts +0 -1
- package/es/Boundary/index.js +1 -1
- package/es/Boundary/locale/en-US.js +1 -1
- package/es/Boundary/locale/ja-JP.d.ts +11 -0
- package/es/Boundary/locale/ja-JP.js +10 -0
- package/es/Boundary/locale/zh-CN.js +1 -1
- package/es/Boundary/locale/zh-TW.js +1 -1
- package/es/Boundary/style/index.d.ts +10 -0
- package/es/Boundary/style/index.js +48 -0
- package/es/ContentWithIcon/index.d.ts +0 -1
- package/es/ContentWithIcon/index.js +30 -29
- package/es/ContentWithIcon/style/index.d.ts +10 -0
- package/es/ContentWithIcon/style/index.js +26 -0
- package/es/ContentWithQuestion/index.js +1 -0
- package/es/DateRanger/EditableDateTimeInput.d.ts +23 -0
- package/es/DateRanger/EditableDateTimeInput.js +129 -0
- package/es/DateRanger/PickerPanel.js +37 -20
- package/es/DateRanger/Ranger.d.ts +4 -2
- package/es/DateRanger/Ranger.js +71 -49
- package/es/DateRanger/hooks/index.d.ts +4 -0
- package/es/DateRanger/hooks/index.js +2 -0
- package/es/DateRanger/hooks/useAutoWidthInput.d.ts +13 -0
- package/es/DateRanger/hooks/useAutoWidthInput.js +44 -0
- package/es/DateRanger/hooks/useSegmentedInput.d.ts +31 -0
- package/es/DateRanger/hooks/useSegmentedInput.js +304 -0
- package/es/DateRanger/index.js +1 -0
- package/es/DateRanger/locale/en-US.d.ts +2 -0
- package/es/DateRanger/locale/en-US.js +3 -1
- package/es/DateRanger/locale/ja-JP.d.ts +58 -0
- package/es/DateRanger/locale/ja-JP.js +22 -0
- package/es/DateRanger/locale/zh-CN.d.ts +2 -0
- package/es/DateRanger/locale/zh-CN.js +3 -1
- package/es/DateRanger/locale/zh-TW.d.ts +2 -0
- package/es/DateRanger/locale/zh-TW.js +3 -1
- package/es/DateRanger/style/index.d.ts +10 -0
- package/es/DateRanger/style/index.js +164 -0
- package/es/Dialog/Anchor.d.ts +2 -10
- package/es/Dialog/Anchor.js +68 -96
- package/es/Dialog/EventProxy.js +1 -0
- package/es/Dialog/index.d.ts +5 -1
- package/es/Dialog/index.js +599 -576
- package/es/Dialog/locale/en-US.d.ts +5 -0
- package/es/Dialog/locale/en-US.js +6 -1
- package/es/Dialog/locale/ja-JP.d.ts +10 -0
- package/es/Dialog/locale/ja-JP.js +9 -0
- package/es/Dialog/locale/zh-CN.d.ts +5 -0
- package/es/Dialog/locale/zh-CN.js +6 -1
- package/es/Dialog/locale/zh-TW.d.ts +5 -0
- package/es/Dialog/locale/zh-TW.js +6 -1
- package/es/Dialog/style/index.d.ts +10 -0
- package/es/Dialog/style/index.js +116 -0
- package/es/DocDialog/index.js +29 -9
- package/es/DocDialog/locale/en-US.d.ts +3 -1
- package/es/DocDialog/locale/en-US.js +3 -1
- package/es/DocDialog/locale/ja-JP.d.ts +4 -0
- package/es/DocDialog/locale/ja-JP.js +3 -0
- package/es/DocDialog/locale/zh-CN.d.ts +3 -1
- package/es/DocDialog/locale/zh-CN.js +3 -1
- package/es/DocDialog/locale/zh-TW.d.ts +3 -1
- package/es/DocDialog/locale/zh-TW.js +3 -1
- package/es/FooterToolbar/index.d.ts +7 -4
- package/es/FooterToolbar/index.js +28 -11
- package/es/FooterToolbar/locale/en-US.d.ts +4 -0
- package/es/FooterToolbar/locale/en-US.js +3 -0
- package/es/FooterToolbar/locale/ja-JP.d.ts +4 -0
- package/es/FooterToolbar/locale/ja-JP.js +3 -0
- package/es/FooterToolbar/locale/zh-CN.d.ts +4 -0
- package/es/FooterToolbar/locale/zh-CN.js +3 -0
- package/es/FooterToolbar/locale/zh-TW.d.ts +4 -0
- package/es/FooterToolbar/locale/zh-TW.js +3 -0
- package/es/FooterToolbar/style/index.d.ts +0 -2
- package/es/FooterToolbar/style/index.js +10 -19
- package/es/FullscreenBox/index.d.ts +0 -1
- package/es/FullscreenBox/index.js +62 -44
- package/es/FullscreenBox/locale/en-US.d.ts +4 -1
- package/es/FullscreenBox/locale/en-US.js +4 -1
- package/es/FullscreenBox/locale/ja-JP.d.ts +5 -0
- package/es/FullscreenBox/locale/ja-JP.js +4 -0
- package/es/FullscreenBox/locale/zh-CN.d.ts +4 -1
- package/es/FullscreenBox/locale/zh-CN.js +4 -1
- package/es/FullscreenBox/locale/zh-TW.d.ts +4 -1
- package/es/FullscreenBox/locale/zh-TW.js +4 -1
- package/es/FullscreenBox/style/index.d.ts +10 -0
- package/es/FullscreenBox/style/index.js +74 -0
- package/es/Highlight/DiffView/DiffCells.js +1 -0
- package/es/Highlight/DiffView/index.d.ts +0 -1
- package/es/Highlight/DiffView/index.js +6 -5
- package/es/Highlight/HighlightCell.js +1 -0
- package/es/Highlight/JsonView.d.ts +0 -1
- package/es/Highlight/JsonView.js +6 -5
- package/es/Highlight/index.d.ts +1 -2
- package/es/Highlight/index.js +33 -25
- package/es/Highlight/locale/en-US.d.ts +2 -0
- package/es/Highlight/locale/en-US.js +3 -1
- package/es/Highlight/locale/ja-JP.d.ts +6 -0
- package/es/Highlight/locale/ja-JP.js +5 -0
- package/es/Highlight/locale/zh-CN.d.ts +2 -0
- package/es/Highlight/locale/zh-CN.js +3 -1
- package/es/Highlight/locale/zh-TW.d.ts +2 -0
- package/es/Highlight/locale/zh-TW.js +3 -1
- package/es/Highlight/style/index.d.ts +10 -0
- package/es/Highlight/style/index.js +213 -0
- package/es/Highlight/useKeyDownCopyEvent.js +1 -0
- package/es/IconFont/index.js +1 -0
- package/es/LightFilter/index.d.ts +6 -2
- package/es/LightFilter/index.js +25 -8
- package/es/LightFilter/locale/en-US.d.ts +4 -0
- package/es/LightFilter/locale/en-US.js +3 -0
- package/es/LightFilter/locale/ja-JP.d.ts +4 -0
- package/es/LightFilter/locale/ja-JP.js +3 -0
- package/es/LightFilter/locale/zh-CN.d.ts +4 -0
- package/es/LightFilter/locale/zh-CN.js +3 -0
- package/es/LightFilter/locale/zh-TW.d.ts +4 -0
- package/es/LightFilter/locale/zh-TW.js +3 -0
- package/es/LocaleDropdown/index.js +5 -2
- package/es/Login/ActivateForm.d.ts +0 -1
- package/es/Login/ActivateForm.js +13 -9
- package/es/Login/LoginForm.d.ts +0 -1
- package/es/Login/LoginForm.js +21 -15
- package/es/Login/RegisterForm.d.ts +0 -1
- package/es/Login/RegisterForm.js +15 -11
- package/es/Login/index.d.ts +0 -1
- package/es/Login/index.js +25 -22
- package/es/Login/locale/ja-JP.d.ts +28 -0
- package/es/Login/locale/ja-JP.js +27 -0
- package/es/Login/locale/zh-CN.js +2 -2
- package/es/Login/style/index.d.ts +10 -0
- package/es/Login/style/index.js +182 -0
- package/es/Lottie/index.js +1 -0
- package/es/NavMenu/index.d.ts +5 -3
- package/es/NavMenu/index.js +39 -13
- package/es/NavMenu/locale/en-US.d.ts +4 -0
- package/es/NavMenu/locale/en-US.js +3 -0
- package/es/NavMenu/locale/ja-JP.d.ts +4 -0
- package/es/NavMenu/locale/ja-JP.js +3 -0
- package/es/NavMenu/locale/zh-CN.d.ts +4 -0
- package/es/NavMenu/locale/zh-CN.js +3 -0
- package/es/NavMenu/locale/zh-TW.d.ts +4 -0
- package/es/NavMenu/locale/zh-TW.js +3 -0
- package/es/NavMenu/style/index.d.ts +10 -0
- package/es/NavMenu/style/index.js +47 -0
- package/es/PageContainer/ItemRender.js +1 -0
- package/es/PageContainer/index.d.ts +2 -0
- package/es/PageContainer/index.js +124 -30
- package/es/PageContainer/locale/en-US.d.ts +1 -0
- package/es/PageContainer/locale/en-US.js +2 -1
- package/es/PageContainer/locale/ja-JP.d.ts +5 -0
- package/es/PageContainer/locale/ja-JP.js +4 -0
- package/es/PageContainer/locale/zh-CN.d.ts +1 -0
- package/es/PageContainer/locale/zh-CN.js +2 -1
- package/es/PageContainer/locale/zh-TW.d.ts +1 -0
- package/es/PageContainer/locale/zh-TW.js +2 -1
- package/es/PageContainer/style/index.js +42 -13
- package/es/PageLoading/index.js +1 -0
- package/es/Password/Content.d.ts +2 -0
- package/es/Password/Content.js +12 -3
- package/es/Password/index.d.ts +1 -0
- package/es/Password/index.js +19 -14
- package/es/Password/locale/en-US.d.ts +1 -0
- package/es/Password/locale/en-US.js +2 -1
- package/es/Password/locale/ja-JP.d.ts +14 -0
- package/es/Password/locale/ja-JP.js +13 -0
- package/es/Password/locale/zh-CN.d.ts +1 -0
- package/es/Password/locale/zh-CN.js +1 -0
- package/es/Password/locale/zh-TW.d.ts +1 -0
- package/es/Password/locale/zh-TW.js +2 -1
- package/es/ProCard/index.js +1 -0
- package/es/ProCard/style/index.d.ts +2 -2
- package/es/ProCard/style/index.js +12 -6
- package/es/ProTable/index.js +10 -2
- package/es/ProTable/style/index.d.ts +2 -2
- package/es/ProTable/style/index.js +10 -5
- package/es/Ranger/QuickPicker.js +9 -4
- package/es/Ranger/Ranger.d.ts +0 -1
- package/es/Ranger/Ranger.js +13 -9
- package/es/Ranger/index.js +1 -0
- package/es/Ranger/locale/ja-JP.d.ts +28 -0
- package/es/Ranger/locale/ja-JP.js +29 -0
- package/es/Ranger/style/index.d.ts +10 -0
- package/es/Ranger/style/index.js +44 -0
- package/es/SideTip/Dragger.js +3 -1
- package/es/SideTip/IconLoading.js +1 -0
- package/es/SideTip/index.d.ts +0 -1
- package/es/SideTip/index.js +62 -29
- package/es/SideTip/locale/en-US.d.ts +4 -1
- package/es/SideTip/locale/en-US.js +4 -1
- package/es/SideTip/locale/ja-JP.d.ts +5 -0
- package/es/SideTip/locale/ja-JP.js +4 -0
- package/es/SideTip/locale/zh-CN.d.ts +4 -1
- package/es/SideTip/locale/zh-CN.js +4 -1
- package/es/SideTip/locale/zh-TW.d.ts +4 -1
- package/es/SideTip/locale/zh-TW.js +4 -1
- package/es/SideTip/style/index.d.ts +10 -0
- package/es/SideTip/style/index.js +171 -0
- package/es/TagSelect/Group.d.ts +6 -6
- package/es/TagSelect/Group.js +11 -4
- package/es/TagSelect/Item.js +8 -4
- package/es/TagSelect/index.js +1 -0
- package/es/TreeSearch/index.js +1 -0
- package/es/Welcome/index.d.ts +0 -1
- package/es/Welcome/index.js +31 -26
- package/es/Welcome/locale/ja-JP.d.ts +5 -0
- package/es/Welcome/locale/ja-JP.js +4 -0
- package/es/Welcome/step/style/index.d.ts +10 -0
- package/es/Welcome/step/style/index.js +44 -0
- package/es/Welcome/step.d.ts +0 -1
- package/es/Welcome/step.js +18 -14
- package/es/Welcome/style/index.d.ts +10 -0
- package/es/Welcome/style/index.js +141 -0
- package/es/_util/genComponentStyleHook.d.ts +4 -3
- package/es/_util/genComponentStyleHook.js +1 -1
- package/es/_util/index.js +6 -0
- package/es/assets/logo/oceanbase_logo.svg +45 -29
- package/es/assets/logo/oceanbase_logo_dark.svg +45 -29
- package/es/assets/logo/oceanbase_watermark.svg +45 -31
- package/es/constant/index.js +1 -0
- package/es/index.d.ts +0 -5
- package/es/index.js +1 -3
- package/es/locale/LocaleWrapper.js +1 -0
- package/es/locale/en-US.js +6 -4
- package/es/locale/index.js +1 -0
- package/es/locale/ja-JP.d.ts +3 -0
- package/es/locale/ja-JP.js +44 -0
- package/es/locale/zh-CN.js +6 -4
- package/es/locale/zh-TW.js +6 -4
- package/lib/Action/Group.d.ts +1 -2
- package/lib/Action/Group.js +354 -121
- package/lib/Action/Item.d.ts +6 -15
- package/lib/Action/Item.js +81 -110
- package/lib/Action/index.d.ts +6 -3
- package/lib/Action/index.js +13 -36
- package/lib/Action/style/index.d.ts +2 -2
- package/lib/Action/style/index.js +38 -41
- package/lib/BackgroundTaskManager/RefreshMan.js +34 -60
- package/lib/BackgroundTaskManager/constants.js +10 -32
- package/lib/BackgroundTaskManager/index.d.ts +2 -0
- package/lib/BackgroundTaskManager/index.js +137 -135
- package/lib/BasicLayout/Header.js +238 -138
- package/lib/BasicLayout/index.d.ts +3 -1
- package/lib/BasicLayout/index.js +306 -292
- package/lib/BasicLayout/locale/en-US.d.ts +3 -0
- package/lib/BasicLayout/locale/en-US.js +19 -34
- package/lib/BasicLayout/locale/ja-JP.d.ts +16 -0
- package/lib/BasicLayout/locale/ja-JP.js +21 -0
- package/lib/BasicLayout/locale/zh-CN.d.ts +3 -0
- package/lib/BasicLayout/locale/zh-CN.js +19 -34
- package/lib/BasicLayout/locale/zh-TW.d.ts +3 -0
- package/lib/BasicLayout/locale/zh-TW.js +19 -34
- package/lib/BasicLayout/style/Header.js +41 -60
- package/lib/BasicLayout/style/index.js +201 -204
- package/lib/BatchOperationBar/index.d.ts +0 -1
- package/lib/BatchOperationBar/index.js +119 -132
- package/lib/BatchOperationBar/locale/en-US.d.ts +1 -0
- package/lib/BatchOperationBar/locale/en-US.js +11 -28
- package/lib/BatchOperationBar/locale/ja-JP.d.ts +8 -0
- package/lib/BatchOperationBar/locale/ja-JP.js +13 -0
- package/lib/BatchOperationBar/locale/zh-CN.d.ts +1 -0
- package/lib/BatchOperationBar/locale/zh-CN.js +11 -28
- package/lib/BatchOperationBar/locale/zh-TW.d.ts +1 -0
- package/lib/BatchOperationBar/locale/zh-TW.js +11 -28
- package/lib/BatchOperationBar/style/index.d.ts +10 -0
- package/lib/BatchOperationBar/style/index.js +71 -0
- package/lib/Boundary/Components/Code.js +57 -64
- package/lib/Boundary/Components/Exception.js +117 -117
- package/lib/Boundary/Components/Function.js +47 -51
- package/lib/Boundary/Components/index.js +36 -25
- package/lib/Boundary/IBoundary.js +4 -16
- package/lib/Boundary/constant.js +16 -38
- package/lib/Boundary/index.d.ts +0 -1
- package/lib/Boundary/index.js +11 -26
- package/lib/Boundary/locale/en-US.js +14 -32
- package/lib/Boundary/locale/ja-JP.d.ts +11 -0
- package/lib/Boundary/locale/ja-JP.js +16 -0
- package/lib/Boundary/locale/zh-CN.js +14 -32
- package/lib/Boundary/locale/zh-TW.js +14 -32
- package/lib/Boundary/style/index.d.ts +10 -0
- package/lib/Boundary/style/index.js +57 -0
- package/lib/Boundary/utils.js +9 -31
- package/lib/ContentWithIcon/index.d.ts +0 -1
- package/lib/ContentWithIcon/index.js +99 -102
- package/lib/ContentWithIcon/style/index.d.ts +10 -0
- package/lib/ContentWithIcon/style/index.js +38 -0
- package/lib/ContentWithQuestion/index.js +40 -48
- package/lib/ContentWithQuestion/style/index.js +16 -35
- package/lib/DateRanger/EditableDateTimeInput.d.ts +23 -0
- package/lib/DateRanger/EditableDateTimeInput.js +131 -0
- package/lib/DateRanger/PickerPanel.js +341 -294
- package/lib/DateRanger/Ranger.d.ts +4 -2
- package/lib/DateRanger/Ranger.js +376 -405
- package/lib/DateRanger/constant/index.js +188 -376
- package/lib/DateRanger/hooks/index.d.ts +4 -0
- package/lib/DateRanger/hooks/index.js +19 -0
- package/lib/DateRanger/hooks/useAutoWidthInput.d.ts +13 -0
- package/lib/DateRanger/hooks/useAutoWidthInput.js +37 -0
- package/lib/DateRanger/hooks/useSegmentedInput.d.ts +31 -0
- package/lib/DateRanger/hooks/useSegmentedInput.js +233 -0
- package/lib/DateRanger/index.js +45 -65
- package/lib/DateRanger/locale/en-US.d.ts +2 -0
- package/lib/DateRanger/locale/en-US.js +22 -47
- package/lib/DateRanger/locale/ja-JP.d.ts +58 -0
- package/lib/DateRanger/locale/ja-JP.js +24 -0
- package/lib/DateRanger/locale/zh-CN.d.ts +2 -0
- package/lib/DateRanger/locale/zh-CN.js +22 -47
- package/lib/DateRanger/locale/zh-TW.d.ts +2 -0
- package/lib/DateRanger/locale/zh-TW.js +22 -47
- package/lib/DateRanger/style/index.d.ts +10 -0
- package/lib/DateRanger/style/index.js +224 -0
- package/lib/DateRanger/typing.js +4 -16
- package/lib/Dialog/Anchor.d.ts +2 -10
- package/lib/Dialog/Anchor.js +80 -105
- package/lib/Dialog/Dock.js +14 -36
- package/lib/Dialog/EventProxy.js +21 -49
- package/lib/Dialog/index.d.ts +5 -1
- package/lib/Dialog/index.js +581 -519
- package/lib/Dialog/locale/en-US.d.ts +5 -0
- package/lib/Dialog/locale/en-US.js +13 -26
- package/lib/Dialog/locale/ja-JP.d.ts +10 -0
- package/lib/Dialog/locale/ja-JP.js +15 -0
- package/lib/Dialog/locale/zh-CN.d.ts +5 -0
- package/lib/Dialog/locale/zh-CN.js +13 -26
- package/lib/Dialog/locale/zh-TW.d.ts +5 -0
- package/lib/Dialog/locale/zh-TW.js +13 -26
- package/lib/Dialog/style/index.d.ts +10 -0
- package/lib/Dialog/style/index.js +137 -0
- package/lib/DocDialog/index.js +69 -81
- package/lib/DocDialog/locale/en-US.d.ts +3 -1
- package/lib/DocDialog/locale/en-US.js +7 -23
- package/lib/DocDialog/locale/ja-JP.d.ts +4 -0
- package/lib/DocDialog/locale/ja-JP.js +9 -0
- package/lib/DocDialog/locale/zh-CN.d.ts +3 -1
- package/lib/DocDialog/locale/zh-CN.js +7 -23
- package/lib/DocDialog/locale/zh-TW.d.ts +3 -1
- package/lib/DocDialog/locale/zh-TW.js +7 -23
- package/lib/FooterToolbar/index.d.ts +7 -4
- package/lib/FooterToolbar/index.js +48 -50
- package/lib/FooterToolbar/locale/en-US.d.ts +4 -0
- package/lib/FooterToolbar/locale/en-US.js +9 -0
- package/lib/FooterToolbar/locale/ja-JP.d.ts +4 -0
- package/lib/FooterToolbar/locale/ja-JP.js +9 -0
- package/lib/FooterToolbar/locale/zh-CN.d.ts +4 -0
- package/lib/FooterToolbar/locale/zh-CN.js +9 -0
- package/lib/FooterToolbar/locale/zh-TW.d.ts +4 -0
- package/lib/FooterToolbar/locale/zh-TW.js +9 -0
- package/lib/FooterToolbar/style/index.d.ts +0 -2
- package/lib/FooterToolbar/style/index.js +25 -54
- package/lib/FullscreenBox/index.d.ts +0 -1
- package/lib/FullscreenBox/index.js +159 -121
- package/lib/FullscreenBox/locale/en-US.d.ts +4 -1
- package/lib/FullscreenBox/locale/en-US.js +8 -23
- package/lib/FullscreenBox/locale/ja-JP.d.ts +5 -0
- package/lib/FullscreenBox/locale/ja-JP.js +10 -0
- package/lib/FullscreenBox/locale/zh-CN.d.ts +4 -1
- package/lib/FullscreenBox/locale/zh-CN.js +8 -23
- package/lib/FullscreenBox/locale/zh-TW.d.ts +4 -1
- package/lib/FullscreenBox/locale/zh-TW.js +8 -23
- package/lib/FullscreenBox/style/index.d.ts +10 -0
- package/lib/FullscreenBox/style/index.js +90 -0
- package/lib/Highlight/DiffView/DiffCells.js +35 -49
- package/lib/Highlight/DiffView/index.d.ts +0 -1
- package/lib/Highlight/DiffView/index.js +154 -149
- package/lib/Highlight/HighlightCell.js +29 -46
- package/lib/Highlight/JsonView.d.ts +0 -1
- package/lib/Highlight/JsonView.js +45 -74
- package/lib/Highlight/index.d.ts +1 -2
- package/lib/Highlight/index.js +204 -204
- package/lib/Highlight/languages/bash.js +7 -34
- package/lib/Highlight/languages/cpp.js +7 -34
- package/lib/Highlight/languages/css.js +7 -34
- package/lib/Highlight/languages/dockerfile.js +7 -34
- package/lib/Highlight/languages/go.js +7 -34
- package/lib/Highlight/languages/groovy.js +7 -34
- package/lib/Highlight/languages/http.js +7 -34
- package/lib/Highlight/languages/java.js +7 -34
- package/lib/Highlight/languages/javascript.js +7 -34
- package/lib/Highlight/languages/json.js +7 -34
- package/lib/Highlight/languages/markdown.js +7 -34
- package/lib/Highlight/languages/nginx.js +7 -34
- package/lib/Highlight/languages/python.js +7 -34
- package/lib/Highlight/languages/ruby.js +7 -34
- package/lib/Highlight/languages/solidity.js +7 -34
- package/lib/Highlight/languages/sql.js +7 -34
- package/lib/Highlight/languages/typescript.js +7 -34
- package/lib/Highlight/languages/xml.js +7 -34
- package/lib/Highlight/languages/yaml.js +7 -34
- package/lib/Highlight/locale/en-US.d.ts +2 -0
- package/lib/Highlight/locale/en-US.js +9 -25
- package/lib/Highlight/locale/ja-JP.d.ts +6 -0
- package/lib/Highlight/locale/ja-JP.js +11 -0
- package/lib/Highlight/locale/zh-CN.d.ts +2 -0
- package/lib/Highlight/locale/zh-CN.js +9 -25
- package/lib/Highlight/locale/zh-TW.d.ts +2 -0
- package/lib/Highlight/locale/zh-TW.js +9 -25
- package/lib/Highlight/style/index.d.ts +10 -0
- package/lib/Highlight/style/index.js +277 -0
- package/lib/Highlight/useKeyDownCopyEvent.js +40 -65
- package/lib/IconFont/index.js +23 -39
- package/lib/LightFilter/index.d.ts +6 -2
- package/lib/LightFilter/index.js +46 -43
- package/lib/LightFilter/locale/en-US.d.ts +4 -0
- package/lib/LightFilter/locale/en-US.js +9 -0
- package/lib/LightFilter/locale/ja-JP.d.ts +4 -0
- package/lib/LightFilter/locale/ja-JP.js +9 -0
- package/lib/LightFilter/locale/zh-CN.d.ts +4 -0
- package/lib/LightFilter/locale/zh-CN.js +9 -0
- package/lib/LightFilter/locale/zh-TW.d.ts +4 -0
- package/lib/LightFilter/locale/zh-TW.js +9 -0
- package/lib/LightFilter/style/index.js +15 -33
- package/lib/LocaleDropdown/index.js +44 -61
- package/lib/Login/ActivateForm.d.ts +0 -1
- package/lib/Login/ActivateForm.js +93 -119
- package/lib/Login/LoginForm.d.ts +0 -1
- package/lib/Login/LoginForm.js +135 -150
- package/lib/Login/RegisterForm.d.ts +0 -1
- package/lib/Login/RegisterForm.js +122 -163
- package/lib/Login/index.d.ts +0 -1
- package/lib/Login/index.js +156 -132
- package/lib/Login/locale/en-US.js +31 -49
- package/lib/Login/locale/ja-JP.d.ts +28 -0
- package/lib/Login/locale/ja-JP.js +33 -0
- package/lib/Login/locale/zh-CN.js +31 -49
- package/lib/Login/locale/zh-TW.js +30 -48
- package/lib/Login/style/index.d.ts +10 -0
- package/lib/Login/style/index.js +246 -0
- package/lib/Lottie/index.js +7 -25
- package/lib/NavMenu/index.d.ts +5 -3
- package/lib/NavMenu/index.js +118 -103
- package/lib/NavMenu/locale/en-US.d.ts +4 -0
- package/lib/NavMenu/locale/en-US.js +9 -0
- package/lib/NavMenu/locale/ja-JP.d.ts +4 -0
- package/lib/NavMenu/locale/ja-JP.js +9 -0
- package/lib/NavMenu/locale/zh-CN.d.ts +4 -0
- package/lib/NavMenu/locale/zh-CN.js +9 -0
- package/lib/NavMenu/locale/zh-TW.d.ts +4 -0
- package/lib/NavMenu/locale/zh-TW.js +9 -0
- package/lib/NavMenu/style/index.d.ts +10 -0
- package/lib/NavMenu/style/index.js +60 -0
- package/lib/PageContainer/ItemRender.js +27 -46
- package/lib/PageContainer/index.d.ts +2 -0
- package/lib/PageContainer/index.js +167 -97
- package/lib/PageContainer/locale/en-US.d.ts +1 -0
- package/lib/PageContainer/locale/en-US.js +8 -25
- package/lib/PageContainer/locale/ja-JP.d.ts +5 -0
- package/lib/PageContainer/locale/ja-JP.js +10 -0
- package/lib/PageContainer/locale/zh-CN.d.ts +1 -0
- package/lib/PageContainer/locale/zh-CN.js +8 -25
- package/lib/PageContainer/locale/zh-TW.d.ts +1 -0
- package/lib/PageContainer/locale/zh-TW.js +8 -25
- package/lib/PageContainer/style/index.js +69 -45
- package/lib/PageLoading/index.js +32 -64
- package/lib/Password/Content.d.ts +2 -0
- package/lib/Password/Content.js +99 -84
- package/lib/Password/index.d.ts +1 -0
- package/lib/Password/index.js +127 -141
- package/lib/Password/locale/en-US.d.ts +1 -0
- package/lib/Password/locale/en-US.js +15 -32
- package/lib/Password/locale/ja-JP.d.ts +14 -0
- package/lib/Password/locale/ja-JP.js +19 -0
- package/lib/Password/locale/zh-CN.d.ts +1 -0
- package/lib/Password/locale/zh-CN.js +16 -33
- package/lib/Password/locale/zh-TW.d.ts +1 -0
- package/lib/Password/locale/zh-TW.js +15 -32
- package/lib/ProCard/index.js +77 -98
- package/lib/ProCard/style/index.d.ts +2 -2
- package/lib/ProCard/style/index.js +32 -38
- package/lib/ProTable/index.js +102 -122
- package/lib/ProTable/style/index.d.ts +2 -2
- package/lib/ProTable/style/index.js +29 -37
- package/lib/Ranger/QuickPicker.js +91 -83
- package/lib/Ranger/Ranger.d.ts +0 -1
- package/lib/Ranger/Ranger.js +98 -128
- package/lib/Ranger/constant/index.js +115 -266
- package/lib/Ranger/index.js +61 -70
- package/lib/Ranger/locale/en-US.js +31 -49
- package/lib/Ranger/locale/ja-JP.d.ts +28 -0
- package/lib/Ranger/locale/ja-JP.js +35 -0
- package/lib/Ranger/locale/zh-CN.js +7 -25
- package/lib/Ranger/locale/zh-TW.js +7 -25
- package/lib/Ranger/style/index.d.ts +10 -0
- package/lib/Ranger/style/index.js +64 -0
- package/lib/Ranger/typing.js +4 -16
- package/lib/SideTip/Dragger.js +259 -219
- package/lib/SideTip/IconLoading.js +43 -75
- package/lib/SideTip/index.d.ts +0 -1
- package/lib/SideTip/index.js +160 -116
- package/lib/SideTip/locale/en-US.d.ts +4 -1
- package/lib/SideTip/locale/en-US.js +8 -23
- package/lib/SideTip/locale/ja-JP.d.ts +5 -0
- package/lib/SideTip/locale/ja-JP.js +10 -0
- package/lib/SideTip/locale/zh-CN.d.ts +4 -1
- package/lib/SideTip/locale/zh-CN.js +8 -23
- package/lib/SideTip/locale/zh-TW.d.ts +4 -1
- package/lib/SideTip/locale/zh-TW.js +8 -23
- package/lib/SideTip/style/index.d.ts +10 -0
- package/lib/SideTip/style/index.js +204 -0
- package/lib/SideTip/utils.js +40 -61
- package/lib/TagSelect/Group.d.ts +6 -6
- package/lib/TagSelect/Group.js +68 -79
- package/lib/TagSelect/Item.js +67 -86
- package/lib/TagSelect/TagSelectContext.js +7 -25
- package/lib/TagSelect/index.js +12 -36
- package/lib/TagSelect/style/index.js +41 -64
- package/lib/TreeSearch/index.js +133 -132
- package/lib/TreeSearch/util.js +52 -70
- package/lib/Welcome/index.d.ts +0 -1
- package/lib/Welcome/index.js +140 -84
- package/lib/Welcome/locale/en-US.js +8 -26
- package/lib/Welcome/locale/ja-JP.d.ts +5 -0
- package/lib/Welcome/locale/ja-JP.js +10 -0
- package/lib/Welcome/locale/zh-CN.js +8 -26
- package/lib/Welcome/locale/zh-TW.js +8 -26
- package/lib/Welcome/step/style/index.d.ts +10 -0
- package/lib/Welcome/step/style/index.js +58 -0
- package/lib/Welcome/step.d.ts +0 -1
- package/lib/Welcome/step.js +63 -49
- package/lib/Welcome/style/index.d.ts +10 -0
- package/lib/Welcome/style/index.js +176 -0
- package/lib/_util/genComponentStyleHook.d.ts +4 -3
- package/lib/_util/genComponentStyleHook.js +15 -43
- package/lib/_util/index.js +43 -44
- package/lib/_util/useNavigate.js +11 -26
- package/lib/assets/logo/oceanbase_logo.svg +45 -29
- package/lib/assets/logo/oceanbase_logo_dark.svg +45 -29
- package/lib/assets/logo/oceanbase_watermark.svg +45 -31
- package/lib/constant/index.js +23 -50
- package/lib/index.d.ts +0 -5
- package/lib/index.js +282 -136
- package/lib/interface.js +4 -16
- package/lib/locale/LocaleWrapper.js +52 -62
- package/lib/locale/en-US.js +43 -68
- package/lib/locale/index.js +5 -17
- package/lib/locale/ja-JP.d.ts +3 -0
- package/lib/locale/ja-JP.js +46 -0
- package/lib/locale/zh-CN.js +42 -67
- package/lib/locale/zh-TW.js +38 -63
- package/package.json +9 -12
- package/dist/static/Inter.f6bcdfb6.woff2 +0 -0
- package/es/BatchOperationBar/index.less +0 -46
- package/es/BatchOperationBar/index.less.d.ts +0 -15
- package/es/Boundary/index.less +0 -36
- package/es/ContentWithIcon/index.less +0 -21
- package/es/DateRanger/index.less +0 -180
- package/es/Dialog/index.less +0 -116
- package/es/FullscreenBox/index.less +0 -49
- package/es/GraphToolbar/index.d.ts +0 -26
- package/es/GraphToolbar/index.js +0 -146
- package/es/GraphToolbar/index.less +0 -65
- package/es/GraphToolbar/locale/en-US.d.ts +0 -9
- package/es/GraphToolbar/locale/en-US.js +0 -8
- package/es/GraphToolbar/locale/zh-CN.d.ts +0 -9
- package/es/GraphToolbar/locale/zh-CN.js +0 -8
- package/es/GraphToolbar/locale/zh-TW.d.ts +0 -9
- package/es/GraphToolbar/locale/zh-TW.js +0 -8
- package/es/Highlight/index.less +0 -381
- package/es/Login/index.less +0 -268
- package/es/NavMenu/index.less +0 -50
- package/es/Ranger/index.less +0 -57
- package/es/SideTip/index.less +0 -180
- package/es/TaskGraph/Graph.d.ts +0 -24
- package/es/TaskGraph/Graph.js +0 -271
- package/es/TaskGraph/graph.less +0 -23
- package/es/TaskGraph/index.d.ts +0 -16
- package/es/TaskGraph/index.js +0 -178
- package/es/TaskGraph/index.less +0 -117
- package/es/TaskGraph/locale/en-US.d.ts +0 -13
- package/es/TaskGraph/locale/en-US.js +0 -12
- package/es/TaskGraph/locale/zh-CN.d.ts +0 -13
- package/es/TaskGraph/locale/zh-CN.js +0 -12
- package/es/TaskGraph/locale/zh-TW.d.ts +0 -13
- package/es/TaskGraph/locale/zh-TW.js +0 -12
- package/es/TaskGraph/register.d.ts +0 -7
- package/es/TaskGraph/register.js +0 -200
- package/es/Welcome/index.less +0 -185
- package/es/index.less +0 -1
- package/es/variable.less +0 -54
- package/lib/BatchOperationBar/index.less +0 -46
- package/lib/BatchOperationBar/index.less.d.ts +0 -15
- package/lib/Boundary/index.less +0 -36
- package/lib/ContentWithIcon/index.less +0 -21
- package/lib/DateRanger/index.less +0 -180
- package/lib/Dialog/index.less +0 -116
- package/lib/FullscreenBox/index.less +0 -49
- package/lib/GraphToolbar/index.d.ts +0 -26
- package/lib/GraphToolbar/index.js +0 -154
- package/lib/GraphToolbar/index.less +0 -65
- package/lib/GraphToolbar/locale/en-US.d.ts +0 -9
- package/lib/GraphToolbar/locale/en-US.js +0 -32
- package/lib/GraphToolbar/locale/zh-CN.d.ts +0 -9
- package/lib/GraphToolbar/locale/zh-CN.js +0 -32
- package/lib/GraphToolbar/locale/zh-TW.d.ts +0 -9
- package/lib/GraphToolbar/locale/zh-TW.js +0 -32
- package/lib/Highlight/index.less +0 -381
- package/lib/Login/index.less +0 -268
- package/lib/NavMenu/index.less +0 -50
- package/lib/Ranger/index.less +0 -57
- package/lib/SideTip/index.less +0 -180
- package/lib/TaskGraph/Graph.d.ts +0 -24
- package/lib/TaskGraph/Graph.js +0 -261
- package/lib/TaskGraph/graph.less +0 -23
- package/lib/TaskGraph/index.d.ts +0 -16
- package/lib/TaskGraph/index.js +0 -164
- package/lib/TaskGraph/index.less +0 -117
- package/lib/TaskGraph/locale/en-US.d.ts +0 -13
- package/lib/TaskGraph/locale/en-US.js +0 -36
- package/lib/TaskGraph/locale/zh-CN.d.ts +0 -13
- package/lib/TaskGraph/locale/zh-CN.js +0 -36
- package/lib/TaskGraph/locale/zh-TW.d.ts +0 -13
- package/lib/TaskGraph/locale/zh-TW.js +0 -36
- package/lib/TaskGraph/register.d.ts +0 -7
- package/lib/TaskGraph/register.js +0 -205
- package/lib/Welcome/index.less +0 -185
- package/lib/index.less +0 -1
- package/lib/variable.less +0 -54
package/es/locale/zh-TW.js
CHANGED
|
@@ -9,14 +9,15 @@ import BasicLayout from "../BasicLayout/locale/zh-TW";
|
|
|
9
9
|
import BatchOperationBar from "../BatchOperationBar/locale/zh-TW";
|
|
10
10
|
import Dialog from "../Dialog/locale/zh-TW";
|
|
11
11
|
import DocDialog from "../DocDialog/locale/zh-TW";
|
|
12
|
-
import
|
|
12
|
+
import FooterToolbar from "../FooterToolbar/locale/zh-TW";
|
|
13
13
|
import Highlight from "../Highlight/locale/zh-TW";
|
|
14
|
+
import LightFilter from "../LightFilter/locale/zh-TW";
|
|
15
|
+
import NavMenu from "../NavMenu/locale/zh-TW";
|
|
14
16
|
import Login from "../Login/locale/zh-TW";
|
|
15
17
|
import PageContainer from "../PageContainer/locale/zh-TW";
|
|
16
18
|
import { default as Boundary, default as Password } from "../Password/locale/zh-TW";
|
|
17
19
|
import Ranger from "../Ranger/locale/zh-TW";
|
|
18
20
|
import DateRanger from "../DateRanger/locale/zh-TW";
|
|
19
|
-
import TaskGraph from "../TaskGraph/locale/zh-TW";
|
|
20
21
|
import Welcome from "../Welcome/locale/zh-TW";
|
|
21
22
|
export default _objectSpread(_objectSpread({}, zhTW), {}, {
|
|
22
23
|
// 业务组件
|
|
@@ -24,14 +25,15 @@ export default _objectSpread(_objectSpread({}, zhTW), {}, {
|
|
|
24
25
|
PageContainer: PageContainer,
|
|
25
26
|
Login: Login,
|
|
26
27
|
Welcome: Welcome,
|
|
27
|
-
GraphToolbar: GraphToolbar,
|
|
28
|
-
TaskGraph: TaskGraph,
|
|
29
28
|
Ranger: Ranger,
|
|
30
29
|
Password: Password,
|
|
31
30
|
Boundary: Boundary,
|
|
32
31
|
Dialog: Dialog,
|
|
33
32
|
Highlight: Highlight,
|
|
34
33
|
DocDialog: DocDialog,
|
|
34
|
+
FooterToolbar: FooterToolbar,
|
|
35
|
+
LightFilter: LightFilter,
|
|
36
|
+
NavMenu: NavMenu,
|
|
35
37
|
BatchOperationBar: BatchOperationBar,
|
|
36
38
|
DateRanger: DateRanger
|
|
37
39
|
});
|
package/lib/Action/Group.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ButtonSize } from '@oceanbase/design/es/button';
|
|
3
|
-
import type { BaseProps } from './Item';
|
|
4
3
|
export interface GroupProps {
|
|
5
4
|
prefixCls?: string;
|
|
6
5
|
size?: number;
|
|
7
6
|
dropDownPlacement?: 'topLeft' | 'topCenter' | 'topRight' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
|
|
8
|
-
children: React.
|
|
7
|
+
children: React.ReactNode;
|
|
9
8
|
shouldVisible?: (key: string) => boolean;
|
|
10
9
|
shouldDisabled?: (key: string) => boolean;
|
|
11
10
|
enableLoading?: boolean;
|
package/lib/Action/Group.js
CHANGED
|
@@ -1,46 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
-
mod
|
|
26
|
-
));
|
|
27
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
|
|
29
|
-
// src/Action/Group.tsx
|
|
30
|
-
var Group_exports = {};
|
|
31
|
-
__export(Group_exports, {
|
|
32
|
-
default: () => Group_default
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
33
5
|
});
|
|
34
|
-
|
|
35
|
-
var
|
|
36
|
-
var
|
|
37
|
-
var
|
|
38
|
-
var
|
|
39
|
-
var
|
|
40
|
-
var
|
|
41
|
-
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _design = require("@oceanbase/design");
|
|
9
|
+
var _icons = require("@oceanbase/icons");
|
|
10
|
+
var _lodash = require("lodash");
|
|
11
|
+
var _style = _interopRequireDefault(require("./style"));
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
|
+
const getOrder = ({
|
|
17
|
+
type,
|
|
18
|
+
fixed
|
|
19
|
+
}) => {
|
|
20
|
+
const ORDER_SET = {
|
|
21
|
+
primary: 3,
|
|
22
|
+
fixed: 2,
|
|
23
|
+
default: 0
|
|
24
|
+
};
|
|
42
25
|
let order = ORDER_SET.default;
|
|
43
|
-
if (type ===
|
|
26
|
+
if (type === 'primary') {
|
|
44
27
|
order += ORDER_SET.primary;
|
|
45
28
|
}
|
|
46
29
|
if (fixed) {
|
|
@@ -48,7 +31,189 @@ var getOrder = ({ type, fixed }) => {
|
|
|
48
31
|
}
|
|
49
32
|
return order;
|
|
50
33
|
};
|
|
51
|
-
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* 判断是否是 Action 组件(Action.Button 或 Action.Link)
|
|
37
|
+
*/
|
|
38
|
+
const getActionDisplayName = element => element.type?.__DISPLAY_NAME;
|
|
39
|
+
const isActionComponent = element => {
|
|
40
|
+
const name = getActionDisplayName(element);
|
|
41
|
+
return name === 'button' || name === 'link';
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
/** 不向内部查找 Action:与操作列同级的 Modal/Drawer 等应整体忽略 */
|
|
45
|
+
const isOpaqueToActionSearch = element => {
|
|
46
|
+
const t = element.type;
|
|
47
|
+
return t === _design.Modal || t === _design.Drawer;
|
|
48
|
+
};
|
|
49
|
+
const REACT_HOOKS_IN_SOURCE = /\buse(?:State|Effect|Reducer|Ref|Context|Memo|Callback|LayoutEffect|ImperativeHandle|DeferredValue|SyncExternalStore|Insertion|Id)\b/;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* 粗略判断函数组件是否可能使用 Hooks。含 Hooks 的不能在 Group 渲染阶段同步调用,需按「函数子树」整体参与折叠。
|
|
53
|
+
*/
|
|
54
|
+
const isLikelyUsingReactHooks = fn => REACT_HOOKS_IN_SOURCE.test(Function.prototype.toString.call(fn));
|
|
55
|
+
const isClassComponent = type => {
|
|
56
|
+
if (typeof type !== 'function') {
|
|
57
|
+
return false;
|
|
58
|
+
}
|
|
59
|
+
const proto = type.prototype;
|
|
60
|
+
return !!(proto && (proto.isReactComponent || proto.render));
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* 递归查找 Action 组件(可能被 Popconfirm/Tooltip 等组件包裹)
|
|
65
|
+
* 返回实际的 Action 组件和是否被包裹
|
|
66
|
+
*/
|
|
67
|
+
const findActionComponent = (element, depth = 0) => {
|
|
68
|
+
if (! /*#__PURE__*/_react.default.isValidElement(element)) {
|
|
69
|
+
return null;
|
|
70
|
+
}
|
|
71
|
+
if (isOpaqueToActionSearch(element)) {
|
|
72
|
+
return null;
|
|
73
|
+
}
|
|
74
|
+
if (isActionComponent(element)) {
|
|
75
|
+
return {
|
|
76
|
+
action: element,
|
|
77
|
+
hasWrapper: false
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// 如果深度太深,避免无限递归
|
|
82
|
+
if (depth > 10) {
|
|
83
|
+
return null;
|
|
84
|
+
}
|
|
85
|
+
const elementChildren = element.props?.children;
|
|
86
|
+
if (elementChildren == null) {
|
|
87
|
+
return null;
|
|
88
|
+
}
|
|
89
|
+
const childArray = _react.default.Children.toArray(elementChildren).filter(_react.default.isValidElement);
|
|
90
|
+
for (const child of childArray) {
|
|
91
|
+
const result = findActionComponent(child, depth + 1);
|
|
92
|
+
if (result) {
|
|
93
|
+
return {
|
|
94
|
+
action: result.action,
|
|
95
|
+
hasWrapper: true
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
return null;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* 扁平化 Fragment,过滤 null / false。
|
|
103
|
+
* - Action(及可解析的外包)→ 操作位
|
|
104
|
+
* - 无 Hooks 的函数组件 → 同步求值后递归展开(如 () => <Action.Button />)
|
|
105
|
+
* - 含 Hooks 的函数组件 → 整体占 1 位
|
|
106
|
+
* - Modal / Drawer → 透传挂载,不占折叠位
|
|
107
|
+
*/
|
|
108
|
+
const normalizeActionGroupPieces = node => {
|
|
109
|
+
const out = [];
|
|
110
|
+
_react.default.Children.forEach(node, child => {
|
|
111
|
+
if (child == null || typeof child === 'boolean') {
|
|
112
|
+
return;
|
|
113
|
+
}
|
|
114
|
+
if (! /*#__PURE__*/_react.default.isValidElement(child)) {
|
|
115
|
+
return;
|
|
116
|
+
}
|
|
117
|
+
if (child.type === _react.default.Fragment) {
|
|
118
|
+
normalizeActionGroupPieces(child.props.children).forEach(p => out.push(p));
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
if (findActionComponent(child)) {
|
|
122
|
+
out.push({
|
|
123
|
+
kind: 'action',
|
|
124
|
+
el: child
|
|
125
|
+
});
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
if (isOpaqueToActionSearch(child)) {
|
|
129
|
+
out.push({
|
|
130
|
+
kind: 'passthrough',
|
|
131
|
+
el: child
|
|
132
|
+
});
|
|
133
|
+
return;
|
|
134
|
+
}
|
|
135
|
+
const t = child.type;
|
|
136
|
+
if (typeof t === 'function' && !isClassComponent(t)) {
|
|
137
|
+
if (isLikelyUsingReactHooks(t)) {
|
|
138
|
+
out.push({
|
|
139
|
+
kind: 'function-child',
|
|
140
|
+
el: child
|
|
141
|
+
});
|
|
142
|
+
return;
|
|
143
|
+
}
|
|
144
|
+
try {
|
|
145
|
+
const rendered = t(child.props);
|
|
146
|
+
if (rendered == null) {
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
normalizeActionGroupPieces(rendered).forEach(p => out.push(p));
|
|
150
|
+
} catch {
|
|
151
|
+
out.push({
|
|
152
|
+
kind: 'function-child',
|
|
153
|
+
el: child
|
|
154
|
+
});
|
|
155
|
+
}
|
|
156
|
+
return;
|
|
157
|
+
}
|
|
158
|
+
out.push({
|
|
159
|
+
kind: 'function-child',
|
|
160
|
+
el: child
|
|
161
|
+
});
|
|
162
|
+
});
|
|
163
|
+
return out;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* 递归克隆元素树,将 newProps 应用到最内层的 Action 组件
|
|
168
|
+
*/
|
|
169
|
+
const cloneWithActionProps = (element, newProps) => {
|
|
170
|
+
if (isActionComponent(element)) {
|
|
171
|
+
return /*#__PURE__*/_react.default.cloneElement(element, {
|
|
172
|
+
...newProps,
|
|
173
|
+
...element.props
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
const elementChildren = element.props?.children;
|
|
177
|
+
if ( /*#__PURE__*/_react.default.isValidElement(elementChildren)) {
|
|
178
|
+
return /*#__PURE__*/_react.default.cloneElement(element, {
|
|
179
|
+
...element.props,
|
|
180
|
+
key: newProps.key,
|
|
181
|
+
children: cloneWithActionProps(elementChildren, newProps)
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
return element;
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* 渲染菜单项内容,保持嵌套的 Popconfirm/Tooltip 结构
|
|
189
|
+
*/
|
|
190
|
+
const renderMenuItemContent = (action, actionProps, enableLoading) => {
|
|
191
|
+
const {
|
|
192
|
+
loading,
|
|
193
|
+
children,
|
|
194
|
+
tooltip
|
|
195
|
+
} = actionProps;
|
|
196
|
+
const result = findActionComponent(action);
|
|
197
|
+
const actualAction = result?.action || action;
|
|
198
|
+
const content = /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
199
|
+
children: [loading && enableLoading && /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.LoadingOutlined, {}), " ", children || actualAction.props.children]
|
|
200
|
+
});
|
|
201
|
+
|
|
202
|
+
// 如果有 wrapper,需要重新构建包裹结构
|
|
203
|
+
if (result?.hasWrapper) {
|
|
204
|
+
return cloneWithActionProps(action, {
|
|
205
|
+
...actionProps,
|
|
206
|
+
children: content
|
|
207
|
+
});
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// 没有包裹时,如果有 tooltip 则用 Tooltip 包裹
|
|
211
|
+
return tooltip ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_design.Tooltip, {
|
|
212
|
+
title: tooltip,
|
|
213
|
+
children: content
|
|
214
|
+
}) : content;
|
|
215
|
+
};
|
|
216
|
+
var _default = ({
|
|
52
217
|
prefixCls: customizePrefixCls,
|
|
53
218
|
size = 3,
|
|
54
219
|
children,
|
|
@@ -60,93 +225,161 @@ var Group_default = ({
|
|
|
60
225
|
moreType,
|
|
61
226
|
buttonSize
|
|
62
227
|
}) => {
|
|
63
|
-
const {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
228
|
+
const {
|
|
229
|
+
getPrefixCls
|
|
230
|
+
} = (0, _react.useContext)(_design.ConfigProvider.ConfigContext);
|
|
231
|
+
const prefixCls = getPrefixCls('action', customizePrefixCls);
|
|
232
|
+
const {
|
|
233
|
+
wrapSSR
|
|
234
|
+
} = (0, _style.default)(prefixCls);
|
|
235
|
+
const childPieces = normalizeActionGroupPieces(children);
|
|
236
|
+
const passthroughChildren = childPieces.filter(p => p.kind === 'passthrough').map(p => p.el);
|
|
237
|
+
const slotPieces = childPieces.filter(p => p.kind === 'action' || p.kind === 'function-child');
|
|
238
|
+
const visibleSlots = slotPieces.filter(p => {
|
|
239
|
+
if (p.kind === 'function-child') {
|
|
240
|
+
return true;
|
|
241
|
+
}
|
|
242
|
+
const c = p.el;
|
|
243
|
+
const inner = findActionComponent(c)?.action;
|
|
244
|
+
if (!inner) {
|
|
245
|
+
return false;
|
|
246
|
+
}
|
|
247
|
+
const bp = inner.props;
|
|
248
|
+
if ((0, _lodash.isBoolean)(bp.visible) && shouldVisible) {
|
|
249
|
+
return bp.visible && shouldVisible(c.key);
|
|
250
|
+
}
|
|
251
|
+
if ((0, _lodash.isBoolean)(bp.visible)) {
|
|
252
|
+
return bp.visible;
|
|
253
|
+
}
|
|
254
|
+
if (shouldVisible) {
|
|
72
255
|
return shouldVisible(c.key);
|
|
256
|
+
}
|
|
73
257
|
return true;
|
|
74
|
-
}) : [children];
|
|
75
|
-
const visibleActionsSort = visibleActions.slice(0);
|
|
76
|
-
visibleActionsSort.sort((a, b) => {
|
|
77
|
-
const orderA = getOrder(a.props);
|
|
78
|
-
const orderB = getOrder(b.props);
|
|
79
|
-
return orderB - orderA;
|
|
80
258
|
});
|
|
81
|
-
const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
259
|
+
const visibleSlotsWithOrder = visibleSlots.map((p, sourceIdx) => ({
|
|
260
|
+
piece: p,
|
|
261
|
+
sourceIdx,
|
|
262
|
+
sortOrder: p.kind === 'action' ? getOrder((findActionComponent(p.el)?.action ?? p.el).props) : getOrder({
|
|
263
|
+
type: undefined,
|
|
264
|
+
fixed: false
|
|
265
|
+
})
|
|
266
|
+
}));
|
|
267
|
+
visibleSlotsWithOrder.sort((a, b) => {
|
|
268
|
+
const d = b.sortOrder - a.sortOrder;
|
|
269
|
+
if (d !== 0) {
|
|
270
|
+
return d;
|
|
271
|
+
}
|
|
272
|
+
return a.sourceIdx - b.sourceIdx;
|
|
273
|
+
});
|
|
274
|
+
const visibleOrderedSlots = visibleSlotsWithOrder.map(x => x.piece);
|
|
275
|
+
const fixedSize = visibleOrderedSlots.filter(p => {
|
|
276
|
+
if (p.kind !== 'action') {
|
|
277
|
+
return false;
|
|
278
|
+
}
|
|
279
|
+
const props = (findActionComponent(p.el)?.action ?? p.el).props;
|
|
280
|
+
return props.type === 'primary' || props.fixed;
|
|
281
|
+
}).length;
|
|
282
|
+
const realSize = (0, _lodash.max)([fixedSize, size]);
|
|
283
|
+
const mainSlots = visibleOrderedSlots.slice(0, realSize);
|
|
284
|
+
const ellipsisSlots = visibleOrderedSlots.slice(realSize);
|
|
285
|
+
let ellipsisType = 'link';
|
|
286
|
+
if (visibleOrderedSlots.some(p => p.kind === 'action' && getActionDisplayName(findActionComponent(p.el)?.action ?? p.el) === 'button')) {
|
|
287
|
+
ellipsisType = 'button';
|
|
90
288
|
}
|
|
91
|
-
if (
|
|
92
|
-
ellipsisType =
|
|
289
|
+
if (visibleOrderedSlots.some(p => p.kind === 'action' && getActionDisplayName(findActionComponent(p.el)?.action ?? p.el) === 'link')) {
|
|
290
|
+
ellipsisType = 'link';
|
|
93
291
|
}
|
|
94
292
|
ellipsisType = moreType ?? ellipsisType;
|
|
95
|
-
const getDefaultDisabled =
|
|
293
|
+
const getDefaultDisabled = key => shouldDisabled?.(key) ?? false;
|
|
96
294
|
let moreDom;
|
|
97
|
-
if (ellipsisType ===
|
|
98
|
-
moreDom =
|
|
99
|
-
|
|
100
|
-
{
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
295
|
+
if (ellipsisType === 'button') {
|
|
296
|
+
moreDom = /*#__PURE__*/(0, _jsxRuntime.jsx)(_design.Button, {
|
|
297
|
+
size: buttonSize,
|
|
298
|
+
icon: moreText ? undefined : /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.EllipsisOutlined, {
|
|
299
|
+
style: {
|
|
300
|
+
cursor: 'pointer'
|
|
301
|
+
}
|
|
302
|
+
}),
|
|
303
|
+
children: moreText
|
|
304
|
+
});
|
|
106
305
|
} else {
|
|
107
|
-
moreDom =
|
|
306
|
+
moreDom = /*#__PURE__*/(0, _jsxRuntime.jsx)(_design.Typography.Link, {
|
|
307
|
+
children: moreText ?? /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.EllipsisOutlined, {
|
|
308
|
+
style: {
|
|
309
|
+
cursor: 'pointer'
|
|
310
|
+
}
|
|
311
|
+
})
|
|
312
|
+
});
|
|
108
313
|
}
|
|
109
|
-
return wrapSSR(
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
314
|
+
return wrapSSR( /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
315
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_design.Space, {
|
|
316
|
+
size: ellipsisType === 'button' ? 8 : 16,
|
|
317
|
+
children: [mainSlots.map((slot, slotIndex) => {
|
|
318
|
+
if (slot.kind === 'function-child') {
|
|
319
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_react.default.Fragment, {
|
|
320
|
+
children: slot.el
|
|
321
|
+
}, slot.el.key ?? `fn-main-${slotIndex}`);
|
|
322
|
+
}
|
|
323
|
+
const action = slot.el;
|
|
324
|
+
const actionResult = findActionComponent(action);
|
|
325
|
+
const actualAction = actionResult?.action || action;
|
|
326
|
+
const actualActionProps = actualAction.props;
|
|
327
|
+
const newProps = {
|
|
328
|
+
key: action.key,
|
|
329
|
+
size: buttonSize,
|
|
330
|
+
enableLoading: enableLoading,
|
|
331
|
+
disabled: (0, _lodash.isBoolean)(actualActionProps.disabled) ? actualActionProps.disabled : getDefaultDisabled(action.key)
|
|
332
|
+
};
|
|
333
|
+
return cloneWithActionProps(action, newProps);
|
|
334
|
+
}), ellipsisSlots.length > 0 && /*#__PURE__*/(0, _jsxRuntime.jsx)(_design.Dropdown, {
|
|
122
335
|
placement: dropDownPlacement,
|
|
123
|
-
overlay:
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
336
|
+
overlay: /*#__PURE__*/(0, _jsxRuntime.jsx)(_design.Menu, {
|
|
337
|
+
className: `${prefixCls}-more-menu`,
|
|
338
|
+
children: ellipsisSlots.map((slot, index) => {
|
|
339
|
+
if (slot.kind === 'function-child') {
|
|
340
|
+
const fcKey = slot.el.key ?? `fn-${index}`;
|
|
341
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_design.Menu.Item, {
|
|
342
|
+
className: `${prefixCls}-more-menu-fn`,
|
|
343
|
+
style: {
|
|
344
|
+
height: 'auto',
|
|
345
|
+
lineHeight: 'normal',
|
|
346
|
+
paddingBlock: 4
|
|
347
|
+
},
|
|
348
|
+
children: /*#__PURE__*/_react.default.cloneElement(slot.el, {
|
|
349
|
+
key: fcKey
|
|
350
|
+
})
|
|
351
|
+
}, fcKey);
|
|
352
|
+
}
|
|
353
|
+
const action = slot.el;
|
|
354
|
+
const actionKey = action.key;
|
|
355
|
+
const actionResult = findActionComponent(action);
|
|
356
|
+
const actualAction = actionResult?.action || action;
|
|
357
|
+
const actionProps = actualAction.props;
|
|
358
|
+
const actionDisabled = actionProps.loading || ((0, _lodash.isBoolean)(actionProps.disabled) ? actionProps.disabled : getDefaultDisabled(action.key));
|
|
359
|
+
const menuItemProps = (0, _lodash.omit)(actionProps, ['disabled', 'loading', 'tooltip', 'visible', 'fixed', 'enableLoading', 'onClick', 'children', 'danger']);
|
|
360
|
+
const handleMenuItemClick = info => {
|
|
361
|
+
if (actionResult?.hasWrapper) {
|
|
362
|
+
return;
|
|
363
|
+
}
|
|
364
|
+
actionProps.onClick?.(info.domEvent);
|
|
365
|
+
};
|
|
366
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
367
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_design.Menu.Item, {
|
|
368
|
+
// @ts-ignore
|
|
369
|
+
onClick: handleMenuItemClick,
|
|
370
|
+
disabled: actionDisabled,
|
|
371
|
+
danger: !!actionProps.danger,
|
|
372
|
+
...menuItemProps,
|
|
373
|
+
children: renderMenuItemContent(action, actionProps, enableLoading)
|
|
374
|
+
}, actionKey ?? index.toString()), actionProps.divider && /*#__PURE__*/(0, _jsxRuntime.jsx)(_design.Menu.Divider, {})]
|
|
375
|
+
});
|
|
376
|
+
})
|
|
377
|
+
}),
|
|
378
|
+
children: moreDom
|
|
379
|
+
})]
|
|
380
|
+
}), passthroughChildren.map((el, index) => /*#__PURE__*/_react.default.cloneElement(el, {
|
|
381
|
+
key: el.key ?? `action-group-extra-${index}`
|
|
382
|
+
}))]
|
|
383
|
+
}));
|
|
152
384
|
};
|
|
385
|
+
exports.default = _default;
|
package/lib/Action/Item.d.ts
CHANGED
|
@@ -12,18 +12,9 @@ export interface BaseProps extends ButtonProps {
|
|
|
12
12
|
loading?: boolean;
|
|
13
13
|
divider?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
export declare class ActionLink extends React.PureComponent<BaseProps> {
|
|
23
|
-
static __DISPLAY_NAME: string;
|
|
24
|
-
state: {
|
|
25
|
-
loading: boolean;
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
};
|
|
28
|
-
render(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
29
|
-
}
|
|
15
|
+
export declare const ActionButton: React.FC<BaseProps> & {
|
|
16
|
+
__DISPLAY_NAME?: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const ActionLink: React.FC<BaseProps> & {
|
|
19
|
+
__DISPLAY_NAME?: string;
|
|
20
|
+
};
|