@teamix/pro 1.5.1-aplha.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pro.css +1 -1
- package/dist/pro.js +65730 -78948
- package/dist/pro.min.css +1 -1
- package/dist/pro.min.js +1 -1
- package/es/actions/base.d.ts +24 -0
- 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 +7 -1
- package/es/actions/dialog-form.d.ts +29 -0
- package/es/actions/dialog-form.js +3 -5
- 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 +1 -1
- 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 +111 -0
- package/es/actions/index.js +23 -32
- package/es/actions/index.scss +5 -0
- package/es/actions/link.d.ts +8 -0
- package/es/actions/notice.d.ts +7 -0
- package/es/actions/pop-confirm.d.ts +9 -0
- package/es/actions/request.d.ts +9 -0
- package/es/actions/request.js +2 -2
- package/es/actions/utils.d.ts +1 -0
- package/es/card/card-container.d.ts +18 -0
- package/es/card/card-container.js +9 -9
- package/es/card/divider.d.ts +6 -0
- package/es/card/divider.js +6 -2
- package/es/card/index.d.ts +109 -0
- package/es/card/index.js +8 -14
- package/es/card/index.scss +7 -0
- package/es/card/selectable.d.ts +13 -0
- package/es/card/selectable.js +6 -2
- package/es/card/tab.d.ts +6 -0
- package/es/card/tab.js +6 -2
- package/es/card/utils.d.ts +9 -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 +1 -1
- package/es/form/Components/FormGroup/index.d.ts +13 -0
- package/es/form/Components/FormGroup/index.js +3 -5
- 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 -8
- package/es/form/Components/ProField/index.d.ts +2 -0
- package/es/form/Components/ProField/index.js +6 -2
- package/es/form/Components/ProField/mapDateFormat.d.ts +3 -0
- package/es/form/Components/Text/index.d.ts +7 -0
- package/es/form/Components/Text/index.js +6 -2
- package/es/form/Filter/AdvancedFilter.d.ts +7 -0
- package/es/form/Filter/AdvancedFilter.js +15 -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 +10 -13
- package/es/form/Filter/SimpleFilter.d.ts +7 -0
- package/es/form/Filter/SimpleFilter.js +6 -10
- package/es/form/Filter/index.d.ts +9 -0
- package/es/form/Filter/index.js +10 -7
- package/es/form/Filter/index2.d.ts +13 -0
- package/es/form/Filter/index2.js +17 -21
- package/es/form/Filter/useBindUrl.d.ts +2 -0
- package/es/form/Filter/useSpecialProps.d.ts +6 -0
- 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 +2 -4
- package/es/form/ProForm/useAutoLayout.d.ts +9 -0
- package/es/form/ProForm/useAutoSubmit.d.ts +6 -0
- package/es/form/ProForm/useFieldRequest.d.ts +5 -0
- package/es/form/ProForm/useFormDisplayValues.d.ts +4 -0
- package/es/form/ProForm/useFormDisplayValues.js +1 -1
- package/es/form/ProForm/useInitialRequest.d.ts +6 -0
- package/es/form/SchemaForm/adapterComponent.d.ts +5 -0
- package/es/form/SchemaForm/adapterDecorator.d.ts +6 -0
- package/es/form/SchemaForm/adapterType.d.ts +5 -0
- package/es/form/SchemaForm/index.d.ts +4 -0
- 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/initializeFormButton.d.ts +3 -0
- 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/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/reactions.d.ts +6 -0
- package/es/form/SchemaForm/reactions.js +1 -2
- package/es/form/docs/ActionResponse.d.ts +7 -0
- package/es/form/fieldTypeMap.d.ts +7 -0
- package/es/form/index.d.ts +125 -0
- package/es/form/locales/validate.d.ts +159 -0
- package/es/form/schemaNameMap.d.ts +5 -0
- package/es/form/typing.d.ts +192 -0
- package/es/form/utils.d.ts +55 -0
- package/es/form/utils.js +1 -8
- package/es/form/warning.d.ts +3 -0
- package/es/hooks/index.d.ts +2 -0
- package/es/index-without-icon.d.ts +32 -0
- package/es/index.d.ts +32 -0
- package/es/index.js +1 -1
- package/es/info/components/InfoGroup/index.d.ts +5 -0
- package/es/info/components/InfoGroup/index.js +6 -2
- package/es/info/components/InfoValueItem/index.d.ts +5 -0
- package/es/info/components/InfoValueItem/index.js +21 -23
- package/es/info/components/ProInfoItem/index.d.ts +5 -0
- package/es/info/components/baseInfo/index.d.ts +8 -0
- 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 -5
- package/es/info/index.d.ts +10 -0
- package/es/info/index.js +5 -8
- package/es/info/typing.d.ts +218 -0
- package/es/info/utils/index.d.ts +20 -0
- 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/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/common.d.ts +280 -0
- package/es/nocode/configurators/index.d.ts +15 -0
- package/es/nocode/configurators/map.d.ts +2 -0
- package/es/nocode/index.d.ts +8 -0
- package/es/nocode/index.js +2 -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 +3 -4
- package/es/nocode/pages/playground.d.ts +11 -0
- package/es/nocode/pages/playground.js +7 -3
- package/es/nocode/pages/renderer.d.ts +10 -0
- package/es/nocode/pages/renderer.js +8 -4
- package/es/nocode/playground.d.ts +14 -0
- package/es/nocode/playground.js +6 -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 +7 -12
- package/es/sidebar/components/sidebar-container/index.d.ts +5 -0
- package/es/sidebar/components/sidebar-container/index.js +9 -5
- package/es/sidebar/components/tree/index.d.ts +6 -0
- package/es/sidebar/components/tree/index.js +6 -2
- package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
- package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +6 -2
- 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.scss +1 -1
- package/es/sidebar/components/tree-node/index.d.ts +7 -0
- package/es/sidebar/components/tree-node/index.js +18 -21
- package/es/sidebar/index.d.ts +9 -0
- package/es/sidebar/index.js +8 -4
- package/es/sidebar/typing.d.ts +141 -0
- package/es/sidebar/utils/action-ref.d.ts +3 -0
- package/es/sidebar/utils/index.d.ts +361 -0
- package/es/sidebar/utils/index.js +11 -11
- 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 +446 -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 +10 -0
- package/es/table/components/Filter/index.js +21 -14
- package/es/table/components/Layout/index.d.ts +5 -0
- package/es/table/components/Layout/index.js +8 -10
- package/es/table/components/LoadMore/index.d.ts +20 -0
- package/es/table/components/LoadMore/index.js +107 -0
- package/es/table/components/LoadMore/index.scss +19 -0
- package/es/table/components/Pagination/index.d.ts +7 -0
- package/es/table/components/Pagination/index.js +14 -10
- package/es/table/components/QuickAction/index.d.ts +11 -0
- package/es/table/components/QuickAction/index.js +2 -4
- package/es/table/components/ToolBar/CardSwitch.d.ts +8 -0
- package/es/table/components/ToolBar/CardSwitch.js +63 -0
- package/es/table/components/ToolBar/DensityIcon.d.ts +4 -0
- package/es/table/components/ToolBar/DensityIcon.js +3 -2
- package/es/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
- package/es/table/components/ToolBar/FilterColumnIcon.js +13 -2
- package/es/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
- package/es/table/components/ToolBar/Fullscreen.d.ts +10 -0
- package/es/table/components/ToolBar/Fullscreen.js +15 -2
- package/es/table/components/ToolBar/RefreshIcon.d.ts +4 -0
- package/es/table/components/ToolBar/RefreshIcon.js +1 -2
- package/es/table/components/ToolBar/index.d.ts +5 -0
- package/es/table/components/ToolBar/index.js +69 -34
- package/es/table/components/ToolBar/index.scss +10 -1
- package/es/table/index.d.ts +5 -0
- package/es/table/index.js +150 -59
- package/es/table/typing.d.ts +371 -0
- package/es/table/utils/columnRender.d.ts +13 -0
- package/es/table/utils/columnRender.js +28 -28
- package/es/table/utils/genProColumnToColumn.d.ts +13 -0
- package/es/table/utils/genProColumnToColumn.js +4 -2
- 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 +2 -2
- package/es/table/utils/pureColumnRender.d.ts +9 -0
- package/es/table/utils/pureColumnRender.js +2 -4
- package/es/table/utils/pureGenProColumnToColumn.d.ts +7 -0
- package/es/table/utils/pureGenProColumnToColumn.js +1 -1
- package/es/table/utils/useTableSelection.d.ts +3 -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 +8 -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 +6 -2
- package/es/timeline/index.d.ts +10 -0
- package/es/timeline/index.js +7 -3
- package/es/timeline/typing.d.ts +106 -0
- package/es/utils/index.d.ts +3 -0
- package/es/utils/message.d.ts +3 -0
- package/es/utils/message.js +7 -3
- package/lib/actions/base.d.ts +24 -0
- 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 +7 -1
- package/lib/actions/dialog-form.d.ts +29 -0
- package/lib/actions/dialog-form.js +3 -5
- 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 +1 -1
- 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 +111 -0
- package/lib/actions/index.js +23 -32
- package/lib/actions/index.scss +5 -0
- package/lib/actions/link.d.ts +8 -0
- package/lib/actions/notice.d.ts +7 -0
- package/lib/actions/pop-confirm.d.ts +9 -0
- package/lib/actions/request.d.ts +9 -0
- package/lib/actions/utils.d.ts +1 -0
- package/lib/card/card-container.d.ts +18 -0
- package/lib/card/card-container.js +7 -5
- package/lib/card/divider.d.ts +6 -0
- package/lib/card/divider.js +6 -2
- package/lib/card/index.d.ts +109 -0
- package/lib/card/index.js +7 -14
- package/lib/card/index.scss +7 -0
- package/lib/card/selectable.d.ts +13 -0
- package/lib/card/selectable.js +6 -2
- package/lib/card/tab.d.ts +6 -0
- package/lib/card/tab.js +6 -2
- package/lib/card/utils.d.ts +9 -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 +1 -1
- package/lib/form/Components/FormGroup/index.d.ts +13 -0
- package/lib/form/Components/FormGroup/index.js +3 -5
- 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 -8
- package/lib/form/Components/ProField/index.d.ts +2 -0
- package/lib/form/Components/ProField/index.js +6 -2
- package/lib/form/Components/ProField/mapDateFormat.d.ts +3 -0
- package/lib/form/Components/Text/index.d.ts +7 -0
- package/lib/form/Components/Text/index.js +6 -2
- package/lib/form/Filter/AdvancedFilter.d.ts +7 -0
- package/lib/form/Filter/AdvancedFilter.js +14 -17
- 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 -12
- 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 +9 -6
- package/lib/form/Filter/index2.d.ts +13 -0
- package/lib/form/Filter/index2.js +17 -21
- package/lib/form/Filter/useBindUrl.d.ts +2 -0
- 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 +2 -4
- package/lib/form/ProForm/useAutoLayout.d.ts +9 -0
- package/lib/form/ProForm/useAutoSubmit.d.ts +6 -0
- package/lib/form/ProForm/useFieldRequest.d.ts +5 -0
- package/lib/form/ProForm/useFormDisplayValues.d.ts +4 -0
- package/lib/form/ProForm/useInitialRequest.d.ts +6 -0
- package/lib/form/SchemaForm/adapterComponent.d.ts +5 -0
- package/lib/form/SchemaForm/adapterDecorator.d.ts +6 -0
- package/lib/form/SchemaForm/adapterType.d.ts +5 -0
- package/lib/form/SchemaForm/index.d.ts +4 -0
- 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/initializeFormButton.d.ts +3 -0
- 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/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/docs/ActionResponse.d.ts +7 -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 +192 -0
- package/lib/form/typing.js +5 -1
- package/lib/form/utils.d.ts +55 -0
- package/lib/form/utils.js +0 -7
- package/lib/form/warning.d.ts +3 -0
- package/lib/hooks/index.d.ts +2 -0
- package/lib/index-without-icon.d.ts +32 -0
- package/lib/index.d.ts +32 -0
- package/lib/index.js +1 -1
- package/lib/info/components/InfoGroup/index.d.ts +5 -0
- package/lib/info/components/InfoGroup/index.js +6 -2
- package/lib/info/components/InfoValueItem/index.d.ts +5 -0
- package/lib/info/components/InfoValueItem/index.js +21 -23
- package/lib/info/components/ProInfoItem/index.d.ts +5 -0
- package/lib/info/components/baseInfo/index.d.ts +8 -0
- 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 -5
- package/lib/info/index.d.ts +10 -0
- package/lib/info/index.js +5 -8
- package/lib/info/typing.d.ts +218 -0
- package/lib/info/typing.js +5 -1
- package/lib/info/utils/index.d.ts +20 -0
- 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/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/common.d.ts +280 -0
- package/lib/nocode/configurators/index.d.ts +15 -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 -2
- package/lib/nocode/pages/playground.d.ts +11 -0
- package/lib/nocode/pages/playground.js +7 -3
- package/lib/nocode/pages/renderer.d.ts +10 -0
- package/lib/nocode/pages/renderer.js +8 -4
- package/lib/nocode/playground.d.ts +14 -0
- package/lib/nocode/playground.js +6 -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 +6 -12
- package/lib/sidebar/components/sidebar-container/index.d.ts +5 -0
- package/lib/sidebar/components/sidebar-container/index.js +9 -5
- package/lib/sidebar/components/tree/index.d.ts +6 -0
- package/lib/sidebar/components/tree/index.js +6 -2
- package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
- package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +6 -2
- 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.scss +1 -1
- package/lib/sidebar/components/tree-node/index.d.ts +7 -0
- package/lib/sidebar/components/tree-node/index.js +18 -21
- package/lib/sidebar/index.d.ts +9 -0
- package/lib/sidebar/index.js +17 -4
- package/lib/sidebar/typing.d.ts +141 -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 +361 -0
- package/lib/sidebar/utils/index.js +11 -11
- 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 +468 -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 +10 -0
- package/lib/table/components/Filter/index.js +21 -14
- package/lib/table/components/Layout/index.d.ts +5 -0
- package/lib/table/components/Layout/index.js +9 -11
- package/lib/table/components/LoadMore/index.d.ts +20 -0
- package/lib/table/components/LoadMore/index.js +128 -0
- package/lib/table/components/LoadMore/index.scss +19 -0
- package/lib/table/components/Pagination/index.d.ts +7 -0
- package/lib/table/components/Pagination/index.js +14 -10
- package/lib/table/components/QuickAction/index.d.ts +11 -0
- package/lib/table/components/QuickAction/index.js +2 -4
- package/lib/table/components/ToolBar/CardSwitch.d.ts +8 -0
- package/lib/table/components/ToolBar/CardSwitch.js +82 -0
- package/lib/table/components/ToolBar/DensityIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/DensityIcon.js +3 -2
- package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/FilterColumnIcon.js +13 -2
- package/lib/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/Fullscreen.d.ts +10 -0
- package/lib/table/components/ToolBar/Fullscreen.js +15 -2
- package/lib/table/components/ToolBar/RefreshIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/RefreshIcon.js +1 -2
- package/lib/table/components/ToolBar/index.d.ts +5 -0
- package/lib/table/components/ToolBar/index.js +70 -33
- package/lib/table/components/ToolBar/index.scss +10 -1
- package/lib/table/index.d.ts +5 -0
- package/lib/table/index.js +153 -60
- package/lib/table/typing.d.ts +371 -0
- package/lib/table/typing.js +5 -1
- package/lib/table/utils/columnRender.d.ts +13 -0
- package/lib/table/utils/columnRender.js +28 -28
- package/lib/table/utils/genProColumnToColumn.d.ts +13 -0
- package/lib/table/utils/genProColumnToColumn.js +3 -1
- 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/pureColumnRender.d.ts +9 -0
- package/lib/table/utils/pureColumnRender.js +1 -3
- package/lib/table/utils/pureGenProColumnToColumn.d.ts +7 -0
- package/lib/table/utils/useTableSelection.d.ts +3 -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 +8 -4
- package/lib/templates/index.d.ts +3 -0
- package/lib/timeline/ProTimeLineItem/index.d.ts +5 -0
- package/lib/timeline/ProTimeLineItem/index.js +6 -2
- package/lib/timeline/index.d.ts +10 -0
- package/lib/timeline/index.js +7 -3
- package/lib/timeline/typing.d.ts +106 -0
- package/lib/timeline/typing.js +5 -1
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/message.d.ts +3 -0
- package/lib/utils/message.js +7 -3
- package/package.json +1 -1
@@ -1,6 +1,10 @@
|
|
1
1
|
var _excluded = ["children", "url", "method", "params", "formatResult", "onSuccess", "onError", "formatParams", "beforeRequest", "extendParams", "className", "compacted", "divider", "style", "backgroundColor", "context"];
|
2
2
|
|
3
|
-
function
|
3
|
+
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; }
|
4
|
+
|
5
|
+
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; }
|
6
|
+
|
7
|
+
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; }
|
4
8
|
|
5
9
|
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; }
|
6
10
|
|
@@ -82,7 +86,7 @@ var ProInfoGroup = function ProInfoGroup(props) {
|
|
82
86
|
return /*#__PURE__*/React.createElement("div", {
|
83
87
|
className: proInfoClassName,
|
84
88
|
key: index
|
85
|
-
}, /*#__PURE__*/React.createElement(ProInfo,
|
89
|
+
}, /*#__PURE__*/React.createElement(ProInfo, _objectSpread({
|
86
90
|
compacted: compacted
|
87
91
|
}, item)));
|
88
92
|
})), infoType === 'infoDom' && /*#__PURE__*/React.createElement("div", {
|
@@ -1,7 +1,5 @@
|
|
1
1
|
var _excluded = ["type", "value", "render", "infoItem", "record", "actionRef", "dataSource", "context", "props"];
|
2
2
|
|
3
|
-
function _extends() { _extends = Object.assign || 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); }
|
4
|
-
|
5
3
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
6
4
|
|
7
5
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
@@ -83,7 +81,7 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
83
81
|
|
84
82
|
|
85
83
|
var getRender = function getRender() {
|
86
|
-
var
|
84
|
+
var _processRenderFunctio;
|
87
85
|
|
88
86
|
if (typeof render === 'function') {
|
89
87
|
return function () {
|
@@ -91,7 +89,7 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
91
89
|
};
|
92
90
|
}
|
93
91
|
|
94
|
-
var newRender = processBuriedPoint((
|
92
|
+
var newRender = processBuriedPoint((_processRenderFunctio = processRenderFunction(render !== null && render !== void 0 ? render : {}, value, record)) !== null && _processRenderFunctio !== void 0 ? _processRenderFunctio : {}, value, record);
|
95
93
|
|
96
94
|
if (valueType === 'selectGroup') {
|
97
95
|
newRender = _objectSpread(_objectSpread({
|
@@ -127,10 +125,10 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
127
125
|
newDataSource = dataSource === null || dataSource === void 0 ? void 0 : dataSource(value, record);
|
128
126
|
} else {
|
129
127
|
newDataSource = (dataSource !== null && dataSource !== void 0 ? dataSource : []).map(function (item) {
|
130
|
-
return Object.fromEntries(Object.entries(item).map(function (
|
131
|
-
var
|
132
|
-
k =
|
133
|
-
v =
|
128
|
+
return Object.fromEntries(Object.entries(item).map(function (_ref) {
|
129
|
+
var _ref2 = _slicedToArray(_ref, 2),
|
130
|
+
k = _ref2[0],
|
131
|
+
v = _ref2[1];
|
134
132
|
|
135
133
|
return [k, getTargetValue(v, _objectSpread(_objectSpread({}, record), {}, {
|
136
134
|
value: value
|
@@ -190,10 +188,10 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
190
188
|
|
191
189
|
var processRenderFunction = function processRenderFunction(render, value, record) {
|
192
190
|
var external = ['linkOnClick', 'link', 'value'];
|
193
|
-
return Object.fromEntries(Object.entries(render).map(function (
|
194
|
-
var
|
195
|
-
k =
|
196
|
-
v =
|
191
|
+
return Object.fromEntries(Object.entries(render).map(function (_ref3) {
|
192
|
+
var _ref4 = _slicedToArray(_ref3, 2),
|
193
|
+
k = _ref4[0],
|
194
|
+
v = _ref4[1];
|
197
195
|
|
198
196
|
if (typeof v === 'function') {
|
199
197
|
var _v;
|
@@ -225,10 +223,10 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
225
223
|
var processBuriedPoint = function processBuriedPoint(render, value, record) {
|
226
224
|
return Object.fromEntries([// 默认 ellipsis、descriptionEllipsis 为 true
|
227
225
|
// emptyText 默认为 '-'
|
228
|
-
['ellipsis', true], ['descriptionEllipsis', true], ['emptyText', '-']].concat(_toConsumableArray(Object.entries(render).map(function (
|
229
|
-
var
|
230
|
-
k =
|
231
|
-
v =
|
226
|
+
['ellipsis', true], ['descriptionEllipsis', true], ['emptyText', '-']].concat(_toConsumableArray(Object.entries(render).map(function (_ref5) {
|
227
|
+
var _ref6 = _slicedToArray(_ref5, 2),
|
228
|
+
k = _ref6[0],
|
229
|
+
v = _ref6[1];
|
232
230
|
|
233
231
|
return [k, getTargetValue(v, _objectSpread(_objectSpread({}, record), {}, {
|
234
232
|
record: record,
|
@@ -241,7 +239,7 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
241
239
|
if (getInfoItemProps(isEdit)) {
|
242
240
|
// 渲染表单
|
243
241
|
var renderContent = function renderContent() {
|
244
|
-
return /*#__PURE__*/React.createElement(ProForm,
|
242
|
+
return /*#__PURE__*/React.createElement(ProForm, _objectSpread({
|
245
243
|
schema: [{
|
246
244
|
name: dataIndex,
|
247
245
|
component: 'Input',
|
@@ -314,12 +312,12 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
314
312
|
onMouseLeave: function onMouseLeave() {
|
315
313
|
setEditVisible(false);
|
316
314
|
}
|
317
|
-
}, /*#__PURE__*/React.createElement(ProField,
|
315
|
+
}, /*#__PURE__*/React.createElement(ProField, _objectSpread(_objectSpread({
|
318
316
|
type: type,
|
319
317
|
value: value,
|
320
318
|
render: getRender(),
|
321
319
|
dataSource: getDataSource()
|
322
|
-
}, others, getFieldProps())), /*#__PURE__*/React.createElement(PopConfirm, {
|
320
|
+
}, others), getFieldProps())), /*#__PURE__*/React.createElement(PopConfirm, {
|
323
321
|
visible: popConfirmVisible,
|
324
322
|
content: renderContent(),
|
325
323
|
triggerType: "click",
|
@@ -332,8 +330,8 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
332
330
|
trigger: /*#__PURE__*/React.createElement(TeamixIcon, {
|
333
331
|
type: "edit-line",
|
334
332
|
size: "small",
|
335
|
-
className: cls('edit-icon')
|
336
|
-
|
333
|
+
className: cls('edit-icon'),
|
334
|
+
// 这里使用 opacity 是为了占位
|
337
335
|
style: {
|
338
336
|
opacity: editVisible || popConfirmVisible ? 1 : 0
|
339
337
|
},
|
@@ -346,12 +344,12 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
346
344
|
|
347
345
|
return /*#__PURE__*/React.createElement("div", {
|
348
346
|
className: cls('item-value')
|
349
|
-
}, /*#__PURE__*/React.createElement(ProField,
|
347
|
+
}, /*#__PURE__*/React.createElement(ProField, _objectSpread(_objectSpread({
|
350
348
|
type: type,
|
351
349
|
value: value,
|
352
350
|
render: getRender(),
|
353
351
|
dataSource: getDataSource()
|
354
|
-
}, others, getFieldProps())), renderAction(), extra && extra);
|
352
|
+
}, others), getFieldProps())), renderAction(), extra && extra);
|
355
353
|
};
|
356
354
|
|
357
355
|
export default InfoValueItem;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ProInfoBaseProps, ProInfoTransparentBase, ProInfoTransRequestResult } from '../../typing';
|
3
|
+
import './index.scss';
|
4
|
+
declare type ProBaseInfoProps = ProInfoBaseProps & ProInfoTransRequestResult & ProInfoTransparentBase & {
|
5
|
+
size?: any;
|
6
|
+
};
|
7
|
+
declare const ProBaseInfo: React.FC<ProBaseInfoProps>;
|
8
|
+
export default ProBaseInfo;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { IProHeaderInfo, ProInfoTransparentBase, ProInfoTransRequestResult } from '../../typing';
|
3
|
+
import './index.scss';
|
4
|
+
declare type ProHeaderInfoProps = IProHeaderInfo & ProInfoTransRequestResult & ProInfoTransparentBase & {
|
5
|
+
size?: any;
|
6
|
+
};
|
7
|
+
declare const ProHeaderInfo: React.FC<ProHeaderInfoProps>;
|
8
|
+
export default ProHeaderInfo;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import './index.scss';
|
3
|
+
import { IProTableInfo, ProInfoTransparentBase, ProInfoTransRequestResult } from '../../typing';
|
4
|
+
import './index.scss';
|
5
|
+
declare type ProTableInfoProps = IProTableInfo & ProInfoTransRequestResult & ProInfoTransparentBase;
|
6
|
+
declare const ProTableInfo: React.FC<ProTableInfoProps>;
|
7
|
+
export default ProTableInfo;
|
@@ -35,11 +35,10 @@ var ProTableInfo = function ProTableInfo(props) {
|
|
35
35
|
result = props.result,
|
36
36
|
actionRef = props.actionRef,
|
37
37
|
context = props.context;
|
38
|
-
var
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
labelGutter = _ref$labelGutter === void 0 ? '80px' : _ref$labelGutter;
|
38
|
+
var _layout$colNum = layout.colNum,
|
39
|
+
colNum = _layout$colNum === void 0 ? 2 : _layout$colNum,
|
40
|
+
_layout$labelGutter = layout.labelGutter,
|
41
|
+
labelGutter = _layout$labelGutter === void 0 ? '80px' : _layout$labelGutter;
|
43
42
|
|
44
43
|
var getNewColumns = function getNewColumns() {
|
45
44
|
// 需要 fill 填充 否则有可能不执行
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import './index.scss';
|
3
|
+
import { ProInfoProps } from './typing';
|
4
|
+
export * from './typing';
|
5
|
+
declare const ProInfo: {
|
6
|
+
(props: ProInfoProps): JSX.Element;
|
7
|
+
Group: React.FC<import("./typing").ProInfoGroupProps>;
|
8
|
+
ProInfoGroup: React.FC<import("./typing").ProInfoGroupProps>;
|
9
|
+
};
|
10
|
+
export default ProInfo;
|
package/es/info/index.js
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
var _excluded = ["type", "url", "method", "formatResult", "formatParams", "params", "actionRef", "header", "onSuccess", "onError", "beforeRequest", "extendParams", "className", "style", "columns", "layout", "dataSource", "loading", "extra", "context"],
|
2
2
|
_excluded2 = ["context"];
|
3
3
|
|
4
|
-
function _extends() { _extends = Object.assign || 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); }
|
5
|
-
|
6
4
|
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; }
|
7
5
|
|
8
6
|
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; }
|
@@ -153,10 +151,9 @@ var ProInfo = function ProInfo(props) {
|
|
153
151
|
return extra;
|
154
152
|
}
|
155
153
|
|
156
|
-
var
|
157
|
-
|
158
|
-
|
159
|
-
others = _objectWithoutProperties(_ref2, _excluded2);
|
154
|
+
var _extra$context = extra.context,
|
155
|
+
actionContext = _extra$context === void 0 ? {} : _extra$context,
|
156
|
+
others = _objectWithoutProperties(extra, _excluded2);
|
160
157
|
|
161
158
|
return _objectSpread(_objectSpread({}, others), {}, {
|
162
159
|
context: _objectSpread(_objectSpread({}, context), actionContext)
|
@@ -170,12 +167,12 @@ var ProInfo = function ProInfo(props) {
|
|
170
167
|
"data-teamix-test-request": "url=".concat(url, "&formatResult=").concat(!!formatResult),
|
171
168
|
"data-teamix-test-params": getTestRequestParams(params),
|
172
169
|
"data-teamix-test-data": getTestRequestData(columns)
|
173
|
-
}, /*#__PURE__*/React.createElement(ProCard,
|
170
|
+
}, /*#__PURE__*/React.createElement(ProCard, _objectSpread(_objectSpread(_objectSpread({
|
174
171
|
compacted: true,
|
175
172
|
hoveredShadow: false,
|
176
173
|
bordered: false,
|
177
174
|
backgroundColor: "transparent"
|
178
|
-
}, header, others, {
|
175
|
+
}, header), others), {}, {
|
179
176
|
extra: getExtra()
|
180
177
|
}), type === 'table' && /*#__PURE__*/React.createElement(ProTableInfo, {
|
181
178
|
dataSource: dataSource,
|
@@ -0,0 +1,218 @@
|
|
1
|
+
import { ProFieldRenderProps, ProFieldDataSourceItem, ProFieldProps, ProFieldType } from '../field';
|
2
|
+
import { ActionGroupProps, ProActionButtonProps } from '../actions';
|
3
|
+
import { Method } from 'axios';
|
4
|
+
import React from 'react';
|
5
|
+
import { CommonRequestConfig } from '@teamix/utils';
|
6
|
+
import { ProCardProps } from '../card';
|
7
|
+
import { ProFormProps } from '../form';
|
8
|
+
/** 列record函数 */
|
9
|
+
declare type ProInfoCellFunProp = (value: any, record: any) => any;
|
10
|
+
declare type FieldRenderProps = keyof ProFieldRenderProps;
|
11
|
+
declare type ProInfoCellRender = {
|
12
|
+
[key in FieldRenderProps]?: ProFieldRenderProps[key] | ProInfoCellFunProp;
|
13
|
+
} | ((...other: any) => React.ReactNode);
|
14
|
+
export declare type PropInfoRequestProps = {
|
15
|
+
/** 请求地址 */
|
16
|
+
url?: string;
|
17
|
+
/** 请求方法 */
|
18
|
+
method?: Method;
|
19
|
+
/** 请求参数 */
|
20
|
+
params?: object;
|
21
|
+
/** 对返回值的 data 进行映射处理 */
|
22
|
+
formatResult?: {
|
23
|
+
[key: string]: any;
|
24
|
+
} | ((res: any) => {
|
25
|
+
[key: string]: any;
|
26
|
+
});
|
27
|
+
/** 请求成功后经过 formatResult 转换后的回调 */
|
28
|
+
onFormatResult?: (data: any[]) => void;
|
29
|
+
/** 内部请求每次成功后的回调 */
|
30
|
+
onSuccess?: (res: any) => void;
|
31
|
+
/** 内部请求失败时的回调 */
|
32
|
+
onError?: (error: Error) => void;
|
33
|
+
};
|
34
|
+
export interface ProInfoRequestProps extends Partial<CommonRequestConfig> {
|
35
|
+
}
|
36
|
+
/** ProInfoBaseProps info 基础定义 */
|
37
|
+
export declare type ProInfoBaseProps = {
|
38
|
+
/** ProColums 定义,取代 Table 的 columns */
|
39
|
+
columns: ProInfoColumnsProps[];
|
40
|
+
/** ProInfo action 的引用,便于手动触发一些方法 */
|
41
|
+
actionRef?: React.MutableRefObject<ProInfoActionType | undefined>;
|
42
|
+
/** 标题区 推荐将header中的内容平铺到ProCard中。即将不支持此写法 */
|
43
|
+
header?: ProInfoHeaderProps;
|
44
|
+
/** info 数据源 */
|
45
|
+
dataSource?: {
|
46
|
+
[key: string]: any;
|
47
|
+
};
|
48
|
+
/** 布局值 */
|
49
|
+
layout?: ProBaseInfoLayoutProps;
|
50
|
+
/** 加载动画 */
|
51
|
+
loading?: boolean;
|
52
|
+
/** 上下文传递 */
|
53
|
+
context?: object;
|
54
|
+
} & ProInfoHeaderProps & ProInfoRequestProps;
|
55
|
+
/** ProInfoColumnsProps info 单元格 定义 */
|
56
|
+
export declare type ProInfoItemProps = ProInfoColumnsProps;
|
57
|
+
export interface ProInfoColumnsProps {
|
58
|
+
/** 标题 */
|
59
|
+
title: string;
|
60
|
+
/** 列表项展示的Tooltip */
|
61
|
+
tooltip?: string;
|
62
|
+
/**
|
63
|
+
* title 之后展示一个 icon 设置,可传 TeamixIcon 对应的 type,也可以是自定义 Icon
|
64
|
+
*/
|
65
|
+
tooltipIcon?: React.ReactNode;
|
66
|
+
/** 对应 ProField 里面的 type */
|
67
|
+
valueType?: ProFieldType;
|
68
|
+
/** 渲染单元格内容字段 */
|
69
|
+
render?: ProInfoCellRender;
|
70
|
+
/** 枚举值 */
|
71
|
+
dataSource?: ProFieldDataSourceItem[] | ProInfoCellFunProp;
|
72
|
+
/** 表头的筛选菜单项,当值为 true 时,自动使用 dataSource 生成 */
|
73
|
+
filters?: boolean;
|
74
|
+
/** 操作组配置 */
|
75
|
+
actionSchema?: ActionGroupProps;
|
76
|
+
/** 指定列对应的字段,支持`a.b`形式的快速取值 和 数组取值 */
|
77
|
+
dataIndex?: string | string[];
|
78
|
+
/** 合并行 */
|
79
|
+
colSpan?: number;
|
80
|
+
/** 是否可被编辑 */
|
81
|
+
isEdit?: boolean | ProInfoCellFunProp;
|
82
|
+
/** 点击确定的回调函数 */
|
83
|
+
editOnOk?: (form: any, e: React.MouseEvent) => void | Promise<any>;
|
84
|
+
/** 点击取消的回调函数 */
|
85
|
+
editOnCancel?: (form: any, e: React.MouseEvent) => void | Promise<any>;
|
86
|
+
/** 请求地址 */
|
87
|
+
editUrl?: string;
|
88
|
+
/** 请求方法 */
|
89
|
+
editMethod?: Method;
|
90
|
+
/** 如需自定义调用参数格式,则可以设定此值在请求前对 params 进行自定义,如果返回false则可以阻止请求 */
|
91
|
+
editFormatParams?: (params: any, record: any) => typeof params;
|
92
|
+
/** edit ProForm 配置 */
|
93
|
+
editProFormProps?: ProFormProps | ProInfoCellFunProp;
|
94
|
+
/** 编辑请求成功提示文案 */
|
95
|
+
successMessage?: string;
|
96
|
+
/** 列 actions 配置 */
|
97
|
+
actions?: ProActionButtonProps[];
|
98
|
+
/** 追加在列后 */
|
99
|
+
extra?: React.ReactNode;
|
100
|
+
/** 其他 ProField 配置 */
|
101
|
+
props?: any;
|
102
|
+
/** 对齐方式 **/
|
103
|
+
alignItems?: 'center' | 'flex-start' | 'flex-end' | string;
|
104
|
+
/** 是否隐藏 **/
|
105
|
+
hidden?: boolean | ProInfoCellFunProp | string;
|
106
|
+
}
|
107
|
+
export declare type ProInfoActionType = {
|
108
|
+
/** 刷新Info */
|
109
|
+
refresh?: (params?: any) => void;
|
110
|
+
};
|
111
|
+
/** FormItem 定义 */
|
112
|
+
export declare type IProProInfoItem = {
|
113
|
+
/** label */
|
114
|
+
label: React.ReactNode;
|
115
|
+
/** 值 */
|
116
|
+
value: React.ReactNode;
|
117
|
+
/** 基础详情布局值 */
|
118
|
+
baseInfoLayout?: ProBaseInfoLayoutProps;
|
119
|
+
/** 头部详情布局值 */
|
120
|
+
headerInfoLayout?: ProHeaderInfoLayoutProps;
|
121
|
+
/** loading 状态 */
|
122
|
+
loading?: boolean;
|
123
|
+
} & Pick<ProInfoColumnsProps, 'tooltip' | 'tooltipIcon' | 'render' | 'valueType' | 'alignItems'>;
|
124
|
+
/** header info 定义 */
|
125
|
+
export declare type IProHeaderInfo = {
|
126
|
+
/** 布局值 */
|
127
|
+
layout?: ProHeaderInfoLayoutProps;
|
128
|
+
} & Omit<ProInfoBaseProps, 'layout'>;
|
129
|
+
/** table info 定义 */
|
130
|
+
export declare type IProTableInfo = {
|
131
|
+
/** 布局值 */
|
132
|
+
layout?: TableInfoLayoutProps;
|
133
|
+
} & Omit<ProInfoBaseProps, 'layout'>;
|
134
|
+
declare type ProInfoBasePropsOmitLayout = Omit<ProInfoBaseProps, 'layout'>;
|
135
|
+
/** ProInfo */
|
136
|
+
export declare type ProInfoProps = {
|
137
|
+
/** 布局值 */
|
138
|
+
layout?: TableInfoLayoutProps | ProHeaderInfoLayoutProps | ProBaseInfoLayoutProps;
|
139
|
+
/** 类型 */
|
140
|
+
type?: 'base' | 'header' | 'table';
|
141
|
+
} & ProInfoBasePropsOmitLayout & ProInfoTransparentBase;
|
142
|
+
export declare type IProHeaderInfoItem = {};
|
143
|
+
export declare type BaseInfoLayoutProps = ProBaseInfoLayoutProps;
|
144
|
+
export declare type ProBaseInfoLayoutProps = {
|
145
|
+
span?: number;
|
146
|
+
labelCol?: {
|
147
|
+
span: number;
|
148
|
+
};
|
149
|
+
wrapperCol?: {
|
150
|
+
span: number;
|
151
|
+
};
|
152
|
+
};
|
153
|
+
export declare type headerInfoLayout = ProHeaderInfoLayoutProps;
|
154
|
+
export declare type ProHeaderInfoLayoutProps = {
|
155
|
+
/** label 间隔 */
|
156
|
+
labelGutter?: number | string;
|
157
|
+
/** 列数 宽度 */
|
158
|
+
colNum?: number;
|
159
|
+
};
|
160
|
+
/** infoGroup */
|
161
|
+
export declare type ProInfoGroupProps = {
|
162
|
+
children?: React.ReactNode[] | React.ReactNode | ProInfoBaseProps[];
|
163
|
+
/** 是否有有分割线 */
|
164
|
+
divider?: boolean;
|
165
|
+
/** 是否是紧凑模式 */
|
166
|
+
compacted?: ProCardProps['compacted'];
|
167
|
+
/** 背景颜色 */
|
168
|
+
backgroundColor?: ProCardProps['backgroundColor'];
|
169
|
+
/** 上下文 */
|
170
|
+
context?: object;
|
171
|
+
} & ProInfoRequestProps & React.HTMLAttributes<HTMLElement>;
|
172
|
+
export declare type TableInfoLayoutProps = {} & ProHeaderInfoLayoutProps;
|
173
|
+
export declare type InfoValueItemProps = {
|
174
|
+
infoItem: ProInfoColumnsProps;
|
175
|
+
record: any;
|
176
|
+
actionRef?: React.MutableRefObject<ProInfoActionType | undefined>;
|
177
|
+
render?: ProInfoCellRender;
|
178
|
+
dataSource?: ProFieldDataSourceItem[] | ProInfoCellFunProp;
|
179
|
+
context?: object;
|
180
|
+
props?: any;
|
181
|
+
} & Omit<ProFieldProps, 'render' | 'dataSource'>;
|
182
|
+
export declare type ProInfoHeaderProps = Omit<ProCardProps, 'loading'>;
|
183
|
+
/** ProInfoGroupContextProps */
|
184
|
+
export declare type ProInfoGroupContextProps = {
|
185
|
+
/** 因为其他数据都为异步。visible 只用作标识 */
|
186
|
+
visible?: boolean;
|
187
|
+
layout?: ProInfoBaseProps['layout'];
|
188
|
+
size?: {
|
189
|
+
width?: number;
|
190
|
+
height?: number;
|
191
|
+
};
|
192
|
+
context?: object;
|
193
|
+
} & ProInfoRequestProps;
|
194
|
+
/** 基本透传类型 */
|
195
|
+
export declare type ProInfoTransparentBase = {
|
196
|
+
/**
|
197
|
+
* 键盘按下
|
198
|
+
*/
|
199
|
+
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
200
|
+
/**
|
201
|
+
* 焦点获得
|
202
|
+
*/
|
203
|
+
onFocus?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
204
|
+
/**
|
205
|
+
* 焦点失去
|
206
|
+
*/
|
207
|
+
onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
208
|
+
/** class name */
|
209
|
+
className?: string;
|
210
|
+
/** style */
|
211
|
+
style?: React.CSSProperties;
|
212
|
+
};
|
213
|
+
export declare type ProInfoTransRequestResult = {
|
214
|
+
loading: boolean;
|
215
|
+
result: any;
|
216
|
+
refresh?: () => void;
|
217
|
+
};
|
218
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ProInfoActionType, ProInfoGroupContextProps, ProInfoColumnsProps } from '../typing';
|
3
|
+
export declare function useActionType<T>(ref: React.MutableRefObject<ProInfoActionType | undefined>, action: ProInfoActionType): void;
|
4
|
+
/** ProInfoGroupContext */
|
5
|
+
export declare const ProInfoGroupContext: React.Context<ProInfoGroupContextProps>;
|
6
|
+
/**
|
7
|
+
* 获取 dataIndex 值
|
8
|
+
* @param dataIndex
|
9
|
+
* @param dataSource
|
10
|
+
* @returns
|
11
|
+
*/
|
12
|
+
export declare function getDataIndexValue(dataIndex: ProInfoColumnsProps['dataIndex'], dataSource: object): any;
|
13
|
+
/**
|
14
|
+
* 判断是否隐藏
|
15
|
+
* @param hidden
|
16
|
+
* @param value
|
17
|
+
* @param record
|
18
|
+
* @param context
|
19
|
+
*/
|
20
|
+
export declare function isHidden(hidden: ProInfoColumnsProps['hidden'], value: any, record: any, context: any): any;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function getLayout(width: number): "xs" | "xl" | "l" | "s" | "m";
|