@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
@@ -0,0 +1,192 @@
|
|
1
|
+
import type { ReactNode } from 'react';
|
2
|
+
import type { IFormFeedback as InnerFormFeedback, Form as FormType, FieldPatternTypes } from '@formily/core';
|
3
|
+
import type { IFormLayoutProps } from '@teamix/formily';
|
4
|
+
import type { CommonRequestConfig } from '@teamix/utils';
|
5
|
+
import type { UrlStateOptions } from '@teamix/hooks';
|
6
|
+
import React from 'react';
|
7
|
+
interface AnyObject {
|
8
|
+
[propName: string]: any;
|
9
|
+
}
|
10
|
+
declare type FieldDisplayTypes = 'none' | 'hidden' | 'visible';
|
11
|
+
export interface ProFormInitializeItem {
|
12
|
+
(item: ProFormSchemaItem, props?: any): ProFormSchemaItem;
|
13
|
+
}
|
14
|
+
/**
|
15
|
+
* ProForm 实例类型
|
16
|
+
*/
|
17
|
+
export declare type ProFormType = FormType;
|
18
|
+
/**
|
19
|
+
* ProForm 反馈类型
|
20
|
+
*/
|
21
|
+
export declare type IFormFeedback = InnerFormFeedback;
|
22
|
+
declare type IBaseComponent = 'Input' | 'Password' | 'TextArea' | 'NumberPicker' | 'Percent' | 'Money' | 'Select' | 'MultipleSelect' | 'TreeSelect' | 'Cascader' | 'MultipleCascader' | 'ArbitraryCascader' | 'Radio' | 'Checkbox' | 'Switch' | 'DatePicker' | 'TimePicker' | 'DateTimePicker' | 'WeekPicker' | 'MonthPicker' | 'YearPicker' | 'QuarterPicker' | 'DateRangePicker' | 'TimeRangePicker' | 'DateTimeRangePicker' | 'WeekRangePicker' | 'MonthRangePicker' | 'YearRangePicker' | 'QuarterRangePicker' | 'Transfer' | 'Upload' | 'ColorPicker' | 'ColorRadio' | 'IconPicker' | 'JsonInput' | 'TagPicker' | 'MultipleTagPicker' | 'Range' | 'Search' | 'SelectGroup' | 'SelectTable' | 'SelectTable.Column';
|
23
|
+
declare type IButtonComponent = 'Submit' | 'Reset';
|
24
|
+
declare type IComboComponent = 'ArrayCards' | 'ArrayCards.Addition' | 'ArrayCards.Remove' | 'ArrayCards.MoveUp' | 'ArrayCards.MoveDown' | 'ArrayCards.Index' | 'ArrayCollapse' | 'ArrayCollapse.CollapsePanel' | 'ArrayCollapse.Addition' | 'ArrayCollapse.Remove' | 'ArrayCollapse.MoveUp' | 'ArrayCollapse.MoveDown' | 'ArrayCollapse.Index' | 'ArrayTable' | 'ArrayTable.Column' | 'ArrayTable.SortHandle' | 'ArrayTable.Addition' | 'ArrayTable.Remove' | 'ArrayTable.MoveDown' | 'ArrayTable.MoveUp' | 'ArrayTable.Index' | 'ArrayItems' | 'ArrayItems.Item' | 'ArrayItems.SortHandle' | 'ArrayItems.Addition' | 'ArrayItems.Remove' | 'ArrayItems.MoveDown' | 'ArrayItems.MoveUp' | 'ArrayItems.Index' | 'Editable' | 'Editable.Popover' | 'Editable.Dialog' | 'Editable.Drawer';
|
25
|
+
declare type ILayoutComponent = 'FormFlex' | 'FormGrid' | 'FormGroup' | 'FormGroup.GroupPanel' | 'Search' | 'Search.SearchPanel' | 'FormTab' | 'FormTab.TabPane' | 'FormStep' | 'FormStep.StepPane' | 'FormCollapse' | 'FormCollapse.CollapsePanel' | 'FormButtonGroup' | 'FormDialog' | 'FormDrawer' | 'FormDialog.Footer' | 'FormDrawer.Footer';
|
26
|
+
export interface ProFormCommonRequestConfig extends CommonRequestConfig {
|
27
|
+
beforeRequest?: (field?: any, context?: any) => any;
|
28
|
+
formatResult?: (res?: any, field?: any, context?: any) => any;
|
29
|
+
onSuccess?: (res?: any, field?: any, context?: any) => any;
|
30
|
+
}
|
31
|
+
export interface ProFormRequestConfig extends Omit<ProFormCommonRequestConfig, 'url'> {
|
32
|
+
url?: string;
|
33
|
+
customRequest?: (field?: any, context?: any) => Promise<any>;
|
34
|
+
extraConfig?: AnyObject;
|
35
|
+
onComplete?: (res?: any, field?: any, context?: any) => any;
|
36
|
+
}
|
37
|
+
export interface CascadeWhen {
|
38
|
+
left: string;
|
39
|
+
op: string;
|
40
|
+
right: any;
|
41
|
+
}
|
42
|
+
export interface Cascade {
|
43
|
+
when: CascadeWhen[];
|
44
|
+
logic?: '||' | '&&';
|
45
|
+
props?: any;
|
46
|
+
state?: any;
|
47
|
+
dataSourceFilter?: any[];
|
48
|
+
dataSourceHide?: any[];
|
49
|
+
}
|
50
|
+
export interface OnChange {
|
51
|
+
when: CascadeWhen[];
|
52
|
+
logic?: '||' | '&&';
|
53
|
+
values: any;
|
54
|
+
}
|
55
|
+
export interface ProFormSchemaItem {
|
56
|
+
type?: string;
|
57
|
+
name?: string;
|
58
|
+
description?: React.ReactNode;
|
59
|
+
title?: string;
|
60
|
+
component?: IBaseComponent | IButtonComponent | IComboComponent | ILayoutComponent | any;
|
61
|
+
props?: AnyObject | any;
|
62
|
+
decorator?: string | null;
|
63
|
+
decoratorProps?: AnyObject;
|
64
|
+
dataSource?: any[] | string | ProFormRequestConfig;
|
65
|
+
reactions?: any;
|
66
|
+
rules?: any;
|
67
|
+
items?: ProFormSchemaItem;
|
68
|
+
children?: ProFormSchemaItem[];
|
69
|
+
content?: any;
|
70
|
+
tooltip?: string;
|
71
|
+
required?: boolean;
|
72
|
+
display?: FieldDisplayTypes;
|
73
|
+
visible?: boolean | string;
|
74
|
+
hidden?: boolean | string;
|
75
|
+
disabled?: boolean | string;
|
76
|
+
readOnly?: boolean | string;
|
77
|
+
readPretty?: boolean | string;
|
78
|
+
pattern?: FieldPatternTypes;
|
79
|
+
default?: any;
|
80
|
+
request?: ProFormRequestConfig | ProFormRequestConfig[];
|
81
|
+
data?: AnyObject;
|
82
|
+
cascade?: Cascade[];
|
83
|
+
onChange?: OnChange[];
|
84
|
+
}
|
85
|
+
export declare type ProFormSchema = ProFormSchemaItem[];
|
86
|
+
interface AutoLayout {
|
87
|
+
autoLabel?: boolean;
|
88
|
+
}
|
89
|
+
export interface ProFormProps extends Omit<IFormLayoutProps, 'breakpoints'> {
|
90
|
+
form?: FormType | false;
|
91
|
+
schema?: ProFormSchema;
|
92
|
+
scope?: any;
|
93
|
+
context?: any;
|
94
|
+
components?: {
|
95
|
+
[key: string]: React.FC | React.ComponentClass;
|
96
|
+
};
|
97
|
+
children?: React.ReactNode;
|
98
|
+
initialValues?: AnyObject;
|
99
|
+
initialRequest?: ProFormCommonRequestConfig;
|
100
|
+
previewTextPlaceholder?: ReactNode;
|
101
|
+
validateFirst?: boolean;
|
102
|
+
onChangeType?: 'form';
|
103
|
+
onChange?: (values: any, fieldValue?: any, fieldName?: any) => any;
|
104
|
+
onSubmit?: ((values: any) => any) | CommonRequestConfig;
|
105
|
+
onSubmitFailed?: (feedbacks: IFormFeedback[]) => void;
|
106
|
+
onInitialComplete?: (form: FormType) => void;
|
107
|
+
breakpoints?: number[] | boolean;
|
108
|
+
autoLayout?: AutoLayout | boolean;
|
109
|
+
}
|
110
|
+
export interface FilterProps extends ProFormProps {
|
111
|
+
form: FormType;
|
112
|
+
defaultFilterValue?: string;
|
113
|
+
filterValues?: string[];
|
114
|
+
activeFilterValueRef?: React.MutableRefObject<any>;
|
115
|
+
forceClear?: boolean;
|
116
|
+
onReset?: (payload?: any) => void;
|
117
|
+
}
|
118
|
+
export interface QueryFilterLayoutProps {
|
119
|
+
prefixCls?: string;
|
120
|
+
className?: string;
|
121
|
+
addonBefore?: ReactNode;
|
122
|
+
addonAfter?: ReactNode;
|
123
|
+
inlineContent?: ReactNode;
|
124
|
+
panelContent?: ReactNode;
|
125
|
+
count?: number;
|
126
|
+
expand?: boolean;
|
127
|
+
onExpand?: (expand: boolean) => void;
|
128
|
+
}
|
129
|
+
export interface QueryFilterProps extends ProFormProps {
|
130
|
+
/**
|
131
|
+
* @deprecated triggerType已弃用
|
132
|
+
*/
|
133
|
+
triggerType?: 'keydown' | 'change' | 'submit';
|
134
|
+
/** 表单展示形式 */
|
135
|
+
mode?: 'inline' | 'panel';
|
136
|
+
/** 面板模式下是否仅展示面板 */
|
137
|
+
purePanel?: boolean;
|
138
|
+
/** 面板是否默认展开,仅在 mode='panel' 时生效 */
|
139
|
+
expand?: boolean;
|
140
|
+
gridProps?: any;
|
141
|
+
/** 是否强制清除 */
|
142
|
+
forceClear?: boolean;
|
143
|
+
/** 顶部筛选区前缀 */
|
144
|
+
addonBefore?: ReactNode;
|
145
|
+
/** 顶部筛选区后缀 */
|
146
|
+
addonAfter?: ReactNode;
|
147
|
+
/** 顶部筛选区默认筛选项 */
|
148
|
+
defaultFilterValue?: string;
|
149
|
+
/** 顶部筛选区筛选项配置 */
|
150
|
+
filterValues?: string[];
|
151
|
+
/** 透出内部表单实例 */
|
152
|
+
formRef?: React.MutableRefObject<any>;
|
153
|
+
/** onChange事件的防抖时间 */
|
154
|
+
filterDebounce?: number;
|
155
|
+
/** 绑定URL参数 */
|
156
|
+
bindUrl?: boolean | UrlStateOptions;
|
157
|
+
/** 表单初始化(含异步默认值)后回调函数 */
|
158
|
+
onInit?: (values: any) => void;
|
159
|
+
/** 表单筛选回调函数 */
|
160
|
+
onFilter?: (values: any) => void;
|
161
|
+
/** 表单重置回调函数 */
|
162
|
+
onReset?: (payload?: any) => void;
|
163
|
+
/** 高级筛选按钮切换 */
|
164
|
+
onExpand?: (expand: boolean) => void;
|
165
|
+
}
|
166
|
+
/**
|
167
|
+
* 兼容性导出
|
168
|
+
*/
|
169
|
+
/**
|
170
|
+
* @deprecated 将在未来移除该组件,建议使用 QueryFilter 代替
|
171
|
+
*/
|
172
|
+
export interface IFilterProps extends ProFormProps {
|
173
|
+
triggerType?: 'keydown' | 'change' | 'submit';
|
174
|
+
onFilter?: (values: any) => void;
|
175
|
+
onReset?: (payload?: any) => void;
|
176
|
+
}
|
177
|
+
/**
|
178
|
+
* @deprecated 将在未来移除,建议使用 ProFormSchemaItem 代替
|
179
|
+
*/
|
180
|
+
export interface IFormSchemaItem extends ProFormSchemaItem {
|
181
|
+
}
|
182
|
+
/**
|
183
|
+
* @deprecated 将在未来移除,建议使用 ProFormSchema 代替
|
184
|
+
*/
|
185
|
+
export interface IFormSchema extends ProFormSchema {
|
186
|
+
}
|
187
|
+
/**
|
188
|
+
* @deprecated 将在未来移除,建议使用 ProFormProps 代替
|
189
|
+
*/
|
190
|
+
export interface IFormProps extends ProFormProps {
|
191
|
+
}
|
192
|
+
export {};
|
package/lib/form/typing.js
CHANGED
@@ -0,0 +1,55 @@
|
|
1
|
+
/**
|
2
|
+
* 映射字段size,主要是default转medium
|
3
|
+
* @param props component的props
|
4
|
+
* @param field 当前字段实例
|
5
|
+
* @returns 映射后的字段属性
|
6
|
+
*/
|
7
|
+
declare const mapSize: (props: any, field: any) => any;
|
8
|
+
/**
|
9
|
+
* 映射字段state
|
10
|
+
* @param props component的props
|
11
|
+
* @param field 当前字段实例
|
12
|
+
* @returns 映射后的字段属性
|
13
|
+
*/
|
14
|
+
declare const mapStatus: (props: any, field: any) => any;
|
15
|
+
declare const mapDataSource: (props: any, field: any) => any;
|
16
|
+
declare const mapMode: (props: any, field: any) => any;
|
17
|
+
/**
|
18
|
+
* 创建字段名称
|
19
|
+
* @param prefix 字段名称前缀,接收字段component名称,默认为FieldName
|
20
|
+
* @param suffix 字段后缀,唯一标识
|
21
|
+
* @returns 字段唯一名称
|
22
|
+
*/
|
23
|
+
interface IGetFieldName {
|
24
|
+
(prefix: string, suffix?: string): string;
|
25
|
+
}
|
26
|
+
declare const getFieldName: IGetFieldName;
|
27
|
+
/**
|
28
|
+
* 将ProForm的key映射为formily的key,然后筛除掉无效的key/value
|
29
|
+
* @param obj
|
30
|
+
* @returns
|
31
|
+
*/
|
32
|
+
declare const mapSchemaName: (obj: any) => any;
|
33
|
+
/**
|
34
|
+
* 合并数组或非数组,不移除无效值
|
35
|
+
* @param arr 数组
|
36
|
+
* @param v 数组或其他
|
37
|
+
* @returns 合并数组或合并其他值
|
38
|
+
*/
|
39
|
+
declare const mergeArrayValue: (arr: any[], v?: any) => any[];
|
40
|
+
/**
|
41
|
+
* 初始化请求配置为表达式
|
42
|
+
* @param config 请求配置
|
43
|
+
* @param suffix scope名称后缀
|
44
|
+
* @returns 表达式和scope上下文
|
45
|
+
*/
|
46
|
+
declare const initializeRequestExpression: (config?: any, mode?: string | undefined, suffix?: string | undefined) => {
|
47
|
+
expression: string;
|
48
|
+
scope: {
|
49
|
+
[x: string]: object;
|
50
|
+
};
|
51
|
+
} | {
|
52
|
+
expression?: undefined;
|
53
|
+
scope?: undefined;
|
54
|
+
};
|
55
|
+
export { mapSize, mapStatus, mapDataSource, mapMode, mergeArrayValue, getFieldName, mapSchemaName, initializeRequestExpression, };
|
package/lib/form/utils.js
CHANGED
@@ -139,13 +139,6 @@ var mapMode = function mapMode(props, field) {
|
|
139
139
|
mode: (field === null || field === void 0 ? void 0 : field.readPretty) ? 'read' : 'edit'
|
140
140
|
});
|
141
141
|
};
|
142
|
-
/**
|
143
|
-
* 创建字段名称
|
144
|
-
* @param prefix 字段名称前缀,接收字段component名称,默认为FieldName
|
145
|
-
* @param suffix 字段后缀,唯一标识
|
146
|
-
* @returns 字段唯一名称
|
147
|
-
*/
|
148
|
-
|
149
142
|
|
150
143
|
exports.mapMode = mapMode;
|
151
144
|
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import ProAction from './actions';
|
2
|
+
import ProCard from './card';
|
3
|
+
import ProField from './field';
|
4
|
+
import ProForm from './form';
|
5
|
+
import hooks from './hooks';
|
6
|
+
import ProInfo from './info';
|
7
|
+
import ProPageContainer from './page-container';
|
8
|
+
import ProPageHeader from './page-header';
|
9
|
+
import ProTable from './table';
|
10
|
+
import ProSkeleton from './skeleton';
|
11
|
+
import utils from './utils';
|
12
|
+
import ProSidebar from './sidebar';
|
13
|
+
import { ProTimeline } from './timeline';
|
14
|
+
import * as nocode from './nocode';
|
15
|
+
import * as templates from './templates';
|
16
|
+
import TeamixIcon from '@teamix/icon';
|
17
|
+
import './global.scss';
|
18
|
+
export * from './actions';
|
19
|
+
export * from './card';
|
20
|
+
export * from './field';
|
21
|
+
export * from './form';
|
22
|
+
export * from './info';
|
23
|
+
export * from './nocode';
|
24
|
+
export * from './page-container';
|
25
|
+
export * from './page-header';
|
26
|
+
export * from './skeleton';
|
27
|
+
export * from './table';
|
28
|
+
export * from './sidebar';
|
29
|
+
export * from './utils';
|
30
|
+
export * from './timeline';
|
31
|
+
declare const version = "1.4.7";
|
32
|
+
export { version, ProAction, ProCard, ProField, ProForm, ProInfo, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, hooks, nocode, templates, utils, };
|
package/lib/index.d.ts
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
import ProAction from './actions';
|
2
|
+
import ProCard from './card';
|
3
|
+
import ProField from './field';
|
4
|
+
import ProForm from './form';
|
5
|
+
import hooks from './hooks';
|
6
|
+
import ProInfo from './info';
|
7
|
+
import ProPageContainer from './page-container';
|
8
|
+
import ProPageHeader from './page-header';
|
9
|
+
import ProTable from './table';
|
10
|
+
import ProSkeleton from './skeleton';
|
11
|
+
import utils from './utils';
|
12
|
+
import ProSidebar from './sidebar';
|
13
|
+
import { ProTimeline } from './timeline';
|
14
|
+
import * as nocode from './nocode';
|
15
|
+
import * as templates from './templates';
|
16
|
+
import TeamixIcon from '@teamix/icon';
|
17
|
+
import './global.scss';
|
18
|
+
export * from './actions';
|
19
|
+
export * from './card';
|
20
|
+
export * from './field';
|
21
|
+
export * from './form';
|
22
|
+
export * from './info';
|
23
|
+
export * from './nocode';
|
24
|
+
export * from './page-container';
|
25
|
+
export * from './page-header';
|
26
|
+
export * from './skeleton';
|
27
|
+
export * from './table';
|
28
|
+
export * from './sidebar';
|
29
|
+
export * from './utils';
|
30
|
+
export * from './timeline';
|
31
|
+
declare const version = "1.5.1";
|
32
|
+
export { version, ProAction, ProCard, ProField, ProForm, ProInfo, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, hooks, nocode, templates, utils, };
|
package/lib/index.js
CHANGED
@@ -27,7 +27,11 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
27
27
|
|
28
28
|
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; }
|
29
29
|
|
30
|
-
function
|
30
|
+
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; }
|
31
|
+
|
32
|
+
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; }
|
33
|
+
|
34
|
+
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; }
|
31
35
|
|
32
36
|
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; }
|
33
37
|
|
@@ -102,7 +106,7 @@ var ProInfoGroup = function ProInfoGroup(props) {
|
|
102
106
|
return /*#__PURE__*/_react.default.createElement("div", {
|
103
107
|
className: proInfoClassName,
|
104
108
|
key: index
|
105
|
-
}, /*#__PURE__*/_react.default.createElement(_.default,
|
109
|
+
}, /*#__PURE__*/_react.default.createElement(_.default, _objectSpread({
|
106
110
|
compacted: compacted
|
107
111
|
}, item)));
|
108
112
|
})), infoType === 'infoDom' && /*#__PURE__*/_react.default.createElement("div", {
|
@@ -33,8 +33,6 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
33
33
|
|
34
34
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
35
35
|
|
36
|
-
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); }
|
37
|
-
|
38
36
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
39
37
|
|
40
38
|
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."); }
|
@@ -107,7 +105,7 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
107
105
|
|
108
106
|
|
109
107
|
var getRender = function getRender() {
|
110
|
-
var
|
108
|
+
var _processRenderFunctio;
|
111
109
|
|
112
110
|
if (typeof render === 'function') {
|
113
111
|
return function () {
|
@@ -115,7 +113,7 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
115
113
|
};
|
116
114
|
}
|
117
115
|
|
118
|
-
var newRender = processBuriedPoint((
|
116
|
+
var newRender = processBuriedPoint((_processRenderFunctio = processRenderFunction(render !== null && render !== void 0 ? render : {}, value, record)) !== null && _processRenderFunctio !== void 0 ? _processRenderFunctio : {}, value, record);
|
119
117
|
|
120
118
|
if (valueType === 'selectGroup') {
|
121
119
|
newRender = _objectSpread(_objectSpread({
|
@@ -151,10 +149,10 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
151
149
|
newDataSource = dataSource === null || dataSource === void 0 ? void 0 : dataSource(value, record);
|
152
150
|
} else {
|
153
151
|
newDataSource = (dataSource !== null && dataSource !== void 0 ? dataSource : []).map(function (item) {
|
154
|
-
return Object.fromEntries(Object.entries(item).map(function (
|
155
|
-
var
|
156
|
-
k =
|
157
|
-
v =
|
152
|
+
return Object.fromEntries(Object.entries(item).map(function (_ref) {
|
153
|
+
var _ref2 = _slicedToArray(_ref, 2),
|
154
|
+
k = _ref2[0],
|
155
|
+
v = _ref2[1];
|
158
156
|
|
159
157
|
return [k, (0, _utils.getTargetValue)(v, _objectSpread(_objectSpread({}, record), {}, {
|
160
158
|
value: value
|
@@ -214,10 +212,10 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
214
212
|
|
215
213
|
var processRenderFunction = function processRenderFunction(render, value, record) {
|
216
214
|
var external = ['linkOnClick', 'link', 'value'];
|
217
|
-
return Object.fromEntries(Object.entries(render).map(function (
|
218
|
-
var
|
219
|
-
k =
|
220
|
-
v =
|
215
|
+
return Object.fromEntries(Object.entries(render).map(function (_ref3) {
|
216
|
+
var _ref4 = _slicedToArray(_ref3, 2),
|
217
|
+
k = _ref4[0],
|
218
|
+
v = _ref4[1];
|
221
219
|
|
222
220
|
if (typeof v === 'function') {
|
223
221
|
var _v;
|
@@ -249,10 +247,10 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
249
247
|
var processBuriedPoint = function processBuriedPoint(render, value, record) {
|
250
248
|
return Object.fromEntries([// 默认 ellipsis、descriptionEllipsis 为 true
|
251
249
|
// emptyText 默认为 '-'
|
252
|
-
['ellipsis', true], ['descriptionEllipsis', true], ['emptyText', '-']].concat(_toConsumableArray(Object.entries(render).map(function (
|
253
|
-
var
|
254
|
-
k =
|
255
|
-
v =
|
250
|
+
['ellipsis', true], ['descriptionEllipsis', true], ['emptyText', '-']].concat(_toConsumableArray(Object.entries(render).map(function (_ref5) {
|
251
|
+
var _ref6 = _slicedToArray(_ref5, 2),
|
252
|
+
k = _ref6[0],
|
253
|
+
v = _ref6[1];
|
256
254
|
|
257
255
|
return [k, (0, _utils.getTargetValue)(v, _objectSpread(_objectSpread({}, record), {}, {
|
258
256
|
record: record,
|
@@ -265,7 +263,7 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
265
263
|
if (getInfoItemProps(isEdit)) {
|
266
264
|
// 渲染表单
|
267
265
|
var renderContent = function renderContent() {
|
268
|
-
return /*#__PURE__*/_react.default.createElement(_form.default,
|
266
|
+
return /*#__PURE__*/_react.default.createElement(_form.default, _objectSpread({
|
269
267
|
schema: [{
|
270
268
|
name: dataIndex,
|
271
269
|
component: 'Input',
|
@@ -339,12 +337,12 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
339
337
|
onMouseLeave: function onMouseLeave() {
|
340
338
|
setEditVisible(false);
|
341
339
|
}
|
342
|
-
}, /*#__PURE__*/_react.default.createElement(_field.default,
|
340
|
+
}, /*#__PURE__*/_react.default.createElement(_field.default, _objectSpread(_objectSpread({
|
343
341
|
type: type,
|
344
342
|
value: value,
|
345
343
|
render: getRender(),
|
346
344
|
dataSource: getDataSource()
|
347
|
-
}, others, getFieldProps())), /*#__PURE__*/_react.default.createElement(_popConfirm.default, {
|
345
|
+
}, others), getFieldProps())), /*#__PURE__*/_react.default.createElement(_popConfirm.default, {
|
348
346
|
visible: popConfirmVisible,
|
349
347
|
content: renderContent(),
|
350
348
|
triggerType: "click",
|
@@ -357,8 +355,8 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
357
355
|
trigger: /*#__PURE__*/_react.default.createElement(_icon.default, {
|
358
356
|
type: "edit-line",
|
359
357
|
size: "small",
|
360
|
-
className: cls('edit-icon')
|
361
|
-
|
358
|
+
className: cls('edit-icon'),
|
359
|
+
// 这里使用 opacity 是为了占位
|
362
360
|
style: {
|
363
361
|
opacity: editVisible || popConfirmVisible ? 1 : 0
|
364
362
|
},
|
@@ -371,12 +369,12 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
371
369
|
|
372
370
|
return /*#__PURE__*/_react.default.createElement("div", {
|
373
371
|
className: cls('item-value')
|
374
|
-
}, /*#__PURE__*/_react.default.createElement(_field.default,
|
372
|
+
}, /*#__PURE__*/_react.default.createElement(_field.default, _objectSpread(_objectSpread({
|
375
373
|
type: type,
|
376
374
|
value: value,
|
377
375
|
render: getRender(),
|
378
376
|
dataSource: getDataSource()
|
379
|
-
}, others, getFieldProps())), renderAction(), extra && extra);
|
377
|
+
}, others), getFieldProps())), renderAction(), extra && extra);
|
380
378
|
};
|
381
379
|
|
382
380
|
var _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;
|
@@ -56,11 +56,10 @@ var ProTableInfo = function ProTableInfo(props) {
|
|
56
56
|
result = props.result,
|
57
57
|
actionRef = props.actionRef,
|
58
58
|
context = props.context;
|
59
|
-
var
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
labelGutter = _ref$labelGutter === void 0 ? '80px' : _ref$labelGutter;
|
59
|
+
var _layout$colNum = layout.colNum,
|
60
|
+
colNum = _layout$colNum === void 0 ? 2 : _layout$colNum,
|
61
|
+
_layout$labelGutter = layout.labelGutter,
|
62
|
+
labelGutter = _layout$labelGutter === void 0 ? '80px' : _layout$labelGutter;
|
64
63
|
|
65
64
|
var getNewColumns = function getNewColumns() {
|
66
65
|
// 需要 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/lib/info/index.js
CHANGED
@@ -50,8 +50,6 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
50
50
|
|
51
51
|
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; }
|
52
52
|
|
53
|
-
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); }
|
54
|
-
|
55
53
|
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; }
|
56
54
|
|
57
55
|
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; }
|
@@ -190,10 +188,9 @@ var ProInfo = function ProInfo(props) {
|
|
190
188
|
return extra;
|
191
189
|
}
|
192
190
|
|
193
|
-
var
|
194
|
-
|
195
|
-
|
196
|
-
others = _objectWithoutProperties(_ref2, _excluded2);
|
191
|
+
var _extra$context = extra.context,
|
192
|
+
actionContext = _extra$context === void 0 ? {} : _extra$context,
|
193
|
+
others = _objectWithoutProperties(extra, _excluded2);
|
197
194
|
|
198
195
|
return _objectSpread(_objectSpread({}, others), {}, {
|
199
196
|
context: _objectSpread(_objectSpread({}, context), actionContext)
|
@@ -207,12 +204,12 @@ var ProInfo = function ProInfo(props) {
|
|
207
204
|
"data-teamix-test-request": "url=".concat(url, "&formatResult=").concat(!!formatResult),
|
208
205
|
"data-teamix-test-params": (0, _utils2.getTestRequestParams)(params),
|
209
206
|
"data-teamix-test-data": (0, _utils2.getTestRequestData)(columns)
|
210
|
-
}, /*#__PURE__*/_react.default.createElement(_.ProCard,
|
207
|
+
}, /*#__PURE__*/_react.default.createElement(_.ProCard, _objectSpread(_objectSpread(_objectSpread({
|
211
208
|
compacted: true,
|
212
209
|
hoveredShadow: false,
|
213
210
|
bordered: false,
|
214
211
|
backgroundColor: "transparent"
|
215
|
-
}, header, others, {
|
212
|
+
}, header), others), {}, {
|
216
213
|
extra: getExtra()
|
217
214
|
}), type === 'table' && /*#__PURE__*/_react.default.createElement(_tableInfo.default, {
|
218
215
|
dataSource: dataSource,
|