@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
|
@@ -10,10 +10,12 @@ var _components = require("@alicloudfe/components");
|
|
|
10
10
|
var _utils = require("@teamix/utils");
|
|
11
11
|
var _hooks = require("@teamix/hooks");
|
|
12
12
|
require("./index.scss");
|
|
13
|
-
var _excluded = ["className", "onChange", "total", "pageSize", "current", "pageSizeList", "pageSizeSelector", "onPageSizeChange", "responsivePaginationType"];
|
|
13
|
+
var _excluded = ["className", "onChange", "total", "pageSize", "current", "pageSizeList", "pageSizeSelector", "onPageSizeChange", "responsivePaginationType", "useMaxData"];
|
|
14
14
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
15
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
16
|
-
function
|
|
16
|
+
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; }
|
|
17
|
+
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; }
|
|
18
|
+
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; }
|
|
17
19
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
18
20
|
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."); }
|
|
19
21
|
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); }
|
|
@@ -32,6 +34,7 @@ var _default = function _default(props) {
|
|
|
32
34
|
pageSizeSelector = props.pageSizeSelector,
|
|
33
35
|
onPageSizeChange = props.onPageSizeChange,
|
|
34
36
|
responsivePaginationType = props.responsivePaginationType,
|
|
37
|
+
useMaxData = props.useMaxData,
|
|
35
38
|
otherProps = _objectWithoutProperties(props, _excluded);
|
|
36
39
|
var basePrefix = (0, _utils.usePrefixCls)('', {
|
|
37
40
|
base: true
|
|
@@ -54,29 +57,52 @@ var _default = function _default(props) {
|
|
|
54
57
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
55
58
|
currentPage = _useState4[0],
|
|
56
59
|
setCurrentPage = _useState4[1];
|
|
60
|
+
var maxDataState = (0, _react.useMemo)(function () {
|
|
61
|
+
return Math.ceil((total !== null && total !== void 0 ? total : 0) / (pageSize !== null && pageSize !== void 0 ? pageSize : 0)) > 100;
|
|
62
|
+
}, [total, pageSize]);
|
|
57
63
|
var commonPaginationProps = {
|
|
58
64
|
className: className,
|
|
59
65
|
onChange: propsOnChange,
|
|
60
|
-
total: total,
|
|
66
|
+
total: useMaxData && maxDataState ? (pageSize !== null && pageSize !== void 0 ? pageSize : 0) * 100 : total,
|
|
61
67
|
pageSize: pageSize,
|
|
62
68
|
current: current,
|
|
63
69
|
shape: 'arrow-only',
|
|
64
70
|
pageSizeList: pageSizeList,
|
|
65
71
|
pageSizeSelector: pageSizeSelector,
|
|
66
72
|
pageSizePosition: 'end',
|
|
67
|
-
onPageSizeChange: onPageSizeChange
|
|
73
|
+
onPageSizeChange: onPageSizeChange,
|
|
74
|
+
// pagination 的渲染函数
|
|
75
|
+
pageNumberRender: function pageNumberRender(index) {
|
|
76
|
+
if (useMaxData && maxDataState) {
|
|
77
|
+
if (index === 100) {
|
|
78
|
+
return '100+';
|
|
79
|
+
}
|
|
80
|
+
return index;
|
|
81
|
+
}
|
|
82
|
+
return index;
|
|
83
|
+
}
|
|
68
84
|
};
|
|
85
|
+
// 获取总数
|
|
86
|
+
var getTotalContent = (0, _react.useMemo)(function () {
|
|
87
|
+
if (useMaxData && maxDataState) {
|
|
88
|
+
return (0, _utils.getMessage)('total', {
|
|
89
|
+
total: new Intl.NumberFormat().format((pageSize !== null && pageSize !== void 0 ? pageSize : 0) * 100) + '+'
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
return (0, _utils.getMessage)('total', {
|
|
93
|
+
total: new Intl.NumberFormat().format(total !== null && total !== void 0 ? total : 0)
|
|
94
|
+
});
|
|
95
|
+
}, [pageSize, total, maxDataState]);
|
|
69
96
|
// 自定义总数,用于 small、mini
|
|
70
|
-
var customTotalRender = function customTotalRender(
|
|
97
|
+
var customTotalRender = function customTotalRender() {
|
|
71
98
|
return /*#__PURE__*/_react.default.createElement(_components.Balloon, {
|
|
72
99
|
visible: visible,
|
|
73
100
|
closable: false,
|
|
74
101
|
onVisibleChange: function onVisibleChange(visible) {
|
|
75
102
|
return setVisible(visible);
|
|
76
103
|
},
|
|
77
|
-
align: "t"
|
|
104
|
+
align: "t",
|
|
78
105
|
// triggerType="click"
|
|
79
|
-
,
|
|
80
106
|
trigger: /*#__PURE__*/_react.default.createElement(_components.Button, {
|
|
81
107
|
text: true,
|
|
82
108
|
onMouseEnter: function onMouseEnter() {
|
|
@@ -85,9 +111,7 @@ var _default = function _default(props) {
|
|
|
85
111
|
style: {
|
|
86
112
|
lineHeight: '18px'
|
|
87
113
|
}
|
|
88
|
-
},
|
|
89
|
-
total: new Intl.NumberFormat().format(total)
|
|
90
|
-
}))
|
|
114
|
+
}, getTotalContent)
|
|
91
115
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
92
116
|
className: prefixCls('custom-total-content')
|
|
93
117
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -107,13 +131,11 @@ var _default = function _default(props) {
|
|
|
107
131
|
}
|
|
108
132
|
})));
|
|
109
133
|
};
|
|
110
|
-
|
|
111
134
|
// 获取页总数
|
|
112
135
|
function getTotalPage(total, currentPageSize) {
|
|
113
136
|
var totalPage = Math.ceil(total / currentPageSize);
|
|
114
137
|
return totalPage <= 0 ? 1 : totalPage;
|
|
115
138
|
}
|
|
116
|
-
|
|
117
139
|
// 自定义翻页,用于 mini
|
|
118
140
|
var customJumpRender = function customJumpRender() {
|
|
119
141
|
var handleInputChange = function handleInputChange(value, e) {
|
|
@@ -169,9 +191,8 @@ var _default = function _default(props) {
|
|
|
169
191
|
}
|
|
170
192
|
}, "/"), getTotalPage(total, pageSize)), /*#__PURE__*/_react.default.createElement(_components.Button, {
|
|
171
193
|
className: basePrefix('next', 'pagination-item'),
|
|
172
|
-
onClick: handleNextClick
|
|
194
|
+
onClick: handleNextClick,
|
|
173
195
|
//@ts-ignore
|
|
174
|
-
,
|
|
175
196
|
disabled: total && Number(currentPage) >= getTotalPage(total, pageSize)
|
|
176
197
|
}, /*#__PURE__*/_react.default.createElement(_components.Icon, {
|
|
177
198
|
size: "small",
|
|
@@ -181,47 +202,43 @@ var _default = function _default(props) {
|
|
|
181
202
|
var renderMiniPagination = function renderMiniPagination() {
|
|
182
203
|
if (total && pageSize) {
|
|
183
204
|
if (total / pageSize <= 2) {
|
|
184
|
-
return /*#__PURE__*/_react.default.createElement(_components.Pagination,
|
|
205
|
+
return /*#__PURE__*/_react.default.createElement(_components.Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), {}, {
|
|
185
206
|
type: "simple"
|
|
186
207
|
}, otherProps));
|
|
187
208
|
} else {
|
|
188
209
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
189
210
|
className: (0, _utils.cls)(basePrefix('pagination'), prefixCls('custom-mini-pagination'))
|
|
190
|
-
}, customTotalRender(
|
|
211
|
+
}, customTotalRender(), customJumpRender());
|
|
191
212
|
}
|
|
192
213
|
}
|
|
193
214
|
};
|
|
194
215
|
var renderPagination = function renderPagination() {
|
|
195
216
|
switch (responsivePaginationType || responsiveProps) {
|
|
196
217
|
case 'normal':
|
|
197
|
-
return /*#__PURE__*/_react.default.createElement(_components.Pagination,
|
|
198
|
-
totalRender: function totalRender(
|
|
199
|
-
return
|
|
200
|
-
total: new Intl.NumberFormat().format(total)
|
|
201
|
-
});
|
|
218
|
+
return /*#__PURE__*/_react.default.createElement(_components.Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), {}, {
|
|
219
|
+
totalRender: function totalRender() {
|
|
220
|
+
return getTotalContent;
|
|
202
221
|
}
|
|
203
222
|
}, otherProps));
|
|
204
223
|
case 'simple':
|
|
205
|
-
return /*#__PURE__*/_react.default.createElement(_components.Pagination,
|
|
224
|
+
return /*#__PURE__*/_react.default.createElement(_components.Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), {}, {
|
|
206
225
|
pageShowCount: 3,
|
|
207
|
-
totalRender: function totalRender(
|
|
208
|
-
return
|
|
209
|
-
total: new Intl.NumberFormat().format(total)
|
|
210
|
-
});
|
|
226
|
+
totalRender: function totalRender() {
|
|
227
|
+
return getTotalContent;
|
|
211
228
|
}
|
|
212
229
|
}, otherProps));
|
|
213
230
|
case 'small':
|
|
214
|
-
return /*#__PURE__*/_react.default.createElement(_components.Pagination,
|
|
231
|
+
return /*#__PURE__*/_react.default.createElement(_components.Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), {}, {
|
|
215
232
|
pageShowCount: 3,
|
|
216
233
|
pageSizeSelector: false,
|
|
217
|
-
totalRender: function totalRender(
|
|
218
|
-
return customTotalRender(
|
|
234
|
+
totalRender: function totalRender() {
|
|
235
|
+
return customTotalRender();
|
|
219
236
|
}
|
|
220
237
|
}, otherProps));
|
|
221
238
|
case 'mini':
|
|
222
239
|
return renderMiniPagination();
|
|
223
240
|
default:
|
|
224
|
-
return /*#__PURE__*/_react.default.createElement(_components.Pagination,
|
|
241
|
+
return /*#__PURE__*/_react.default.createElement(_components.Pagination, _objectSpread(_objectSpread({}, commonPaginationProps), otherProps));
|
|
225
242
|
}
|
|
226
243
|
};
|
|
227
244
|
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;
|
|
@@ -8,7 +8,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
8
8
|
var _components = require("@alicloudfe/components");
|
|
9
9
|
var _actions = _interopRequireDefault(require("../../../actions"));
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
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); }
|
|
12
11
|
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; }
|
|
13
12
|
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; }
|
|
14
13
|
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; }
|
|
@@ -26,10 +25,10 @@ var QuickAction = function QuickAction(props) {
|
|
|
26
25
|
};
|
|
27
26
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
28
27
|
className: "teamix-pro-table-layout-quick-action"
|
|
29
|
-
}, /*#__PURE__*/_react.default.createElement(_actions.default,
|
|
28
|
+
}, /*#__PURE__*/_react.default.createElement(_actions.default, _objectSpread(_objectSpread({
|
|
30
29
|
type: "primary",
|
|
31
30
|
text: true
|
|
32
|
-
}, quickAction, {
|
|
31
|
+
}, quickAction), {}, {
|
|
33
32
|
context: _objectSpread(_objectSpread({}, defaultContext), quickAction.context)
|
|
34
33
|
})));
|
|
35
34
|
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _components = require("@alicloudfe/components");
|
|
10
|
+
var _icon = _interopRequireDefault(require("@teamix/icon"));
|
|
11
|
+
var _utils = require("@teamix/utils");
|
|
12
|
+
require("./index.scss");
|
|
13
|
+
var _utils2 = require("../../utils");
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
18
|
+
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."); }
|
|
19
|
+
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); }
|
|
20
|
+
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; }
|
|
21
|
+
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; }
|
|
22
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
23
|
+
var RadioGroup = _components.Radio.Group;
|
|
24
|
+
var cls = (0, _utils.usePrefixCls)('teamix-pro-table-toolbar-switch-card');
|
|
25
|
+
var CardSwitch = function CardSwitch(props) {
|
|
26
|
+
var actionRef = props.actionRef,
|
|
27
|
+
defaultView = props.defaultView;
|
|
28
|
+
// 选择视角
|
|
29
|
+
var _useState = (0, _react.useState)(defaultView !== null && defaultView !== void 0 ? defaultView : 'table'),
|
|
30
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
31
|
+
radioView = _useState2[0],
|
|
32
|
+
setRadioView = _useState2[1];
|
|
33
|
+
// 选择视角回调
|
|
34
|
+
var onRadioViewChange = function onRadioViewChange(value) {
|
|
35
|
+
var _actionRef$current, _actionRef$current$sw;
|
|
36
|
+
setRadioView(value);
|
|
37
|
+
(_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);
|
|
38
|
+
(0, _utils2.emit)('cardSwitchChange', value);
|
|
39
|
+
};
|
|
40
|
+
return /*#__PURE__*/_react.default.createElement(RadioGroup, {
|
|
41
|
+
shape: "button",
|
|
42
|
+
value: radioView,
|
|
43
|
+
onChange: onRadioViewChange,
|
|
44
|
+
className: cls()
|
|
45
|
+
}, /*#__PURE__*/_react.default.createElement(_components.Radio, {
|
|
46
|
+
id: "banana",
|
|
47
|
+
value: "table"
|
|
48
|
+
}, /*#__PURE__*/_react.default.createElement(_icon.default, {
|
|
49
|
+
type: "menu-line",
|
|
50
|
+
size: "small"
|
|
51
|
+
})), /*#__PURE__*/_react.default.createElement(_components.Radio, {
|
|
52
|
+
id: "watermelon",
|
|
53
|
+
value: "card"
|
|
54
|
+
}, /*#__PURE__*/_react.default.createElement(_icon.default, {
|
|
55
|
+
type: "all-line",
|
|
56
|
+
size: "small"
|
|
57
|
+
})));
|
|
58
|
+
};
|
|
59
|
+
var _default = CardSwitch;
|
|
60
|
+
exports.default = _default;
|
|
@@ -29,7 +29,6 @@ var DensityIcon = function DensityIcon(props) {
|
|
|
29
29
|
size = _useState2[0],
|
|
30
30
|
setSize = _useState2[1];
|
|
31
31
|
// const [fullscreen, setFullscreen] = useState<boolean>(false);
|
|
32
|
-
|
|
33
32
|
// tooltip 开关
|
|
34
33
|
var _useState3 = (0, _react.useState)(false),
|
|
35
34
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -40,21 +39,18 @@ var DensityIcon = function DensityIcon(props) {
|
|
|
40
39
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
41
40
|
dropdownVisible = _useState6[0],
|
|
42
41
|
setDropdownVisible = _useState6[1];
|
|
43
|
-
|
|
44
42
|
// 设置大小
|
|
45
43
|
var radioOnchange = function radioOnchange(mode) {
|
|
46
44
|
var _actionRef$current2, _actionRef$current2$s;
|
|
47
45
|
setSize(mode);
|
|
48
46
|
(_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);
|
|
49
47
|
};
|
|
50
|
-
|
|
51
48
|
// // 销毁监听函数
|
|
52
49
|
// useEffect(() => {
|
|
53
50
|
// return () => {
|
|
54
51
|
// actionRef.current?.off?.('densityIcon');
|
|
55
52
|
// };
|
|
56
53
|
// }, []);
|
|
57
|
-
|
|
58
54
|
// // 监听全屏变化
|
|
59
55
|
// actionRef.current?.on?.(
|
|
60
56
|
// (state: boolean) => {
|
|
@@ -63,11 +59,11 @@ var DensityIcon = function DensityIcon(props) {
|
|
|
63
59
|
// 'fullScreenState',
|
|
64
60
|
// 'densityIcon',
|
|
65
61
|
// );
|
|
66
|
-
|
|
67
62
|
var renderDropdown = function renderDropdown() {
|
|
68
63
|
return /*#__PURE__*/_react.default.createElement("span", null, /*#__PURE__*/_react.default.createElement(_components.Dropdown
|
|
69
64
|
// safeNode={() => sizeMenuRef.current || document}
|
|
70
65
|
, {
|
|
66
|
+
// safeNode={() => sizeMenuRef.current || document}
|
|
71
67
|
trigger: /*#__PURE__*/_react.default.createElement(_components.Button, {
|
|
72
68
|
iconSize: "small",
|
|
73
69
|
className: cls()
|
|
@@ -81,9 +77,8 @@ var DensityIcon = function DensityIcon(props) {
|
|
|
81
77
|
setTooltipVisible(false);
|
|
82
78
|
setDropdownVisible(state);
|
|
83
79
|
},
|
|
84
|
-
triggerType: ['click']
|
|
80
|
+
triggerType: ['click'],
|
|
85
81
|
// key={index}
|
|
86
|
-
,
|
|
87
82
|
align: "tr br"
|
|
88
83
|
}, /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_components.Menu, null, /*#__PURE__*/_react.default.createElement(RadioItem, {
|
|
89
84
|
key: "medium",
|
|
@@ -65,7 +65,6 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
65
65
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
66
66
|
newColumns = _useState6[0],
|
|
67
67
|
setNewColumns = _useState6[1];
|
|
68
|
-
|
|
69
68
|
// const [fullscreen, setFullscreen] = useState<boolean>(false);
|
|
70
69
|
// tooltip 开关
|
|
71
70
|
var _useState7 = (0, _react.useState)(false),
|
|
@@ -77,83 +76,90 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
77
76
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
78
77
|
dropdownVisible = _useState10[0],
|
|
79
78
|
setDropdownVisible = _useState10[1];
|
|
79
|
+
// 视角
|
|
80
|
+
var _useState11 = (0, _react.useState)('table'),
|
|
81
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
82
|
+
cardView = _useState12[0],
|
|
83
|
+
setCardView = _useState12[1];
|
|
80
84
|
(0, _react.useEffect)(function () {
|
|
81
85
|
_utils2.on === null || _utils2.on === void 0 ? void 0 : (0, _utils2.on)(function (stateFilterColumns) {
|
|
82
86
|
if (stateFilterColumns && stateFilterColumns.length > 0) {
|
|
83
87
|
var showDataIndex = stateFilterColumns.map(function (item) {
|
|
84
88
|
return item.dataIndex;
|
|
85
89
|
});
|
|
86
|
-
var stateColumns =
|
|
90
|
+
var stateColumns = processColumns(columns).map(function (item) {
|
|
87
91
|
if (!showDataIndex.includes(item.dataIndex)) {
|
|
88
|
-
item
|
|
92
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
93
|
+
columnFilters: false
|
|
94
|
+
});
|
|
89
95
|
}
|
|
90
96
|
return item;
|
|
91
97
|
});
|
|
92
98
|
setNewColumns(stateColumns);
|
|
93
99
|
}
|
|
94
100
|
}, 'refreshFilterState');
|
|
101
|
+
_utils2.on === null || _utils2.on === void 0 ? void 0 : (0, _utils2.on)(function (view) {
|
|
102
|
+
setCardView(view);
|
|
103
|
+
}, 'cardSwitchChange');
|
|
95
104
|
return function () {
|
|
96
105
|
(0, _utils2.off)('refreshFilterState');
|
|
106
|
+
(0, _utils2.off)('cardSwitchChange');
|
|
97
107
|
};
|
|
98
108
|
});
|
|
99
109
|
(0, _react.useEffect)(function () {
|
|
100
110
|
setNewColumns(processColumns(columns));
|
|
101
111
|
}, [columns]);
|
|
102
|
-
|
|
103
112
|
// 全选
|
|
104
113
|
var onChangeAllColumns = function onChangeAllColumns(check) {
|
|
105
114
|
setAllVisible(check);
|
|
106
|
-
var keyNewColumns = (
|
|
107
|
-
keyNewColumns.map(function (item) {
|
|
115
|
+
var keyNewColumns = newColumns.map(function (item) {
|
|
108
116
|
var _item$columnFiltersDi;
|
|
109
|
-
|
|
110
|
-
|
|
117
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
118
|
+
columnFilters: (_item$columnFiltersDi = item.columnFiltersDisabled) !== null && _item$columnFiltersDi !== void 0 ? _item$columnFiltersDi : check
|
|
119
|
+
});
|
|
111
120
|
});
|
|
112
121
|
notifyTableRender(keyNewColumns);
|
|
113
122
|
};
|
|
114
|
-
|
|
115
123
|
// 重置
|
|
116
124
|
var restColumns = function restColumns(e) {
|
|
117
125
|
e.stopPropagation();
|
|
118
126
|
var keyNewColumns = processColumns(columns);
|
|
119
127
|
notifyTableRender(keyNewColumns);
|
|
120
128
|
};
|
|
121
|
-
|
|
122
129
|
// 修改
|
|
123
130
|
var onChangeColumns = function onChangeColumns(check, dataIndex) {
|
|
124
|
-
var keyNewColumns = (
|
|
125
|
-
keyNewColumns.map(function (item) {
|
|
131
|
+
var keyNewColumns = newColumns.map(function (item) {
|
|
126
132
|
if (item.dataIndex === dataIndex) {
|
|
127
133
|
item.columnFilters = check;
|
|
134
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
135
|
+
columnFilters: check
|
|
136
|
+
});
|
|
128
137
|
}
|
|
129
138
|
return item;
|
|
130
139
|
});
|
|
131
140
|
notifyTableRender(keyNewColumns);
|
|
132
141
|
};
|
|
133
|
-
|
|
134
142
|
// 修改:dialog
|
|
135
143
|
var onChangeColumnsForDialog = function onChangeColumnsForDialog() {
|
|
136
|
-
|
|
137
|
-
notifyTableRender(keyNewColumns);
|
|
144
|
+
notifyTableRender(newColumns);
|
|
138
145
|
setDropdownVisible(false);
|
|
139
146
|
};
|
|
140
|
-
|
|
141
147
|
// 向上
|
|
142
148
|
var moveUp = function moveUp(e, dataIndex) {
|
|
143
149
|
var _newColumns$filter, _newColumns$filter2;
|
|
144
150
|
e.stopPropagation();
|
|
145
|
-
var keyNewColumns = (
|
|
151
|
+
var keyNewColumns = _toConsumableArray(newColumns).filter(function (_ref) {
|
|
146
152
|
var lock = _ref.lock;
|
|
147
153
|
return !lock;
|
|
148
154
|
});
|
|
149
|
-
var headLock = (
|
|
155
|
+
var headLock = (_newColumns$filter = newColumns.filter(function (_ref2) {
|
|
150
156
|
var lock = _ref2.lock;
|
|
151
157
|
return lock === true || lock === 'left';
|
|
152
|
-
})) !== null && _newColumns$filter !== void 0 ? _newColumns$filter : []
|
|
153
|
-
var tailLock = (
|
|
158
|
+
})) !== null && _newColumns$filter !== void 0 ? _newColumns$filter : [];
|
|
159
|
+
var tailLock = (_newColumns$filter2 = newColumns.filter(function (_ref3) {
|
|
154
160
|
var lock = _ref3.lock;
|
|
155
161
|
return lock === 'right';
|
|
156
|
-
})) !== null && _newColumns$filter2 !== void 0 ? _newColumns$filter2 : []
|
|
162
|
+
})) !== null && _newColumns$filter2 !== void 0 ? _newColumns$filter2 : [];
|
|
157
163
|
var index = keyNewColumns.findIndex(function (_ref4) {
|
|
158
164
|
var index = _ref4.dataIndex;
|
|
159
165
|
return index === dataIndex;
|
|
@@ -165,23 +171,22 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
165
171
|
}
|
|
166
172
|
notifyTableRender([].concat(_toConsumableArray(headLock), _toConsumableArray(keyNewColumns), _toConsumableArray(tailLock)));
|
|
167
173
|
};
|
|
168
|
-
|
|
169
174
|
// 向下
|
|
170
175
|
var moveDown = function moveDown(e, dataIndex) {
|
|
171
176
|
var _newColumns$filter3, _newColumns$filter4;
|
|
172
177
|
e.stopPropagation();
|
|
173
|
-
var keyNewColumns = (
|
|
178
|
+
var keyNewColumns = _toConsumableArray(newColumns).filter(function (_ref5) {
|
|
174
179
|
var lock = _ref5.lock;
|
|
175
180
|
return !lock;
|
|
176
181
|
});
|
|
177
|
-
var headLock = (
|
|
182
|
+
var headLock = (_newColumns$filter3 = newColumns.filter(function (_ref6) {
|
|
178
183
|
var lock = _ref6.lock;
|
|
179
184
|
return lock === true || lock === 'left';
|
|
180
|
-
})) !== null && _newColumns$filter3 !== void 0 ? _newColumns$filter3 : []
|
|
181
|
-
var tailLock = (
|
|
185
|
+
})) !== null && _newColumns$filter3 !== void 0 ? _newColumns$filter3 : [];
|
|
186
|
+
var tailLock = (_newColumns$filter4 = newColumns.filter(function (_ref7) {
|
|
182
187
|
var lock = _ref7.lock;
|
|
183
188
|
return lock === 'right';
|
|
184
|
-
})) !== null && _newColumns$filter4 !== void 0 ? _newColumns$filter4 : []
|
|
189
|
+
})) !== null && _newColumns$filter4 !== void 0 ? _newColumns$filter4 : [];
|
|
185
190
|
var index = keyNewColumns.findIndex(function (_ref8) {
|
|
186
191
|
var index = _ref8.dataIndex;
|
|
187
192
|
return index === dataIndex;
|
|
@@ -193,7 +198,6 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
193
198
|
}
|
|
194
199
|
notifyTableRender([].concat(_toConsumableArray(headLock), _toConsumableArray(keyNewColumns), _toConsumableArray(tailLock)));
|
|
195
200
|
};
|
|
196
|
-
|
|
197
201
|
// 通知表格渲染
|
|
198
202
|
var notifyTableRender = function notifyTableRender(columns) {
|
|
199
203
|
var _actionRef$current, _actionRef$current$se;
|
|
@@ -201,7 +205,6 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
201
205
|
setNewColumns(columns);
|
|
202
206
|
(_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);
|
|
203
207
|
};
|
|
204
|
-
|
|
205
208
|
// 计算全选状态
|
|
206
209
|
var calculateSelectAllState = function calculateSelectAllState(columns) {
|
|
207
210
|
var flag = columns.reduce(function (acc, cur) {
|
|
@@ -247,7 +250,8 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
247
250
|
}, /*#__PURE__*/_react.default.createElement(CheckboxItem, {
|
|
248
251
|
indeterminate: indeterminate,
|
|
249
252
|
checked: allVisible,
|
|
250
|
-
onChange: onChangeAllColumns
|
|
253
|
+
onChange: onChangeAllColumns,
|
|
254
|
+
disabled: cardView === 'card'
|
|
251
255
|
}, (0, _utils.getMessage)('selectAll'), /*#__PURE__*/_react.default.createElement(_components.Button, {
|
|
252
256
|
onClick: restColumns,
|
|
253
257
|
className: cls({
|
|
@@ -275,7 +279,7 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
275
279
|
return onChangeColumns(check, dataIndex);
|
|
276
280
|
},
|
|
277
281
|
disabled: columnFiltersDisabled
|
|
278
|
-
}, title, !lock && !columnFiltersDisabled && /*#__PURE__*/_react.default.createElement("div", {
|
|
282
|
+
}, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, title, !lock && !columnFiltersDisabled && /*#__PURE__*/_react.default.createElement("div", {
|
|
279
283
|
className: cls({
|
|
280
284
|
sort: true
|
|
281
285
|
})
|
|
@@ -291,7 +295,7 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
291
295
|
onClick: function onClick(e) {
|
|
292
296
|
return moveUp(e, dataIndex);
|
|
293
297
|
}
|
|
294
|
-
})));
|
|
298
|
+
}))));
|
|
295
299
|
})))));
|
|
296
300
|
};
|
|
297
301
|
var renderDialog = function renderDialog() {
|
|
@@ -335,9 +339,11 @@ var FilterColumnIcon = function FilterColumnIcon(props) {
|
|
|
335
339
|
return key === dataIndex;
|
|
336
340
|
})) === null || _newColumns$find2 === void 0 ? void 0 : _newColumns$find2.columnFilters,
|
|
337
341
|
onChange: function onChange(check) {
|
|
338
|
-
var columnsList =
|
|
342
|
+
var columnsList = newColumns.map(function (item) {
|
|
339
343
|
if (item.dataIndex === dataIndex) {
|
|
340
|
-
item
|
|
344
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
345
|
+
columnFilters: check
|
|
346
|
+
});
|
|
341
347
|
}
|
|
342
348
|
return item;
|
|
343
349
|
});
|
|
@@ -18,7 +18,6 @@ var cls = (0, _utils.usePrefixCls)('teamix-pro-table-toolbar-icon');
|
|
|
18
18
|
var FullScreenIcon = function FullScreenIcon(props) {
|
|
19
19
|
var actionRef = props.actionRef,
|
|
20
20
|
fullScreenState = props.fullScreenState;
|
|
21
|
-
|
|
22
21
|
// 点击全屏
|
|
23
22
|
var allScreenHandle = function allScreenHandle() {
|
|
24
23
|
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;
|
|
@@ -25,7 +25,6 @@ var FullScreen = function FullScreen(props) {
|
|
|
25
25
|
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);
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
|
-
|
|
29
28
|
// 监听esc按钮
|
|
30
29
|
(0, _react.useEffect)(function () {
|
|
31
30
|
window.addEventListener('keydown', closeByESC);
|
|
@@ -34,6 +33,7 @@ var FullScreen = function FullScreen(props) {
|
|
|
34
33
|
};
|
|
35
34
|
}, [visible, actionRef]);
|
|
36
35
|
var afterClose = function afterClose() {
|
|
36
|
+
var _document;
|
|
37
37
|
// 判断全屏前后筛选表单值是否有改变
|
|
38
38
|
var n = JSON.stringify((0, _utils.getValidValues)(normalDataFilterForm === null || normalDataFilterForm === void 0 ? void 0 : normalDataFilterForm.values));
|
|
39
39
|
var f = JSON.stringify((0, _utils.getValidValues)(fullscreenDataFilterForm === null || fullscreenDataFilterForm === void 0 ? void 0 : fullscreenDataFilterForm.values));
|
|
@@ -46,10 +46,14 @@ var FullScreen = function FullScreen(props) {
|
|
|
46
46
|
}
|
|
47
47
|
// 关闭全屏后,关闭全屏表单onFilter
|
|
48
48
|
filterEnableRef.current.fullscreen = false;
|
|
49
|
+
// 移除类名
|
|
50
|
+
if (document && ((_document = document) === null || _document === void 0 ? void 0 : _document.body)) {
|
|
51
|
+
document.body.classList.remove('teamix-pro-table-fullscreen-for-body');
|
|
52
|
+
}
|
|
49
53
|
};
|
|
50
|
-
|
|
51
54
|
// 全屏开启之后
|
|
52
55
|
var afterOpen = function afterOpen() {
|
|
56
|
+
var _document2;
|
|
53
57
|
// 判断全屏前后筛选表单值是否有改变
|
|
54
58
|
var n = JSON.stringify((0, _utils.getValidValues)(normalDataFilterForm === null || normalDataFilterForm === void 0 ? void 0 : normalDataFilterForm.values));
|
|
55
59
|
var f = JSON.stringify((0, _utils.getValidValues)(fullscreenDataFilterForm === null || fullscreenDataFilterForm === void 0 ? void 0 : fullscreenDataFilterForm.values));
|
|
@@ -62,7 +66,10 @@ var FullScreen = function FullScreen(props) {
|
|
|
62
66
|
}
|
|
63
67
|
// 全屏后,关闭普通表单onFilter
|
|
64
68
|
filterEnableRef.current.normal = false;
|
|
65
|
-
|
|
69
|
+
// 为 body 添加类名,用于判断是否全屏
|
|
70
|
+
if (document && ((_document2 = document) === null || _document2 === void 0 ? void 0 : _document2.body)) {
|
|
71
|
+
document.body.classList.add('teamix-pro-table-fullscreen-for-body');
|
|
72
|
+
}
|
|
66
73
|
// 消息提示
|
|
67
74
|
_components.Message.show({
|
|
68
75
|
type: 'notice',
|