@teamix/pro 1.6.0-beta.4 → 1.6.0-beta.6
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/README.md +1 -1
- package/dist/pro.all.min.css +1 -0
- package/dist/pro.css +1 -1
- package/dist/pro.js +70007 -54355
- package/dist/pro.min.css +1 -1
- package/dist/pro.min.js +1 -1
- package/dist/pro.min.js.LICENSE.txt +9 -0
- package/dist/pro.xconsole.min.css +1 -0
- package/es/actions/base.d.ts +24 -0
- package/es/actions/base.js +1 -1
- package/es/actions/confirm.d.ts +7 -0
- package/es/actions/danger-confirm.d.ts +7 -0
- package/es/actions/danger-pop-confirm.d.ts +5 -0
- package/es/actions/dialog-component.d.ts +10 -0
- package/es/actions/dialog-component.js +4 -1
- package/es/actions/dialog-form.d.ts +29 -0
- package/es/actions/dialog-form.js +8 -8
- package/es/actions/dialog-info.d.ts +9 -0
- package/es/actions/dialog-table.d.ts +9 -0
- package/es/actions/dialog.d.ts +40 -0
- package/es/actions/dialog.js +8 -7
- package/es/actions/drawer-form.d.ts +6 -0
- package/es/actions/drawer-info.d.ts +6 -0
- package/es/actions/drawer-table.d.ts +6 -0
- package/es/actions/drawer.d.ts +6 -0
- package/es/actions/error.d.ts +7 -0
- package/es/actions/index.d.ts +114 -0
- package/es/actions/index.js +69 -60
- package/es/actions/index.scss +10 -1
- package/es/actions/link.d.ts +8 -0
- package/es/actions/link.js +4 -3
- package/es/actions/notice.d.ts +7 -0
- package/es/actions/pop-confirm.d.ts +9 -0
- package/es/actions/quick.d.ts +2 -0
- package/es/actions/quick.js +26 -0
- package/es/actions/request.d.ts +9 -0
- package/es/actions/request.js +4 -3
- package/es/actions/utils.d.ts +1 -0
- package/es/card/card-container.d.ts +18 -0
- package/es/card/card-container.js +5 -12
- package/es/card/divider.d.ts +6 -0
- package/es/card/divider.js +4 -2
- package/es/card/index.d.ts +109 -0
- package/es/card/index.js +11 -22
- package/es/card/index.scss +15 -0
- package/es/card/selectable.d.ts +13 -0
- package/es/card/selectable.js +4 -2
- package/es/card/tab.d.ts +6 -0
- package/es/card/tab.js +4 -2
- package/es/card/utils.d.ts +9 -0
- package/es/card/xconsole.scss +3 -0
- package/es/field/index.d.ts +3 -0
- package/es/form/Components/Editable/index.d.ts +20 -0
- package/es/form/Components/Editable/index.js +2 -2
- package/es/form/Components/FormGroup/index.d.ts +14 -0
- package/es/form/Components/FormGroup/index.js +3 -4
- package/es/form/Components/FormItem2/animation.scss +72 -0
- package/es/form/Components/FormItem2/grid.scss +173 -0
- package/es/form/Components/FormItem2/index.d.ts +41 -0
- package/es/form/Components/FormItem2/index.js +286 -0
- package/es/form/Components/FormItem2/main.scss +413 -0
- package/es/form/Components/FormItem2/scss/variable.scss +118 -0
- package/es/form/Components/FormItem2/style.d.ts +1 -0
- package/es/form/Components/FormItem2/style.js +1 -0
- package/es/form/Components/LightFilter/componentMap.d.ts +3 -0
- package/es/form/Components/LightFilter/index.d.ts +17 -0
- package/es/form/Components/LightFilter/index.js +2 -11
- package/es/form/Components/LightFilter/index.scss +4 -0
- package/es/form/Components/ProField/index.d.ts +2 -0
- package/es/form/Components/ProField/index.js +4 -2
- package/es/form/Components/ProField/mapDateFormat.d.ts +3 -0
- package/es/form/Components/Text/index.d.ts +8 -0
- package/es/form/Components/Text/index.js +4 -2
- package/es/form/Components/__builtins__/empty.d.ts +1 -0
- package/es/form/Components/__builtins__/empty.js +51 -0
- package/es/form/Components/__builtins__/hooks/index.d.ts +2 -0
- package/es/form/Components/__builtins__/hooks/index.js +2 -0
- package/es/form/Components/__builtins__/hooks/useClickAway.d.ts +5 -0
- package/es/form/Components/__builtins__/hooks/useClickAway.js +37 -0
- package/es/form/Components/__builtins__/hooks/usePrefixCls.d.ts +3 -0
- package/es/form/Components/__builtins__/hooks/usePrefixCls.js +8 -0
- package/es/form/Components/__builtins__/icons.d.ts +20 -0
- package/es/form/Components/__builtins__/icons.js +153 -0
- package/es/form/Components/__builtins__/index.d.ts +8 -0
- package/es/form/Components/__builtins__/index.js +8 -0
- package/es/form/Components/__builtins__/loading.d.ts +1 -0
- package/es/form/Components/__builtins__/loading.js +41 -0
- package/es/form/Components/__builtins__/mapSize.d.ts +1 -0
- package/es/form/Components/__builtins__/mapSize.js +13 -0
- package/es/form/Components/__builtins__/mapStatus.d.ts +2 -0
- package/es/form/Components/__builtins__/mapStatus.js +20 -0
- package/es/form/Components/__builtins__/moment.d.ts +2 -0
- package/es/form/Components/__builtins__/moment.js +47 -0
- package/es/form/Components/__builtins__/pickDataProps.d.ts +1 -0
- package/es/form/Components/__builtins__/pickDataProps.js +9 -0
- package/es/form/Components/form-layout/index.d.ts +74 -0
- package/es/form/Components/form-layout/index.js +71 -0
- package/es/form/Components/form-layout/main.scss +0 -0
- package/es/form/Components/form-layout/style.d.ts +1 -0
- package/es/form/Components/form-layout/style.js +3 -0
- package/es/form/Components/form-layout/useResponsiveFormLayout.d.ts +18 -0
- package/es/form/Components/form-layout/useResponsiveFormLayout.js +87 -0
- package/es/form/Filter/AdvancedFilter.d.ts +7 -0
- package/es/form/Filter/AdvancedFilter.js +16 -18
- package/es/form/Filter/Layout.d.ts +5 -0
- package/es/form/Filter/LightFilter.d.ts +7 -0
- package/es/form/Filter/LightFilter.js +9 -13
- package/es/form/Filter/SimpleFilter.d.ts +7 -0
- package/es/form/Filter/SimpleFilter.js +5 -8
- package/es/form/Filter/index.d.ts +9 -0
- package/es/form/Filter/index.js +19 -25
- package/es/form/Filter/index.scss +1 -0
- package/es/form/Filter/index2.d.ts +13 -0
- package/es/form/Filter/index2.js +20 -25
- package/es/form/Filter/index2.scss +1 -0
- package/es/form/Filter/useBindUrl.d.ts +2 -0
- package/es/form/Filter/useBindUrl.js +0 -3
- package/es/form/Filter/useSpecialProps.d.ts +6 -0
- package/es/form/Filter/useSpecialProps.js +0 -1
- package/es/form/ProForm/addCascadeEffect.d.ts +2 -0
- package/es/form/ProForm/customComponent.d.ts +3 -0
- package/es/form/ProForm/index.d.ts +5 -0
- package/es/form/ProForm/index.js +21 -17
- package/es/form/ProForm/useAutoLayout.d.ts +9 -0
- package/es/form/ProForm/useAutoLayout.js +0 -4
- package/es/form/ProForm/useAutoSubmit.d.ts +6 -0
- package/es/form/ProForm/useAutoSubmit.js +4 -3
- package/es/form/ProForm/useFieldRequest.d.ts +5 -0
- package/es/form/ProForm/useFormDisplayValues.d.ts +4 -0
- package/es/form/ProForm/useFormDisplayValues.js +0 -1
- package/es/form/ProForm/useInitialRequest.d.ts +6 -0
- package/es/form/SchemaForm/adapterComponent.d.ts +5 -0
- package/es/form/SchemaForm/adapterComponent.js +0 -1
- package/es/form/SchemaForm/adapterDecorator.d.ts +6 -0
- package/es/form/SchemaForm/adapterDecorator.js +0 -1
- package/es/form/SchemaForm/adapterType.d.ts +5 -0
- package/es/form/SchemaForm/adapterType.js +0 -1
- package/es/form/SchemaForm/index.d.ts +4 -0
- package/es/form/SchemaForm/index.js +0 -13
- package/es/form/SchemaForm/initializeArrayCards.d.ts +3 -0
- package/es/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
- package/es/form/SchemaForm/initializeArrayItems.d.ts +3 -0
- package/es/form/SchemaForm/initializeArrayTable.d.ts +3 -0
- package/es/form/SchemaForm/initializeDataSource.d.ts +15 -0
- package/es/form/SchemaForm/initializeDataSource.js +0 -7
- package/es/form/SchemaForm/initializeFormButton.d.ts +3 -0
- package/es/form/SchemaForm/initializeFormButton.js +0 -2
- package/es/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
- package/es/form/SchemaForm/initializeFormGroup.d.ts +3 -0
- package/es/form/SchemaForm/initializeFormStep.d.ts +5 -0
- package/es/form/SchemaForm/initializeFormTab.d.ts +3 -0
- package/es/form/SchemaForm/initializeReactions.d.ts +2 -0
- package/es/form/SchemaForm/initializeReactions.js +0 -1
- package/es/form/SchemaForm/initializeRequest.d.ts +11 -0
- package/es/form/SchemaForm/initializeRules.d.ts +11 -0
- package/es/form/SchemaForm/initializeSelectTable.d.ts +3 -0
- package/es/form/SchemaForm/initializeSelectTable.js +0 -1
- package/es/form/SchemaForm/reactions.d.ts +6 -0
- package/es/form/SchemaForm/reactions.js +0 -5
- package/es/form/docs/ActionResponse.d.ts +8 -0
- package/es/form/fieldTypeMap.d.ts +7 -0
- package/es/form/index.d.ts +125 -0
- package/es/form/index.js +0 -4
- package/es/form/locales/validate.d.ts +159 -0
- package/es/form/schemaNameMap.d.ts +5 -0
- package/es/form/typing.d.ts +194 -0
- package/es/form/utils/parseSchema.d.ts +3 -0
- package/es/form/utils/parseSchema.js +38 -0
- package/es/form/utils.d.ts +55 -0
- package/es/form/utils.js +0 -12
- package/es/form/warning.d.ts +3 -0
- package/es/form/warning.js +0 -2
- package/es/global.scss +3 -1
- package/es/hooks/index.d.ts +2 -0
- package/es/image/index.d.ts +22 -0
- package/es/image/index.js +73 -0
- package/es/image/index.scss +3 -0
- package/es/index-without-icon.d.ts +32 -0
- package/es/index.d.ts +34 -0
- package/es/index.js +14 -3
- package/es/info/components/InfoGroup/index.d.ts +5 -0
- package/es/info/components/InfoGroup/index.js +4 -2
- package/es/info/components/InfoValueItem/index.d.ts +5 -0
- package/es/info/components/InfoValueItem/index.js +20 -32
- package/es/info/components/ProInfoItem/index.d.ts +5 -0
- package/es/info/components/ProInfoItem/index.js +0 -1
- package/es/info/components/baseInfo/index.d.ts +8 -0
- package/es/info/components/baseInfo/index.js +4 -5
- package/es/info/components/headerInfo/index.d.ts +8 -0
- package/es/info/components/tableInfo/index.d.ts +7 -0
- package/es/info/components/tableInfo/index.js +4 -6
- package/es/info/index.d.ts +6 -0
- package/es/info/index.js +17 -21
- package/es/info/typing.d.ts +220 -0
- package/es/info/utils/index.d.ts +20 -0
- package/es/info/utils/index.js +0 -3
- package/es/info/utils/layout.d.ts +2 -0
- package/es/info/utils/utils.d.ts +1 -0
- package/es/layout/index.d.ts +2 -0
- package/es/layout/index.js +0 -2
- package/es/next-xconsole.scss +34 -0
- package/es/nocode/configurators/Card.d.ts +3 -0
- package/es/nocode/configurators/PageHeader.d.ts +3 -0
- package/es/nocode/configurators/ProTable.d.ts +3 -0
- package/es/nocode/configurators/ProTable.js +1 -22
- package/es/nocode/configurators/common.d.ts +280 -0
- package/es/nocode/configurators/index.d.ts +15 -0
- package/es/nocode/configurators/index.js +1 -0
- package/es/nocode/configurators/map.d.ts +2 -0
- package/es/nocode/index.d.ts +8 -0
- package/es/nocode/index.js +0 -2
- package/es/nocode/pages/editor.d.ts +12 -0
- package/es/nocode/pages/index.d.ts +14 -0
- package/es/nocode/pages/index.js +1 -29
- package/es/nocode/pages/playground.d.ts +11 -0
- package/es/nocode/pages/playground.js +5 -3
- package/es/nocode/pages/renderer.d.ts +10 -0
- package/es/nocode/pages/renderer.js +6 -4
- package/es/nocode/playground.d.ts +14 -0
- package/es/nocode/playground.js +4 -2
- package/es/page-container/index.d.ts +3 -0
- package/es/page-header/index.d.ts +74 -0
- package/es/page-header/index.js +13 -23
- package/es/page-header/index.scss +2 -1
- package/es/page-header/xconsole.scss +5 -0
- package/es/sidebar/components/sidebar-container/index.d.ts +5 -0
- package/es/sidebar/components/sidebar-container/index.js +7 -10
- package/es/sidebar/components/tree/index.d.ts +6 -0
- package/es/sidebar/components/tree/index.js +24 -28
- package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
- package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
- package/es/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
- package/es/sidebar/components/tree-node/components/IconAction/index.js +2 -4
- package/es/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
- package/es/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
- package/es/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
- package/es/sidebar/components/tree-node/index.d.ts +7 -0
- package/es/sidebar/components/tree-node/index.js +16 -29
- package/es/sidebar/index.d.ts +9 -0
- package/es/sidebar/index.js +13 -18
- package/es/sidebar/typing.d.ts +145 -0
- package/es/sidebar/utils/action-ref.d.ts +3 -0
- package/es/sidebar/utils/index.d.ts +364 -0
- package/es/sidebar/utils/index.js +18 -19
- package/es/skeleton/index.d.ts +3 -0
- package/es/table/components/CardView/index.d.ts +5 -0
- package/es/table/components/CardView/index.js +387 -0
- package/es/table/components/CardView/index.scss +46 -0
- package/es/table/components/EmptyContent/index.d.ts +2 -0
- package/es/table/components/Filter/index.d.ts +12 -0
- package/es/table/components/Filter/index.js +110 -79
- package/es/table/components/Layout/index.d.ts +5 -0
- package/es/table/components/Layout/index.js +16 -16
- package/es/table/components/Layout/index.scss +1 -0
- package/es/table/components/LoadMore/index.d.ts +20 -0
- package/es/table/components/LoadMore/index.js +88 -0
- package/es/table/components/LoadMore/index.scss +19 -0
- package/es/table/components/Pagination/index.d.ts +8 -0
- package/es/table/components/Pagination/index.js +48 -31
- package/es/table/components/QuickAction/index.d.ts +11 -0
- package/es/table/components/QuickAction/index.js +2 -3
- package/es/table/components/ToolBar/CardSwitch.d.ts +8 -0
- package/es/table/components/ToolBar/CardSwitch.js +52 -0
- package/es/table/components/ToolBar/DensityIcon.d.ts +4 -0
- package/es/table/components/ToolBar/DensityIcon.js +2 -7
- package/es/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
- package/es/table/components/ToolBar/FilterColumnIcon.js +41 -35
- package/es/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
- package/es/table/components/ToolBar/FullScreenIcon.js +0 -1
- package/es/table/components/ToolBar/Fullscreen.d.ts +10 -0
- package/es/table/components/ToolBar/Fullscreen.js +10 -3
- package/es/table/components/ToolBar/RefreshIcon.d.ts +4 -0
- package/es/table/components/ToolBar/RefreshIcon.js +162 -26
- package/es/table/components/ToolBar/index.d.ts +5 -0
- package/es/table/components/ToolBar/index.js +65 -33
- package/es/table/components/ToolBar/index.scss +27 -1
- package/es/table/index.d.ts +6 -0
- package/es/table/index.js +308 -137
- package/es/table/index.scss +8 -0
- package/es/table/typing.d.ts +426 -0
- package/es/table/utils/columnRender.d.ts +13 -0
- package/es/table/utils/columnRender.js +32 -37
- package/es/table/utils/genProColumnToColumn.d.ts +13 -0
- package/es/table/utils/genProColumnToColumn.js +10 -3
- package/es/table/utils/getTableProps.d.ts +2 -0
- package/es/table/utils/getTableSortIcons.d.ts +3 -0
- package/es/table/utils/index.d.ts +19 -0
- package/es/table/utils/index.js +0 -6
- package/es/table/utils/pureColumnRender.d.ts +9 -0
- package/es/table/utils/pureColumnRender.js +1 -9
- package/es/table/utils/pureGenProColumnToColumn.d.ts +7 -0
- package/es/table/utils/useTableSelection.d.ts +3 -0
- package/es/table/utils/util.d.ts +5 -0
- package/es/table/utils/util.js +19 -0
- package/es/templates/Detail/index.d.ts +2 -0
- package/es/templates/Form/index.d.ts +2 -0
- package/es/templates/List/index.d.ts +9 -0
- package/es/templates/List/index.js +6 -4
- package/es/templates/index.d.ts +3 -0
- package/es/templates/index.js +1 -2
- package/es/timeline/ProTimeLineItem/index.d.ts +5 -0
- package/es/timeline/ProTimeLineItem/index.js +5 -9
- package/es/timeline/index.d.ts +10 -0
- package/es/timeline/index.js +5 -5
- package/es/timeline/typing.d.ts +107 -0
- package/es/utils/aspect.d.ts +2 -0
- package/es/utils/aspect.js +60 -0
- package/es/utils/index.d.ts +3 -0
- package/es/utils/message.d.ts +3 -0
- package/es/utils/message.js +5 -3
- package/es/xconsole.scss +527 -0
- package/lib/actions/base.d.ts +24 -0
- package/lib/actions/base.js +1 -1
- package/lib/actions/confirm.d.ts +7 -0
- package/lib/actions/danger-confirm.d.ts +7 -0
- package/lib/actions/danger-pop-confirm.d.ts +5 -0
- package/lib/actions/dialog-component.d.ts +10 -0
- package/lib/actions/dialog-component.js +4 -1
- package/lib/actions/dialog-form.d.ts +29 -0
- package/lib/actions/dialog-form.js +7 -9
- package/lib/actions/dialog-info.d.ts +9 -0
- package/lib/actions/dialog-table.d.ts +9 -0
- package/lib/actions/dialog.d.ts +40 -0
- package/lib/actions/dialog.js +7 -8
- package/lib/actions/drawer-form.d.ts +6 -0
- package/lib/actions/drawer-info.d.ts +6 -0
- package/lib/actions/drawer-table.d.ts +6 -0
- package/lib/actions/drawer.d.ts +6 -0
- package/lib/actions/error.d.ts +7 -0
- package/lib/actions/index.d.ts +114 -0
- package/lib/actions/index.js +89 -58
- package/lib/actions/index.scss +10 -1
- package/lib/actions/link.d.ts +8 -0
- package/lib/actions/link.js +2 -3
- package/lib/actions/notice.d.ts +7 -0
- package/lib/actions/pop-confirm.d.ts +9 -0
- package/lib/actions/quick.d.ts +2 -0
- package/lib/actions/quick.js +33 -0
- package/lib/actions/request.d.ts +9 -0
- package/lib/actions/request.js +2 -3
- package/lib/actions/utils.d.ts +1 -0
- package/lib/card/card-container.d.ts +18 -0
- package/lib/card/card-container.js +4 -6
- package/lib/card/divider.d.ts +6 -0
- package/lib/card/divider.js +4 -2
- package/lib/card/index.d.ts +109 -0
- package/lib/card/index.js +10 -20
- package/lib/card/index.scss +15 -0
- package/lib/card/selectable.d.ts +13 -0
- package/lib/card/selectable.js +4 -2
- package/lib/card/tab.d.ts +6 -0
- package/lib/card/tab.js +4 -2
- package/lib/card/utils.d.ts +9 -0
- package/lib/card/xconsole.scss +3 -0
- package/lib/field/index.d.ts +3 -0
- package/lib/form/Components/Editable/index.d.ts +20 -0
- package/lib/form/Components/Editable/index.js +2 -2
- package/lib/form/Components/FormGroup/index.d.ts +14 -0
- package/lib/form/Components/FormGroup/index.js +3 -4
- package/lib/form/Components/FormItem2/animation.scss +72 -0
- package/lib/form/Components/FormItem2/grid.scss +173 -0
- package/lib/form/Components/FormItem2/index.d.ts +41 -0
- package/lib/form/Components/FormItem2/index.js +299 -0
- package/lib/form/Components/FormItem2/main.scss +413 -0
- package/lib/form/Components/FormItem2/scss/variable.scss +118 -0
- package/lib/form/Components/FormItem2/style.d.ts +1 -0
- package/lib/form/Components/FormItem2/style.js +3 -0
- package/lib/form/Components/LightFilter/componentMap.d.ts +3 -0
- package/lib/form/Components/LightFilter/index.d.ts +17 -0
- package/lib/form/Components/LightFilter/index.js +2 -11
- package/lib/form/Components/LightFilter/index.scss +4 -0
- package/lib/form/Components/ProField/index.d.ts +2 -0
- package/lib/form/Components/ProField/index.js +4 -2
- package/lib/form/Components/ProField/mapDateFormat.d.ts +3 -0
- package/lib/form/Components/Text/index.d.ts +8 -0
- package/lib/form/Components/Text/index.js +4 -2
- package/lib/form/Components/__builtins__/empty.d.ts +1 -0
- package/lib/form/Components/__builtins__/empty.js +59 -0
- package/lib/form/Components/__builtins__/hooks/index.d.ts +2 -0
- package/lib/form/Components/__builtins__/hooks/index.js +27 -0
- package/lib/form/Components/__builtins__/hooks/useClickAway.d.ts +5 -0
- package/lib/form/Components/__builtins__/hooks/useClickAway.js +44 -0
- package/lib/form/Components/__builtins__/hooks/usePrefixCls.d.ts +3 -0
- package/lib/form/Components/__builtins__/hooks/usePrefixCls.js +15 -0
- package/lib/form/Components/__builtins__/icons.d.ts +20 -0
- package/lib/form/Components/__builtins__/icons.js +174 -0
- package/lib/form/Components/__builtins__/index.d.ts +8 -0
- package/lib/form/Components/__builtins__/index.js +93 -0
- package/lib/form/Components/__builtins__/loading.d.ts +1 -0
- package/lib/form/Components/__builtins__/loading.js +48 -0
- package/lib/form/Components/__builtins__/mapSize.d.ts +1 -0
- package/lib/form/Components/__builtins__/mapSize.js +20 -0
- package/lib/form/Components/__builtins__/mapStatus.d.ts +2 -0
- package/lib/form/Components/__builtins__/mapStatus.js +27 -0
- package/lib/form/Components/__builtins__/moment.d.ts +2 -0
- package/lib/form/Components/__builtins__/moment.js +56 -0
- package/lib/form/Components/__builtins__/pickDataProps.d.ts +1 -0
- package/lib/form/Components/__builtins__/pickDataProps.js +16 -0
- package/lib/form/Components/form-layout/index.d.ts +74 -0
- package/lib/form/Components/form-layout/index.js +88 -0
- package/lib/form/Components/form-layout/main.scss +0 -0
- package/lib/form/Components/form-layout/style.d.ts +1 -0
- package/lib/form/Components/form-layout/style.js +3 -0
- package/lib/form/Components/form-layout/useResponsiveFormLayout.d.ts +18 -0
- package/lib/form/Components/form-layout/useResponsiveFormLayout.js +94 -0
- package/lib/form/Filter/AdvancedFilter.d.ts +7 -0
- package/lib/form/Filter/AdvancedFilter.js +16 -18
- package/lib/form/Filter/Layout.d.ts +5 -0
- package/lib/form/Filter/LightFilter.d.ts +7 -0
- package/lib/form/Filter/LightFilter.js +9 -13
- package/lib/form/Filter/SimpleFilter.d.ts +7 -0
- package/lib/form/Filter/SimpleFilter.js +5 -8
- package/lib/form/Filter/index.d.ts +9 -0
- package/lib/form/Filter/index.js +19 -25
- package/lib/form/Filter/index.scss +1 -0
- package/lib/form/Filter/index2.d.ts +13 -0
- package/lib/form/Filter/index2.js +20 -25
- package/lib/form/Filter/index2.scss +1 -0
- package/lib/form/Filter/useBindUrl.d.ts +2 -0
- package/lib/form/Filter/useBindUrl.js +0 -3
- package/lib/form/Filter/useSpecialProps.d.ts +6 -0
- package/lib/form/ProForm/addCascadeEffect.d.ts +2 -0
- package/lib/form/ProForm/customComponent.d.ts +3 -0
- package/lib/form/ProForm/index.d.ts +5 -0
- package/lib/form/ProForm/index.js +20 -16
- package/lib/form/ProForm/useAutoLayout.d.ts +9 -0
- package/lib/form/ProForm/useAutoLayout.js +0 -4
- package/lib/form/ProForm/useAutoSubmit.d.ts +6 -0
- package/lib/form/ProForm/useAutoSubmit.js +2 -3
- package/lib/form/ProForm/useFieldRequest.d.ts +5 -0
- package/lib/form/ProForm/useFormDisplayValues.d.ts +4 -0
- package/lib/form/ProForm/useFormDisplayValues.js +0 -1
- package/lib/form/ProForm/useInitialRequest.d.ts +6 -0
- package/lib/form/SchemaForm/adapterComponent.d.ts +5 -0
- package/lib/form/SchemaForm/adapterComponent.js +0 -1
- package/lib/form/SchemaForm/adapterDecorator.d.ts +6 -0
- package/lib/form/SchemaForm/adapterType.d.ts +5 -0
- package/lib/form/SchemaForm/adapterType.js +0 -1
- package/lib/form/SchemaForm/index.d.ts +4 -0
- package/lib/form/SchemaForm/index.js +0 -13
- package/lib/form/SchemaForm/initializeArrayCards.d.ts +3 -0
- package/lib/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
- package/lib/form/SchemaForm/initializeArrayItems.d.ts +3 -0
- package/lib/form/SchemaForm/initializeArrayTable.d.ts +3 -0
- package/lib/form/SchemaForm/initializeDataSource.d.ts +15 -0
- package/lib/form/SchemaForm/initializeDataSource.js +2 -9
- package/lib/form/SchemaForm/initializeFormButton.d.ts +3 -0
- package/lib/form/SchemaForm/initializeFormButton.js +0 -2
- package/lib/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
- package/lib/form/SchemaForm/initializeFormGroup.d.ts +3 -0
- package/lib/form/SchemaForm/initializeFormStep.d.ts +5 -0
- package/lib/form/SchemaForm/initializeFormTab.d.ts +3 -0
- package/lib/form/SchemaForm/initializeReactions.d.ts +2 -0
- package/lib/form/SchemaForm/initializeReactions.js +0 -1
- package/lib/form/SchemaForm/initializeRequest.d.ts +11 -0
- package/lib/form/SchemaForm/initializeRules.d.ts +11 -0
- package/lib/form/SchemaForm/initializeSelectTable.d.ts +3 -0
- package/lib/form/SchemaForm/reactions.d.ts +6 -0
- package/lib/form/SchemaForm/reactions.js +0 -5
- package/lib/form/docs/ActionResponse.d.ts +8 -0
- package/lib/form/fieldTypeMap.d.ts +7 -0
- package/lib/form/index.d.ts +125 -0
- package/lib/form/locales/validate.d.ts +159 -0
- package/lib/form/schemaNameMap.d.ts +5 -0
- package/lib/form/typing.d.ts +194 -0
- package/lib/form/typing.js +5 -1
- package/lib/form/utils/parseSchema.d.ts +3 -0
- package/lib/form/utils/parseSchema.js +45 -0
- package/lib/form/utils.d.ts +55 -0
- package/lib/form/utils.js +0 -11
- package/lib/form/warning.d.ts +3 -0
- package/lib/form/warning.js +0 -2
- package/lib/global.scss +3 -1
- package/lib/hooks/index.d.ts +2 -0
- package/lib/image/index.d.ts +22 -0
- package/lib/image/index.js +83 -0
- package/lib/image/index.scss +3 -0
- package/lib/index-without-icon.d.ts +32 -0
- package/lib/index.d.ts +34 -0
- package/lib/index.js +31 -2
- package/lib/info/components/InfoGroup/index.d.ts +5 -0
- package/lib/info/components/InfoGroup/index.js +4 -2
- package/lib/info/components/InfoValueItem/index.d.ts +5 -0
- package/lib/info/components/InfoValueItem/index.js +20 -32
- package/lib/info/components/ProInfoItem/index.d.ts +5 -0
- package/lib/info/components/ProInfoItem/index.js +0 -1
- package/lib/info/components/baseInfo/index.d.ts +8 -0
- package/lib/info/components/baseInfo/index.js +4 -5
- package/lib/info/components/headerInfo/index.d.ts +8 -0
- package/lib/info/components/tableInfo/index.d.ts +7 -0
- package/lib/info/components/tableInfo/index.js +4 -6
- package/lib/info/index.d.ts +6 -0
- package/lib/info/index.js +16 -20
- package/lib/info/typing.d.ts +220 -0
- package/lib/info/typing.js +5 -1
- package/lib/info/utils/index.d.ts +20 -0
- package/lib/info/utils/index.js +0 -3
- package/lib/info/utils/layout.d.ts +2 -0
- package/lib/info/utils/utils.d.ts +1 -0
- package/lib/layout/index.d.ts +2 -0
- package/lib/next-xconsole.scss +34 -0
- package/lib/nocode/configurators/Card.d.ts +3 -0
- package/lib/nocode/configurators/PageHeader.d.ts +3 -0
- package/lib/nocode/configurators/ProTable.d.ts +3 -0
- package/lib/nocode/configurators/ProTable.js +1 -22
- package/lib/nocode/configurators/common.d.ts +280 -0
- package/lib/nocode/configurators/index.d.ts +15 -0
- package/lib/nocode/configurators/index.js +1 -0
- package/lib/nocode/configurators/map.d.ts +2 -0
- package/lib/nocode/index.d.ts +8 -0
- package/lib/nocode/pages/editor.d.ts +12 -0
- package/lib/nocode/pages/index.d.ts +14 -0
- package/lib/nocode/pages/index.js +2 -27
- package/lib/nocode/pages/playground.d.ts +11 -0
- package/lib/nocode/pages/playground.js +5 -3
- package/lib/nocode/pages/renderer.d.ts +10 -0
- package/lib/nocode/pages/renderer.js +6 -4
- package/lib/nocode/playground.d.ts +14 -0
- package/lib/nocode/playground.js +4 -2
- package/lib/page-container/index.d.ts +3 -0
- package/lib/page-header/index.d.ts +74 -0
- package/lib/page-header/index.js +11 -22
- package/lib/page-header/index.scss +2 -1
- package/lib/page-header/xconsole.scss +5 -0
- package/lib/sidebar/components/sidebar-container/index.d.ts +5 -0
- package/lib/sidebar/components/sidebar-container/index.js +7 -10
- package/lib/sidebar/components/tree/index.d.ts +6 -0
- package/lib/sidebar/components/tree/index.js +24 -28
- package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
- package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
- package/lib/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
- package/lib/sidebar/components/tree-node/components/IconAction/index.js +2 -4
- package/lib/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
- package/lib/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
- package/lib/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
- package/lib/sidebar/components/tree-node/index.d.ts +7 -0
- package/lib/sidebar/components/tree-node/index.js +16 -29
- package/lib/sidebar/index.d.ts +9 -0
- package/lib/sidebar/index.js +20 -18
- package/lib/sidebar/typing.d.ts +145 -0
- package/lib/sidebar/typing.js +5 -1
- package/lib/sidebar/utils/action-ref.d.ts +3 -0
- package/lib/sidebar/utils/index.d.ts +364 -0
- package/lib/sidebar/utils/index.js +18 -19
- package/lib/skeleton/index.d.ts +3 -0
- package/lib/table/components/CardView/index.d.ts +5 -0
- package/lib/table/components/CardView/index.js +397 -0
- package/lib/table/components/CardView/index.scss +46 -0
- package/lib/table/components/EmptyContent/index.d.ts +2 -0
- package/lib/table/components/Filter/index.d.ts +12 -0
- package/lib/table/components/Filter/index.js +109 -78
- package/lib/table/components/Layout/index.d.ts +5 -0
- package/lib/table/components/Layout/index.js +17 -17
- package/lib/table/components/Layout/index.scss +1 -0
- package/lib/table/components/LoadMore/index.d.ts +20 -0
- package/lib/table/components/LoadMore/index.js +99 -0
- package/lib/table/components/LoadMore/index.scss +19 -0
- package/lib/table/components/Pagination/index.d.ts +8 -0
- package/lib/table/components/Pagination/index.js +47 -30
- package/lib/table/components/QuickAction/index.d.ts +11 -0
- package/lib/table/components/QuickAction/index.js +2 -3
- package/lib/table/components/ToolBar/CardSwitch.d.ts +8 -0
- package/lib/table/components/ToolBar/CardSwitch.js +60 -0
- package/lib/table/components/ToolBar/DensityIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/DensityIcon.js +2 -7
- package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/FilterColumnIcon.js +40 -34
- package/lib/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/FullScreenIcon.js +0 -1
- package/lib/table/components/ToolBar/Fullscreen.d.ts +10 -0
- package/lib/table/components/ToolBar/Fullscreen.js +10 -3
- package/lib/table/components/ToolBar/RefreshIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/RefreshIcon.js +164 -29
- package/lib/table/components/ToolBar/index.d.ts +5 -0
- package/lib/table/components/ToolBar/index.js +64 -32
- package/lib/table/components/ToolBar/index.scss +27 -1
- package/lib/table/index.d.ts +6 -0
- package/lib/table/index.js +307 -136
- package/lib/table/index.scss +8 -0
- package/lib/table/typing.d.ts +426 -0
- package/lib/table/typing.js +5 -1
- package/lib/table/utils/columnRender.d.ts +13 -0
- package/lib/table/utils/columnRender.js +32 -36
- package/lib/table/utils/genProColumnToColumn.d.ts +13 -0
- package/lib/table/utils/genProColumnToColumn.js +10 -3
- package/lib/table/utils/getTableProps.d.ts +2 -0
- package/lib/table/utils/getTableSortIcons.d.ts +3 -0
- package/lib/table/utils/index.d.ts +19 -0
- package/lib/table/utils/index.js +0 -6
- package/lib/table/utils/pureColumnRender.d.ts +9 -0
- package/lib/table/utils/pureColumnRender.js +1 -9
- package/lib/table/utils/pureGenProColumnToColumn.d.ts +7 -0
- package/lib/table/utils/useTableSelection.d.ts +3 -0
- package/lib/table/utils/util.d.ts +5 -0
- package/lib/table/utils/util.js +25 -0
- package/lib/templates/Detail/index.d.ts +2 -0
- package/lib/templates/Form/index.d.ts +2 -0
- package/lib/templates/List/index.d.ts +9 -0
- package/lib/templates/List/index.js +6 -4
- package/lib/templates/index.d.ts +3 -0
- package/lib/timeline/ProTimeLineItem/index.d.ts +5 -0
- package/lib/timeline/ProTimeLineItem/index.js +5 -9
- package/lib/timeline/index.d.ts +10 -0
- package/lib/timeline/index.js +5 -5
- package/lib/timeline/typing.d.ts +107 -0
- package/lib/timeline/typing.js +5 -1
- package/lib/utils/aspect.d.ts +2 -0
- package/lib/utils/aspect.js +67 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/message.d.ts +3 -0
- package/lib/utils/message.js +5 -3
- package/lib/xconsole.scss +527 -0
- package/package.json +9 -8
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
var _excluded = ["className", "onChange", "total", "pageSize", "current", "pageSizeList", "pageSizeSelector", "onPageSizeChange", "responsivePaginationType"];
|
|
2
|
-
function
|
|
1
|
+
var _excluded = ["className", "onChange", "total", "pageSize", "current", "pageSizeList", "pageSizeSelector", "onPageSizeChange", "responsivePaginationType", "useMaxData"];
|
|
2
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3
5
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
4
6
|
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."); }
|
|
5
7
|
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); }
|
|
@@ -9,7 +11,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
9
11
|
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; }
|
|
10
12
|
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; }
|
|
11
13
|
// 自适应宽度的翻页器
|
|
12
|
-
import React, { useState, useEffect } from 'react';
|
|
14
|
+
import React, { useState, useEffect, useMemo } from 'react';
|
|
13
15
|
import { Pagination, Balloon, Select, Button, Input, Icon } from '@alicloudfe/components';
|
|
14
16
|
import { getMessage, cls, usePrefixCls } from '@teamix/utils';
|
|
15
17
|
import { useResponsiveProps } from '@teamix/hooks';
|
|
@@ -24,6 +26,7 @@ export default (function (props) {
|
|
|
24
26
|
pageSizeSelector = props.pageSizeSelector,
|
|
25
27
|
onPageSizeChange = props.onPageSizeChange,
|
|
26
28
|
responsivePaginationType = props.responsivePaginationType,
|
|
29
|
+
useMaxData = props.useMaxData,
|
|
27
30
|
otherProps = _objectWithoutProperties(props, _excluded);
|
|
28
31
|
var basePrefix = usePrefixCls('', {
|
|
29
32
|
base: true
|
|
@@ -46,29 +49,52 @@ export default (function (props) {
|
|
|
46
49
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
47
50
|
currentPage = _useState4[0],
|
|
48
51
|
setCurrentPage = _useState4[1];
|
|
52
|
+
var maxDataState = useMemo(function () {
|
|
53
|
+
return Math.ceil((total !== null && total !== void 0 ? total : 0) / (pageSize !== null && pageSize !== void 0 ? pageSize : 0)) > 100;
|
|
54
|
+
}, [total, pageSize]);
|
|
49
55
|
var commonPaginationProps = {
|
|
50
56
|
className: className,
|
|
51
57
|
onChange: propsOnChange,
|
|
52
|
-
total: total,
|
|
58
|
+
total: useMaxData && maxDataState ? (pageSize !== null && pageSize !== void 0 ? pageSize : 0) * 100 : total,
|
|
53
59
|
pageSize: pageSize,
|
|
54
60
|
current: current,
|
|
55
61
|
shape: 'arrow-only',
|
|
56
62
|
pageSizeList: pageSizeList,
|
|
57
63
|
pageSizeSelector: pageSizeSelector,
|
|
58
64
|
pageSizePosition: 'end',
|
|
59
|
-
onPageSizeChange: onPageSizeChange
|
|
65
|
+
onPageSizeChange: onPageSizeChange,
|
|
66
|
+
// pagination 的渲染函数
|
|
67
|
+
pageNumberRender: function pageNumberRender(index) {
|
|
68
|
+
if (useMaxData && maxDataState) {
|
|
69
|
+
if (index === 100) {
|
|
70
|
+
return '100+';
|
|
71
|
+
}
|
|
72
|
+
return index;
|
|
73
|
+
}
|
|
74
|
+
return index;
|
|
75
|
+
}
|
|
60
76
|
};
|
|
77
|
+
// 获取总数
|
|
78
|
+
var getTotalContent = useMemo(function () {
|
|
79
|
+
if (useMaxData && maxDataState) {
|
|
80
|
+
return getMessage('total', {
|
|
81
|
+
total: new Intl.NumberFormat().format((pageSize !== null && pageSize !== void 0 ? pageSize : 0) * 100) + '+'
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
return getMessage('total', {
|
|
85
|
+
total: new Intl.NumberFormat().format(total !== null && total !== void 0 ? total : 0)
|
|
86
|
+
});
|
|
87
|
+
}, [pageSize, total, maxDataState]);
|
|
61
88
|
// 自定义总数,用于 small、mini
|
|
62
|
-
var customTotalRender = function customTotalRender(
|
|
89
|
+
var customTotalRender = function customTotalRender() {
|
|
63
90
|
return /*#__PURE__*/React.createElement(Balloon, {
|
|
64
91
|
visible: visible,
|
|
65
92
|
closable: false,
|
|
66
93
|
onVisibleChange: function onVisibleChange(visible) {
|
|
67
94
|
return setVisible(visible);
|
|
68
95
|
},
|
|
69
|
-
align: "t"
|
|
96
|
+
align: "t",
|
|
70
97
|
// triggerType="click"
|
|
71
|
-
,
|
|
72
98
|
trigger: /*#__PURE__*/React.createElement(Button, {
|
|
73
99
|
text: true,
|
|
74
100
|
onMouseEnter: function onMouseEnter() {
|
|
@@ -77,9 +103,7 @@ export default (function (props) {
|
|
|
77
103
|
style: {
|
|
78
104
|
lineHeight: '18px'
|
|
79
105
|
}
|
|
80
|
-
},
|
|
81
|
-
total: new Intl.NumberFormat().format(total)
|
|
82
|
-
}))
|
|
106
|
+
}, getTotalContent)
|
|
83
107
|
}, /*#__PURE__*/React.createElement("div", {
|
|
84
108
|
className: prefixCls('custom-total-content')
|
|
85
109
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -99,13 +123,11 @@ export default (function (props) {
|
|
|
99
123
|
}
|
|
100
124
|
})));
|
|
101
125
|
};
|
|
102
|
-
|
|
103
126
|
// 获取页总数
|
|
104
127
|
function getTotalPage(total, currentPageSize) {
|
|
105
128
|
var totalPage = Math.ceil(total / currentPageSize);
|
|
106
129
|
return totalPage <= 0 ? 1 : totalPage;
|
|
107
130
|
}
|
|
108
|
-
|
|
109
131
|
// 自定义翻页,用于 mini
|
|
110
132
|
var customJumpRender = function customJumpRender() {
|
|
111
133
|
var handleInputChange = function handleInputChange(value, e) {
|
|
@@ -161,9 +183,8 @@ export default (function (props) {
|
|
|
161
183
|
}
|
|
162
184
|
}, "/"), getTotalPage(total, pageSize)), /*#__PURE__*/React.createElement(Button, {
|
|
163
185
|
className: basePrefix('next', 'pagination-item'),
|
|
164
|
-
onClick: handleNextClick
|
|
186
|
+
onClick: handleNextClick,
|
|
165
187
|
//@ts-ignore
|
|
166
|
-
,
|
|
167
188
|
disabled: total && Number(currentPage) >= getTotalPage(total, pageSize)
|
|
168
189
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
169
190
|
size: "small",
|
|
@@ -173,47 +194,43 @@ export default (function (props) {
|
|
|
173
194
|
var renderMiniPagination = function renderMiniPagination() {
|
|
174
195
|
if (total && pageSize) {
|
|
175
196
|
if (total / pageSize <= 2) {
|
|
176
|
-
return /*#__PURE__*/React.createElement(Pagination,
|
|
197
|
+
return /*#__PURE__*/React.createElement(Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), {}, {
|
|
177
198
|
type: "simple"
|
|
178
199
|
}, otherProps));
|
|
179
200
|
} else {
|
|
180
201
|
return /*#__PURE__*/React.createElement("div", {
|
|
181
202
|
className: cls(basePrefix('pagination'), prefixCls('custom-mini-pagination'))
|
|
182
|
-
}, customTotalRender(
|
|
203
|
+
}, customTotalRender(), customJumpRender());
|
|
183
204
|
}
|
|
184
205
|
}
|
|
185
206
|
};
|
|
186
207
|
var renderPagination = function renderPagination() {
|
|
187
208
|
switch (responsivePaginationType || responsiveProps) {
|
|
188
209
|
case 'normal':
|
|
189
|
-
return /*#__PURE__*/React.createElement(Pagination,
|
|
190
|
-
totalRender: function totalRender(
|
|
191
|
-
return
|
|
192
|
-
total: new Intl.NumberFormat().format(total)
|
|
193
|
-
});
|
|
210
|
+
return /*#__PURE__*/React.createElement(Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), {}, {
|
|
211
|
+
totalRender: function totalRender() {
|
|
212
|
+
return getTotalContent;
|
|
194
213
|
}
|
|
195
214
|
}, otherProps));
|
|
196
215
|
case 'simple':
|
|
197
|
-
return /*#__PURE__*/React.createElement(Pagination,
|
|
216
|
+
return /*#__PURE__*/React.createElement(Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), {}, {
|
|
198
217
|
pageShowCount: 3,
|
|
199
|
-
totalRender: function totalRender(
|
|
200
|
-
return
|
|
201
|
-
total: new Intl.NumberFormat().format(total)
|
|
202
|
-
});
|
|
218
|
+
totalRender: function totalRender() {
|
|
219
|
+
return getTotalContent;
|
|
203
220
|
}
|
|
204
221
|
}, otherProps));
|
|
205
222
|
case 'small':
|
|
206
|
-
return /*#__PURE__*/React.createElement(Pagination,
|
|
223
|
+
return /*#__PURE__*/React.createElement(Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), {}, {
|
|
207
224
|
pageShowCount: 3,
|
|
208
225
|
pageSizeSelector: false,
|
|
209
|
-
totalRender: function totalRender(
|
|
210
|
-
return customTotalRender(
|
|
226
|
+
totalRender: function totalRender() {
|
|
227
|
+
return customTotalRender();
|
|
211
228
|
}
|
|
212
229
|
}, otherProps));
|
|
213
230
|
case 'mini':
|
|
214
231
|
return renderMiniPagination();
|
|
215
232
|
default:
|
|
216
|
-
return /*#__PURE__*/React.createElement(Pagination,
|
|
233
|
+
return /*#__PURE__*/React.createElement(Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), otherProps));
|
|
217
234
|
}
|
|
218
235
|
};
|
|
219
236
|
return (
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ProActionButtonProps } from '../../../actions';
|
|
3
|
+
import { ProTableActionType, innerRowSelectionType, rowSelectionType } from '../../typing';
|
|
4
|
+
interface QuickActionProps {
|
|
5
|
+
quickAction?: ProActionButtonProps | React.ReactNode | React.ReactNode[];
|
|
6
|
+
actionRef: React.MutableRefObject<ProTableActionType | undefined>;
|
|
7
|
+
rowSelection?: innerRowSelectionType | rowSelectionType;
|
|
8
|
+
dataTeamixSpm?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const QuickAction: React.FC<QuickActionProps>;
|
|
11
|
+
export default QuickAction;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
1
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
2
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
3
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -19,10 +18,10 @@ var QuickAction = function QuickAction(props) {
|
|
|
19
18
|
};
|
|
20
19
|
return /*#__PURE__*/React.createElement("div", {
|
|
21
20
|
className: "teamix-pro-table-layout-quick-action"
|
|
22
|
-
}, /*#__PURE__*/React.createElement(ProActionButton,
|
|
21
|
+
}, /*#__PURE__*/React.createElement(ProActionButton, _objectSpread(_objectSpread({
|
|
23
22
|
type: "primary",
|
|
24
23
|
text: true
|
|
25
|
-
}, quickAction, {
|
|
24
|
+
}, quickAction), {}, {
|
|
26
25
|
context: _objectSpread(_objectSpread({}, defaultContext), quickAction.context)
|
|
27
26
|
})));
|
|
28
27
|
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
|
+
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."); }
|
|
3
|
+
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); }
|
|
4
|
+
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; }
|
|
5
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
|
+
/**
|
|
8
|
+
* 切换 table card 视角
|
|
9
|
+
*/
|
|
10
|
+
import React, { useState } from 'react';
|
|
11
|
+
import { Radio } from '@alicloudfe/components';
|
|
12
|
+
import TeamixIcon from '@teamix/icon';
|
|
13
|
+
import { usePrefixCls } from '@teamix/utils';
|
|
14
|
+
import './index.scss';
|
|
15
|
+
import { emit } from '../../utils';
|
|
16
|
+
var RadioGroup = Radio.Group;
|
|
17
|
+
var cls = usePrefixCls('teamix-pro-table-toolbar-switch-card');
|
|
18
|
+
var CardSwitch = function CardSwitch(props) {
|
|
19
|
+
var actionRef = props.actionRef,
|
|
20
|
+
defaultView = props.defaultView;
|
|
21
|
+
// 选择视角
|
|
22
|
+
var _useState = useState(defaultView !== null && defaultView !== void 0 ? defaultView : 'table'),
|
|
23
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
24
|
+
radioView = _useState2[0],
|
|
25
|
+
setRadioView = _useState2[1];
|
|
26
|
+
// 选择视角回调
|
|
27
|
+
var onRadioViewChange = function onRadioViewChange(value) {
|
|
28
|
+
var _actionRef$current, _actionRef$current$sw;
|
|
29
|
+
setRadioView(value);
|
|
30
|
+
(_actionRef$current = actionRef.current) === null || _actionRef$current === void 0 ? void 0 : (_actionRef$current$sw = _actionRef$current.switchView) === null || _actionRef$current$sw === void 0 ? void 0 : _actionRef$current$sw.call(_actionRef$current, value);
|
|
31
|
+
emit('cardSwitchChange', value);
|
|
32
|
+
};
|
|
33
|
+
return /*#__PURE__*/React.createElement(RadioGroup, {
|
|
34
|
+
shape: "button",
|
|
35
|
+
value: radioView,
|
|
36
|
+
onChange: onRadioViewChange,
|
|
37
|
+
className: cls()
|
|
38
|
+
}, /*#__PURE__*/React.createElement(Radio, {
|
|
39
|
+
id: "banana",
|
|
40
|
+
value: "table"
|
|
41
|
+
}, /*#__PURE__*/React.createElement(TeamixIcon, {
|
|
42
|
+
type: "menu-line",
|
|
43
|
+
size: "small"
|
|
44
|
+
})), /*#__PURE__*/React.createElement(Radio, {
|
|
45
|
+
id: "watermelon",
|
|
46
|
+
value: "card"
|
|
47
|
+
}, /*#__PURE__*/React.createElement(TeamixIcon, {
|
|
48
|
+
type: "all-line",
|
|
49
|
+
size: "small"
|
|
50
|
+
})));
|
|
51
|
+
};
|
|
52
|
+
export default CardSwitch;
|
|
@@ -22,7 +22,6 @@ var DensityIcon = function DensityIcon(props) {
|
|
|
22
22
|
size = _useState2[0],
|
|
23
23
|
setSize = _useState2[1];
|
|
24
24
|
// const [fullscreen, setFullscreen] = useState<boolean>(false);
|
|
25
|
-
|
|
26
25
|
// tooltip 开关
|
|
27
26
|
var _useState3 = useState(false),
|
|
28
27
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -33,21 +32,18 @@ var DensityIcon = function DensityIcon(props) {
|
|
|
33
32
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
34
33
|
dropdownVisible = _useState6[0],
|
|
35
34
|
setDropdownVisible = _useState6[1];
|
|
36
|
-
|
|
37
35
|
// 设置大小
|
|
38
36
|
var radioOnchange = function radioOnchange(mode) {
|
|
39
37
|
var _actionRef$current2, _actionRef$current2$s;
|
|
40
38
|
setSize(mode);
|
|
41
39
|
(_actionRef$current2 = actionRef.current) === null || _actionRef$current2 === void 0 ? void 0 : (_actionRef$current2$s = _actionRef$current2.setSize) === null || _actionRef$current2$s === void 0 ? void 0 : _actionRef$current2$s.call(_actionRef$current2, mode);
|
|
42
40
|
};
|
|
43
|
-
|
|
44
41
|
// // 销毁监听函数
|
|
45
42
|
// useEffect(() => {
|
|
46
43
|
// return () => {
|
|
47
44
|
// actionRef.current?.off?.('densityIcon');
|
|
48
45
|
// };
|
|
49
46
|
// }, []);
|
|
50
|
-
|
|
51
47
|
// // 监听全屏变化
|
|
52
48
|
// actionRef.current?.on?.(
|
|
53
49
|
// (state: boolean) => {
|
|
@@ -56,11 +52,11 @@ var DensityIcon = function DensityIcon(props) {
|
|
|
56
52
|
// 'fullScreenState',
|
|
57
53
|
// 'densityIcon',
|
|
58
54
|
// );
|
|
59
|
-
|
|
60
55
|
var renderDropdown = function renderDropdown() {
|
|
61
56
|
return /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(Dropdown
|
|
62
57
|
// safeNode={() => sizeMenuRef.current || document}
|
|
63
58
|
, {
|
|
59
|
+
// safeNode={() => sizeMenuRef.current || document}
|
|
64
60
|
trigger: /*#__PURE__*/React.createElement(Button, {
|
|
65
61
|
iconSize: "small",
|
|
66
62
|
className: cls()
|
|
@@ -74,9 +70,8 @@ var DensityIcon = function DensityIcon(props) {
|
|
|
74
70
|
setTooltipVisible(false);
|
|
75
71
|
setDropdownVisible(state);
|
|
76
72
|
},
|
|
77
|
-
triggerType: ['click']
|
|
73
|
+
triggerType: ['click'],
|
|
78
74
|
// key={index}
|
|
79
|
-
,
|
|
80
75
|
align: "tr br"
|
|
81
76
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Menu, null, /*#__PURE__*/React.createElement(RadioItem, {
|
|
82
77
|
key: "medium",
|
|
@@ -18,7 +18,7 @@ import { Button, Dropdown, Menu, Dialog, Grid, Checkbox } from '@alicloudfe/comp
|
|
|
18
18
|
import TeamixIcon from '@teamix/icon';
|
|
19
19
|
import { usePrefixCls, getMessage, getGlobalConfig } from '@teamix/utils';
|
|
20
20
|
import React, { useState, useEffect } from 'react';
|
|
21
|
-
import {
|
|
21
|
+
import { off, on } from '../../utils';
|
|
22
22
|
import { Ellipsis } from '../../../field';
|
|
23
23
|
import './index.scss';
|
|
24
24
|
var CheckboxItem = Menu.CheckboxItem;
|
|
@@ -58,7 +58,6 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
58
58
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
59
59
|
newColumns = _useState6[0],
|
|
60
60
|
setNewColumns = _useState6[1];
|
|
61
|
-
|
|
62
61
|
// const [fullscreen, setFullscreen] = useState<boolean>(false);
|
|
63
62
|
// tooltip 开关
|
|
64
63
|
var _useState7 = useState(false),
|
|
@@ -70,83 +69,90 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
70
69
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
71
70
|
dropdownVisible = _useState10[0],
|
|
72
71
|
setDropdownVisible = _useState10[1];
|
|
72
|
+
// 视角
|
|
73
|
+
var _useState11 = useState('table'),
|
|
74
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
75
|
+
cardView = _useState12[0],
|
|
76
|
+
setCardView = _useState12[1];
|
|
73
77
|
useEffect(function () {
|
|
74
78
|
on === null || on === void 0 ? void 0 : on(function (stateFilterColumns) {
|
|
75
79
|
if (stateFilterColumns && stateFilterColumns.length > 0) {
|
|
76
80
|
var showDataIndex = stateFilterColumns.map(function (item) {
|
|
77
81
|
return item.dataIndex;
|
|
78
82
|
});
|
|
79
|
-
var stateColumns =
|
|
83
|
+
var stateColumns = processColumns(columns).map(function (item) {
|
|
80
84
|
if (!showDataIndex.includes(item.dataIndex)) {
|
|
81
|
-
item
|
|
85
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
86
|
+
columnFilters: false
|
|
87
|
+
});
|
|
82
88
|
}
|
|
83
89
|
return item;
|
|
84
90
|
});
|
|
85
91
|
setNewColumns(stateColumns);
|
|
86
92
|
}
|
|
87
93
|
}, 'refreshFilterState');
|
|
94
|
+
on === null || on === void 0 ? void 0 : on(function (view) {
|
|
95
|
+
setCardView(view);
|
|
96
|
+
}, 'cardSwitchChange');
|
|
88
97
|
return function () {
|
|
89
98
|
off('refreshFilterState');
|
|
99
|
+
off('cardSwitchChange');
|
|
90
100
|
};
|
|
91
101
|
});
|
|
92
102
|
useEffect(function () {
|
|
93
103
|
setNewColumns(processColumns(columns));
|
|
94
104
|
}, [columns]);
|
|
95
|
-
|
|
96
105
|
// 全选
|
|
97
106
|
var onChangeAllColumns = function onChangeAllColumns(check) {
|
|
98
107
|
setAllVisible(check);
|
|
99
|
-
var keyNewColumns =
|
|
100
|
-
keyNewColumns.map(function (item) {
|
|
108
|
+
var keyNewColumns = newColumns.map(function (item) {
|
|
101
109
|
var _item$columnFiltersDi;
|
|
102
|
-
|
|
103
|
-
|
|
110
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
111
|
+
columnFilters: (_item$columnFiltersDi = item.columnFiltersDisabled) !== null && _item$columnFiltersDi !== void 0 ? _item$columnFiltersDi : check
|
|
112
|
+
});
|
|
104
113
|
});
|
|
105
114
|
notifyTableRender(keyNewColumns);
|
|
106
115
|
};
|
|
107
|
-
|
|
108
116
|
// 重置
|
|
109
117
|
var restColumns = function restColumns(e) {
|
|
110
118
|
e.stopPropagation();
|
|
111
119
|
var keyNewColumns = processColumns(columns);
|
|
112
120
|
notifyTableRender(keyNewColumns);
|
|
113
121
|
};
|
|
114
|
-
|
|
115
122
|
// 修改
|
|
116
123
|
var onChangeColumns = function onChangeColumns(check, dataIndex) {
|
|
117
|
-
var keyNewColumns =
|
|
118
|
-
keyNewColumns.map(function (item) {
|
|
124
|
+
var keyNewColumns = newColumns.map(function (item) {
|
|
119
125
|
if (item.dataIndex === dataIndex) {
|
|
120
126
|
item.columnFilters = check;
|
|
127
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
128
|
+
columnFilters: check
|
|
129
|
+
});
|
|
121
130
|
}
|
|
122
131
|
return item;
|
|
123
132
|
});
|
|
124
133
|
notifyTableRender(keyNewColumns);
|
|
125
134
|
};
|
|
126
|
-
|
|
127
135
|
// 修改:dialog
|
|
128
136
|
var onChangeColumnsForDialog = function onChangeColumnsForDialog() {
|
|
129
|
-
|
|
130
|
-
notifyTableRender(keyNewColumns);
|
|
137
|
+
notifyTableRender(newColumns);
|
|
131
138
|
setDropdownVisible(false);
|
|
132
139
|
};
|
|
133
|
-
|
|
134
140
|
// 向上
|
|
135
141
|
var moveUp = function moveUp(e, dataIndex) {
|
|
136
142
|
var _newColumns$filter, _newColumns$filter2;
|
|
137
143
|
e.stopPropagation();
|
|
138
|
-
var keyNewColumns =
|
|
144
|
+
var keyNewColumns = _toConsumableArray(newColumns).filter(function (_ref) {
|
|
139
145
|
var lock = _ref.lock;
|
|
140
146
|
return !lock;
|
|
141
147
|
});
|
|
142
|
-
var headLock =
|
|
148
|
+
var headLock = (_newColumns$filter = newColumns.filter(function (_ref2) {
|
|
143
149
|
var lock = _ref2.lock;
|
|
144
150
|
return lock === true || lock === 'left';
|
|
145
|
-
})) !== null && _newColumns$filter !== void 0 ? _newColumns$filter : []
|
|
146
|
-
var tailLock =
|
|
151
|
+
})) !== null && _newColumns$filter !== void 0 ? _newColumns$filter : [];
|
|
152
|
+
var tailLock = (_newColumns$filter2 = newColumns.filter(function (_ref3) {
|
|
147
153
|
var lock = _ref3.lock;
|
|
148
154
|
return lock === 'right';
|
|
149
|
-
})) !== null && _newColumns$filter2 !== void 0 ? _newColumns$filter2 : []
|
|
155
|
+
})) !== null && _newColumns$filter2 !== void 0 ? _newColumns$filter2 : [];
|
|
150
156
|
var index = keyNewColumns.findIndex(function (_ref4) {
|
|
151
157
|
var index = _ref4.dataIndex;
|
|
152
158
|
return index === dataIndex;
|
|
@@ -158,23 +164,22 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
158
164
|
}
|
|
159
165
|
notifyTableRender([].concat(_toConsumableArray(headLock), _toConsumableArray(keyNewColumns), _toConsumableArray(tailLock)));
|
|
160
166
|
};
|
|
161
|
-
|
|
162
167
|
// 向下
|
|
163
168
|
var moveDown = function moveDown(e, dataIndex) {
|
|
164
169
|
var _newColumns$filter3, _newColumns$filter4;
|
|
165
170
|
e.stopPropagation();
|
|
166
|
-
var keyNewColumns =
|
|
171
|
+
var keyNewColumns = _toConsumableArray(newColumns).filter(function (_ref5) {
|
|
167
172
|
var lock = _ref5.lock;
|
|
168
173
|
return !lock;
|
|
169
174
|
});
|
|
170
|
-
var headLock =
|
|
175
|
+
var headLock = (_newColumns$filter3 = newColumns.filter(function (_ref6) {
|
|
171
176
|
var lock = _ref6.lock;
|
|
172
177
|
return lock === true || lock === 'left';
|
|
173
|
-
})) !== null && _newColumns$filter3 !== void 0 ? _newColumns$filter3 : []
|
|
174
|
-
var tailLock =
|
|
178
|
+
})) !== null && _newColumns$filter3 !== void 0 ? _newColumns$filter3 : [];
|
|
179
|
+
var tailLock = (_newColumns$filter4 = newColumns.filter(function (_ref7) {
|
|
175
180
|
var lock = _ref7.lock;
|
|
176
181
|
return lock === 'right';
|
|
177
|
-
})) !== null && _newColumns$filter4 !== void 0 ? _newColumns$filter4 : []
|
|
182
|
+
})) !== null && _newColumns$filter4 !== void 0 ? _newColumns$filter4 : [];
|
|
178
183
|
var index = keyNewColumns.findIndex(function (_ref8) {
|
|
179
184
|
var index = _ref8.dataIndex;
|
|
180
185
|
return index === dataIndex;
|
|
@@ -186,7 +191,6 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
186
191
|
}
|
|
187
192
|
notifyTableRender([].concat(_toConsumableArray(headLock), _toConsumableArray(keyNewColumns), _toConsumableArray(tailLock)));
|
|
188
193
|
};
|
|
189
|
-
|
|
190
194
|
// 通知表格渲染
|
|
191
195
|
var notifyTableRender = function notifyTableRender(columns) {
|
|
192
196
|
var _actionRef$current, _actionRef$current$se;
|
|
@@ -194,7 +198,6 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
194
198
|
setNewColumns(columns);
|
|
195
199
|
(_actionRef$current = actionRef.current) === null || _actionRef$current === void 0 ? void 0 : (_actionRef$current$se = _actionRef$current.setColumn) === null || _actionRef$current$se === void 0 ? void 0 : _actionRef$current$se.call(_actionRef$current, columns, false);
|
|
196
200
|
};
|
|
197
|
-
|
|
198
201
|
// 计算全选状态
|
|
199
202
|
var calculateSelectAllState = function calculateSelectAllState(columns) {
|
|
200
203
|
var flag = columns.reduce(function (acc, cur) {
|
|
@@ -240,7 +243,8 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
240
243
|
}, /*#__PURE__*/React.createElement(CheckboxItem, {
|
|
241
244
|
indeterminate: indeterminate,
|
|
242
245
|
checked: allVisible,
|
|
243
|
-
onChange: onChangeAllColumns
|
|
246
|
+
onChange: onChangeAllColumns,
|
|
247
|
+
disabled: cardView === 'card'
|
|
244
248
|
}, getMessage('selectAll'), /*#__PURE__*/React.createElement(Button, {
|
|
245
249
|
onClick: restColumns,
|
|
246
250
|
className: cls({
|
|
@@ -268,7 +272,7 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
268
272
|
return onChangeColumns(check, dataIndex);
|
|
269
273
|
},
|
|
270
274
|
disabled: columnFiltersDisabled
|
|
271
|
-
}, title, !lock && !columnFiltersDisabled && /*#__PURE__*/React.createElement("div", {
|
|
275
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, title, !lock && !columnFiltersDisabled && /*#__PURE__*/React.createElement("div", {
|
|
272
276
|
className: cls({
|
|
273
277
|
sort: true
|
|
274
278
|
})
|
|
@@ -284,7 +288,7 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
284
288
|
onClick: function onClick(e) {
|
|
285
289
|
return moveUp(e, dataIndex);
|
|
286
290
|
}
|
|
287
|
-
})));
|
|
291
|
+
}))));
|
|
288
292
|
})))));
|
|
289
293
|
};
|
|
290
294
|
var renderDialog = function renderDialog() {
|
|
@@ -328,9 +332,11 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
328
332
|
return key === dataIndex;
|
|
329
333
|
})) === null || _newColumns$find2 === void 0 ? void 0 : _newColumns$find2.columnFilters,
|
|
330
334
|
onChange: function onChange(check) {
|
|
331
|
-
var columnsList =
|
|
335
|
+
var columnsList = newColumns.map(function (item) {
|
|
332
336
|
if (item.dataIndex === dataIndex) {
|
|
333
|
-
item
|
|
337
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
338
|
+
columnFilters: check
|
|
339
|
+
});
|
|
334
340
|
}
|
|
335
341
|
return item;
|
|
336
342
|
});
|
|
@@ -10,7 +10,6 @@ var cls = usePrefixCls('teamix-pro-table-toolbar-icon');
|
|
|
10
10
|
var FullScreenIcon = function FullScreenIcon(props) {
|
|
11
11
|
var actionRef = props.actionRef,
|
|
12
12
|
fullScreenState = props.fullScreenState;
|
|
13
|
-
|
|
14
13
|
// 点击全屏
|
|
15
14
|
var allScreenHandle = function allScreenHandle() {
|
|
16
15
|
setTimeout(function () {
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
import { ProTableActionType } from '../../typing';
|
|
4
|
+
declare type ProTableFullScreenProps = {
|
|
5
|
+
children: (isFullScreen: boolean) => React.ReactNode | React.ReactNode;
|
|
6
|
+
visible: boolean;
|
|
7
|
+
actionRef: React.MutableRefObject<ProTableActionType | undefined>;
|
|
8
|
+
};
|
|
9
|
+
declare const FullScreen: React.FC<ProTableFullScreenProps>;
|
|
10
|
+
export default FullScreen;
|
|
@@ -16,7 +16,6 @@ var FullScreen = function FullScreen(props) {
|
|
|
16
16
|
actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current2 = actionRef.current) === null || _actionRef$current2 === void 0 ? void 0 : (_actionRef$current2$f = _actionRef$current2.fullScreen) === null || _actionRef$current2$f === void 0 ? void 0 : _actionRef$current2$f.call(_actionRef$current2);
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
|
-
|
|
20
19
|
// 监听esc按钮
|
|
21
20
|
useEffect(function () {
|
|
22
21
|
window.addEventListener('keydown', closeByESC);
|
|
@@ -25,6 +24,7 @@ var FullScreen = function FullScreen(props) {
|
|
|
25
24
|
};
|
|
26
25
|
}, [visible, actionRef]);
|
|
27
26
|
var afterClose = function afterClose() {
|
|
27
|
+
var _document;
|
|
28
28
|
// 判断全屏前后筛选表单值是否有改变
|
|
29
29
|
var n = JSON.stringify(getValidValues(normalDataFilterForm === null || normalDataFilterForm === void 0 ? void 0 : normalDataFilterForm.values));
|
|
30
30
|
var f = JSON.stringify(getValidValues(fullscreenDataFilterForm === null || fullscreenDataFilterForm === void 0 ? void 0 : fullscreenDataFilterForm.values));
|
|
@@ -37,10 +37,14 @@ var FullScreen = function FullScreen(props) {
|
|
|
37
37
|
}
|
|
38
38
|
// 关闭全屏后,关闭全屏表单onFilter
|
|
39
39
|
filterEnableRef.current.fullscreen = false;
|
|
40
|
+
// 移除类名
|
|
41
|
+
if (document && ((_document = document) === null || _document === void 0 ? void 0 : _document.body)) {
|
|
42
|
+
document.body.classList.remove('teamix-pro-table-fullscreen-for-body');
|
|
43
|
+
}
|
|
40
44
|
};
|
|
41
|
-
|
|
42
45
|
// 全屏开启之后
|
|
43
46
|
var afterOpen = function afterOpen() {
|
|
47
|
+
var _document2;
|
|
44
48
|
// 判断全屏前后筛选表单值是否有改变
|
|
45
49
|
var n = JSON.stringify(getValidValues(normalDataFilterForm === null || normalDataFilterForm === void 0 ? void 0 : normalDataFilterForm.values));
|
|
46
50
|
var f = JSON.stringify(getValidValues(fullscreenDataFilterForm === null || fullscreenDataFilterForm === void 0 ? void 0 : fullscreenDataFilterForm.values));
|
|
@@ -53,7 +57,10 @@ var FullScreen = function FullScreen(props) {
|
|
|
53
57
|
}
|
|
54
58
|
// 全屏后,关闭普通表单onFilter
|
|
55
59
|
filterEnableRef.current.normal = false;
|
|
56
|
-
|
|
60
|
+
// 为 body 添加类名,用于判断是否全屏
|
|
61
|
+
if (document && ((_document2 = document) === null || _document2 === void 0 ? void 0 : _document2.body)) {
|
|
62
|
+
document.body.classList.add('teamix-pro-table-fullscreen-for-body');
|
|
63
|
+
}
|
|
57
64
|
// 消息提示
|
|
58
65
|
Message.show({
|
|
59
66
|
type: 'notice',
|