@teamix/pro 1.6.0-beta.4 → 1.6.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/pro.all.min.css +1 -0
- package/dist/pro.css +1 -1
- package/dist/pro.js +70007 -54355
- package/dist/pro.min.css +1 -1
- package/dist/pro.min.js +1 -1
- package/dist/pro.min.js.LICENSE.txt +9 -0
- package/dist/pro.xconsole.min.css +1 -0
- package/es/actions/base.d.ts +24 -0
- package/es/actions/base.js +1 -1
- package/es/actions/confirm.d.ts +7 -0
- package/es/actions/danger-confirm.d.ts +7 -0
- package/es/actions/danger-pop-confirm.d.ts +5 -0
- package/es/actions/dialog-component.d.ts +10 -0
- package/es/actions/dialog-component.js +4 -1
- package/es/actions/dialog-form.d.ts +29 -0
- package/es/actions/dialog-form.js +8 -8
- package/es/actions/dialog-info.d.ts +9 -0
- package/es/actions/dialog-table.d.ts +9 -0
- package/es/actions/dialog.d.ts +40 -0
- package/es/actions/dialog.js +8 -7
- package/es/actions/drawer-form.d.ts +6 -0
- package/es/actions/drawer-info.d.ts +6 -0
- package/es/actions/drawer-table.d.ts +6 -0
- package/es/actions/drawer.d.ts +6 -0
- package/es/actions/error.d.ts +7 -0
- package/es/actions/index.d.ts +114 -0
- package/es/actions/index.js +69 -60
- package/es/actions/index.scss +10 -1
- package/es/actions/link.d.ts +8 -0
- package/es/actions/link.js +4 -3
- package/es/actions/notice.d.ts +7 -0
- package/es/actions/pop-confirm.d.ts +9 -0
- package/es/actions/quick.d.ts +2 -0
- package/es/actions/quick.js +26 -0
- package/es/actions/request.d.ts +9 -0
- package/es/actions/request.js +4 -3
- package/es/actions/utils.d.ts +1 -0
- package/es/card/card-container.d.ts +18 -0
- package/es/card/card-container.js +5 -12
- package/es/card/divider.d.ts +6 -0
- package/es/card/divider.js +4 -2
- package/es/card/index.d.ts +109 -0
- package/es/card/index.js +11 -22
- package/es/card/index.scss +15 -0
- package/es/card/selectable.d.ts +13 -0
- package/es/card/selectable.js +4 -2
- package/es/card/tab.d.ts +6 -0
- package/es/card/tab.js +4 -2
- package/es/card/utils.d.ts +9 -0
- package/es/card/xconsole.scss +3 -0
- package/es/field/index.d.ts +3 -0
- package/es/form/Components/Editable/index.d.ts +20 -0
- package/es/form/Components/Editable/index.js +2 -2
- package/es/form/Components/FormGroup/index.d.ts +14 -0
- package/es/form/Components/FormGroup/index.js +3 -4
- package/es/form/Components/FormItem2/animation.scss +72 -0
- package/es/form/Components/FormItem2/grid.scss +173 -0
- package/es/form/Components/FormItem2/index.d.ts +41 -0
- package/es/form/Components/FormItem2/index.js +286 -0
- package/es/form/Components/FormItem2/main.scss +413 -0
- package/es/form/Components/FormItem2/scss/variable.scss +118 -0
- package/es/form/Components/FormItem2/style.d.ts +1 -0
- package/es/form/Components/FormItem2/style.js +1 -0
- package/es/form/Components/LightFilter/componentMap.d.ts +3 -0
- package/es/form/Components/LightFilter/index.d.ts +17 -0
- package/es/form/Components/LightFilter/index.js +2 -11
- package/es/form/Components/LightFilter/index.scss +4 -0
- package/es/form/Components/ProField/index.d.ts +2 -0
- package/es/form/Components/ProField/index.js +4 -2
- package/es/form/Components/ProField/mapDateFormat.d.ts +3 -0
- package/es/form/Components/Text/index.d.ts +8 -0
- package/es/form/Components/Text/index.js +4 -2
- package/es/form/Components/__builtins__/empty.d.ts +1 -0
- package/es/form/Components/__builtins__/empty.js +51 -0
- package/es/form/Components/__builtins__/hooks/index.d.ts +2 -0
- package/es/form/Components/__builtins__/hooks/index.js +2 -0
- package/es/form/Components/__builtins__/hooks/useClickAway.d.ts +5 -0
- package/es/form/Components/__builtins__/hooks/useClickAway.js +37 -0
- package/es/form/Components/__builtins__/hooks/usePrefixCls.d.ts +3 -0
- package/es/form/Components/__builtins__/hooks/usePrefixCls.js +8 -0
- package/es/form/Components/__builtins__/icons.d.ts +20 -0
- package/es/form/Components/__builtins__/icons.js +153 -0
- package/es/form/Components/__builtins__/index.d.ts +8 -0
- package/es/form/Components/__builtins__/index.js +8 -0
- package/es/form/Components/__builtins__/loading.d.ts +1 -0
- package/es/form/Components/__builtins__/loading.js +41 -0
- package/es/form/Components/__builtins__/mapSize.d.ts +1 -0
- package/es/form/Components/__builtins__/mapSize.js +13 -0
- package/es/form/Components/__builtins__/mapStatus.d.ts +2 -0
- package/es/form/Components/__builtins__/mapStatus.js +20 -0
- package/es/form/Components/__builtins__/moment.d.ts +2 -0
- package/es/form/Components/__builtins__/moment.js +47 -0
- package/es/form/Components/__builtins__/pickDataProps.d.ts +1 -0
- package/es/form/Components/__builtins__/pickDataProps.js +9 -0
- package/es/form/Components/form-layout/index.d.ts +74 -0
- package/es/form/Components/form-layout/index.js +71 -0
- package/es/form/Components/form-layout/main.scss +0 -0
- package/es/form/Components/form-layout/style.d.ts +1 -0
- package/es/form/Components/form-layout/style.js +3 -0
- package/es/form/Components/form-layout/useResponsiveFormLayout.d.ts +18 -0
- package/es/form/Components/form-layout/useResponsiveFormLayout.js +87 -0
- package/es/form/Filter/AdvancedFilter.d.ts +7 -0
- package/es/form/Filter/AdvancedFilter.js +16 -18
- package/es/form/Filter/Layout.d.ts +5 -0
- package/es/form/Filter/LightFilter.d.ts +7 -0
- package/es/form/Filter/LightFilter.js +9 -13
- package/es/form/Filter/SimpleFilter.d.ts +7 -0
- package/es/form/Filter/SimpleFilter.js +5 -8
- package/es/form/Filter/index.d.ts +9 -0
- package/es/form/Filter/index.js +19 -25
- package/es/form/Filter/index.scss +1 -0
- package/es/form/Filter/index2.d.ts +13 -0
- package/es/form/Filter/index2.js +20 -25
- package/es/form/Filter/index2.scss +1 -0
- package/es/form/Filter/useBindUrl.d.ts +2 -0
- package/es/form/Filter/useBindUrl.js +0 -3
- package/es/form/Filter/useSpecialProps.d.ts +6 -0
- package/es/form/Filter/useSpecialProps.js +0 -1
- package/es/form/ProForm/addCascadeEffect.d.ts +2 -0
- package/es/form/ProForm/customComponent.d.ts +3 -0
- package/es/form/ProForm/index.d.ts +5 -0
- package/es/form/ProForm/index.js +21 -17
- package/es/form/ProForm/useAutoLayout.d.ts +9 -0
- package/es/form/ProForm/useAutoLayout.js +0 -4
- package/es/form/ProForm/useAutoSubmit.d.ts +6 -0
- package/es/form/ProForm/useAutoSubmit.js +4 -3
- package/es/form/ProForm/useFieldRequest.d.ts +5 -0
- package/es/form/ProForm/useFormDisplayValues.d.ts +4 -0
- package/es/form/ProForm/useFormDisplayValues.js +0 -1
- package/es/form/ProForm/useInitialRequest.d.ts +6 -0
- package/es/form/SchemaForm/adapterComponent.d.ts +5 -0
- package/es/form/SchemaForm/adapterComponent.js +0 -1
- package/es/form/SchemaForm/adapterDecorator.d.ts +6 -0
- package/es/form/SchemaForm/adapterDecorator.js +0 -1
- package/es/form/SchemaForm/adapterType.d.ts +5 -0
- package/es/form/SchemaForm/adapterType.js +0 -1
- package/es/form/SchemaForm/index.d.ts +4 -0
- package/es/form/SchemaForm/index.js +0 -13
- package/es/form/SchemaForm/initializeArrayCards.d.ts +3 -0
- package/es/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
- package/es/form/SchemaForm/initializeArrayItems.d.ts +3 -0
- package/es/form/SchemaForm/initializeArrayTable.d.ts +3 -0
- package/es/form/SchemaForm/initializeDataSource.d.ts +15 -0
- package/es/form/SchemaForm/initializeDataSource.js +0 -7
- package/es/form/SchemaForm/initializeFormButton.d.ts +3 -0
- package/es/form/SchemaForm/initializeFormButton.js +0 -2
- package/es/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
- package/es/form/SchemaForm/initializeFormGroup.d.ts +3 -0
- package/es/form/SchemaForm/initializeFormStep.d.ts +5 -0
- package/es/form/SchemaForm/initializeFormTab.d.ts +3 -0
- package/es/form/SchemaForm/initializeReactions.d.ts +2 -0
- package/es/form/SchemaForm/initializeReactions.js +0 -1
- package/es/form/SchemaForm/initializeRequest.d.ts +11 -0
- package/es/form/SchemaForm/initializeRules.d.ts +11 -0
- package/es/form/SchemaForm/initializeSelectTable.d.ts +3 -0
- package/es/form/SchemaForm/initializeSelectTable.js +0 -1
- package/es/form/SchemaForm/reactions.d.ts +6 -0
- package/es/form/SchemaForm/reactions.js +0 -5
- package/es/form/docs/ActionResponse.d.ts +8 -0
- package/es/form/fieldTypeMap.d.ts +7 -0
- package/es/form/index.d.ts +125 -0
- package/es/form/index.js +0 -4
- package/es/form/locales/validate.d.ts +159 -0
- package/es/form/schemaNameMap.d.ts +5 -0
- package/es/form/typing.d.ts +194 -0
- package/es/form/utils/parseSchema.d.ts +3 -0
- package/es/form/utils/parseSchema.js +38 -0
- package/es/form/utils.d.ts +55 -0
- package/es/form/utils.js +0 -12
- package/es/form/warning.d.ts +3 -0
- package/es/form/warning.js +0 -2
- package/es/global.scss +3 -1
- package/es/hooks/index.d.ts +2 -0
- package/es/image/index.d.ts +22 -0
- package/es/image/index.js +73 -0
- package/es/image/index.scss +3 -0
- package/es/index-without-icon.d.ts +32 -0
- package/es/index.d.ts +34 -0
- package/es/index.js +14 -3
- package/es/info/components/InfoGroup/index.d.ts +5 -0
- package/es/info/components/InfoGroup/index.js +4 -2
- package/es/info/components/InfoValueItem/index.d.ts +5 -0
- package/es/info/components/InfoValueItem/index.js +20 -32
- package/es/info/components/ProInfoItem/index.d.ts +5 -0
- package/es/info/components/ProInfoItem/index.js +0 -1
- package/es/info/components/baseInfo/index.d.ts +8 -0
- package/es/info/components/baseInfo/index.js +4 -5
- package/es/info/components/headerInfo/index.d.ts +8 -0
- package/es/info/components/tableInfo/index.d.ts +7 -0
- package/es/info/components/tableInfo/index.js +4 -6
- package/es/info/index.d.ts +6 -0
- package/es/info/index.js +17 -21
- package/es/info/typing.d.ts +220 -0
- package/es/info/utils/index.d.ts +20 -0
- package/es/info/utils/index.js +0 -3
- package/es/info/utils/layout.d.ts +2 -0
- package/es/info/utils/utils.d.ts +1 -0
- package/es/layout/index.d.ts +2 -0
- package/es/layout/index.js +0 -2
- package/es/next-xconsole.scss +34 -0
- package/es/nocode/configurators/Card.d.ts +3 -0
- package/es/nocode/configurators/PageHeader.d.ts +3 -0
- package/es/nocode/configurators/ProTable.d.ts +3 -0
- package/es/nocode/configurators/ProTable.js +1 -22
- package/es/nocode/configurators/common.d.ts +280 -0
- package/es/nocode/configurators/index.d.ts +15 -0
- package/es/nocode/configurators/index.js +1 -0
- package/es/nocode/configurators/map.d.ts +2 -0
- package/es/nocode/index.d.ts +8 -0
- package/es/nocode/index.js +0 -2
- package/es/nocode/pages/editor.d.ts +12 -0
- package/es/nocode/pages/index.d.ts +14 -0
- package/es/nocode/pages/index.js +1 -29
- package/es/nocode/pages/playground.d.ts +11 -0
- package/es/nocode/pages/playground.js +5 -3
- package/es/nocode/pages/renderer.d.ts +10 -0
- package/es/nocode/pages/renderer.js +6 -4
- package/es/nocode/playground.d.ts +14 -0
- package/es/nocode/playground.js +4 -2
- package/es/page-container/index.d.ts +3 -0
- package/es/page-header/index.d.ts +74 -0
- package/es/page-header/index.js +13 -23
- package/es/page-header/index.scss +2 -1
- package/es/page-header/xconsole.scss +5 -0
- package/es/sidebar/components/sidebar-container/index.d.ts +5 -0
- package/es/sidebar/components/sidebar-container/index.js +7 -10
- package/es/sidebar/components/tree/index.d.ts +6 -0
- package/es/sidebar/components/tree/index.js +24 -28
- package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
- package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
- package/es/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
- package/es/sidebar/components/tree-node/components/IconAction/index.js +2 -4
- package/es/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
- package/es/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
- package/es/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
- package/es/sidebar/components/tree-node/index.d.ts +7 -0
- package/es/sidebar/components/tree-node/index.js +16 -29
- package/es/sidebar/index.d.ts +9 -0
- package/es/sidebar/index.js +13 -18
- package/es/sidebar/typing.d.ts +145 -0
- package/es/sidebar/utils/action-ref.d.ts +3 -0
- package/es/sidebar/utils/index.d.ts +364 -0
- package/es/sidebar/utils/index.js +18 -19
- package/es/skeleton/index.d.ts +3 -0
- package/es/table/components/CardView/index.d.ts +5 -0
- package/es/table/components/CardView/index.js +387 -0
- package/es/table/components/CardView/index.scss +46 -0
- package/es/table/components/EmptyContent/index.d.ts +2 -0
- package/es/table/components/Filter/index.d.ts +12 -0
- package/es/table/components/Filter/index.js +110 -79
- package/es/table/components/Layout/index.d.ts +5 -0
- package/es/table/components/Layout/index.js +16 -16
- package/es/table/components/Layout/index.scss +1 -0
- package/es/table/components/LoadMore/index.d.ts +20 -0
- package/es/table/components/LoadMore/index.js +88 -0
- package/es/table/components/LoadMore/index.scss +19 -0
- package/es/table/components/Pagination/index.d.ts +8 -0
- package/es/table/components/Pagination/index.js +48 -31
- package/es/table/components/QuickAction/index.d.ts +11 -0
- package/es/table/components/QuickAction/index.js +2 -3
- package/es/table/components/ToolBar/CardSwitch.d.ts +8 -0
- package/es/table/components/ToolBar/CardSwitch.js +52 -0
- package/es/table/components/ToolBar/DensityIcon.d.ts +4 -0
- package/es/table/components/ToolBar/DensityIcon.js +2 -7
- package/es/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
- package/es/table/components/ToolBar/FilterColumnIcon.js +41 -35
- package/es/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
- package/es/table/components/ToolBar/FullScreenIcon.js +0 -1
- package/es/table/components/ToolBar/Fullscreen.d.ts +10 -0
- package/es/table/components/ToolBar/Fullscreen.js +10 -3
- package/es/table/components/ToolBar/RefreshIcon.d.ts +4 -0
- package/es/table/components/ToolBar/RefreshIcon.js +162 -26
- package/es/table/components/ToolBar/index.d.ts +5 -0
- package/es/table/components/ToolBar/index.js +65 -33
- package/es/table/components/ToolBar/index.scss +27 -1
- package/es/table/index.d.ts +6 -0
- package/es/table/index.js +308 -137
- package/es/table/index.scss +8 -0
- package/es/table/typing.d.ts +426 -0
- package/es/table/utils/columnRender.d.ts +13 -0
- package/es/table/utils/columnRender.js +32 -37
- package/es/table/utils/genProColumnToColumn.d.ts +13 -0
- package/es/table/utils/genProColumnToColumn.js +10 -3
- package/es/table/utils/getTableProps.d.ts +2 -0
- package/es/table/utils/getTableSortIcons.d.ts +3 -0
- package/es/table/utils/index.d.ts +19 -0
- package/es/table/utils/index.js +0 -6
- package/es/table/utils/pureColumnRender.d.ts +9 -0
- package/es/table/utils/pureColumnRender.js +1 -9
- package/es/table/utils/pureGenProColumnToColumn.d.ts +7 -0
- package/es/table/utils/useTableSelection.d.ts +3 -0
- package/es/table/utils/util.d.ts +5 -0
- package/es/table/utils/util.js +19 -0
- package/es/templates/Detail/index.d.ts +2 -0
- package/es/templates/Form/index.d.ts +2 -0
- package/es/templates/List/index.d.ts +9 -0
- package/es/templates/List/index.js +6 -4
- package/es/templates/index.d.ts +3 -0
- package/es/templates/index.js +1 -2
- package/es/timeline/ProTimeLineItem/index.d.ts +5 -0
- package/es/timeline/ProTimeLineItem/index.js +5 -9
- package/es/timeline/index.d.ts +10 -0
- package/es/timeline/index.js +5 -5
- package/es/timeline/typing.d.ts +107 -0
- package/es/utils/aspect.d.ts +2 -0
- package/es/utils/aspect.js +60 -0
- package/es/utils/index.d.ts +3 -0
- package/es/utils/message.d.ts +3 -0
- package/es/utils/message.js +5 -3
- package/es/xconsole.scss +527 -0
- package/lib/actions/base.d.ts +24 -0
- package/lib/actions/base.js +1 -1
- package/lib/actions/confirm.d.ts +7 -0
- package/lib/actions/danger-confirm.d.ts +7 -0
- package/lib/actions/danger-pop-confirm.d.ts +5 -0
- package/lib/actions/dialog-component.d.ts +10 -0
- package/lib/actions/dialog-component.js +4 -1
- package/lib/actions/dialog-form.d.ts +29 -0
- package/lib/actions/dialog-form.js +7 -9
- package/lib/actions/dialog-info.d.ts +9 -0
- package/lib/actions/dialog-table.d.ts +9 -0
- package/lib/actions/dialog.d.ts +40 -0
- package/lib/actions/dialog.js +7 -8
- package/lib/actions/drawer-form.d.ts +6 -0
- package/lib/actions/drawer-info.d.ts +6 -0
- package/lib/actions/drawer-table.d.ts +6 -0
- package/lib/actions/drawer.d.ts +6 -0
- package/lib/actions/error.d.ts +7 -0
- package/lib/actions/index.d.ts +114 -0
- package/lib/actions/index.js +89 -58
- package/lib/actions/index.scss +10 -1
- package/lib/actions/link.d.ts +8 -0
- package/lib/actions/link.js +2 -3
- package/lib/actions/notice.d.ts +7 -0
- package/lib/actions/pop-confirm.d.ts +9 -0
- package/lib/actions/quick.d.ts +2 -0
- package/lib/actions/quick.js +33 -0
- package/lib/actions/request.d.ts +9 -0
- package/lib/actions/request.js +2 -3
- package/lib/actions/utils.d.ts +1 -0
- package/lib/card/card-container.d.ts +18 -0
- package/lib/card/card-container.js +4 -6
- package/lib/card/divider.d.ts +6 -0
- package/lib/card/divider.js +4 -2
- package/lib/card/index.d.ts +109 -0
- package/lib/card/index.js +10 -20
- package/lib/card/index.scss +15 -0
- package/lib/card/selectable.d.ts +13 -0
- package/lib/card/selectable.js +4 -2
- package/lib/card/tab.d.ts +6 -0
- package/lib/card/tab.js +4 -2
- package/lib/card/utils.d.ts +9 -0
- package/lib/card/xconsole.scss +3 -0
- package/lib/field/index.d.ts +3 -0
- package/lib/form/Components/Editable/index.d.ts +20 -0
- package/lib/form/Components/Editable/index.js +2 -2
- package/lib/form/Components/FormGroup/index.d.ts +14 -0
- package/lib/form/Components/FormGroup/index.js +3 -4
- package/lib/form/Components/FormItem2/animation.scss +72 -0
- package/lib/form/Components/FormItem2/grid.scss +173 -0
- package/lib/form/Components/FormItem2/index.d.ts +41 -0
- package/lib/form/Components/FormItem2/index.js +299 -0
- package/lib/form/Components/FormItem2/main.scss +413 -0
- package/lib/form/Components/FormItem2/scss/variable.scss +118 -0
- package/lib/form/Components/FormItem2/style.d.ts +1 -0
- package/lib/form/Components/FormItem2/style.js +3 -0
- package/lib/form/Components/LightFilter/componentMap.d.ts +3 -0
- package/lib/form/Components/LightFilter/index.d.ts +17 -0
- package/lib/form/Components/LightFilter/index.js +2 -11
- package/lib/form/Components/LightFilter/index.scss +4 -0
- package/lib/form/Components/ProField/index.d.ts +2 -0
- package/lib/form/Components/ProField/index.js +4 -2
- package/lib/form/Components/ProField/mapDateFormat.d.ts +3 -0
- package/lib/form/Components/Text/index.d.ts +8 -0
- package/lib/form/Components/Text/index.js +4 -2
- package/lib/form/Components/__builtins__/empty.d.ts +1 -0
- package/lib/form/Components/__builtins__/empty.js +59 -0
- package/lib/form/Components/__builtins__/hooks/index.d.ts +2 -0
- package/lib/form/Components/__builtins__/hooks/index.js +27 -0
- package/lib/form/Components/__builtins__/hooks/useClickAway.d.ts +5 -0
- package/lib/form/Components/__builtins__/hooks/useClickAway.js +44 -0
- package/lib/form/Components/__builtins__/hooks/usePrefixCls.d.ts +3 -0
- package/lib/form/Components/__builtins__/hooks/usePrefixCls.js +15 -0
- package/lib/form/Components/__builtins__/icons.d.ts +20 -0
- package/lib/form/Components/__builtins__/icons.js +174 -0
- package/lib/form/Components/__builtins__/index.d.ts +8 -0
- package/lib/form/Components/__builtins__/index.js +93 -0
- package/lib/form/Components/__builtins__/loading.d.ts +1 -0
- package/lib/form/Components/__builtins__/loading.js +48 -0
- package/lib/form/Components/__builtins__/mapSize.d.ts +1 -0
- package/lib/form/Components/__builtins__/mapSize.js +20 -0
- package/lib/form/Components/__builtins__/mapStatus.d.ts +2 -0
- package/lib/form/Components/__builtins__/mapStatus.js +27 -0
- package/lib/form/Components/__builtins__/moment.d.ts +2 -0
- package/lib/form/Components/__builtins__/moment.js +56 -0
- package/lib/form/Components/__builtins__/pickDataProps.d.ts +1 -0
- package/lib/form/Components/__builtins__/pickDataProps.js +16 -0
- package/lib/form/Components/form-layout/index.d.ts +74 -0
- package/lib/form/Components/form-layout/index.js +88 -0
- package/lib/form/Components/form-layout/main.scss +0 -0
- package/lib/form/Components/form-layout/style.d.ts +1 -0
- package/lib/form/Components/form-layout/style.js +3 -0
- package/lib/form/Components/form-layout/useResponsiveFormLayout.d.ts +18 -0
- package/lib/form/Components/form-layout/useResponsiveFormLayout.js +94 -0
- package/lib/form/Filter/AdvancedFilter.d.ts +7 -0
- package/lib/form/Filter/AdvancedFilter.js +16 -18
- package/lib/form/Filter/Layout.d.ts +5 -0
- package/lib/form/Filter/LightFilter.d.ts +7 -0
- package/lib/form/Filter/LightFilter.js +9 -13
- package/lib/form/Filter/SimpleFilter.d.ts +7 -0
- package/lib/form/Filter/SimpleFilter.js +5 -8
- package/lib/form/Filter/index.d.ts +9 -0
- package/lib/form/Filter/index.js +19 -25
- package/lib/form/Filter/index.scss +1 -0
- package/lib/form/Filter/index2.d.ts +13 -0
- package/lib/form/Filter/index2.js +20 -25
- package/lib/form/Filter/index2.scss +1 -0
- package/lib/form/Filter/useBindUrl.d.ts +2 -0
- package/lib/form/Filter/useBindUrl.js +0 -3
- package/lib/form/Filter/useSpecialProps.d.ts +6 -0
- package/lib/form/ProForm/addCascadeEffect.d.ts +2 -0
- package/lib/form/ProForm/customComponent.d.ts +3 -0
- package/lib/form/ProForm/index.d.ts +5 -0
- package/lib/form/ProForm/index.js +20 -16
- package/lib/form/ProForm/useAutoLayout.d.ts +9 -0
- package/lib/form/ProForm/useAutoLayout.js +0 -4
- package/lib/form/ProForm/useAutoSubmit.d.ts +6 -0
- package/lib/form/ProForm/useAutoSubmit.js +2 -3
- package/lib/form/ProForm/useFieldRequest.d.ts +5 -0
- package/lib/form/ProForm/useFormDisplayValues.d.ts +4 -0
- package/lib/form/ProForm/useFormDisplayValues.js +0 -1
- package/lib/form/ProForm/useInitialRequest.d.ts +6 -0
- package/lib/form/SchemaForm/adapterComponent.d.ts +5 -0
- package/lib/form/SchemaForm/adapterComponent.js +0 -1
- package/lib/form/SchemaForm/adapterDecorator.d.ts +6 -0
- package/lib/form/SchemaForm/adapterType.d.ts +5 -0
- package/lib/form/SchemaForm/adapterType.js +0 -1
- package/lib/form/SchemaForm/index.d.ts +4 -0
- package/lib/form/SchemaForm/index.js +0 -13
- package/lib/form/SchemaForm/initializeArrayCards.d.ts +3 -0
- package/lib/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
- package/lib/form/SchemaForm/initializeArrayItems.d.ts +3 -0
- package/lib/form/SchemaForm/initializeArrayTable.d.ts +3 -0
- package/lib/form/SchemaForm/initializeDataSource.d.ts +15 -0
- package/lib/form/SchemaForm/initializeDataSource.js +2 -9
- package/lib/form/SchemaForm/initializeFormButton.d.ts +3 -0
- package/lib/form/SchemaForm/initializeFormButton.js +0 -2
- package/lib/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
- package/lib/form/SchemaForm/initializeFormGroup.d.ts +3 -0
- package/lib/form/SchemaForm/initializeFormStep.d.ts +5 -0
- package/lib/form/SchemaForm/initializeFormTab.d.ts +3 -0
- package/lib/form/SchemaForm/initializeReactions.d.ts +2 -0
- package/lib/form/SchemaForm/initializeReactions.js +0 -1
- package/lib/form/SchemaForm/initializeRequest.d.ts +11 -0
- package/lib/form/SchemaForm/initializeRules.d.ts +11 -0
- package/lib/form/SchemaForm/initializeSelectTable.d.ts +3 -0
- package/lib/form/SchemaForm/reactions.d.ts +6 -0
- package/lib/form/SchemaForm/reactions.js +0 -5
- package/lib/form/docs/ActionResponse.d.ts +8 -0
- package/lib/form/fieldTypeMap.d.ts +7 -0
- package/lib/form/index.d.ts +125 -0
- package/lib/form/locales/validate.d.ts +159 -0
- package/lib/form/schemaNameMap.d.ts +5 -0
- package/lib/form/typing.d.ts +194 -0
- package/lib/form/typing.js +5 -1
- package/lib/form/utils/parseSchema.d.ts +3 -0
- package/lib/form/utils/parseSchema.js +45 -0
- package/lib/form/utils.d.ts +55 -0
- package/lib/form/utils.js +0 -11
- package/lib/form/warning.d.ts +3 -0
- package/lib/form/warning.js +0 -2
- package/lib/global.scss +3 -1
- package/lib/hooks/index.d.ts +2 -0
- package/lib/image/index.d.ts +22 -0
- package/lib/image/index.js +83 -0
- package/lib/image/index.scss +3 -0
- package/lib/index-without-icon.d.ts +32 -0
- package/lib/index.d.ts +34 -0
- package/lib/index.js +31 -2
- package/lib/info/components/InfoGroup/index.d.ts +5 -0
- package/lib/info/components/InfoGroup/index.js +4 -2
- package/lib/info/components/InfoValueItem/index.d.ts +5 -0
- package/lib/info/components/InfoValueItem/index.js +20 -32
- package/lib/info/components/ProInfoItem/index.d.ts +5 -0
- package/lib/info/components/ProInfoItem/index.js +0 -1
- package/lib/info/components/baseInfo/index.d.ts +8 -0
- package/lib/info/components/baseInfo/index.js +4 -5
- package/lib/info/components/headerInfo/index.d.ts +8 -0
- package/lib/info/components/tableInfo/index.d.ts +7 -0
- package/lib/info/components/tableInfo/index.js +4 -6
- package/lib/info/index.d.ts +6 -0
- package/lib/info/index.js +16 -20
- package/lib/info/typing.d.ts +220 -0
- package/lib/info/typing.js +5 -1
- package/lib/info/utils/index.d.ts +20 -0
- package/lib/info/utils/index.js +0 -3
- package/lib/info/utils/layout.d.ts +2 -0
- package/lib/info/utils/utils.d.ts +1 -0
- package/lib/layout/index.d.ts +2 -0
- package/lib/next-xconsole.scss +34 -0
- package/lib/nocode/configurators/Card.d.ts +3 -0
- package/lib/nocode/configurators/PageHeader.d.ts +3 -0
- package/lib/nocode/configurators/ProTable.d.ts +3 -0
- package/lib/nocode/configurators/ProTable.js +1 -22
- package/lib/nocode/configurators/common.d.ts +280 -0
- package/lib/nocode/configurators/index.d.ts +15 -0
- package/lib/nocode/configurators/index.js +1 -0
- package/lib/nocode/configurators/map.d.ts +2 -0
- package/lib/nocode/index.d.ts +8 -0
- package/lib/nocode/pages/editor.d.ts +12 -0
- package/lib/nocode/pages/index.d.ts +14 -0
- package/lib/nocode/pages/index.js +2 -27
- package/lib/nocode/pages/playground.d.ts +11 -0
- package/lib/nocode/pages/playground.js +5 -3
- package/lib/nocode/pages/renderer.d.ts +10 -0
- package/lib/nocode/pages/renderer.js +6 -4
- package/lib/nocode/playground.d.ts +14 -0
- package/lib/nocode/playground.js +4 -2
- package/lib/page-container/index.d.ts +3 -0
- package/lib/page-header/index.d.ts +74 -0
- package/lib/page-header/index.js +11 -22
- package/lib/page-header/index.scss +2 -1
- package/lib/page-header/xconsole.scss +5 -0
- package/lib/sidebar/components/sidebar-container/index.d.ts +5 -0
- package/lib/sidebar/components/sidebar-container/index.js +7 -10
- package/lib/sidebar/components/tree/index.d.ts +6 -0
- package/lib/sidebar/components/tree/index.js +24 -28
- package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
- package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
- package/lib/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
- package/lib/sidebar/components/tree-node/components/IconAction/index.js +2 -4
- package/lib/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
- package/lib/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
- package/lib/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
- package/lib/sidebar/components/tree-node/index.d.ts +7 -0
- package/lib/sidebar/components/tree-node/index.js +16 -29
- package/lib/sidebar/index.d.ts +9 -0
- package/lib/sidebar/index.js +20 -18
- package/lib/sidebar/typing.d.ts +145 -0
- package/lib/sidebar/typing.js +5 -1
- package/lib/sidebar/utils/action-ref.d.ts +3 -0
- package/lib/sidebar/utils/index.d.ts +364 -0
- package/lib/sidebar/utils/index.js +18 -19
- package/lib/skeleton/index.d.ts +3 -0
- package/lib/table/components/CardView/index.d.ts +5 -0
- package/lib/table/components/CardView/index.js +397 -0
- package/lib/table/components/CardView/index.scss +46 -0
- package/lib/table/components/EmptyContent/index.d.ts +2 -0
- package/lib/table/components/Filter/index.d.ts +12 -0
- package/lib/table/components/Filter/index.js +109 -78
- package/lib/table/components/Layout/index.d.ts +5 -0
- package/lib/table/components/Layout/index.js +17 -17
- package/lib/table/components/Layout/index.scss +1 -0
- package/lib/table/components/LoadMore/index.d.ts +20 -0
- package/lib/table/components/LoadMore/index.js +99 -0
- package/lib/table/components/LoadMore/index.scss +19 -0
- package/lib/table/components/Pagination/index.d.ts +8 -0
- package/lib/table/components/Pagination/index.js +47 -30
- package/lib/table/components/QuickAction/index.d.ts +11 -0
- package/lib/table/components/QuickAction/index.js +2 -3
- package/lib/table/components/ToolBar/CardSwitch.d.ts +8 -0
- package/lib/table/components/ToolBar/CardSwitch.js +60 -0
- package/lib/table/components/ToolBar/DensityIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/DensityIcon.js +2 -7
- package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/FilterColumnIcon.js +40 -34
- package/lib/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/FullScreenIcon.js +0 -1
- package/lib/table/components/ToolBar/Fullscreen.d.ts +10 -0
- package/lib/table/components/ToolBar/Fullscreen.js +10 -3
- package/lib/table/components/ToolBar/RefreshIcon.d.ts +4 -0
- package/lib/table/components/ToolBar/RefreshIcon.js +164 -29
- package/lib/table/components/ToolBar/index.d.ts +5 -0
- package/lib/table/components/ToolBar/index.js +64 -32
- package/lib/table/components/ToolBar/index.scss +27 -1
- package/lib/table/index.d.ts +6 -0
- package/lib/table/index.js +307 -136
- package/lib/table/index.scss +8 -0
- package/lib/table/typing.d.ts +426 -0
- package/lib/table/typing.js +5 -1
- package/lib/table/utils/columnRender.d.ts +13 -0
- package/lib/table/utils/columnRender.js +32 -36
- package/lib/table/utils/genProColumnToColumn.d.ts +13 -0
- package/lib/table/utils/genProColumnToColumn.js +10 -3
- package/lib/table/utils/getTableProps.d.ts +2 -0
- package/lib/table/utils/getTableSortIcons.d.ts +3 -0
- package/lib/table/utils/index.d.ts +19 -0
- package/lib/table/utils/index.js +0 -6
- package/lib/table/utils/pureColumnRender.d.ts +9 -0
- package/lib/table/utils/pureColumnRender.js +1 -9
- package/lib/table/utils/pureGenProColumnToColumn.d.ts +7 -0
- package/lib/table/utils/useTableSelection.d.ts +3 -0
- package/lib/table/utils/util.d.ts +5 -0
- package/lib/table/utils/util.js +25 -0
- package/lib/templates/Detail/index.d.ts +2 -0
- package/lib/templates/Form/index.d.ts +2 -0
- package/lib/templates/List/index.d.ts +9 -0
- package/lib/templates/List/index.js +6 -4
- package/lib/templates/index.d.ts +3 -0
- package/lib/timeline/ProTimeLineItem/index.d.ts +5 -0
- package/lib/timeline/ProTimeLineItem/index.js +5 -9
- package/lib/timeline/index.d.ts +10 -0
- package/lib/timeline/index.js +5 -5
- package/lib/timeline/typing.d.ts +107 -0
- package/lib/timeline/typing.js +5 -1
- package/lib/utils/aspect.d.ts +2 -0
- package/lib/utils/aspect.js +67 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/message.d.ts +3 -0
- package/lib/utils/message.js +5 -3
- package/lib/xconsole.scss +527 -0
- package/package.json +9 -8
package/lib/actions/index.js
CHANGED
|
@@ -3,41 +3,63 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
var _exportNames = {
|
|
7
|
+
registerActionHandler: true,
|
|
8
|
+
useAction: true,
|
|
9
|
+
ProActionButton: true,
|
|
10
|
+
ProActionMenuButton: true,
|
|
11
|
+
ProActionGroup: true,
|
|
12
|
+
ActionGroup: true,
|
|
13
|
+
ActionButton: true,
|
|
14
|
+
ActionMenuButton: true
|
|
15
|
+
};
|
|
6
16
|
exports.ProActionButton = exports.ActionMenuButton = exports.ActionGroup = exports.ActionButton = void 0;
|
|
7
17
|
exports.ProActionGroup = ProActionGroup;
|
|
8
18
|
exports.default = exports.ProActionMenuButton = void 0;
|
|
9
19
|
exports.registerActionHandler = registerActionHandler;
|
|
10
20
|
exports.useAction = useAction;
|
|
11
|
-
var _react = _interopRequireDefault(require("react"));
|
|
12
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
21
|
var _components = require("@alicloudfe/components");
|
|
14
22
|
var _icon = _interopRequireDefault(require("@teamix/icon"));
|
|
15
23
|
var _utils = require("@teamix/utils");
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var _dialog = require("./dialog");
|
|
24
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
25
|
+
var _react = _interopRequireDefault(require("react"));
|
|
19
26
|
var _confirm = require("./confirm");
|
|
20
27
|
var _dangerConfirm = require("./danger-confirm");
|
|
21
|
-
var
|
|
22
|
-
var
|
|
28
|
+
var _dangerPopConfirm = require("./danger-pop-confirm");
|
|
29
|
+
var _dialog = require("./dialog");
|
|
23
30
|
var _dialogForm = require("./dialog-form");
|
|
24
|
-
var _dialogTable = require("./dialog-table");
|
|
25
31
|
var _dialogInfo = require("./dialog-info");
|
|
32
|
+
var _dialogTable = require("./dialog-table");
|
|
26
33
|
var _drawer = require("./drawer");
|
|
27
34
|
var _drawerForm = require("./drawer-form");
|
|
28
|
-
var _drawerTable = require("./drawer-table");
|
|
29
35
|
var _drawerInfo = require("./drawer-info");
|
|
30
|
-
var
|
|
31
|
-
var
|
|
36
|
+
var _drawerTable = require("./drawer-table");
|
|
37
|
+
var _error = require("./error");
|
|
32
38
|
require("./index.scss");
|
|
39
|
+
var _link = require("./link");
|
|
40
|
+
var _notice = require("./notice");
|
|
41
|
+
var _popConfirm = require("./pop-confirm");
|
|
42
|
+
var _request = require("./request");
|
|
43
|
+
var _quick = require("./quick");
|
|
44
|
+
Object.keys(_quick).forEach(function (key) {
|
|
45
|
+
if (key === "default" || key === "__esModule") return;
|
|
46
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
47
|
+
if (key in exports && exports[key] === _quick[key]) return;
|
|
48
|
+
Object.defineProperty(exports, key, {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function get() {
|
|
51
|
+
return _quick[key];
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
});
|
|
33
55
|
var _excluded = ["type"],
|
|
34
|
-
_excluded2 = ["config", "icon", "iconSize", "type", "context", "children", "visible", "disabled", "onClick", "tooltip", "disabledTooltip", "tooltipProps"],
|
|
56
|
+
_excluded2 = ["config", "icon", "iconSize", "type", "context", "children", "visible", "disabled", "onClick", "tooltip", "disabledTooltip", "tooltipProps", "data-teamix-spm"],
|
|
35
57
|
_excluded3 = ["loading"],
|
|
36
58
|
_excluded4 = ["icon", "iconSize", "label", "actions", "children", "context", "type", "className", "noArrow"],
|
|
37
59
|
_excluded5 = ["context", "text"],
|
|
38
60
|
_excluded6 = ["key", "actions"],
|
|
39
61
|
_excluded7 = ["key", "config"],
|
|
40
|
-
_excluded8 = ["type", "divider", "max", "moreText", "more", "context", "actions", "className"];
|
|
62
|
+
_excluded8 = ["type", "divider", "max", "moreText", "more", "context", "actions", "className", "data-teamix-spm"];
|
|
41
63
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
42
64
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
43
65
|
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."); }
|
|
@@ -45,7 +67,6 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
45
67
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
46
68
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
47
69
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
48
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
49
70
|
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; }
|
|
50
71
|
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; }
|
|
51
72
|
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; }
|
|
@@ -126,6 +147,7 @@ var buttonContent = function buttonContent(content, iconType, iconSize, context)
|
|
|
126
147
|
return renderedContent;
|
|
127
148
|
}
|
|
128
149
|
return [/*#__PURE__*/_react.default.createElement(_icon.default, {
|
|
150
|
+
className: 'teamix-pro-action-prefix-icon',
|
|
129
151
|
type: iconType,
|
|
130
152
|
size: iconSize,
|
|
131
153
|
key: "teamix-button-icon"
|
|
@@ -135,7 +157,7 @@ var ProActionButton = function ProActionButton(props) {
|
|
|
135
157
|
var config = props.config,
|
|
136
158
|
icon = props.icon,
|
|
137
159
|
_props$iconSize = props.iconSize,
|
|
138
|
-
iconSize = _props$iconSize === void 0 ? '
|
|
160
|
+
iconSize = _props$iconSize === void 0 ? 'small' : _props$iconSize,
|
|
139
161
|
_props$type = props.type,
|
|
140
162
|
type = _props$type === void 0 ? 'primary' : _props$type,
|
|
141
163
|
context = props.context,
|
|
@@ -146,6 +168,7 @@ var ProActionButton = function ProActionButton(props) {
|
|
|
146
168
|
tooltip = props.tooltip,
|
|
147
169
|
disabledTooltip = props.disabledTooltip,
|
|
148
170
|
tooltipProps = props.tooltipProps,
|
|
171
|
+
dataTeamixSpm = props['data-teamix-spm'],
|
|
149
172
|
others = _objectWithoutProperties(props, _excluded2);
|
|
150
173
|
var actionProps = useAction(config, context);
|
|
151
174
|
var buttonProps = _onClick ? _objectSpread(_objectSpread(_objectSpread({
|
|
@@ -157,7 +180,10 @@ var ProActionButton = function ProActionButton(props) {
|
|
|
157
180
|
}) : _objectSpread(_objectSpread({
|
|
158
181
|
disabled: disabled
|
|
159
182
|
}, actionProps), others);
|
|
160
|
-
|
|
183
|
+
if (dataTeamixSpm) {
|
|
184
|
+
buttonProps['data-teamix-spm'] = dataTeamixSpm;
|
|
185
|
+
}
|
|
186
|
+
var content = /*#__PURE__*/_react.default.createElement(_components.Button, _objectSpread({
|
|
161
187
|
type: type
|
|
162
188
|
}, buttonProps), buttonContent(children, icon, iconSize, context));
|
|
163
189
|
var baseToolTipProps = _objectSpread({
|
|
@@ -168,15 +194,15 @@ var ProActionButton = function ProActionButton(props) {
|
|
|
168
194
|
if (tooltip || disabledTooltip) {
|
|
169
195
|
if (tooltip && !disabledTooltip) {
|
|
170
196
|
if (!disabled) {
|
|
171
|
-
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, tooltip);
|
|
197
|
+
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), tooltip);
|
|
172
198
|
}
|
|
173
199
|
} else if (!tooltip && disabledTooltip) {
|
|
174
200
|
if (disabled) {
|
|
175
|
-
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, disabledTooltip);
|
|
201
|
+
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), disabledTooltip);
|
|
176
202
|
}
|
|
177
203
|
} else if (tooltip && disabledTooltip) {
|
|
178
204
|
var showToolTip = disabled ? disabledTooltip : tooltip;
|
|
179
|
-
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, showToolTip);
|
|
205
|
+
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), showToolTip);
|
|
180
206
|
}
|
|
181
207
|
}
|
|
182
208
|
return content;
|
|
@@ -184,7 +210,8 @@ var ProActionButton = function ProActionButton(props) {
|
|
|
184
210
|
exports.ProActionButton = ProActionButton;
|
|
185
211
|
var ProActionMenuButtonItem = function ProActionMenuButtonItem(props) {
|
|
186
212
|
var action = props.action,
|
|
187
|
-
context = props.context
|
|
213
|
+
context = props.context,
|
|
214
|
+
dataTeamixSpm = props['data-teamix-spm'];
|
|
188
215
|
var config = action.config,
|
|
189
216
|
btnContext = action.context,
|
|
190
217
|
_onClick2 = action.onClick,
|
|
@@ -209,7 +236,10 @@ var ProActionMenuButtonItem = function ProActionMenuButtonItem(props) {
|
|
|
209
236
|
return _onClick2(e, context);
|
|
210
237
|
}
|
|
211
238
|
}) : _objectSpread({}, menuItemProps);
|
|
212
|
-
|
|
239
|
+
if (dataTeamixSpm) {
|
|
240
|
+
buttonProps['data-teamix-spm'] = dataTeamixSpm;
|
|
241
|
+
}
|
|
242
|
+
var content = buttonContent(children, icon, 'small', context);
|
|
213
243
|
var baseToolTipProps = _objectSpread({
|
|
214
244
|
triggerType: 'hover',
|
|
215
245
|
align: 't',
|
|
@@ -218,22 +248,22 @@ var ProActionMenuButtonItem = function ProActionMenuButtonItem(props) {
|
|
|
218
248
|
if (tooltip || disabledTooltip) {
|
|
219
249
|
if (tooltip && !disabledTooltip) {
|
|
220
250
|
if (!disabled) {
|
|
221
|
-
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, tooltip);
|
|
251
|
+
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), tooltip);
|
|
222
252
|
}
|
|
223
253
|
} else if (!tooltip && disabledTooltip) {
|
|
224
254
|
if (disabled) {
|
|
225
|
-
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, disabledTooltip);
|
|
255
|
+
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), disabledTooltip);
|
|
226
256
|
}
|
|
227
257
|
} else if (tooltip && disabledTooltip) {
|
|
228
258
|
var showToolTip = disabled ? disabledTooltip : tooltip;
|
|
229
|
-
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, showToolTip);
|
|
259
|
+
content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), showToolTip);
|
|
230
260
|
}
|
|
231
261
|
}
|
|
232
|
-
return /*#__PURE__*/_react.default.createElement("div",
|
|
262
|
+
return /*#__PURE__*/_react.default.createElement("div", _objectSpread({
|
|
233
263
|
className: (0, _classnames.default)(_defineProperty({}, basePrefix('disabled'), disabled), basePrefix('menu-item'), prefixCls('menu-item'))
|
|
234
264
|
}, buttonProps), content);
|
|
235
265
|
};
|
|
236
|
-
function renderCommonActionButtonMenuItem(action, key, context) {
|
|
266
|
+
function renderCommonActionButtonMenuItem(action, key, context, dataTeamixSpm) {
|
|
237
267
|
if (action.type === 'divider') {
|
|
238
268
|
return /*#__PURE__*/_react.default.createElement(_components.Menu.Divider, {
|
|
239
269
|
key: key
|
|
@@ -245,18 +275,20 @@ function renderCommonActionButtonMenuItem(action, key, context) {
|
|
|
245
275
|
key: key,
|
|
246
276
|
label: menuBtn.label || menuBtn.children
|
|
247
277
|
}, menuBtn.actions.map(function (a) {
|
|
248
|
-
return renderCommonActionButtonMenuItem(a, a.key, context);
|
|
278
|
+
return renderCommonActionButtonMenuItem(a, a.key, context, a['data-teamix-spm']);
|
|
249
279
|
}));
|
|
250
280
|
}
|
|
251
281
|
return /*#__PURE__*/_react.default.createElement(ProActionMenuButtonItem, {
|
|
252
282
|
key: key,
|
|
253
283
|
action: action,
|
|
254
|
-
context: context
|
|
284
|
+
context: context,
|
|
285
|
+
"data-teamix-spm": "".concat(dataTeamixSpm, "-").concat(key)
|
|
255
286
|
});
|
|
256
287
|
}
|
|
257
288
|
var ProActionMenuButton = function ProActionMenuButton(props) {
|
|
258
289
|
var icon = props.icon,
|
|
259
|
-
|
|
290
|
+
_props$iconSize2 = props.iconSize,
|
|
291
|
+
iconSize = _props$iconSize2 === void 0 ? 'small' : _props$iconSize2,
|
|
260
292
|
label = props.label,
|
|
261
293
|
actions = props.actions,
|
|
262
294
|
children = props.children,
|
|
@@ -266,7 +298,7 @@ var ProActionMenuButton = function ProActionMenuButton(props) {
|
|
|
266
298
|
className = props.className,
|
|
267
299
|
noArrow = props.noArrow,
|
|
268
300
|
others = _objectWithoutProperties(props, _excluded4);
|
|
269
|
-
return /*#__PURE__*/_react.default.createElement(_components.MenuButton,
|
|
301
|
+
return /*#__PURE__*/_react.default.createElement(_components.MenuButton, _objectSpread({
|
|
270
302
|
popupTriggerType: "hover",
|
|
271
303
|
autoWidth: false,
|
|
272
304
|
menuProps: {
|
|
@@ -282,11 +314,11 @@ var ProActionMenuButton = function ProActionMenuButton(props) {
|
|
|
282
314
|
'teamix-pro-actions-text-menu-btn-no-arrow': noArrow
|
|
283
315
|
})
|
|
284
316
|
}, others), actions.map(function (action, i) {
|
|
285
|
-
return renderCommonActionButtonMenuItem(action, action.key || i, context);
|
|
317
|
+
return renderCommonActionButtonMenuItem(action, action.key || i, context, others === null || others === void 0 ? void 0 : others['data-teamix-spm']);
|
|
286
318
|
}));
|
|
287
319
|
};
|
|
288
|
-
exports.ProActionMenuButton = ProActionMenuButton;
|
|
289
320
|
// 超出 max,则折叠起来
|
|
321
|
+
exports.ProActionMenuButton = ProActionMenuButton;
|
|
290
322
|
function foldExtraActions(actions, max, moreConfig) {
|
|
291
323
|
if (actions.length <= max) {
|
|
292
324
|
return actions;
|
|
@@ -297,7 +329,6 @@ function foldExtraActions(actions, max, moreConfig) {
|
|
|
297
329
|
actions: actions.slice(max - 1)
|
|
298
330
|
})]);
|
|
299
331
|
}
|
|
300
|
-
|
|
301
332
|
// 如果 actions 数量超过了 max,则把第 max 个和剩余超出部分折叠起来成为一个 menu
|
|
302
333
|
// divider 不计数
|
|
303
334
|
function formatGroupActions(actions, max, moreConfig) {
|
|
@@ -311,27 +342,28 @@ function formatGroupActions(actions, max, moreConfig) {
|
|
|
311
342
|
}
|
|
312
343
|
return foldExtraActions(actions, Math.max(index, MAX), moreConfig);
|
|
313
344
|
}
|
|
314
|
-
|
|
315
345
|
// 渲染一个 button 或者 menu button
|
|
316
|
-
function renderCommonActionButton(button, context, isTypeText) {
|
|
346
|
+
function renderCommonActionButton(button, context, isTypeText, dataTeamixSpm) {
|
|
317
347
|
if (button.type === 'divider') {
|
|
318
348
|
return /*#__PURE__*/_react.default.createElement(_components.Divider, {
|
|
319
349
|
key: button.key,
|
|
320
350
|
direction: "ver"
|
|
321
351
|
});
|
|
322
352
|
}
|
|
323
|
-
var
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
others = _objectWithoutProperties(_ref, _excluded5);
|
|
353
|
+
var buttonContext = button.context,
|
|
354
|
+
text = button.text,
|
|
355
|
+
others = _objectWithoutProperties(button, _excluded5);
|
|
327
356
|
var buttonProps = _objectSpread({
|
|
328
357
|
context: Object.assign({}, context, buttonContext),
|
|
329
358
|
text: text || isTypeText
|
|
330
359
|
}, others);
|
|
360
|
+
if (dataTeamixSpm) {
|
|
361
|
+
buttonProps['data-teamix-spm'] = dataTeamixSpm;
|
|
362
|
+
}
|
|
331
363
|
if (!button.actions) {
|
|
332
|
-
return /*#__PURE__*/_react.default.createElement(ProActionButton, buttonProps);
|
|
364
|
+
return /*#__PURE__*/_react.default.createElement(ProActionButton, _objectSpread({}, buttonProps));
|
|
333
365
|
}
|
|
334
|
-
return /*#__PURE__*/_react.default.createElement(ProActionMenuButton, buttonProps);
|
|
366
|
+
return /*#__PURE__*/_react.default.createElement(ProActionMenuButton, _objectSpread({}, buttonProps));
|
|
335
367
|
}
|
|
336
368
|
function getDefaultMoreButton(type, more) {
|
|
337
369
|
var defaultConfig = type === 'button' ? {
|
|
@@ -361,10 +393,9 @@ function getKey(index, key) {
|
|
|
361
393
|
}
|
|
362
394
|
function getActionConfig(action, index, context) {
|
|
363
395
|
if (action.actions) {
|
|
364
|
-
var
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
_others = _objectWithoutProperties(_ref2, _excluded6);
|
|
396
|
+
var _key = action.key,
|
|
397
|
+
actions = action.actions,
|
|
398
|
+
_others = _objectWithoutProperties(action, _excluded6);
|
|
368
399
|
return _objectSpread({
|
|
369
400
|
key: getKey(index, _key),
|
|
370
401
|
actions: actions.map(function (a, j) {
|
|
@@ -374,10 +405,9 @@ function getActionConfig(action, index, context) {
|
|
|
374
405
|
})
|
|
375
406
|
}, (0, _utils.getTargetValue)(_others, context));
|
|
376
407
|
}
|
|
377
|
-
var
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
others = _objectWithoutProperties(_ref3, _excluded7);
|
|
408
|
+
var key = action.key,
|
|
409
|
+
config = action.config,
|
|
410
|
+
others = _objectWithoutProperties(action, _excluded7);
|
|
381
411
|
return _objectSpread({
|
|
382
412
|
key: getKey(index, key),
|
|
383
413
|
config: config
|
|
@@ -396,6 +426,7 @@ function ProActionGroup(props) {
|
|
|
396
426
|
_props$actions = props.actions,
|
|
397
427
|
actions = _props$actions === void 0 ? [] : _props$actions,
|
|
398
428
|
className = props.className,
|
|
429
|
+
dataTeamixSpm = props['data-teamix-spm'],
|
|
399
430
|
containerProps = _objectWithoutProperties(props, _excluded8);
|
|
400
431
|
var isTypeText = type === 'text';
|
|
401
432
|
var filteredActions = actions.map(function (action, index) {
|
|
@@ -404,13 +435,19 @@ function ProActionGroup(props) {
|
|
|
404
435
|
return action.visible !== false;
|
|
405
436
|
});
|
|
406
437
|
var formatedActions = formatGroupActions(filteredActions, max, getDefaultMoreButton(type, more || moreText));
|
|
407
|
-
return /*#__PURE__*/_react.default.createElement("div",
|
|
438
|
+
return /*#__PURE__*/_react.default.createElement("div", _objectSpread({
|
|
408
439
|
className: (0, _classnames.default)('teamix-pro-actions', "teamix-pro-actions-type-".concat(type), className, {
|
|
409
440
|
'teamix-pro-actions-divider': type === 'button' ? false : divider
|
|
410
441
|
})
|
|
411
442
|
}, containerProps), formatedActions.map(function (actionBtn, i) {
|
|
412
443
|
var isLastOne = i === formatedActions.length - 1;
|
|
413
|
-
|
|
444
|
+
if (dataTeamixSpm) {
|
|
445
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
|
|
446
|
+
key: actionBtn.key
|
|
447
|
+
}, renderCommonActionButton(actionBtn, context, isTypeText, "".concat(dataTeamixSpm, "-").concat(actionBtn.key || i)), isTypeText && divider && !isLastOne && /*#__PURE__*/_react.default.createElement(_components.Divider, {
|
|
448
|
+
direction: "ver"
|
|
449
|
+
}));
|
|
450
|
+
} else return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
|
|
414
451
|
key: actionBtn.key
|
|
415
452
|
}, renderCommonActionButton(actionBtn, context, isTypeText), isTypeText && divider && !isLastOne && /*#__PURE__*/_react.default.createElement(_components.Divider, {
|
|
416
453
|
direction: "ver"
|
|
@@ -421,25 +458,19 @@ var ProAction = function ProAction(props) {
|
|
|
421
458
|
return renderCommonActionButton(props);
|
|
422
459
|
};
|
|
423
460
|
var _default = ProAction;
|
|
461
|
+
exports.default = _default;
|
|
424
462
|
/**
|
|
425
463
|
* @deprecated 建议使用 ProActionGroup 代替
|
|
426
464
|
*/
|
|
427
|
-
exports.default = _default;
|
|
428
465
|
var ActionGroup = ProActionGroup;
|
|
429
|
-
|
|
430
466
|
/**
|
|
431
467
|
* @deprecated 建议使用 ProActionButton 代替
|
|
432
468
|
*/
|
|
433
469
|
exports.ActionGroup = ActionGroup;
|
|
434
470
|
var ActionButton = ProActionButton;
|
|
435
|
-
|
|
436
471
|
/**
|
|
437
472
|
* @deprecated 建议使用 ProActionMenuButton 代替
|
|
438
473
|
*/
|
|
439
474
|
exports.ActionButton = ActionButton;
|
|
440
475
|
var ActionMenuButton = ProActionMenuButton;
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* @deprecated 建议使用 ProActionConfig 代替
|
|
444
|
-
*/
|
|
445
476
|
exports.ActionMenuButton = ActionMenuButton;
|
package/lib/actions/index.scss
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
&.teamix-pro-actions-type-button {
|
|
13
|
-
& > button {
|
|
13
|
+
& > button,& > span {
|
|
14
14
|
&:not(:last-child) {
|
|
15
15
|
margin-right: var(--s-2);
|
|
16
16
|
}
|
|
@@ -110,15 +110,20 @@
|
|
|
110
110
|
|
|
111
111
|
.next-dialog-body {
|
|
112
112
|
.teamix-pro-info {
|
|
113
|
+
padding-right: 16px;
|
|
113
114
|
.next-card-content-container {
|
|
114
115
|
margin-top: 10px;
|
|
115
116
|
padding-bottom: 10px;
|
|
117
|
+
padding-right: 0;
|
|
116
118
|
.next-col.next-col-24:last-child {
|
|
117
119
|
.teamix-pro-info-item:last-child {
|
|
118
120
|
padding-bottom: 0px;
|
|
119
121
|
}
|
|
120
122
|
}
|
|
121
123
|
}
|
|
124
|
+
.teamix-pro-info-item-value {
|
|
125
|
+
padding-right: 0px;
|
|
126
|
+
}
|
|
122
127
|
}
|
|
123
128
|
}
|
|
124
129
|
|
|
@@ -134,3 +139,7 @@
|
|
|
134
139
|
background: var(--drawer-bg);
|
|
135
140
|
}
|
|
136
141
|
}
|
|
142
|
+
|
|
143
|
+
.teamix-pro-action-prefix-icon {
|
|
144
|
+
margin-right: 4px
|
|
145
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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/lib/actions/link.js
CHANGED
|
@@ -6,16 +6,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
exports.useLinkAction = useLinkAction;
|
|
8
8
|
var _utils = require("@teamix/utils");
|
|
9
|
-
var _reactRouterDom = require("react-router-dom");
|
|
10
9
|
var _base = require("./base");
|
|
11
10
|
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; }
|
|
12
11
|
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; }
|
|
13
12
|
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
13
|
function useLinkAction(action, actionContext) {
|
|
15
|
-
var
|
|
14
|
+
var history = (0, _utils.useRealHistory)();
|
|
16
15
|
return _objectSpread({}, (0, _base.eventHandler)(action, actionContext, function (context) {
|
|
17
16
|
var linkAction = (0, _utils.getTargetValue)(action, context);
|
|
18
|
-
(0, _utils.goToLink)(linkAction,
|
|
17
|
+
(0, _utils.goToLink)(linkAction, history);
|
|
19
18
|
}));
|
|
20
19
|
}
|
|
21
20
|
var _default = useLinkAction;
|
|
@@ -0,0 +1,7 @@
|
|
|
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;
|
|
@@ -0,0 +1,9 @@
|
|
|
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;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.createAction = createAction;
|
|
7
|
+
var _ = _interopRequireDefault(require("./"));
|
|
8
|
+
var _reactDom = _interopRequireDefault(require("react-dom"));
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
12
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
13
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
14
|
+
function createAction(props) {
|
|
15
|
+
var parentDom = document.getElementById('teamix-pro-actions-identification-par');
|
|
16
|
+
if (!parentDom) {
|
|
17
|
+
parentDom = document.createElement('div');
|
|
18
|
+
parentDom.setAttribute('id', 'teamix-pro-actions-identification-par');
|
|
19
|
+
document.body.appendChild(parentDom);
|
|
20
|
+
} else {
|
|
21
|
+
parentDom.innerHTML = '';
|
|
22
|
+
}
|
|
23
|
+
var divDom = document.createElement('div');
|
|
24
|
+
divDom.style.display = 'none';
|
|
25
|
+
divDom.setAttribute('class', 'teamix-pro-actions-identification');
|
|
26
|
+
_reactDom.default.render( /*#__PURE__*/_react.default.createElement(_.default, _objectSpread({}, props)), divDom);
|
|
27
|
+
parentDom.appendChild(divDom);
|
|
28
|
+
setTimeout(function () {
|
|
29
|
+
var _divDom$children, _divDom$children$, _divDom$children$$cli;
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
divDom === null || divDom === void 0 ? void 0 : (_divDom$children = divDom.children) === null || _divDom$children === void 0 ? void 0 : (_divDom$children$ = _divDom$children[0]) === null || _divDom$children$ === void 0 ? void 0 : (_divDom$children$$cli = _divDom$children$.click) === null || _divDom$children$$cli === void 0 ? void 0 : _divDom$children$$cli.call(_divDom$children$);
|
|
32
|
+
});
|
|
33
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/lib/actions/request.js
CHANGED
|
@@ -7,7 +7,6 @@ exports.default = void 0;
|
|
|
7
7
|
exports.doRequest = doRequest;
|
|
8
8
|
exports.useRequestAction = useRequestAction;
|
|
9
9
|
var _react = require("react");
|
|
10
|
-
var _reactRouterDom = require("react-router-dom");
|
|
11
10
|
var _utils = require("@teamix/utils");
|
|
12
11
|
var _base = require("./base");
|
|
13
12
|
var _excluded = ["method"],
|
|
@@ -37,12 +36,12 @@ function useRequestAction(action, actionContext) {
|
|
|
37
36
|
_useState2 = _slicedToArray(_useState, 2),
|
|
38
37
|
loading = _useState2[0],
|
|
39
38
|
setLoading = _useState2[1];
|
|
40
|
-
var
|
|
39
|
+
var history = (0, _utils.useRealHistory)();
|
|
41
40
|
var onFinish = action.onFinish,
|
|
42
41
|
others = _objectWithoutProperties(action, _excluded2);
|
|
43
42
|
return _objectSpread(_objectSpread({}, (0, _base.eventHandler)(action, actionContext, function (context) {
|
|
44
43
|
setLoading(true);
|
|
45
|
-
doRequest(_objectSpread({}, others), context,
|
|
44
|
+
doRequest(_objectSpread({}, others), context, history).then(function () {
|
|
46
45
|
setLoading(false);
|
|
47
46
|
onFinish && onFinish();
|
|
48
47
|
}).catch(function () {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function addContext(props?: any, context?: any): any;
|
|
@@ -0,0 +1,18 @@
|
|
|
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;
|
|
@@ -7,24 +7,22 @@ exports.ProCardContainer = exports.CardContainer = void 0;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _index = require("./index");
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
10
|
+
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; }
|
|
11
|
+
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; }
|
|
12
|
+
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; }
|
|
10
13
|
/**
|
|
11
14
|
* @deprecated 建议使用 ProCard 代替
|
|
12
15
|
*/
|
|
13
16
|
var ProCardContainer = function ProCardContainer(props) {
|
|
14
|
-
return /*#__PURE__*/_react.default.createElement(_index.ProCard, props);
|
|
17
|
+
return /*#__PURE__*/_react.default.createElement(_index.ProCard, _objectSpread({}, props));
|
|
15
18
|
};
|
|
16
19
|
exports.ProCardContainer = ProCardContainer;
|
|
17
20
|
ProCardContainer.defaultProps = {
|
|
18
21
|
compacted: true,
|
|
19
22
|
direction: 'column'
|
|
20
23
|
};
|
|
21
|
-
|
|
22
24
|
/**
|
|
23
25
|
* @deprecated 建议使用 ProCardContainer 代替
|
|
24
26
|
*/
|
|
25
27
|
var CardContainer = ProCardContainer;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @deprecated 建议使用 ProCardContainerProps 代替
|
|
29
|
-
*/
|
|
30
28
|
exports.CardContainer = CardContainer;
|
package/lib/card/divider.js
CHANGED
|
@@ -6,9 +6,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
|
-
function
|
|
9
|
+
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; }
|
|
10
|
+
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; }
|
|
11
|
+
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; }
|
|
10
12
|
var ProCardDivider = function ProCardDivider(props) {
|
|
11
|
-
return /*#__PURE__*/_react.default.createElement("div",
|
|
13
|
+
return /*#__PURE__*/_react.default.createElement("div", _objectSpread({
|
|
12
14
|
className: "teamix-pro-card-divider"
|
|
13
15
|
}, props));
|
|
14
16
|
};
|