@teamix/pro 1.5.0-beta.1 → 1.5.1-aplha.0
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 +84670 -60159
- package/dist/pro.min.css +1 -1
- package/dist/pro.min.js +1 -1
- package/dist/pro.min.js.LICENSE.txt +11 -0
- package/es/actions/dialog-component.js +1 -7
- package/es/actions/dialog-form.js +5 -3
- package/es/actions/dialog.js +1 -1
- package/es/actions/index.js +66 -32
- package/es/actions/request.js +2 -2
- package/es/card/card-container.js +9 -9
- package/es/card/divider.js +2 -6
- package/es/card/index.js +16 -10
- package/es/card/selectable.js +2 -6
- package/es/card/tab.js +2 -6
- package/es/form/Components/Editable/index.js +1 -1
- package/es/form/Components/FormGroup/index.js +5 -3
- package/es/form/Components/LightFilter/index.js +8 -2
- package/es/form/Components/ProField/index.js +2 -6
- package/es/form/Components/Text/index.js +2 -6
- package/es/form/Filter/AdvancedFilter.js +18 -15
- package/es/form/Filter/LightFilter.js +13 -10
- package/es/form/Filter/SimpleFilter.js +10 -6
- package/es/form/Filter/index.js +7 -10
- package/es/form/Filter/index2.js +21 -17
- package/es/form/Filter/layout.scss +1 -1
- package/es/form/ProForm/addCascadeEffect.js +225 -0
- package/es/form/ProForm/index.js +12 -7
- package/es/form/ProForm/useFormDisplayValues.js +1 -1
- package/es/form/SchemaForm/reactions.js +2 -1
- package/es/form/utils.js +8 -1
- package/es/index.js +2 -1
- package/es/info/components/InfoGroup/index.js +2 -6
- package/es/info/components/InfoValueItem/index.js +23 -21
- package/es/info/components/tableInfo/index.js +5 -4
- package/es/info/index.js +8 -5
- package/es/nocode/index.js +2 -2
- package/es/nocode/pages/index.js +4 -3
- package/es/nocode/pages/playground.js +3 -7
- package/es/nocode/pages/renderer.js +4 -8
- package/es/nocode/playground.js +2 -6
- package/es/page-header/index.js +12 -7
- package/es/sidebar/components/sidebar-container/index.js +23 -11
- package/es/sidebar/components/sidebar-container/index.scss +21 -14
- package/es/sidebar/components/tree/index.js +26 -12
- package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +2 -6
- package/es/sidebar/components/tree-node/components/IconAction/index.js +4 -2
- package/es/sidebar/components/tree-node/index.js +22 -19
- package/es/sidebar/index.js +3 -5
- package/es/sidebar/utils/index.js +11 -11
- package/es/table/components/Layout/index.js +14 -10
- package/es/table/components/Pagination/index.js +10 -14
- package/es/table/components/QuickAction/index.js +4 -2
- package/es/table/components/ToolBar/DensityIcon.js +3 -3
- package/es/table/components/ToolBar/FilterColumnIcon.js +2 -0
- package/es/table/components/ToolBar/FullScreenIcon.js +6 -57
- package/es/table/components/ToolBar/RefreshIcon.js +2 -1
- package/es/table/components/ToolBar/index.js +98 -19
- package/es/table/components/ToolBar/index.scss +22 -2
- package/es/table/index.js +38 -28
- package/es/table/utils/columnRender.js +27 -25
- package/es/table/utils/genProColumnToColumn.js +1 -1
- package/es/table/utils/index.js +2 -2
- package/es/table/utils/pureColumnRender.js +4 -2
- package/es/table/utils/pureGenProColumnToColumn.js +1 -1
- package/es/templates/List/index.js +4 -8
- package/es/templates/index.js +2 -1
- package/es/timeline/ProTimeLineItem/index.js +2 -6
- package/es/timeline/index.js +3 -7
- package/es/utils/message.js +3 -7
- package/lib/actions/dialog-component.js +1 -7
- package/lib/actions/dialog-form.js +5 -3
- package/lib/actions/dialog.js +1 -1
- package/lib/actions/index.js +65 -32
- package/lib/card/card-container.js +5 -7
- package/lib/card/divider.js +2 -6
- package/lib/card/index.js +16 -9
- package/lib/card/selectable.js +2 -6
- package/lib/card/tab.js +2 -6
- package/lib/form/Components/Editable/index.js +1 -1
- package/lib/form/Components/FormGroup/index.js +5 -3
- package/lib/form/Components/LightFilter/index.js +8 -2
- package/lib/form/Components/ProField/index.js +2 -6
- package/lib/form/Components/Text/index.js +2 -6
- package/lib/form/Filter/AdvancedFilter.js +17 -14
- package/lib/form/Filter/LightFilter.js +12 -9
- package/lib/form/Filter/SimpleFilter.js +8 -5
- package/lib/form/Filter/index.js +6 -9
- package/lib/form/Filter/index2.js +21 -17
- package/lib/form/Filter/layout.scss +1 -1
- package/lib/form/ProForm/addCascadeEffect.js +235 -0
- package/lib/form/ProForm/index.js +13 -7
- package/lib/form/typing.js +1 -5
- package/lib/form/utils.js +7 -0
- package/lib/index.js +2 -1
- package/lib/info/components/InfoGroup/index.js +2 -6
- package/lib/info/components/InfoValueItem/index.js +23 -21
- package/lib/info/components/tableInfo/index.js +5 -4
- package/lib/info/index.js +8 -5
- package/lib/info/typing.js +1 -5
- package/lib/nocode/pages/index.js +2 -2
- package/lib/nocode/pages/playground.js +3 -7
- package/lib/nocode/pages/renderer.js +4 -8
- package/lib/nocode/playground.js +2 -6
- package/lib/page-header/index.js +12 -6
- package/lib/sidebar/components/sidebar-container/index.js +23 -11
- package/lib/sidebar/components/sidebar-container/index.scss +21 -14
- package/lib/sidebar/components/tree/index.js +26 -12
- package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +2 -6
- package/lib/sidebar/components/tree-node/components/IconAction/index.js +4 -2
- package/lib/sidebar/components/tree-node/index.js +22 -19
- package/lib/sidebar/index.js +3 -5
- package/lib/sidebar/typing.js +1 -5
- package/lib/sidebar/utils/index.js +11 -11
- package/lib/table/components/Layout/index.js +15 -11
- package/lib/table/components/Pagination/index.js +10 -14
- package/lib/table/components/QuickAction/index.js +4 -2
- package/lib/table/components/ToolBar/DensityIcon.js +3 -3
- package/lib/table/components/ToolBar/FilterColumnIcon.js +2 -0
- package/lib/table/components/ToolBar/FullScreenIcon.js +9 -63
- package/lib/table/components/ToolBar/RefreshIcon.js +2 -1
- package/lib/table/components/ToolBar/index.js +107 -18
- package/lib/table/components/ToolBar/index.scss +22 -2
- package/lib/table/index.js +39 -29
- package/lib/table/typing.js +1 -5
- package/lib/table/utils/columnRender.js +27 -25
- package/lib/table/utils/pureColumnRender.js +3 -1
- package/lib/templates/List/index.js +4 -8
- package/lib/timeline/ProTimeLineItem/index.js +2 -6
- package/lib/timeline/index.js +3 -7
- package/lib/timeline/typing.js +1 -5
- package/lib/utils/message.js +3 -7
- package/package.json +1 -1
- package/es/actions/base.d.ts +0 -24
- package/es/actions/confirm.d.ts +0 -7
- package/es/actions/danger-confirm.d.ts +0 -7
- package/es/actions/danger-pop-confirm.d.ts +0 -5
- package/es/actions/dialog-component.d.ts +0 -10
- package/es/actions/dialog-form.d.ts +0 -29
- package/es/actions/dialog-info.d.ts +0 -9
- package/es/actions/dialog-table.d.ts +0 -9
- package/es/actions/dialog.d.ts +0 -40
- package/es/actions/drawer-form.d.ts +0 -6
- package/es/actions/drawer-info.d.ts +0 -6
- package/es/actions/drawer-table.d.ts +0 -6
- package/es/actions/drawer.d.ts +0 -6
- package/es/actions/error.d.ts +0 -7
- package/es/actions/index.d.ts +0 -107
- package/es/actions/link.d.ts +0 -8
- package/es/actions/notice.d.ts +0 -7
- package/es/actions/pop-confirm.d.ts +0 -9
- package/es/actions/request.d.ts +0 -9
- package/es/actions/utils.d.ts +0 -1
- package/es/card/card-container.d.ts +0 -18
- package/es/card/divider.d.ts +0 -6
- package/es/card/index.d.ts +0 -109
- package/es/card/selectable.d.ts +0 -13
- package/es/card/tab.d.ts +0 -6
- package/es/card/utils.d.ts +0 -9
- package/es/field/index.d.ts +0 -3
- package/es/form/Components/Editable/index.d.ts +0 -20
- package/es/form/Components/FormGroup/index.d.ts +0 -13
- package/es/form/Components/LightFilter/componentMap.d.ts +0 -3
- package/es/form/Components/LightFilter/index.d.ts +0 -17
- package/es/form/Components/ProField/index.d.ts +0 -2
- package/es/form/Components/ProField/mapDateFormat.d.ts +0 -3
- package/es/form/Components/Text/index.d.ts +0 -7
- package/es/form/Filter/AdvancedFilter.d.ts +0 -7
- package/es/form/Filter/Layout.d.ts +0 -5
- package/es/form/Filter/LightFilter.d.ts +0 -7
- package/es/form/Filter/SimpleFilter.d.ts +0 -7
- package/es/form/Filter/index.d.ts +0 -9
- package/es/form/Filter/index2.d.ts +0 -13
- package/es/form/Filter/useBindUrl.d.ts +0 -2
- package/es/form/Filter/useSpecialProps.d.ts +0 -6
- package/es/form/ProForm/customComponent.d.ts +0 -3
- package/es/form/ProForm/index.d.ts +0 -5
- package/es/form/ProForm/useAutoLayout.d.ts +0 -9
- package/es/form/ProForm/useAutoSubmit.d.ts +0 -6
- package/es/form/ProForm/useFieldRequest.d.ts +0 -5
- package/es/form/ProForm/useFormDisplayValues.d.ts +0 -4
- package/es/form/ProForm/useInitialRequest.d.ts +0 -6
- package/es/form/SchemaForm/adapterComponent.d.ts +0 -5
- package/es/form/SchemaForm/adapterDecorator.d.ts +0 -6
- package/es/form/SchemaForm/adapterType.d.ts +0 -5
- package/es/form/SchemaForm/index.d.ts +0 -4
- package/es/form/SchemaForm/initializeArrayCards.d.ts +0 -3
- package/es/form/SchemaForm/initializeArrayCollapse.d.ts +0 -3
- package/es/form/SchemaForm/initializeArrayItems.d.ts +0 -3
- package/es/form/SchemaForm/initializeArrayTable.d.ts +0 -3
- package/es/form/SchemaForm/initializeDataSource.d.ts +0 -15
- package/es/form/SchemaForm/initializeFormButton.d.ts +0 -3
- package/es/form/SchemaForm/initializeFormCollapse.d.ts +0 -3
- package/es/form/SchemaForm/initializeFormGroup.d.ts +0 -3
- package/es/form/SchemaForm/initializeFormStep.d.ts +0 -5
- package/es/form/SchemaForm/initializeFormTab.d.ts +0 -3
- package/es/form/SchemaForm/initializeReactions.d.ts +0 -2
- package/es/form/SchemaForm/initializeRequest.d.ts +0 -11
- package/es/form/SchemaForm/initializeRules.d.ts +0 -11
- package/es/form/SchemaForm/initializeSelectTable.d.ts +0 -3
- package/es/form/SchemaForm/reactions.d.ts +0 -6
- package/es/form/docs/ActionResponse.d.ts +0 -7
- package/es/form/fieldTypeMap.d.ts +0 -7
- package/es/form/index.d.ts +0 -125
- package/es/form/locales/validate.d.ts +0 -159
- package/es/form/schemaNameMap.d.ts +0 -5
- package/es/form/typing.d.ts +0 -172
- package/es/form/utils.d.ts +0 -55
- package/es/form/warning.d.ts +0 -3
- package/es/hooks/index.d.ts +0 -2
- package/es/index-without-icon.d.ts +0 -32
- package/es/index.d.ts +0 -32
- package/es/info/components/InfoGroup/index.d.ts +0 -5
- package/es/info/components/InfoValueItem/index.d.ts +0 -5
- package/es/info/components/ProInfoItem/index.d.ts +0 -5
- package/es/info/components/baseInfo/index.d.ts +0 -8
- package/es/info/components/headerInfo/index.d.ts +0 -8
- package/es/info/components/tableInfo/index.d.ts +0 -7
- package/es/info/index.d.ts +0 -10
- package/es/info/typing.d.ts +0 -218
- package/es/info/utils/index.d.ts +0 -20
- package/es/info/utils/layout.d.ts +0 -2
- package/es/info/utils/utils.d.ts +0 -1
- package/es/layout/index.d.ts +0 -2
- package/es/nocode/configurators/Card.d.ts +0 -3
- package/es/nocode/configurators/PageHeader.d.ts +0 -3
- package/es/nocode/configurators/ProTable.d.ts +0 -3
- package/es/nocode/configurators/common.d.ts +0 -280
- package/es/nocode/configurators/index.d.ts +0 -15
- package/es/nocode/configurators/map.d.ts +0 -2
- package/es/nocode/index.d.ts +0 -8
- package/es/nocode/pages/editor.d.ts +0 -12
- package/es/nocode/pages/index.d.ts +0 -14
- package/es/nocode/pages/playground.d.ts +0 -11
- package/es/nocode/pages/renderer.d.ts +0 -10
- package/es/nocode/playground.d.ts +0 -14
- package/es/page-container/index.d.ts +0 -3
- package/es/page-header/index.d.ts +0 -74
- package/es/sidebar/components/sidebar-container/index.d.ts +0 -5
- package/es/sidebar/components/tree/index.d.ts +0 -6
- package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +0 -15
- package/es/sidebar/components/tree-node/components/IconAction/index.d.ts +0 -12
- package/es/sidebar/components/tree-node/components/IconSwitch/index.d.ts +0 -23
- package/es/sidebar/components/tree-node/index.d.ts +0 -7
- package/es/sidebar/index.d.ts +0 -7
- package/es/sidebar/typing.d.ts +0 -137
- package/es/sidebar/utils/action-ref.d.ts +0 -3
- package/es/sidebar/utils/index.d.ts +0 -361
- package/es/skeleton/index.d.ts +0 -3
- package/es/table/components/EmptyContent/index.d.ts +0 -2
- package/es/table/components/Filter/index.d.ts +0 -9
- package/es/table/components/Layout/index.d.ts +0 -5
- package/es/table/components/Pagination/index.d.ts +0 -7
- package/es/table/components/QuickAction/index.d.ts +0 -10
- package/es/table/components/ToolBar/DensityIcon.d.ts +0 -4
- package/es/table/components/ToolBar/FilterColumnIcon.d.ts +0 -4
- package/es/table/components/ToolBar/FullScreenIcon.d.ts +0 -4
- package/es/table/components/ToolBar/Fullscreen.d.ts +0 -10
- package/es/table/components/ToolBar/RefreshIcon.d.ts +0 -4
- package/es/table/components/ToolBar/index.d.ts +0 -5
- package/es/table/index.d.ts +0 -5
- package/es/table/typing.d.ts +0 -299
- package/es/table/utils/columnRender.d.ts +0 -13
- package/es/table/utils/genProColumnToColumn.d.ts +0 -13
- package/es/table/utils/getTableProps.d.ts +0 -2
- package/es/table/utils/getTableSortIcons.d.ts +0 -3
- package/es/table/utils/index.d.ts +0 -19
- package/es/table/utils/pureColumnRender.d.ts +0 -9
- package/es/table/utils/pureGenProColumnToColumn.d.ts +0 -7
- package/es/table/utils/useTableSelection.d.ts +0 -3
- package/es/templates/Detail/index.d.ts +0 -2
- package/es/templates/Form/index.d.ts +0 -2
- package/es/templates/List/index.d.ts +0 -9
- package/es/templates/index.d.ts +0 -3
- package/es/timeline/ProTimeLineItem/index.d.ts +0 -5
- package/es/timeline/index.d.ts +0 -10
- package/es/timeline/typing.d.ts +0 -106
- package/es/utils/index.d.ts +0 -3
- package/es/utils/message.d.ts +0 -3
- package/lib/actions/base.d.ts +0 -24
- package/lib/actions/confirm.d.ts +0 -7
- package/lib/actions/danger-confirm.d.ts +0 -7
- package/lib/actions/danger-pop-confirm.d.ts +0 -5
- package/lib/actions/dialog-component.d.ts +0 -10
- package/lib/actions/dialog-form.d.ts +0 -29
- package/lib/actions/dialog-info.d.ts +0 -9
- package/lib/actions/dialog-table.d.ts +0 -9
- package/lib/actions/dialog.d.ts +0 -40
- package/lib/actions/drawer-form.d.ts +0 -6
- package/lib/actions/drawer-info.d.ts +0 -6
- package/lib/actions/drawer-table.d.ts +0 -6
- package/lib/actions/drawer.d.ts +0 -6
- package/lib/actions/error.d.ts +0 -7
- package/lib/actions/index.d.ts +0 -107
- package/lib/actions/link.d.ts +0 -8
- package/lib/actions/notice.d.ts +0 -7
- package/lib/actions/pop-confirm.d.ts +0 -9
- package/lib/actions/request.d.ts +0 -9
- package/lib/actions/utils.d.ts +0 -1
- package/lib/card/card-container.d.ts +0 -18
- package/lib/card/divider.d.ts +0 -6
- package/lib/card/index.d.ts +0 -109
- package/lib/card/selectable.d.ts +0 -13
- package/lib/card/tab.d.ts +0 -6
- package/lib/card/utils.d.ts +0 -9
- package/lib/field/index.d.ts +0 -3
- package/lib/form/Components/Editable/index.d.ts +0 -20
- package/lib/form/Components/FormGroup/index.d.ts +0 -13
- package/lib/form/Components/LightFilter/componentMap.d.ts +0 -3
- package/lib/form/Components/LightFilter/index.d.ts +0 -17
- package/lib/form/Components/ProField/index.d.ts +0 -2
- package/lib/form/Components/ProField/mapDateFormat.d.ts +0 -3
- package/lib/form/Components/Text/index.d.ts +0 -7
- package/lib/form/Filter/AdvancedFilter.d.ts +0 -7
- package/lib/form/Filter/Layout.d.ts +0 -5
- package/lib/form/Filter/LightFilter.d.ts +0 -7
- package/lib/form/Filter/SimpleFilter.d.ts +0 -7
- package/lib/form/Filter/index.d.ts +0 -9
- package/lib/form/Filter/index2.d.ts +0 -13
- package/lib/form/Filter/useBindUrl.d.ts +0 -2
- package/lib/form/Filter/useSpecialProps.d.ts +0 -6
- package/lib/form/ProForm/customComponent.d.ts +0 -3
- package/lib/form/ProForm/index.d.ts +0 -5
- package/lib/form/ProForm/useAutoLayout.d.ts +0 -9
- package/lib/form/ProForm/useAutoSubmit.d.ts +0 -6
- package/lib/form/ProForm/useFieldRequest.d.ts +0 -5
- package/lib/form/ProForm/useFormDisplayValues.d.ts +0 -4
- package/lib/form/ProForm/useInitialRequest.d.ts +0 -6
- package/lib/form/SchemaForm/adapterComponent.d.ts +0 -5
- package/lib/form/SchemaForm/adapterDecorator.d.ts +0 -6
- package/lib/form/SchemaForm/adapterType.d.ts +0 -5
- package/lib/form/SchemaForm/index.d.ts +0 -4
- package/lib/form/SchemaForm/initializeArrayCards.d.ts +0 -3
- package/lib/form/SchemaForm/initializeArrayCollapse.d.ts +0 -3
- package/lib/form/SchemaForm/initializeArrayItems.d.ts +0 -3
- package/lib/form/SchemaForm/initializeArrayTable.d.ts +0 -3
- package/lib/form/SchemaForm/initializeDataSource.d.ts +0 -15
- package/lib/form/SchemaForm/initializeFormButton.d.ts +0 -3
- package/lib/form/SchemaForm/initializeFormCollapse.d.ts +0 -3
- package/lib/form/SchemaForm/initializeFormGroup.d.ts +0 -3
- package/lib/form/SchemaForm/initializeFormStep.d.ts +0 -5
- package/lib/form/SchemaForm/initializeFormTab.d.ts +0 -3
- package/lib/form/SchemaForm/initializeReactions.d.ts +0 -2
- package/lib/form/SchemaForm/initializeRequest.d.ts +0 -11
- package/lib/form/SchemaForm/initializeRules.d.ts +0 -11
- package/lib/form/SchemaForm/initializeSelectTable.d.ts +0 -3
- package/lib/form/SchemaForm/reactions.d.ts +0 -6
- package/lib/form/docs/ActionResponse.d.ts +0 -7
- package/lib/form/fieldTypeMap.d.ts +0 -7
- package/lib/form/index.d.ts +0 -125
- package/lib/form/locales/validate.d.ts +0 -159
- package/lib/form/schemaNameMap.d.ts +0 -5
- package/lib/form/typing.d.ts +0 -172
- package/lib/form/utils.d.ts +0 -55
- package/lib/form/warning.d.ts +0 -3
- package/lib/hooks/index.d.ts +0 -2
- package/lib/index-without-icon.d.ts +0 -32
- package/lib/index.d.ts +0 -32
- package/lib/info/components/InfoGroup/index.d.ts +0 -5
- package/lib/info/components/InfoValueItem/index.d.ts +0 -5
- package/lib/info/components/ProInfoItem/index.d.ts +0 -5
- package/lib/info/components/baseInfo/index.d.ts +0 -8
- package/lib/info/components/headerInfo/index.d.ts +0 -8
- package/lib/info/components/tableInfo/index.d.ts +0 -7
- package/lib/info/index.d.ts +0 -10
- package/lib/info/typing.d.ts +0 -218
- package/lib/info/utils/index.d.ts +0 -20
- package/lib/info/utils/layout.d.ts +0 -2
- package/lib/info/utils/utils.d.ts +0 -1
- package/lib/layout/index.d.ts +0 -2
- package/lib/nocode/configurators/Card.d.ts +0 -3
- package/lib/nocode/configurators/PageHeader.d.ts +0 -3
- package/lib/nocode/configurators/ProTable.d.ts +0 -3
- package/lib/nocode/configurators/common.d.ts +0 -280
- package/lib/nocode/configurators/index.d.ts +0 -15
- package/lib/nocode/configurators/map.d.ts +0 -2
- package/lib/nocode/index.d.ts +0 -8
- package/lib/nocode/pages/editor.d.ts +0 -12
- package/lib/nocode/pages/index.d.ts +0 -14
- package/lib/nocode/pages/playground.d.ts +0 -11
- package/lib/nocode/pages/renderer.d.ts +0 -10
- package/lib/nocode/playground.d.ts +0 -14
- package/lib/page-container/index.d.ts +0 -3
- package/lib/page-header/index.d.ts +0 -74
- package/lib/sidebar/components/sidebar-container/index.d.ts +0 -5
- package/lib/sidebar/components/tree/index.d.ts +0 -6
- package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +0 -15
- package/lib/sidebar/components/tree-node/components/IconAction/index.d.ts +0 -12
- package/lib/sidebar/components/tree-node/components/IconSwitch/index.d.ts +0 -23
- package/lib/sidebar/components/tree-node/index.d.ts +0 -7
- package/lib/sidebar/index.d.ts +0 -7
- package/lib/sidebar/typing.d.ts +0 -137
- package/lib/sidebar/utils/action-ref.d.ts +0 -3
- package/lib/sidebar/utils/index.d.ts +0 -361
- package/lib/skeleton/index.d.ts +0 -3
- package/lib/table/components/EmptyContent/index.d.ts +0 -2
- package/lib/table/components/Filter/index.d.ts +0 -9
- package/lib/table/components/Layout/index.d.ts +0 -5
- package/lib/table/components/Pagination/index.d.ts +0 -7
- package/lib/table/components/QuickAction/index.d.ts +0 -10
- package/lib/table/components/ToolBar/DensityIcon.d.ts +0 -4
- package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +0 -4
- package/lib/table/components/ToolBar/FullScreenIcon.d.ts +0 -4
- package/lib/table/components/ToolBar/Fullscreen.d.ts +0 -10
- package/lib/table/components/ToolBar/RefreshIcon.d.ts +0 -4
- package/lib/table/components/ToolBar/index.d.ts +0 -5
- package/lib/table/index.d.ts +0 -5
- package/lib/table/typing.d.ts +0 -299
- package/lib/table/utils/columnRender.d.ts +0 -13
- package/lib/table/utils/genProColumnToColumn.d.ts +0 -13
- package/lib/table/utils/getTableProps.d.ts +0 -2
- package/lib/table/utils/getTableSortIcons.d.ts +0 -3
- package/lib/table/utils/index.d.ts +0 -19
- package/lib/table/utils/pureColumnRender.d.ts +0 -9
- package/lib/table/utils/pureGenProColumnToColumn.d.ts +0 -7
- package/lib/table/utils/useTableSelection.d.ts +0 -3
- package/lib/templates/Detail/index.d.ts +0 -2
- package/lib/templates/Form/index.d.ts +0 -2
- package/lib/templates/List/index.d.ts +0 -9
- package/lib/templates/index.d.ts +0 -3
- package/lib/timeline/ProTimeLineItem/index.d.ts +0 -5
- package/lib/timeline/index.d.ts +0 -10
- package/lib/timeline/typing.d.ts +0 -106
- package/lib/utils/index.d.ts +0 -3
- package/lib/utils/message.d.ts +0 -3
package/lib/timeline/index.js
CHANGED
@@ -33,11 +33,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
33
33
|
|
34
34
|
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; }
|
35
35
|
|
36
|
-
function
|
37
|
-
|
38
|
-
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; }
|
39
|
-
|
40
|
-
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; }
|
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); }
|
41
37
|
|
42
38
|
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; }
|
43
39
|
|
@@ -74,7 +70,7 @@ var ProTimeline = function ProTimeline(props) {
|
|
74
70
|
// 传递了 item 采用 item 渲染数组的方式
|
75
71
|
if (items) {
|
76
72
|
return items.map(function (item, index) {
|
77
|
-
return /*#__PURE__*/_react.default.createElement(_ProTimeLineItem.default,
|
73
|
+
return /*#__PURE__*/_react.default.createElement(_ProTimeLineItem.default, _extends({
|
78
74
|
key: index,
|
79
75
|
_shape: shape,
|
80
76
|
_comment: comment
|
@@ -87,7 +83,7 @@ var ProTimeline = function ProTimeline(props) {
|
|
87
83
|
|
88
84
|
|
89
85
|
var renderProTimeline = function renderProTimeline() {
|
90
|
-
return /*#__PURE__*/_react.default.createElement(_components.Timeline,
|
86
|
+
return /*#__PURE__*/_react.default.createElement(_components.Timeline, _extends({
|
91
87
|
fold: fold
|
92
88
|
}, others), renderItem());
|
93
89
|
};
|
package/lib/timeline/typing.js
CHANGED
package/lib/utils/message.js
CHANGED
@@ -11,11 +11,7 @@ var _components = require("@alicloudfe/components");
|
|
11
11
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
13
13
|
|
14
|
-
function
|
15
|
-
|
16
|
-
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; }
|
17
|
-
|
18
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
14
|
+
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); }
|
19
15
|
|
20
16
|
var renderProMessage = function renderProMessage(message, defaultProps) {
|
21
17
|
if (!message) {
|
@@ -23,10 +19,10 @@ var renderProMessage = function renderProMessage(message, defaultProps) {
|
|
23
19
|
}
|
24
20
|
|
25
21
|
if (typeof message === 'string') {
|
26
|
-
return /*#__PURE__*/_react.default.createElement(_components.Message,
|
22
|
+
return /*#__PURE__*/_react.default.createElement(_components.Message, defaultProps, message);
|
27
23
|
}
|
28
24
|
|
29
|
-
return /*#__PURE__*/_react.default.createElement(_components.Message,
|
25
|
+
return /*#__PURE__*/_react.default.createElement(_components.Message, _extends({}, defaultProps, message));
|
30
26
|
};
|
31
27
|
|
32
28
|
exports.renderProMessage = renderProMessage;
|
package/package.json
CHANGED
package/es/actions/base.d.ts
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { MaybePromise } from '@teamix/utils';
|
3
|
-
export interface BaseAction {
|
4
|
-
/** 事件触发方式,默认是 onClick */
|
5
|
-
trigger?: string;
|
6
|
-
/** 事件发生时,是否执行 e.preventDefault() 方法 */
|
7
|
-
preventDefault?: boolean;
|
8
|
-
/** 事件发生时,是否执行 e.stopPropagation() 方法 */
|
9
|
-
stopPropagation?: boolean;
|
10
|
-
/** 事件执行前的处理函数
|
11
|
-
* 如果返回 false 或者 Promise<false>,则停止 Action 执行。
|
12
|
-
* 如果返回 true 或者 Promise<true>,则正常执行 Action。
|
13
|
-
* 如果返回其他对象,则正常执行 Action,并把返回的对象放到接下来 Action 的上下文中。
|
14
|
-
*/
|
15
|
-
beforeAction?: () => MaybePromise<any>;
|
16
|
-
/** 事件开始执行后的回调函数 */
|
17
|
-
onTrigger?: () => void;
|
18
|
-
/** 事件开始执行完毕的回调函数 */
|
19
|
-
onFinish?: (params?: any) => any;
|
20
|
-
}
|
21
|
-
export declare function eventHandler(action: BaseAction, actionContext: any, onTrigger: (context: any, e: React.MouseEvent<HTMLElement>) => void): {
|
22
|
-
[x: string]: (e: React.MouseEvent<HTMLElement>) => Promise<void>;
|
23
|
-
};
|
24
|
-
export default eventHandler;
|
package/es/actions/confirm.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
import { DialogAction } from './dialog';
|
2
|
-
export interface ConfirmAction extends DialogAction {
|
3
|
-
}
|
4
|
-
export declare function useConfirmAction(action: DialogAction, context?: any): {
|
5
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
6
|
-
};
|
7
|
-
export default useConfirmAction;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { DialogAction } from './dialog';
|
2
|
-
export interface DangerConfirmAction extends DialogAction {
|
3
|
-
}
|
4
|
-
export declare function useDangerConfirmAction(action: DialogAction, context?: any): {
|
5
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
6
|
-
};
|
7
|
-
export default useDangerConfirmAction;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import { PopConfirmAction } from './pop-confirm';
|
2
|
-
export declare function useDangerPopConfirmAction(action: PopConfirmAction, context?: any): {
|
3
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
4
|
-
};
|
5
|
-
export default useDangerPopConfirmAction;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { DialogAction } from './dialog';
|
3
|
-
export interface DialogComponentAction extends DialogAction {
|
4
|
-
schema: any;
|
5
|
-
component: React.FC<any>;
|
6
|
-
}
|
7
|
-
export declare function useDialogComponentAction(action: DialogComponentAction, context?: any): {
|
8
|
-
[x: string]: (e: React.MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
9
|
-
};
|
10
|
-
export default useDialogComponentAction;
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { ProFormProps, ProFormSchema, ProFormType } from '../form';
|
3
|
-
import { RequestAction } from './request';
|
4
|
-
import { DialogAction } from './dialog';
|
5
|
-
export interface DialogFormAction extends DialogAction {
|
6
|
-
/** 表单初始值 */
|
7
|
-
initialValues?: any;
|
8
|
-
/** 表单初始化数据请求 */
|
9
|
-
initialRequest?: RequestAction;
|
10
|
-
/** 表单提交发送数据请求时,是否携带全部表单数据。默认携带 */
|
11
|
-
useFieldValuesForRequest?: boolean;
|
12
|
-
/**
|
13
|
-
* @deprecated 建议使用 schema 配置 ProFormProps 代替
|
14
|
-
*/
|
15
|
-
formProps?: Omit<ProFormProps, 'schema' | 'form'>;
|
16
|
-
/** 同时支持两种配置方式:
|
17
|
-
* 如果想完整定制表单,可使用完整的表单配置项 ProFormProps,但不可以传 form 字段,可以通过 formRef 获取内部 form 实例。
|
18
|
-
* 否则可以只配置 ProFormSchema
|
19
|
-
*/
|
20
|
-
schema: ProFormSchema | Omit<ProFormProps, 'form'>;
|
21
|
-
/** 外部传来的 formRef,用于获取内置 form 实例 */
|
22
|
-
formRef?: React.MutableRefObject<ProFormType | undefined>;
|
23
|
-
/** 是否开启懒惰校验,只校验第一个非法规则,默认开启 */
|
24
|
-
validateFirst?: boolean;
|
25
|
-
}
|
26
|
-
export declare function useDialogFormAction(action: DialogFormAction, context?: any): {
|
27
|
-
[x: string]: (e: React.MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
28
|
-
};
|
29
|
-
export default useDialogFormAction;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { DialogAction } from './dialog';
|
2
|
-
import { ProInfoProps } from '..';
|
3
|
-
export interface DialogInfoAction extends DialogAction {
|
4
|
-
schema: ProInfoProps;
|
5
|
-
}
|
6
|
-
export declare function useDialogInfoAction(action: DialogInfoAction, context?: any): {
|
7
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
8
|
-
};
|
9
|
-
export default useDialogInfoAction;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { DialogAction } from './dialog';
|
2
|
-
import { ProTableProps } from '..';
|
3
|
-
export interface DialogTableAction extends DialogAction {
|
4
|
-
schema: ProTableProps;
|
5
|
-
}
|
6
|
-
export declare function useDialogTableAction(action: DialogTableAction, context?: any): {
|
7
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
8
|
-
};
|
9
|
-
export default useDialogTableAction;
|
package/es/actions/dialog.d.ts
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { QuickShowConfig } from '@alicloudfe/components/types/dialog';
|
3
|
-
import { quickShowDrawerProps } from '@alicloudfe/components/types/drawer';
|
4
|
-
import { ProFormSchema, ProFormSchemaItem } from '../form';
|
5
|
-
import { ProMessageProps } from '../utils/message';
|
6
|
-
import { RequestAction } from './request';
|
7
|
-
export interface DialogAction extends Omit<RequestAction, 'url'>, Omit<QuickShowConfig, 'onError' | 'type'>, Omit<quickShowDrawerProps, 'trigger' | 'animation' | 'height' | 'locale' | 'onError'> {
|
8
|
-
/** 点击「确认按钮」后的数据请求地址,非必填,不填就不发请求 */
|
9
|
-
url?: string;
|
10
|
-
/** 弹窗类型,支持普通弹窗和抽屉两种模式,默认为普通弹窗 */
|
11
|
-
dialogType?: 'dialog' | 'drawer' | 'pop';
|
12
|
-
/** 弹窗快捷调用类型 */
|
13
|
-
dialogQuickShowType?: 'alert' | 'confirm';
|
14
|
-
/** 弹窗消息类型 */
|
15
|
-
messageType?: 'success' | 'warning' | 'error' | 'notice' | 'help' | 'loading';
|
16
|
-
/** 位于弹窗内容最上方的自定义内容区 */
|
17
|
-
beforeContent?: React.ReactNode;
|
18
|
-
/** 位于弹窗内容上方的消息提示区 */
|
19
|
-
message?: ProMessageProps;
|
20
|
-
/** 位于弹窗内容下方的自定义内容区 */
|
21
|
-
afterContent?: React.ReactNode;
|
22
|
-
/** 弹窗页脚描述区,位于按钮组的对面 */
|
23
|
-
footerDescription?: React.ReactNode | ProFormSchema | ProFormSchemaItem;
|
24
|
-
/** 弹窗内容组件的 schema */
|
25
|
-
schema?: any;
|
26
|
-
/** 弹窗内容区的组件 */
|
27
|
-
component?: any;
|
28
|
-
/** 点击确定自定义回调函数 */
|
29
|
-
onOk?: any;
|
30
|
-
/** 点击取消自定义回调函数 */
|
31
|
-
onCancel?: any;
|
32
|
-
/** 隐藏footer区域 */
|
33
|
-
hideFooter?: boolean;
|
34
|
-
/** 支持通过传函数自定义底部按钮 */
|
35
|
-
footer?: any;
|
36
|
-
}
|
37
|
-
export declare function useDialogAction(action: DialogAction, actionContext?: any, hasForm?: boolean): {
|
38
|
-
[x: string]: (e: React.MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
39
|
-
};
|
40
|
-
export default useDialogAction;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { DialogFormAction } from './dialog-form';
|
2
|
-
export declare type DrawerFormAction = DialogFormAction;
|
3
|
-
export declare function useDrawerFormAction(action: DrawerFormAction, context?: any): {
|
4
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
5
|
-
};
|
6
|
-
export default useDrawerFormAction;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { DialogInfoAction } from './dialog-info';
|
2
|
-
export declare type DrawerInfoAction = DialogInfoAction;
|
3
|
-
export declare function useDrawerInfoAction(action: DrawerInfoAction, context?: any): {
|
4
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
5
|
-
};
|
6
|
-
export default useDrawerInfoAction;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { DialogTableAction } from './dialog-table';
|
2
|
-
export declare type DrawerTableAction = DialogTableAction;
|
3
|
-
export declare function useDrawerTableAction(action: DrawerTableAction, context?: any): {
|
4
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
5
|
-
};
|
6
|
-
export default useDrawerTableAction;
|
package/es/actions/drawer.d.ts
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
import { DialogAction } from './dialog';
|
2
|
-
export declare type DrawerAction = Omit<DialogAction, 'dialogQuickShowType' | 'messageType'>;
|
3
|
-
export declare function useDrawerAction(action: DrawerAction, context?: any): {
|
4
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
5
|
-
};
|
6
|
-
export default useDrawerAction;
|
package/es/actions/error.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
import { DialogAction } from './dialog';
|
2
|
-
export interface ErrorAction extends DialogAction {
|
3
|
-
}
|
4
|
-
export declare function useErrorAction(action: DialogAction, context?: any): {
|
5
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
6
|
-
};
|
7
|
-
export default useErrorAction;
|
package/es/actions/index.d.ts
DELETED
@@ -1,107 +0,0 @@
|
|
1
|
-
import React, { ReactNode } from 'react';
|
2
|
-
import { ButtonProps } from '@alicloudfe/components/types/button';
|
3
|
-
import { MenuButtonProps } from '@alicloudfe/components/types/menu-button';
|
4
|
-
import { TooltipProps } from '@alicloudfe/components/types/balloon';
|
5
|
-
import { LinkAction } from './link';
|
6
|
-
import { RequestAction } from './request';
|
7
|
-
import { DialogAction } from './dialog';
|
8
|
-
import { DialogFormAction } from './dialog-form';
|
9
|
-
import { DialogTableAction } from './dialog-table';
|
10
|
-
import { DialogInfoAction } from './dialog-info';
|
11
|
-
import { PopConfirmAction } from './pop-confirm';
|
12
|
-
import './index.scss';
|
13
|
-
export declare type ProActionConfig = ({
|
14
|
-
type: 'dialog-form' | 'drawer-form';
|
15
|
-
} & DialogFormAction) | ({
|
16
|
-
type: 'dialog-table' | 'drawer-table';
|
17
|
-
} & DialogTableAction) | ({
|
18
|
-
type: 'dialog-info' | 'drawer-info';
|
19
|
-
} & DialogInfoAction) | ({
|
20
|
-
type: 'pop-confirm' | 'danger-pop-confirm';
|
21
|
-
} & PopConfirmAction) | ({
|
22
|
-
type: 'dialog' | 'drawer' | 'confirm' | 'danger-confirm' | 'notice' | 'error';
|
23
|
-
} & DialogAction) | ({
|
24
|
-
type: 'request';
|
25
|
-
} & RequestAction) | ({
|
26
|
-
type: 'link';
|
27
|
-
} & LinkAction);
|
28
|
-
export declare function registerActionHandler(id: string, extendActionId: string, defaultConfig: any): void;
|
29
|
-
export declare function useAction(config?: ProActionConfig, context?: any): any;
|
30
|
-
export interface ProActionButtonProps extends ProActionCommonProps, ButtonProps {
|
31
|
-
config?: ProActionConfig;
|
32
|
-
disabled?: any;
|
33
|
-
tooltip?: ReactNode;
|
34
|
-
disabledTooltip?: ReactNode;
|
35
|
-
icon?: string;
|
36
|
-
tooltipProps?: TooltipProps;
|
37
|
-
onClick?: (event: React.MouseEvent<Element, MouseEvent>, context?: any) => void;
|
38
|
-
}
|
39
|
-
export declare const ProActionButton: (props: ProActionButtonProps) => JSX.Element;
|
40
|
-
export interface ProActionCommonProps {
|
41
|
-
key?: string | number;
|
42
|
-
visible?: any;
|
43
|
-
context?: any;
|
44
|
-
}
|
45
|
-
export interface ProActionMenuButtonProps extends ProActionCommonProps, Omit<MenuButtonProps, 'visible'> {
|
46
|
-
actions: ProActionProps[];
|
47
|
-
icon?: string;
|
48
|
-
noArrow?: boolean;
|
49
|
-
}
|
50
|
-
export declare const ProActionMenuButton: (props: ProActionMenuButtonProps) => JSX.Element;
|
51
|
-
export interface ProActionDividerProps extends ProActionCommonProps {
|
52
|
-
type: 'divider';
|
53
|
-
}
|
54
|
-
export declare type ProActionProps = ProActionButtonProps | ProActionMenuButtonProps | ProActionDividerProps;
|
55
|
-
export declare type ProActionGroupProps = {
|
56
|
-
/** 操作组类型:按钮、文字按钮 */
|
57
|
-
type?: 'button' | 'text';
|
58
|
-
/** 上下文 */
|
59
|
-
context?: any;
|
60
|
-
/** 操作项配置 */
|
61
|
-
actions: ProActionProps[];
|
62
|
-
/** 操作按钮最长数量,超出后折叠,默认为4 */
|
63
|
-
max?: number;
|
64
|
-
/**
|
65
|
-
* @deprecated 建议使用 more 代替
|
66
|
-
*/
|
67
|
-
moreText?: string;
|
68
|
-
/** 更多按钮的配置,只有在actions数量超过max时才有效 */
|
69
|
-
more?: string | Omit<ProActionMenuButtonProps, 'actions'>;
|
70
|
-
/** 是否有分割线,只有type="text"时生效,默认有分割线 */
|
71
|
-
divider?: boolean;
|
72
|
-
} & React.HTMLAttributes<HTMLElement>;
|
73
|
-
export declare function ProActionGroup(props: ProActionGroupProps): JSX.Element;
|
74
|
-
declare const ProAction: (props: ProActionProps) => JSX.Element;
|
75
|
-
export default ProAction;
|
76
|
-
/**
|
77
|
-
* @deprecated 建议使用 ProActionGroup 代替
|
78
|
-
*/
|
79
|
-
export declare const ActionGroup: typeof ProActionGroup;
|
80
|
-
/**
|
81
|
-
* @deprecated 建议使用 ProActionButton 代替
|
82
|
-
*/
|
83
|
-
export declare const ActionButton: (props: ProActionButtonProps) => JSX.Element;
|
84
|
-
/**
|
85
|
-
* @deprecated 建议使用 ProActionMenuButton 代替
|
86
|
-
*/
|
87
|
-
export declare const ActionMenuButton: (props: ProActionMenuButtonProps) => JSX.Element;
|
88
|
-
/**
|
89
|
-
* @deprecated 建议使用 ProActionConfig 代替
|
90
|
-
*/
|
91
|
-
export declare type ActionConfig = ProActionConfig;
|
92
|
-
/**
|
93
|
-
* @deprecated 建议使用 ProActionButtonProps 代替
|
94
|
-
*/
|
95
|
-
export declare type IActionButton = ProActionButtonProps;
|
96
|
-
/**
|
97
|
-
* @deprecated 建议使用 ProActionMenuButtonProps 代替
|
98
|
-
*/
|
99
|
-
export declare type IActionMenuButton = ProActionMenuButtonProps;
|
100
|
-
/**
|
101
|
-
* @deprecated 建议使用 ProActionGroupProps 代替
|
102
|
-
*/
|
103
|
-
export declare type ActionGroupProps = ProActionGroupProps;
|
104
|
-
/**
|
105
|
-
* @deprecated 建议使用 ProActionProps 代替
|
106
|
-
*/
|
107
|
-
export declare type ICommonActionButton = ProActionProps;
|
package/es/actions/link.d.ts
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
import { LocationHistory } from '@teamix/utils';
|
2
|
-
import { BaseAction } from './base';
|
3
|
-
export interface LinkAction extends BaseAction, LocationHistory {
|
4
|
-
}
|
5
|
-
export declare function useLinkAction(action: LinkAction, actionContext?: any): {
|
6
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
7
|
-
};
|
8
|
-
export default useLinkAction;
|
package/es/actions/notice.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
import { DialogAction } from './dialog';
|
2
|
-
export interface NoticeAction extends DialogAction {
|
3
|
-
}
|
4
|
-
export declare function useNoticeAction(action: DialogAction, context?: any): {
|
5
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
6
|
-
};
|
7
|
-
export default useNoticeAction;
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { IPopConfirmProps } from '@teamix/pop-confirm';
|
2
|
-
import { DialogAction } from './dialog';
|
3
|
-
export declare type PopConfirmAction = DialogAction & Omit<IPopConfirmProps, 'type' | 'trigger'> & {
|
4
|
-
popType?: IPopConfirmProps['type'];
|
5
|
-
};
|
6
|
-
export declare function usePopConfirmAction(action: PopConfirmAction, context?: any): {
|
7
|
-
[x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
|
8
|
-
};
|
9
|
-
export default usePopConfirmAction;
|
package/es/actions/request.d.ts
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
import { CommonRequestConfig } from '@teamix/utils';
|
2
|
-
import { BaseAction } from './base';
|
3
|
-
export interface RequestAction extends CommonRequestConfig, BaseAction {
|
4
|
-
}
|
5
|
-
export declare function doRequest(action: RequestAction, context?: any, history?: any, extraParams?: any): Promise<unknown>;
|
6
|
-
export declare function useRequestAction(action: RequestAction, actionContext?: any): {
|
7
|
-
loading: boolean;
|
8
|
-
};
|
9
|
-
export default useRequestAction;
|
package/es/actions/utils.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare function addContext(props?: any, context?: any): any;
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { ProCardProps } from './index';
|
3
|
-
/**
|
4
|
-
* @deprecated 建议使用 ProCardProps 代替
|
5
|
-
*/
|
6
|
-
export declare type ProCardContainerProps = ProCardProps;
|
7
|
-
/**
|
8
|
-
* @deprecated 建议使用 ProCard 代替
|
9
|
-
*/
|
10
|
-
export declare const ProCardContainer: React.FC<ProCardContainerProps>;
|
11
|
-
/**
|
12
|
-
* @deprecated 建议使用 ProCardContainer 代替
|
13
|
-
*/
|
14
|
-
export declare const CardContainer: React.FC<ProCardProps>;
|
15
|
-
/**
|
16
|
-
* @deprecated 建议使用 ProCardContainerProps 代替
|
17
|
-
*/
|
18
|
-
export declare type CardContainerProps = ProCardContainerProps;
|
package/es/card/divider.d.ts
DELETED
package/es/card/index.d.ts
DELETED
@@ -1,109 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { ProTagItem } from '../field';
|
3
|
-
import { ProMessageProps } from '../utils/message';
|
4
|
-
import { ProActionGroupProps } from '../actions';
|
5
|
-
import './index.scss';
|
6
|
-
export * from './card-container';
|
7
|
-
export interface ProCardProps extends Omit<React.HTMLAttributes<HTMLElement>, 'title'> {
|
8
|
-
/** 内容部分 */
|
9
|
-
children?: React.ReactNode;
|
10
|
-
/**卡片标题 */
|
11
|
-
title?: React.ReactNode;
|
12
|
-
/**卡片副标题 */
|
13
|
-
subTitle?: React.ReactNode;
|
14
|
-
/** 标题右侧图标 hover 提示信息 */
|
15
|
-
tooltip?: React.ReactNode;
|
16
|
-
/** 标题右侧图标 */
|
17
|
-
tooltipIcon?: React.ReactNode;
|
18
|
-
/** 标签组 */
|
19
|
-
tags?: ProTagItem[];
|
20
|
-
/** 标题右侧描述 */
|
21
|
-
description?: React.ReactNode;
|
22
|
-
/** 额外信息区域,位于卡片右上角,可以配置一些常用轻量操作 */
|
23
|
-
extra?: React.ReactNode | ProActionGroupProps;
|
24
|
-
/** 卡片操作区域,位于卡片最下方,可以配置一些常用轻量操作 */
|
25
|
-
actions?: React.ReactNode | ProActionGroupProps;
|
26
|
-
/** 卡片背景图 */
|
27
|
-
image?: string;
|
28
|
-
/** 位于弹窗内容上方的消息提示区 */
|
29
|
-
message?: ProMessageProps;
|
30
|
-
/** 卡片标题下方是否有分割线 */
|
31
|
-
divider?: boolean;
|
32
|
-
/**
|
33
|
-
* @deprecated 建议使用 borderColor = 'none' 代替
|
34
|
-
*/
|
35
|
-
bordered?: boolean;
|
36
|
-
/** 卡片在 hover 时拥有阴影效果 */
|
37
|
-
hoveredShadow?: boolean;
|
38
|
-
/** 卡片是否为紧凑模式,紧凑模式下卡片没有内边距和边框 */
|
39
|
-
compacted?: boolean;
|
40
|
-
/** 卡片内容是否居中展示 */
|
41
|
-
centered?: boolean;
|
42
|
-
/** 加载中状态 */
|
43
|
-
loading?: boolean;
|
44
|
-
/** 是否只是内容区加载,标题正常显示 */
|
45
|
-
contentLoading?: boolean;
|
46
|
-
/** 空状态 */
|
47
|
-
empty?: boolean;
|
48
|
-
/** 边框颜色 */
|
49
|
-
borderColor?: 'blue' | 'green' | 'red' | 'orange' | 'yellow' | 'grey' | 'transparent' | 'none';
|
50
|
-
/** 背景色 */
|
51
|
-
backgroundColor?: 'blue' | 'green' | 'red' | 'orange' | 'yellow' | 'grey' | 'transparent';
|
52
|
-
/** 内容区栅格排列 flex 方向,仅仅在卡片嵌套模式下生效 */
|
53
|
-
direction?: 'row' | 'column' | 'row-reverse' | 'column-reverse';
|
54
|
-
/** 内容区栅格的间距,仅仅在卡片嵌套模式下生效 */
|
55
|
-
spacing?: [number, number] | number;
|
56
|
-
/** 内容区栅格超出部分是否换行展示,仅仅在卡片嵌套模式下生效 */
|
57
|
-
wrap?: boolean;
|
58
|
-
/** 卡片嵌套使用的模式下,子卡片分隔 */
|
59
|
-
split?: 'horizontal' | 'vertical';
|
60
|
-
/** 卡片嵌套使用的模式下,卡片占父卡片内容区域的栅格数量 */
|
61
|
-
col?: number | string;
|
62
|
-
/** 卡片是否可折叠 */
|
63
|
-
collapsible?: boolean;
|
64
|
-
/** 默认是否折叠,用于非受控模式 */
|
65
|
-
defaultCollapsed?: boolean;
|
66
|
-
/** 是否折叠,受控模式 */
|
67
|
-
collapsed?: boolean;
|
68
|
-
/** 折叠状态改变的回调函数 */
|
69
|
-
onCollapse?: (collapsed: boolean) => void;
|
70
|
-
/** 卡片 class */
|
71
|
-
className?: string;
|
72
|
-
/** 卡片样式 */
|
73
|
-
style?: React.CSSProperties;
|
74
|
-
/** 卡片内容 class */
|
75
|
-
contentClassName?: string;
|
76
|
-
/** 卡片内容样式 */
|
77
|
-
contentStyle?: React.CSSProperties;
|
78
|
-
/** 上下文 */
|
79
|
-
context?: any;
|
80
|
-
}
|
81
|
-
export declare const ProCard: {
|
82
|
-
(props: ProCardProps): JSX.Element;
|
83
|
-
defaultProps: {
|
84
|
-
bordered: boolean;
|
85
|
-
spacing: number;
|
86
|
-
direction: string;
|
87
|
-
};
|
88
|
-
Divider: {
|
89
|
-
(props: React.HTMLAttributes<HTMLElement>): JSX.Element;
|
90
|
-
isProCardDivider: boolean;
|
91
|
-
};
|
92
|
-
Selectable: {
|
93
|
-
(props: import("./selectable").ProCardSelectableProps): JSX.Element;
|
94
|
-
defaultProps: {
|
95
|
-
hoveredShadow: boolean;
|
96
|
-
};
|
97
|
-
isProCard: boolean;
|
98
|
-
};
|
99
|
-
Tab: {
|
100
|
-
(props: import("@alifd/next/types/tab").TabProps): JSX.Element;
|
101
|
-
Item: typeof import("@alifd/next/types/tab").Item;
|
102
|
-
};
|
103
|
-
isProCard: boolean;
|
104
|
-
};
|
105
|
-
export default ProCard;
|
106
|
-
/**
|
107
|
-
* @deprecated 建议使用 ProCardProps 代替
|
108
|
-
*/
|
109
|
-
export declare type CardProps = ProCardProps;
|
package/es/card/selectable.d.ts
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
import { ProCardProps } from './index';
|
2
|
-
export interface ProCardSelectableProps extends Omit<ProCardProps, 'onSelect'> {
|
3
|
-
selected?: boolean;
|
4
|
-
onSelect?: (selected: boolean) => void;
|
5
|
-
}
|
6
|
-
declare const ProCardSelectable: {
|
7
|
-
(props: ProCardSelectableProps): JSX.Element;
|
8
|
-
defaultProps: {
|
9
|
-
hoveredShadow: boolean;
|
10
|
-
};
|
11
|
-
isProCard: boolean;
|
12
|
-
};
|
13
|
-
export default ProCardSelectable;
|
package/es/card/tab.d.ts
DELETED
package/es/card/utils.d.ts
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
export declare function formatSpacing(spacing?: [number, number] | number): {
|
3
|
-
horizonal: number;
|
4
|
-
vertical: number;
|
5
|
-
};
|
6
|
-
export declare function getColClassAndStyle(col?: number | string): {
|
7
|
-
className?: string;
|
8
|
-
style: React.CSSProperties;
|
9
|
-
};
|
package/es/field/index.d.ts
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { BalloonProps as IPopoverProps } from '@alicloudfe/components/types/balloon';
|
3
|
-
import { DialogProps } from '@alicloudfe/components/types/dialog';
|
4
|
-
import { DrawerProps } from '@alicloudfe/components/types/drawer';
|
5
|
-
import { IFormItemProps } from '@teamix/formily';
|
6
|
-
declare type ComposedEditable = React.FC<IFormItemProps> & {
|
7
|
-
BaseBuilder?: (type: any) => React.FC<DialogProps> | React.FC<DrawerProps>;
|
8
|
-
Dialog?: React.FC;
|
9
|
-
Drawer?: React.FC;
|
10
|
-
Popover?: React.FC<IPopoverProps & {
|
11
|
-
title?: React.ReactNode;
|
12
|
-
}>;
|
13
|
-
};
|
14
|
-
export declare const Editable: ComposedEditable;
|
15
|
-
declare const EditableDialog: React.FC<{}>;
|
16
|
-
declare const EditableDrawer: React.FC<{}>;
|
17
|
-
declare const EditablePopover: React.FC<IPopoverProps & {
|
18
|
-
title?: React.ReactNode;
|
19
|
-
}>;
|
20
|
-
export { EditableDialog, EditableDrawer, EditablePopover };
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import './index.scss';
|
3
|
-
interface IGroupPanelProps {
|
4
|
-
title?: React.ReactNode;
|
5
|
-
xIndex?: number;
|
6
|
-
className?: string;
|
7
|
-
}
|
8
|
-
declare type IGroupPanel = React.FC<IGroupPanelProps>;
|
9
|
-
declare type IFormGroup = React.FC<any> & {
|
10
|
-
GroupPanel?: IGroupPanel;
|
11
|
-
};
|
12
|
-
declare const FormGroup: IFormGroup;
|
13
|
-
export default FormGroup;
|