@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/es/index.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import ProAction from './actions';
|
|
2
|
+
import ProCard from './card';
|
|
3
|
+
import ProField from './field';
|
|
4
|
+
import ProForm from './form';
|
|
5
|
+
import hooks from './hooks';
|
|
6
|
+
import ProInfo from './info';
|
|
7
|
+
import ProPageContainer from './page-container';
|
|
8
|
+
import ProPageHeader from './page-header';
|
|
9
|
+
import ProTable from './table';
|
|
10
|
+
import ProSkeleton from './skeleton';
|
|
11
|
+
import utils from './utils';
|
|
12
|
+
import ProSidebar from './sidebar';
|
|
13
|
+
import { ProTimeline } from './timeline';
|
|
14
|
+
import ProImage from './image';
|
|
15
|
+
import * as nocode from './nocode';
|
|
16
|
+
import * as templates from './templates';
|
|
17
|
+
import TeamixIcon from '@teamix/icon';
|
|
18
|
+
import './global.scss';
|
|
19
|
+
export * from './actions';
|
|
20
|
+
export * from './card';
|
|
21
|
+
export * from './field';
|
|
22
|
+
export * from './form';
|
|
23
|
+
export * from './info';
|
|
24
|
+
export * from './nocode';
|
|
25
|
+
export * from './page-container';
|
|
26
|
+
export * from './page-header';
|
|
27
|
+
export * from './skeleton';
|
|
28
|
+
export * from './table';
|
|
29
|
+
export * from './sidebar';
|
|
30
|
+
export * from './utils';
|
|
31
|
+
export * from './timeline';
|
|
32
|
+
export * from './image';
|
|
33
|
+
declare const version = "1.6.0-beta.5";
|
|
34
|
+
export { version, ProAction, ProCard, ProField, ProForm, ProInfo, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, ProImage, hooks, nocode, templates, utils, };
|
package/es/index.js
CHANGED
|
@@ -13,11 +13,11 @@ import ProSkeleton from './skeleton';
|
|
|
13
13
|
import utils from './utils';
|
|
14
14
|
import ProSidebar from './sidebar';
|
|
15
15
|
import { ProTimeline } from './timeline';
|
|
16
|
+
import ProImage from './image';
|
|
16
17
|
import * as nocode from './nocode';
|
|
17
18
|
import * as templates from './templates';
|
|
18
19
|
import TeamixIcon from '@teamix/icon';
|
|
19
20
|
import './global.scss';
|
|
20
|
-
|
|
21
21
|
// 设置图标源
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
if (!((_window = window) === null || _window === void 0 ? void 0 : _window.TEAMIXPRO_WITHOUT_ICON)) {
|
|
@@ -36,7 +36,18 @@ export * from './table';
|
|
|
36
36
|
export * from './sidebar';
|
|
37
37
|
export * from './utils';
|
|
38
38
|
export * from './timeline';
|
|
39
|
-
|
|
39
|
+
export * from './image';
|
|
40
|
+
var version = '1.6.0-beta.5';
|
|
41
|
+
// By TeamixTest
|
|
42
|
+
window.postMessage({
|
|
43
|
+
source: 'teamix-test-devtools',
|
|
44
|
+
url: window.location.href,
|
|
45
|
+
event: 'getModuleInfo',
|
|
46
|
+
moduleName: '@teamix/pro',
|
|
47
|
+
moduleVersion: version,
|
|
48
|
+
moduleType: 'TeamixPro',
|
|
49
|
+
componentName: 'TeamixPro'
|
|
50
|
+
}, '*');
|
|
40
51
|
export { version, ProAction, ProCard, ProField, ProForm, ProInfo,
|
|
41
52
|
// ProLayout,
|
|
42
|
-
ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, hooks, nocode, templates, utils };
|
|
53
|
+
ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, ProImage, hooks, nocode, templates, utils };
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
var _excluded = ["children", "url", "method", "params", "formatResult", "onSuccess", "onError", "formatParams", "beforeRequest", "extendParams", "className", "compacted", "divider", "style", "backgroundColor", "context"];
|
|
2
|
-
function
|
|
2
|
+
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; }
|
|
3
|
+
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; }
|
|
4
|
+
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; }
|
|
3
5
|
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; }
|
|
4
6
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
7
|
import React, { isValidElement, useRef } from 'react';
|
|
@@ -74,7 +76,7 @@ var ProInfoGroup = function ProInfoGroup(props) {
|
|
|
74
76
|
return /*#__PURE__*/React.createElement("div", {
|
|
75
77
|
className: proInfoClassName,
|
|
76
78
|
key: index
|
|
77
|
-
}, /*#__PURE__*/React.createElement(ProInfo,
|
|
79
|
+
}, /*#__PURE__*/React.createElement(ProInfo, _objectSpread({
|
|
78
80
|
compacted: compacted
|
|
79
81
|
}, item)));
|
|
80
82
|
})), infoType === 'infoDom' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
var _excluded = ["type", "value", "render", "infoItem", "record", "actionRef", "dataSource", "context", "props"];
|
|
2
|
-
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); }
|
|
3
2
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
4
3
|
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."); }
|
|
5
4
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
@@ -53,7 +52,6 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
53
52
|
valueType = infoItem.valueType,
|
|
54
53
|
_infoItem$editProForm = infoItem.editProFormProps,
|
|
55
54
|
editProFormProps = _infoItem$editProForm === void 0 ? {} : _infoItem$editProForm;
|
|
56
|
-
|
|
57
55
|
// 获取配置
|
|
58
56
|
var getInfoItemProps = function getInfoItemProps(prop) {
|
|
59
57
|
if (typeof prop === 'function') {
|
|
@@ -61,16 +59,15 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
61
59
|
}
|
|
62
60
|
return prop;
|
|
63
61
|
};
|
|
64
|
-
|
|
65
62
|
// 获取处理过的 render
|
|
66
63
|
var getRender = function getRender() {
|
|
67
|
-
var
|
|
64
|
+
var _processRenderFunctio;
|
|
68
65
|
if (typeof render === 'function') {
|
|
69
66
|
return function () {
|
|
70
67
|
return render(value, record);
|
|
71
68
|
};
|
|
72
69
|
}
|
|
73
|
-
var newRender = processBuriedPoint((
|
|
70
|
+
var newRender = processBuriedPoint((_processRenderFunctio = processRenderFunction(render !== null && render !== void 0 ? render : {}, value, record)) !== null && _processRenderFunctio !== void 0 ? _processRenderFunctio : {}, value, record);
|
|
74
71
|
if (valueType === 'selectGroup') {
|
|
75
72
|
newRender = _objectSpread(_objectSpread({
|
|
76
73
|
maxShowNumber: 'auto',
|
|
@@ -93,7 +90,6 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
93
90
|
}
|
|
94
91
|
return fieldProps;
|
|
95
92
|
};
|
|
96
|
-
|
|
97
93
|
// 获取处理过的 dataSource
|
|
98
94
|
var getDataSource = function getDataSource() {
|
|
99
95
|
var newDataSource = null;
|
|
@@ -101,10 +97,10 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
101
97
|
newDataSource = dataSource === null || dataSource === void 0 ? void 0 : dataSource(value, record);
|
|
102
98
|
} else {
|
|
103
99
|
newDataSource = (dataSource !== null && dataSource !== void 0 ? dataSource : []).map(function (item) {
|
|
104
|
-
return Object.fromEntries(Object.entries(item).map(function (
|
|
105
|
-
var
|
|
106
|
-
k =
|
|
107
|
-
v =
|
|
100
|
+
return Object.fromEntries(Object.entries(item).map(function (_ref) {
|
|
101
|
+
var _ref2 = _slicedToArray(_ref, 2),
|
|
102
|
+
k = _ref2[0],
|
|
103
|
+
v = _ref2[1];
|
|
108
104
|
return [k, getTargetValue(v, _objectSpread(_objectSpread({}, record), {}, {
|
|
109
105
|
value: value
|
|
110
106
|
}, context))];
|
|
@@ -113,7 +109,6 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
113
109
|
}
|
|
114
110
|
return newDataSource;
|
|
115
111
|
};
|
|
116
|
-
|
|
117
112
|
// 浮层的显隐状态
|
|
118
113
|
var _useState = useState(false),
|
|
119
114
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -146,7 +141,6 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
146
141
|
}
|
|
147
142
|
return /*#__PURE__*/React.createElement(React.Fragment, null);
|
|
148
143
|
};
|
|
149
|
-
|
|
150
144
|
/**
|
|
151
145
|
* 处理 render 配置项是函数的情况
|
|
152
146
|
* @param render ProFieldRender
|
|
@@ -156,10 +150,10 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
156
150
|
*/
|
|
157
151
|
var processRenderFunction = function processRenderFunction(render, value, record) {
|
|
158
152
|
var external = ['linkOnClick', 'link', 'value'];
|
|
159
|
-
return Object.fromEntries(Object.entries(render).map(function (
|
|
160
|
-
var
|
|
161
|
-
k =
|
|
162
|
-
v =
|
|
153
|
+
return Object.fromEntries(Object.entries(render).map(function (_ref3) {
|
|
154
|
+
var _ref4 = _slicedToArray(_ref3, 2),
|
|
155
|
+
k = _ref4[0],
|
|
156
|
+
v = _ref4[1];
|
|
163
157
|
if (typeof v === 'function') {
|
|
164
158
|
var _v;
|
|
165
159
|
if (external.includes(k)) {
|
|
@@ -175,7 +169,6 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
175
169
|
return [k, v];
|
|
176
170
|
}));
|
|
177
171
|
};
|
|
178
|
-
|
|
179
172
|
/**
|
|
180
173
|
* 处理 render 数据,取出 {{xxx}} 匹配值
|
|
181
174
|
* @param render ProFieldRender
|
|
@@ -186,22 +179,21 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
186
179
|
return Object.fromEntries([
|
|
187
180
|
// 默认 ellipsis、descriptionEllipsis 为 true
|
|
188
181
|
// emptyText 默认为 '-'
|
|
189
|
-
['ellipsis', true], ['descriptionEllipsis', true], ['emptyText', '-']].concat(_toConsumableArray(Object.entries(render).map(function (
|
|
190
|
-
var
|
|
191
|
-
k =
|
|
192
|
-
v =
|
|
182
|
+
['ellipsis', true], ['descriptionEllipsis', true], ['emptyText', '-']].concat(_toConsumableArray(Object.entries(render).map(function (_ref5) {
|
|
183
|
+
var _ref6 = _slicedToArray(_ref5, 2),
|
|
184
|
+
k = _ref6[0],
|
|
185
|
+
v = _ref6[1];
|
|
193
186
|
return [k, getTargetValue(v, _objectSpread(_objectSpread({}, record), {}, {
|
|
194
187
|
record: record,
|
|
195
188
|
value: value
|
|
196
189
|
}))];
|
|
197
190
|
}))));
|
|
198
191
|
};
|
|
199
|
-
|
|
200
192
|
// 重写编辑逻辑替代field原有逻辑
|
|
201
193
|
if (getInfoItemProps(isEdit)) {
|
|
202
194
|
// 渲染表单
|
|
203
195
|
var renderContent = function renderContent() {
|
|
204
|
-
return /*#__PURE__*/React.createElement(ProForm,
|
|
196
|
+
return /*#__PURE__*/React.createElement(ProForm, _objectSpread({
|
|
205
197
|
schema: [{
|
|
206
198
|
name: dataIndex,
|
|
207
199
|
component: 'Input',
|
|
@@ -211,11 +203,9 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
211
203
|
form: dataFilterForm
|
|
212
204
|
}, getInfoItemProps(editProFormProps)));
|
|
213
205
|
};
|
|
214
|
-
|
|
215
206
|
// 表单提交
|
|
216
207
|
var onConfirm = function onConfirm(e) {
|
|
217
208
|
var formData = toJS(dataFilterForm.values);
|
|
218
|
-
|
|
219
209
|
// 如果传入了 editUrl 则内置请求
|
|
220
210
|
if (editUrl) {
|
|
221
211
|
setConfirmLoading(true);
|
|
@@ -251,7 +241,6 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
251
241
|
setEditVisible(!editVisible);
|
|
252
242
|
}
|
|
253
243
|
};
|
|
254
|
-
|
|
255
244
|
// 取消
|
|
256
245
|
var onCancel = function onCancel(e) {
|
|
257
246
|
var formData = toJS(dataFilterForm.values);
|
|
@@ -272,12 +261,12 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
272
261
|
onMouseLeave: function onMouseLeave() {
|
|
273
262
|
setEditVisible(false);
|
|
274
263
|
}
|
|
275
|
-
}, /*#__PURE__*/React.createElement(ProField,
|
|
264
|
+
}, /*#__PURE__*/React.createElement(ProField, _objectSpread(_objectSpread({
|
|
276
265
|
type: type,
|
|
277
266
|
value: value,
|
|
278
267
|
render: getRender(),
|
|
279
268
|
dataSource: getDataSource()
|
|
280
|
-
}, others, getFieldProps())), /*#__PURE__*/React.createElement(PopConfirm, {
|
|
269
|
+
}, others), getFieldProps())), /*#__PURE__*/React.createElement(PopConfirm, {
|
|
281
270
|
visible: popConfirmVisible,
|
|
282
271
|
content: renderContent(),
|
|
283
272
|
triggerType: "click",
|
|
@@ -290,9 +279,8 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
290
279
|
trigger: /*#__PURE__*/React.createElement(TeamixIcon, {
|
|
291
280
|
type: "edit-line",
|
|
292
281
|
size: "small",
|
|
293
|
-
className: cls('edit-icon')
|
|
282
|
+
className: cls('edit-icon'),
|
|
294
283
|
// 这里使用 opacity 是为了占位
|
|
295
|
-
,
|
|
296
284
|
style: {
|
|
297
285
|
opacity: editVisible || popConfirmVisible ? 1 : 0
|
|
298
286
|
},
|
|
@@ -304,11 +292,11 @@ var InfoValueItem = function InfoValueItem(props) {
|
|
|
304
292
|
}
|
|
305
293
|
return /*#__PURE__*/React.createElement("div", {
|
|
306
294
|
className: cls('item-value')
|
|
307
|
-
}, /*#__PURE__*/React.createElement(ProField,
|
|
295
|
+
}, /*#__PURE__*/React.createElement(ProField, _objectSpread(_objectSpread({
|
|
308
296
|
type: type,
|
|
309
297
|
value: value,
|
|
310
298
|
render: getRender(),
|
|
311
299
|
dataSource: getDataSource()
|
|
312
|
-
}, others, getFieldProps())), renderAction(), extra && extra);
|
|
300
|
+
}, others), getFieldProps())), renderAction(), extra && extra);
|
|
313
301
|
};
|
|
314
302
|
export default InfoValueItem;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ProInfoBaseProps, ProInfoTransparentBase, ProInfoTransRequestResult } from '../../typing';
|
|
3
|
+
import './index.scss';
|
|
4
|
+
declare type ProBaseInfoProps = ProInfoBaseProps & ProInfoTransRequestResult & ProInfoTransparentBase & {
|
|
5
|
+
size?: any;
|
|
6
|
+
};
|
|
7
|
+
declare const ProBaseInfo: React.FC<ProBaseInfoProps>;
|
|
8
|
+
export default ProBaseInfo;
|
|
@@ -17,13 +17,13 @@ var ProBaseInfo = function ProBaseInfo(props) {
|
|
|
17
17
|
actionRef = props.actionRef,
|
|
18
18
|
layout = props.layout,
|
|
19
19
|
size = props.size,
|
|
20
|
-
context = props.context
|
|
20
|
+
context = props.context,
|
|
21
|
+
_props$disabledAutoSi = props.disabledAutoSize,
|
|
22
|
+
disabledAutoSize = _props$disabledAutoSi === void 0 ? false : _props$disabledAutoSi;
|
|
21
23
|
var defaultLayout = defaultLayoutMap[getLayout((_size$width = size === null || size === void 0 ? void 0 : size.width) !== null && _size$width !== void 0 ? _size$width : 0)];
|
|
22
|
-
|
|
23
24
|
// 获取列内的布局参数
|
|
24
25
|
var getFormItemLayout = function getFormItemLayout(colspan) {
|
|
25
26
|
var formItemLayout = JSON.parse(JSON.stringify(defaultLayout.formItemLayout));
|
|
26
|
-
|
|
27
27
|
// 自定义布局
|
|
28
28
|
if (layout) {
|
|
29
29
|
var _layout$labelCol, _layout$wrapperCol;
|
|
@@ -34,7 +34,6 @@ var ProBaseInfo = function ProBaseInfo(props) {
|
|
|
34
34
|
}
|
|
35
35
|
var newLabelSpan = formItemLayout.labelCol.span;
|
|
36
36
|
var newWrapperSpan = formItemLayout.wrapperCol.span;
|
|
37
|
-
|
|
38
37
|
// 计算合并列情况。label与wrapper需要重新计算
|
|
39
38
|
if (colspan) {
|
|
40
39
|
var _layout$span, _layout$span2;
|
|
@@ -87,7 +86,7 @@ var ProBaseInfo = function ProBaseInfo(props) {
|
|
|
87
86
|
}));
|
|
88
87
|
});
|
|
89
88
|
};
|
|
90
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, (size === null || size === void 0 ? void 0 : size.width) && /*#__PURE__*/React.createElement(Row, {
|
|
89
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, ((size === null || size === void 0 ? void 0 : size.width) || disabledAutoSize) && /*#__PURE__*/React.createElement(Row, {
|
|
91
90
|
wrap: true,
|
|
92
91
|
className: "teamix-pro-info-content-row",
|
|
93
92
|
gutter: 20
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IProHeaderInfo, ProInfoTransparentBase, ProInfoTransRequestResult } from '../../typing';
|
|
3
|
+
import './index.scss';
|
|
4
|
+
declare type ProHeaderInfoProps = IProHeaderInfo & ProInfoTransRequestResult & ProInfoTransparentBase & {
|
|
5
|
+
size?: any;
|
|
6
|
+
};
|
|
7
|
+
declare const ProHeaderInfo: React.FC<ProHeaderInfoProps>;
|
|
8
|
+
export default ProHeaderInfo;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
import { IProTableInfo, ProInfoTransparentBase, ProInfoTransRequestResult } from '../../typing';
|
|
4
|
+
import './index.scss';
|
|
5
|
+
declare type ProTableInfoProps = IProTableInfo & ProInfoTransRequestResult & ProInfoTransparentBase;
|
|
6
|
+
declare const ProTableInfo: React.FC<ProTableInfoProps>;
|
|
7
|
+
export default ProTableInfo;
|
|
@@ -25,11 +25,10 @@ var ProTableInfo = function ProTableInfo(props) {
|
|
|
25
25
|
result = props.result,
|
|
26
26
|
actionRef = props.actionRef,
|
|
27
27
|
context = props.context;
|
|
28
|
-
var
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
labelGutter = _ref$labelGutter === void 0 ? '80px' : _ref$labelGutter;
|
|
28
|
+
var _layout$colNum = layout.colNum,
|
|
29
|
+
colNum = _layout$colNum === void 0 ? 2 : _layout$colNum,
|
|
30
|
+
_layout$labelGutter = layout.labelGutter,
|
|
31
|
+
labelGutter = _layout$labelGutter === void 0 ? '80px' : _layout$labelGutter;
|
|
33
32
|
var getNewColumns = function getNewColumns() {
|
|
34
33
|
// 需要 fill 填充 否则有可能不执行
|
|
35
34
|
return _toConsumableArray(new Array(colNum)).fill(1).map(function (_, index) {
|
|
@@ -64,7 +63,6 @@ var ProTableInfo = function ProTableInfo(props) {
|
|
|
64
63
|
var columnsCopy = cloneDeep(columns).filter(function (item) {
|
|
65
64
|
return !isHidden(item.hidden, getDataIndexValue(item.dataIndex, dataSource !== null && dataSource !== void 0 ? dataSource : result), dataSource !== null && dataSource !== void 0 ? dataSource : result, context);
|
|
66
65
|
});
|
|
67
|
-
|
|
68
66
|
// 取当前行的数据。直到取完
|
|
69
67
|
while (columnsCopy.length > 0) {
|
|
70
68
|
var filterColumns = [];
|
package/es/info/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
var _excluded = ["type", "url", "method", "formatResult", "formatParams", "params", "actionRef", "header", "onSuccess", "onError", "beforeRequest", "extendParams", "className", "style", "columns", "layout", "dataSource", "loading", "extra", "context"],
|
|
1
|
+
var _excluded = ["type", "url", "method", "formatResult", "formatParams", "params", "actionRef", "header", "onSuccess", "onError", "beforeRequest", "extendParams", "className", "style", "columns", "layout", "dataSource", "loading", "extra", "context", "disabledAutoSize"],
|
|
2
2
|
_excluded2 = ["context"];
|
|
3
|
-
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); }
|
|
4
3
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5
4
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
6
5
|
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; }
|
|
@@ -19,9 +18,10 @@ import ProBaseInfo from './components/baseInfo';
|
|
|
19
18
|
import ProInfoGroup from './components/InfoGroup';
|
|
20
19
|
import './index.scss';
|
|
21
20
|
import { ProInfoGroupContext, useActionType } from './utils';
|
|
22
|
-
import { doCommonRequest, cls
|
|
21
|
+
import { doCommonRequest, cls } from '@teamix/utils';
|
|
23
22
|
import { useSize } from '@teamix/hooks';
|
|
24
23
|
import { ProCard } from '..';
|
|
24
|
+
import { ProComponentAspect } from '../utils/aspect';
|
|
25
25
|
export * from './typing';
|
|
26
26
|
var ProInfo = function ProInfo(props) {
|
|
27
27
|
var _ref;
|
|
@@ -48,6 +48,7 @@ var ProInfo = function ProInfo(props) {
|
|
|
48
48
|
userLoading = props.loading,
|
|
49
49
|
extra = props.extra,
|
|
50
50
|
infoContext = props.context,
|
|
51
|
+
disabledAutoSize = props.disabledAutoSize,
|
|
51
52
|
others = _objectWithoutProperties(props, _excluded);
|
|
52
53
|
var _useContext = useContext(ProInfoGroupContext),
|
|
53
54
|
contextUrl = _useContext.url,
|
|
@@ -63,7 +64,6 @@ var ProInfo = function ProInfo(props) {
|
|
|
63
64
|
contextExtendParams = _useContext.extendParams,
|
|
64
65
|
_useContext$context = _useContext.context,
|
|
65
66
|
contextContext = _useContext$context === void 0 ? {} : _useContext$context;
|
|
66
|
-
|
|
67
67
|
// 获取容器宽度
|
|
68
68
|
var ref = useRef();
|
|
69
69
|
var size = contextVisible ? contextSize : useSize(ref);
|
|
@@ -100,7 +100,6 @@ var ProInfo = function ProInfo(props) {
|
|
|
100
100
|
record: dataSource !== null && dataSource !== void 0 ? dataSource : data
|
|
101
101
|
}, contextContext);
|
|
102
102
|
}, [dataSource, data]);
|
|
103
|
-
|
|
104
103
|
// 获取数据
|
|
105
104
|
var request = function request() {
|
|
106
105
|
setLoading(true);
|
|
@@ -111,12 +110,10 @@ var ProInfo = function ProInfo(props) {
|
|
|
111
110
|
});
|
|
112
111
|
};
|
|
113
112
|
var actionRef = useRef();
|
|
114
|
-
|
|
115
113
|
// 将 Actions 绑定到传入的 propsActionRef 中
|
|
116
114
|
if (propsActionRef) {
|
|
117
115
|
propsActionRef.current = actionRef.current;
|
|
118
116
|
}
|
|
119
|
-
|
|
120
117
|
// 绑定 Actions
|
|
121
118
|
useActionType(actionRef, {
|
|
122
119
|
refresh: function refresh() {
|
|
@@ -130,10 +127,9 @@ var ProInfo = function ProInfo(props) {
|
|
|
130
127
|
if ( /*#__PURE__*/isValidElement(extra)) {
|
|
131
128
|
return extra;
|
|
132
129
|
}
|
|
133
|
-
var
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
others = _objectWithoutProperties(_ref2, _excluded2);
|
|
130
|
+
var _extra$context = extra.context,
|
|
131
|
+
actionContext = _extra$context === void 0 ? {} : _extra$context,
|
|
132
|
+
others = _objectWithoutProperties(extra, _excluded2);
|
|
137
133
|
return _objectSpread(_objectSpread({}, others), {}, {
|
|
138
134
|
context: _objectSpread(_objectSpread({}, context), actionContext)
|
|
139
135
|
});
|
|
@@ -141,16 +137,13 @@ var ProInfo = function ProInfo(props) {
|
|
|
141
137
|
return /*#__PURE__*/React.createElement("div", {
|
|
142
138
|
ref: ref,
|
|
143
139
|
style: style,
|
|
144
|
-
className: cls('teamix-pro-info', className
|
|
145
|
-
|
|
146
|
-
"data-teamix-test-params": getTestRequestParams(params),
|
|
147
|
-
"data-teamix-test-data": getTestRequestData(columns)
|
|
148
|
-
}, /*#__PURE__*/React.createElement(ProCard, _extends({
|
|
140
|
+
className: cls('teamix-pro-info', className)
|
|
141
|
+
}, /*#__PURE__*/React.createElement(ProCard, _objectSpread(_objectSpread(_objectSpread({
|
|
149
142
|
compacted: true,
|
|
150
143
|
hoveredShadow: false,
|
|
151
144
|
bordered: false,
|
|
152
145
|
backgroundColor: "transparent"
|
|
153
|
-
}, header, others, {
|
|
146
|
+
}, header), others), {}, {
|
|
154
147
|
extra: getExtra()
|
|
155
148
|
}), type === 'table' && /*#__PURE__*/React.createElement(ProTableInfo, {
|
|
156
149
|
dataSource: dataSource,
|
|
@@ -159,7 +152,8 @@ var ProInfo = function ProInfo(props) {
|
|
|
159
152
|
result: data,
|
|
160
153
|
actionRef: actionRef,
|
|
161
154
|
layout: layout,
|
|
162
|
-
context: context
|
|
155
|
+
context: context,
|
|
156
|
+
disabledAutoSize: disabledAutoSize
|
|
163
157
|
}), type === 'header' && /*#__PURE__*/React.createElement(ProHeaderInfo, {
|
|
164
158
|
dataSource: dataSource,
|
|
165
159
|
columns: columns,
|
|
@@ -169,7 +163,8 @@ var ProInfo = function ProInfo(props) {
|
|
|
169
163
|
actionRef: actionRef,
|
|
170
164
|
layout: layout,
|
|
171
165
|
size: size,
|
|
172
|
-
context: context
|
|
166
|
+
context: context,
|
|
167
|
+
disabledAutoSize: disabledAutoSize
|
|
173
168
|
}), type === 'base' && /*#__PURE__*/React.createElement(ProBaseInfo, {
|
|
174
169
|
dataSource: dataSource,
|
|
175
170
|
columns: columns,
|
|
@@ -178,9 +173,10 @@ var ProInfo = function ProInfo(props) {
|
|
|
178
173
|
actionRef: actionRef,
|
|
179
174
|
layout: layout,
|
|
180
175
|
size: size,
|
|
181
|
-
context: context
|
|
176
|
+
context: context,
|
|
177
|
+
disabledAutoSize: disabledAutoSize
|
|
182
178
|
})));
|
|
183
179
|
};
|
|
184
180
|
ProInfo.Group = ProInfoGroup;
|
|
185
181
|
ProInfo.ProInfoGroup = ProInfoGroup;
|
|
186
|
-
export default ProInfo;
|
|
182
|
+
export default ProComponentAspect(ProInfo, 'ProInfo');
|