@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
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { IFormFeedback as InnerFormFeedback, Form as FormType, FieldPatternTypes } from '@formily/core';
|
|
3
|
+
import type { IFormLayoutProps } from '@teamix/formily';
|
|
4
|
+
import type { CommonRequestConfig } from '@teamix/utils';
|
|
5
|
+
import type { UrlStateOptions } from '@teamix/hooks';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
interface AnyObject {
|
|
8
|
+
[propName: string]: any;
|
|
9
|
+
}
|
|
10
|
+
declare type FieldDisplayTypes = 'none' | 'hidden' | 'visible';
|
|
11
|
+
export interface ProFormInitializeItem {
|
|
12
|
+
(item: ProFormSchemaItem, props?: any): ProFormSchemaItem;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* ProForm 实例类型
|
|
16
|
+
*/
|
|
17
|
+
export declare type ProFormType = FormType;
|
|
18
|
+
/**
|
|
19
|
+
* ProForm 反馈类型
|
|
20
|
+
*/
|
|
21
|
+
export declare type IFormFeedback = InnerFormFeedback;
|
|
22
|
+
declare type IBaseComponent = 'Input' | 'Password' | 'TextArea' | 'NumberPicker' | 'Percent' | 'Money' | 'Select' | 'MultipleSelect' | 'TreeSelect' | 'Cascader' | 'MultipleCascader' | 'ArbitraryCascader' | 'Radio' | 'Checkbox' | 'Switch' | 'DatePicker' | 'TimePicker' | 'DateTimePicker' | 'WeekPicker' | 'MonthPicker' | 'YearPicker' | 'QuarterPicker' | 'DateRangePicker' | 'TimeRangePicker' | 'DateTimeRangePicker' | 'WeekRangePicker' | 'MonthRangePicker' | 'YearRangePicker' | 'QuarterRangePicker' | 'Transfer' | 'Upload' | 'ColorPicker' | 'ColorRadio' | 'IconPicker' | 'JsonInput' | 'TagPicker' | 'MultipleTagPicker' | 'Range' | 'Search' | 'SelectGroup' | 'SelectTable' | 'SelectTable.Column';
|
|
23
|
+
declare type IButtonComponent = 'Submit' | 'Reset';
|
|
24
|
+
declare type IComboComponent = 'ArrayCards' | 'ArrayCards.Addition' | 'ArrayCards.Remove' | 'ArrayCards.MoveUp' | 'ArrayCards.MoveDown' | 'ArrayCards.Index' | 'ArrayCollapse' | 'ArrayCollapse.CollapsePanel' | 'ArrayCollapse.Addition' | 'ArrayCollapse.Remove' | 'ArrayCollapse.MoveUp' | 'ArrayCollapse.MoveDown' | 'ArrayCollapse.Index' | 'ArrayTable' | 'ArrayTable.Column' | 'ArrayTable.SortHandle' | 'ArrayTable.Addition' | 'ArrayTable.Remove' | 'ArrayTable.MoveDown' | 'ArrayTable.MoveUp' | 'ArrayTable.Index' | 'ArrayItems' | 'ArrayItems.Item' | 'ArrayItems.SortHandle' | 'ArrayItems.Addition' | 'ArrayItems.Remove' | 'ArrayItems.MoveDown' | 'ArrayItems.MoveUp' | 'ArrayItems.Index' | 'Editable' | 'Editable.Popover' | 'Editable.Dialog' | 'Editable.Drawer';
|
|
25
|
+
declare type ILayoutComponent = 'FormFlex' | 'FormGrid' | 'FormGroup' | 'FormGroup.GroupPanel' | 'Search' | 'Search.SearchPanel' | 'FormTab' | 'FormTab.TabPane' | 'FormStep' | 'FormStep.StepPane' | 'FormCollapse' | 'FormCollapse.CollapsePanel' | 'FormButtonGroup' | 'FormDialog' | 'FormDrawer' | 'FormDialog.Footer' | 'FormDrawer.Footer';
|
|
26
|
+
export interface ProFormCommonRequestConfig extends CommonRequestConfig {
|
|
27
|
+
beforeRequest?: (field?: any, context?: any) => any;
|
|
28
|
+
formatResult?: (res?: any, field?: any, context?: any) => any;
|
|
29
|
+
onSuccess?: (res?: any, field?: any, context?: any) => any;
|
|
30
|
+
}
|
|
31
|
+
export interface ProFormRequestConfig extends Omit<ProFormCommonRequestConfig, 'url'> {
|
|
32
|
+
url?: string;
|
|
33
|
+
customRequest?: (field?: any, context?: any) => Promise<any>;
|
|
34
|
+
extraConfig?: AnyObject;
|
|
35
|
+
onComplete?: (res?: any, field?: any, context?: any) => any;
|
|
36
|
+
}
|
|
37
|
+
export interface CascadeWhen {
|
|
38
|
+
left: string;
|
|
39
|
+
op: string;
|
|
40
|
+
right: any;
|
|
41
|
+
}
|
|
42
|
+
export interface Cascade {
|
|
43
|
+
when: CascadeWhen[];
|
|
44
|
+
logic?: '||' | '&&';
|
|
45
|
+
props?: any;
|
|
46
|
+
state?: any;
|
|
47
|
+
dataSourceFilter?: any[];
|
|
48
|
+
dataSourceHide?: any[];
|
|
49
|
+
}
|
|
50
|
+
export interface OnChange {
|
|
51
|
+
when: CascadeWhen[];
|
|
52
|
+
logic?: '||' | '&&';
|
|
53
|
+
values: any;
|
|
54
|
+
}
|
|
55
|
+
export interface ProFormSchemaItem {
|
|
56
|
+
type?: string;
|
|
57
|
+
name?: string;
|
|
58
|
+
description?: React.ReactNode;
|
|
59
|
+
title?: string;
|
|
60
|
+
component?: IBaseComponent | IButtonComponent | IComboComponent | ILayoutComponent | any;
|
|
61
|
+
props?: AnyObject | any;
|
|
62
|
+
decorator?: string | null;
|
|
63
|
+
decoratorProps?: AnyObject;
|
|
64
|
+
dataSource?: any[] | string | ProFormRequestConfig;
|
|
65
|
+
reactions?: any;
|
|
66
|
+
rules?: any;
|
|
67
|
+
items?: ProFormSchemaItem;
|
|
68
|
+
children?: ProFormSchemaItem[];
|
|
69
|
+
content?: any;
|
|
70
|
+
tooltip?: string;
|
|
71
|
+
required?: boolean;
|
|
72
|
+
display?: FieldDisplayTypes;
|
|
73
|
+
visible?: boolean | string;
|
|
74
|
+
hidden?: boolean | string;
|
|
75
|
+
disabled?: boolean | string;
|
|
76
|
+
readOnly?: boolean | string;
|
|
77
|
+
readPretty?: boolean | string;
|
|
78
|
+
pattern?: FieldPatternTypes;
|
|
79
|
+
default?: any;
|
|
80
|
+
request?: ProFormRequestConfig | ProFormRequestConfig[];
|
|
81
|
+
data?: AnyObject;
|
|
82
|
+
cascade?: Cascade[];
|
|
83
|
+
onChange?: OnChange[];
|
|
84
|
+
}
|
|
85
|
+
export declare type ProFormSchema = ProFormSchemaItem[];
|
|
86
|
+
interface AutoLayout {
|
|
87
|
+
autoLabel?: boolean;
|
|
88
|
+
}
|
|
89
|
+
export interface ProFormProps extends Omit<IFormLayoutProps, 'breakpoints'> {
|
|
90
|
+
form?: FormType | false;
|
|
91
|
+
schema?: ProFormSchema;
|
|
92
|
+
scope?: any;
|
|
93
|
+
context?: any;
|
|
94
|
+
components?: {
|
|
95
|
+
[key: string]: React.FC | React.ComponentClass;
|
|
96
|
+
};
|
|
97
|
+
children?: React.ReactNode;
|
|
98
|
+
initialValues?: AnyObject;
|
|
99
|
+
initialRequest?: ProFormCommonRequestConfig;
|
|
100
|
+
previewTextPlaceholder?: ReactNode;
|
|
101
|
+
validateFirst?: boolean;
|
|
102
|
+
onChangeType?: 'form';
|
|
103
|
+
onChange?: (values: any, fieldValue?: any, fieldName?: any) => any;
|
|
104
|
+
onSubmit?: ((values: any) => any) | CommonRequestConfig;
|
|
105
|
+
onSubmitFailed?: (feedbacks: IFormFeedback[]) => void;
|
|
106
|
+
onInitialComplete?: (form: FormType) => void;
|
|
107
|
+
breakpoints?: number[] | boolean;
|
|
108
|
+
autoLayout?: AutoLayout | boolean;
|
|
109
|
+
component?: any;
|
|
110
|
+
}
|
|
111
|
+
export interface FilterProps extends ProFormProps {
|
|
112
|
+
form: FormType;
|
|
113
|
+
defaultFilterValue?: string;
|
|
114
|
+
filterValues?: string[];
|
|
115
|
+
activeFilterValueRef?: React.MutableRefObject<any>;
|
|
116
|
+
forceClear?: boolean;
|
|
117
|
+
onReset?: (payload?: any) => void;
|
|
118
|
+
}
|
|
119
|
+
export interface QueryFilterLayoutProps {
|
|
120
|
+
prefixCls?: string;
|
|
121
|
+
className?: string;
|
|
122
|
+
addonBefore?: ReactNode | any;
|
|
123
|
+
addonAfter?: ReactNode | any;
|
|
124
|
+
inlineContent?: ReactNode;
|
|
125
|
+
panelContent?: ReactNode;
|
|
126
|
+
count?: number;
|
|
127
|
+
expand?: boolean;
|
|
128
|
+
onExpand?: (expand: boolean) => void;
|
|
129
|
+
children?: React.ReactNode;
|
|
130
|
+
}
|
|
131
|
+
export interface QueryFilterProps extends ProFormProps {
|
|
132
|
+
/**
|
|
133
|
+
* @deprecated triggerType已弃用
|
|
134
|
+
*/
|
|
135
|
+
triggerType?: 'keydown' | 'change' | 'submit';
|
|
136
|
+
/** 表单展示形式 */
|
|
137
|
+
mode?: 'inline' | 'panel';
|
|
138
|
+
/** 面板模式下是否仅展示面板 */
|
|
139
|
+
purePanel?: boolean;
|
|
140
|
+
/** 面板是否默认展开,仅在 mode='panel' 时生效 */
|
|
141
|
+
expand?: boolean;
|
|
142
|
+
gridProps?: any;
|
|
143
|
+
/** 是否强制清除 */
|
|
144
|
+
forceClear?: boolean;
|
|
145
|
+
/** 顶部筛选区前缀 */
|
|
146
|
+
addonBefore?: ReactNode | any;
|
|
147
|
+
/** 顶部筛选区后缀 */
|
|
148
|
+
addonAfter?: ReactNode | any;
|
|
149
|
+
/** 顶部筛选区默认筛选项 */
|
|
150
|
+
defaultFilterValue?: string;
|
|
151
|
+
/** 顶部筛选区筛选项配置 */
|
|
152
|
+
filterValues?: string[];
|
|
153
|
+
/** 透出内部表单实例 */
|
|
154
|
+
formRef?: React.MutableRefObject<any>;
|
|
155
|
+
/** onChange事件的防抖时间 */
|
|
156
|
+
filterDebounce?: number;
|
|
157
|
+
/** 绑定URL参数 */
|
|
158
|
+
bindUrl?: boolean | UrlStateOptions;
|
|
159
|
+
/** 表单初始化(含异步默认值)后回调函数 */
|
|
160
|
+
onInit?: (values: any) => void;
|
|
161
|
+
/** 表单筛选回调函数 */
|
|
162
|
+
onFilter?: (values: any) => void;
|
|
163
|
+
/** 表单重置回调函数 */
|
|
164
|
+
onReset?: (payload?: any) => void;
|
|
165
|
+
/** 高级筛选按钮切换 */
|
|
166
|
+
onExpand?: (expand: boolean) => void;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* 兼容性导出
|
|
170
|
+
*/
|
|
171
|
+
/**
|
|
172
|
+
* @deprecated 将在未来移除该组件,建议使用 QueryFilter 代替
|
|
173
|
+
*/
|
|
174
|
+
export interface IFilterProps extends ProFormProps {
|
|
175
|
+
triggerType?: 'keydown' | 'change' | 'submit';
|
|
176
|
+
onFilter?: (values: any) => void;
|
|
177
|
+
onReset?: (payload?: any) => void;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* @deprecated 将在未来移除,建议使用 ProFormSchemaItem 代替
|
|
181
|
+
*/
|
|
182
|
+
export interface IFormSchemaItem extends ProFormSchemaItem {
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* @deprecated 将在未来移除,建议使用 ProFormSchema 代替
|
|
186
|
+
*/
|
|
187
|
+
export interface IFormSchema extends ProFormSchema {
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* @deprecated 将在未来移除,建议使用 ProFormProps 代替
|
|
191
|
+
*/
|
|
192
|
+
export interface IFormProps extends ProFormProps {
|
|
193
|
+
}
|
|
194
|
+
export {};
|
package/lib/form/typing.js
CHANGED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.parseSchema = parseSchema;
|
|
7
|
+
exports.parseSchemaObject = parseSchemaObject;
|
|
8
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
9
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
10
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
11
|
+
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; }
|
|
12
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
13
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
14
|
+
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; }
|
|
15
|
+
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; }
|
|
16
|
+
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; }
|
|
17
|
+
function parseSchema(schema) {
|
|
18
|
+
return schema.map(function (item) {
|
|
19
|
+
var _item$reactions;
|
|
20
|
+
if ((_item$reactions = item.reactions) === null || _item$reactions === void 0 ? void 0 : _item$reactions.fulfill) {
|
|
21
|
+
var _item$reactions2;
|
|
22
|
+
return _objectSpread(_objectSpread({}, item), {}, {
|
|
23
|
+
reactions: _objectSpread(_objectSpread({}, item.reactions), {}, {
|
|
24
|
+
fulfill: parseSchemaObject(item === null || item === void 0 ? void 0 : (_item$reactions2 = item.reactions) === null || _item$reactions2 === void 0 ? void 0 : _item$reactions2.fulfill)
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
return item;
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
function parseSchemaObject(props) {
|
|
32
|
+
var result = Object.entries(props).map(function (_ref) {
|
|
33
|
+
var _ref2 = _slicedToArray(_ref, 2),
|
|
34
|
+
k = _ref2[0],
|
|
35
|
+
v = _ref2[1];
|
|
36
|
+
if (k === 'state') {
|
|
37
|
+
return [k, parseSchemaObject(v)];
|
|
38
|
+
}
|
|
39
|
+
if (typeof v === 'function') {
|
|
40
|
+
return [k, "{{ (".concat(v.toString(), ")({deps: $deps, self: $self, form: $form, values: $values, target: $target, index: $index}) }}")];
|
|
41
|
+
}
|
|
42
|
+
return [k, v];
|
|
43
|
+
});
|
|
44
|
+
return Object.fromEntries(result);
|
|
45
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 映射字段size,主要是default转medium
|
|
3
|
+
* @param props component的props
|
|
4
|
+
* @param field 当前字段实例
|
|
5
|
+
* @returns 映射后的字段属性
|
|
6
|
+
*/
|
|
7
|
+
declare const mapSize: (props: any, field: any) => any;
|
|
8
|
+
/**
|
|
9
|
+
* 映射字段state
|
|
10
|
+
* @param props component的props
|
|
11
|
+
* @param field 当前字段实例
|
|
12
|
+
* @returns 映射后的字段属性
|
|
13
|
+
*/
|
|
14
|
+
declare const mapStatus: (props: any, field: any) => any;
|
|
15
|
+
declare const mapDataSource: (props: any, field: any) => any;
|
|
16
|
+
declare const mapMode: (props: any, field: any) => any;
|
|
17
|
+
/**
|
|
18
|
+
* 创建字段名称
|
|
19
|
+
* @param prefix 字段名称前缀,接收字段component名称,默认为FieldName
|
|
20
|
+
* @param suffix 字段后缀,唯一标识
|
|
21
|
+
* @returns 字段唯一名称
|
|
22
|
+
*/
|
|
23
|
+
interface IGetFieldName {
|
|
24
|
+
(prefix: string, suffix?: string): string;
|
|
25
|
+
}
|
|
26
|
+
declare const getFieldName: IGetFieldName;
|
|
27
|
+
/**
|
|
28
|
+
* 将ProForm的key映射为formily的key,然后筛除掉无效的key/value
|
|
29
|
+
* @param obj
|
|
30
|
+
* @returns
|
|
31
|
+
*/
|
|
32
|
+
declare const mapSchemaName: (obj: any) => any;
|
|
33
|
+
/**
|
|
34
|
+
* 合并数组或非数组,不移除无效值
|
|
35
|
+
* @param arr 数组
|
|
36
|
+
* @param v 数组或其他
|
|
37
|
+
* @returns 合并数组或合并其他值
|
|
38
|
+
*/
|
|
39
|
+
declare const mergeArrayValue: (arr: any[], v?: any) => any[];
|
|
40
|
+
/**
|
|
41
|
+
* 初始化请求配置为表达式
|
|
42
|
+
* @param config 请求配置
|
|
43
|
+
* @param suffix scope名称后缀
|
|
44
|
+
* @returns 表达式和scope上下文
|
|
45
|
+
*/
|
|
46
|
+
declare const initializeRequestExpression: (config?: any, mode?: string, suffix?: string) => {
|
|
47
|
+
expression: string;
|
|
48
|
+
scope: {
|
|
49
|
+
[x: string]: object;
|
|
50
|
+
};
|
|
51
|
+
} | {
|
|
52
|
+
expression?: undefined;
|
|
53
|
+
scope?: undefined;
|
|
54
|
+
};
|
|
55
|
+
export { mapSize, mapStatus, mapDataSource, mapMode, mergeArrayValue, getFieldName, mapSchemaName, initializeRequestExpression, };
|
package/lib/form/utils.js
CHANGED
|
@@ -37,7 +37,6 @@ var mapSize = function mapSize(props, field) {
|
|
|
37
37
|
size: props.size || takeSize()
|
|
38
38
|
});
|
|
39
39
|
};
|
|
40
|
-
|
|
41
40
|
/**
|
|
42
41
|
* 映射字段state
|
|
43
42
|
* @param props component的props
|
|
@@ -99,20 +98,12 @@ var mapMode = function mapMode(props, field) {
|
|
|
99
98
|
mode: (field === null || field === void 0 ? void 0 : field.readPretty) ? 'read' : 'edit'
|
|
100
99
|
});
|
|
101
100
|
};
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* 创建字段名称
|
|
105
|
-
* @param prefix 字段名称前缀,接收字段component名称,默认为FieldName
|
|
106
|
-
* @param suffix 字段后缀,唯一标识
|
|
107
|
-
* @returns 字段唯一名称
|
|
108
|
-
*/
|
|
109
101
|
exports.mapMode = mapMode;
|
|
110
102
|
var getFieldName = function getFieldName() {
|
|
111
103
|
var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'FieldName';
|
|
112
104
|
var suffix = arguments.length > 1 ? arguments[1] : undefined;
|
|
113
105
|
return "".concat(prefix, "-").concat(suffix);
|
|
114
106
|
};
|
|
115
|
-
|
|
116
107
|
/**
|
|
117
108
|
* 将ProForm的key映射为formily的key,然后筛除掉无效的key/value
|
|
118
109
|
* @param obj
|
|
@@ -145,7 +136,6 @@ var mapSchemaName = function mapSchemaName(obj) {
|
|
|
145
136
|
});
|
|
146
137
|
return temp;
|
|
147
138
|
};
|
|
148
|
-
|
|
149
139
|
/**
|
|
150
140
|
* 合并数组或非数组,不移除无效值
|
|
151
141
|
* @param arr 数组
|
|
@@ -159,7 +149,6 @@ var mergeArrayValue = function mergeArrayValue(arr, v) {
|
|
|
159
149
|
}
|
|
160
150
|
return [].concat(_toConsumableArray(arr), [v]);
|
|
161
151
|
};
|
|
162
|
-
|
|
163
152
|
/**
|
|
164
153
|
* 初始化请求配置为表达式
|
|
165
154
|
* @param config 请求配置
|
package/lib/form/warning.js
CHANGED
|
@@ -9,11 +9,9 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
9
9
|
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
10
|
var warning = function warning(item) {
|
|
11
11
|
var newItem = _objectSpread({}, item);
|
|
12
|
-
|
|
13
12
|
// if (xxx) {
|
|
14
13
|
// console.warn('xxx');
|
|
15
14
|
// }
|
|
16
|
-
|
|
17
15
|
return newItem;
|
|
18
16
|
};
|
|
19
17
|
var _default = warning;
|
package/lib/global.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@import "./xconsole.scss";
|
|
2
|
+
@import "next-xconsole";
|
|
1
3
|
// transition 切换主题优化,暂时先写到 pro 里,后面加到基础组件里
|
|
2
4
|
|
|
3
5
|
// table 行背景色
|
|
@@ -42,4 +44,4 @@ button.next-btn.next-medium.next-btn-normal {
|
|
|
42
44
|
// 可关闭tag
|
|
43
45
|
.next-tag.next-tag.next-tag.next-tag-closable.next-tag-level-normal.next-tag-closable {
|
|
44
46
|
transition: color 0s;
|
|
45
|
-
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare type ProImageProps = {
|
|
3
|
+
src: {
|
|
4
|
+
/** 中文亮色图片地址,默认 url */
|
|
5
|
+
'cn-light': string;
|
|
6
|
+
/** 英文文亮色图片地址 */
|
|
7
|
+
'en-light'?: string;
|
|
8
|
+
/** 繁体亮色图片地址 */
|
|
9
|
+
'tw-light'?: string;
|
|
10
|
+
/** 中文暗色图片地址 */
|
|
11
|
+
'cn-dark'?: string;
|
|
12
|
+
/** 英文暗色图片地址 */
|
|
13
|
+
'en-dark'?: string;
|
|
14
|
+
/** 繁体暗色图片地址 */
|
|
15
|
+
'tw-dark'?: string;
|
|
16
|
+
} & Record<string, string>;
|
|
17
|
+
theme?: 'dark' | 'light';
|
|
18
|
+
/** 自定义改造 url 的函数 */
|
|
19
|
+
transformUrl?: (value: string) => string;
|
|
20
|
+
} & React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
|
|
21
|
+
declare const _default: (props: ProImageProps) => JSX.Element | null;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _utils = require("@teamix/utils");
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
+
var _ahooks = require("ahooks");
|
|
11
|
+
var _excluded = ["src", "transformUrl", "theme"];
|
|
12
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
|
+
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; }
|
|
15
|
+
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; }
|
|
16
|
+
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; }
|
|
17
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
18
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
19
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
20
|
+
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; }
|
|
21
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
22
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
23
|
+
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; }
|
|
24
|
+
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; }
|
|
25
|
+
var localeMap = {
|
|
26
|
+
'en-us': 'en',
|
|
27
|
+
'zh-cn': 'cn',
|
|
28
|
+
'zh-tW': 'tw'
|
|
29
|
+
};
|
|
30
|
+
var _default = function _default(props) {
|
|
31
|
+
var src = props.src,
|
|
32
|
+
transformUrl = props.transformUrl,
|
|
33
|
+
themeProp = props.theme,
|
|
34
|
+
extra = _objectWithoutProperties(props, _excluded);
|
|
35
|
+
var _useState = (0, _react.useState)(themeProp || 'light'),
|
|
36
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
37
|
+
theme = _useState2[0],
|
|
38
|
+
setTheme = _useState2[1];
|
|
39
|
+
var targetSrc = src ? src['cn-light'] : '';
|
|
40
|
+
var lan = localeMap[(0, _utils.getLanguage)().toLowerCase()] || 'cn';
|
|
41
|
+
function getTheme() {
|
|
42
|
+
var _window$getComputedSt, _window;
|
|
43
|
+
var cssTheme = (_window$getComputedSt = (_window = window).getComputedStyle) === null || _window$getComputedSt === void 0 ? void 0 : _window$getComputedSt.call(_window, window.document.body).getPropertyValue('--alicloudfe-components-theme').trim();
|
|
44
|
+
if (cssTheme.indexOf('-dark') !== -1) {
|
|
45
|
+
return 'dark';
|
|
46
|
+
} else {
|
|
47
|
+
return 'light';
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
function setImgTheme() {
|
|
51
|
+
setTheme(props.theme || getTheme());
|
|
52
|
+
}
|
|
53
|
+
(0, _ahooks.useMutationObserver)(function (mutationsList) {
|
|
54
|
+
mutationsList.forEach(function (mutation) {
|
|
55
|
+
if (mutation.attributeName === 'class') {
|
|
56
|
+
setImgTheme();
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
}, document.querySelector('html'), {
|
|
60
|
+
attributes: true
|
|
61
|
+
});
|
|
62
|
+
(0, _ahooks.useMutationObserver)(function (mutationsList) {
|
|
63
|
+
mutationsList.forEach(function (mutation) {
|
|
64
|
+
if (mutation.attributeName === 'class') {
|
|
65
|
+
setImgTheme();
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
}, document.body, {
|
|
69
|
+
attributes: true
|
|
70
|
+
});
|
|
71
|
+
// const theme = props.theme || getTheme() || 'light';
|
|
72
|
+
targetSrc = src["".concat(lan, "-").concat(theme)] || src["".concat(lan, "-light")] || src["cn-".concat(theme)] || src['cn-light'];
|
|
73
|
+
if (targetSrc && transformUrl) {
|
|
74
|
+
targetSrc = transformUrl(targetSrc);
|
|
75
|
+
}
|
|
76
|
+
if (!targetSrc) {
|
|
77
|
+
return null;
|
|
78
|
+
}
|
|
79
|
+
return /*#__PURE__*/_react.default.createElement("img", _objectSpread({
|
|
80
|
+
src: targetSrc
|
|
81
|
+
}, extra));
|
|
82
|
+
};
|
|
83
|
+
exports.default = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import ProAction from './actions';
|
|
2
|
+
import ProCard from './card';
|
|
3
|
+
import ProField from './field';
|
|
4
|
+
import ProForm from './form';
|
|
5
|
+
import hooks from './hooks';
|
|
6
|
+
import ProInfo from './info';
|
|
7
|
+
import ProPageContainer from './page-container';
|
|
8
|
+
import ProPageHeader from './page-header';
|
|
9
|
+
import ProTable from './table';
|
|
10
|
+
import ProSkeleton from './skeleton';
|
|
11
|
+
import utils from './utils';
|
|
12
|
+
import ProSidebar from './sidebar';
|
|
13
|
+
import { ProTimeline } from './timeline';
|
|
14
|
+
import * as nocode from './nocode';
|
|
15
|
+
import * as templates from './templates';
|
|
16
|
+
import TeamixIcon from '@teamix/icon';
|
|
17
|
+
import './global.scss';
|
|
18
|
+
export * from './actions';
|
|
19
|
+
export * from './card';
|
|
20
|
+
export * from './field';
|
|
21
|
+
export * from './form';
|
|
22
|
+
export * from './info';
|
|
23
|
+
export * from './nocode';
|
|
24
|
+
export * from './page-container';
|
|
25
|
+
export * from './page-header';
|
|
26
|
+
export * from './skeleton';
|
|
27
|
+
export * from './table';
|
|
28
|
+
export * from './sidebar';
|
|
29
|
+
export * from './utils';
|
|
30
|
+
export * from './timeline';
|
|
31
|
+
declare const version = "1.4.7";
|
|
32
|
+
export { version, ProAction, ProCard, ProField, ProForm, ProInfo, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, hooks, nocode, templates, utils, };
|
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1,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/lib/index.js
CHANGED
|
@@ -19,6 +19,7 @@ var _exportNames = {
|
|
|
19
19
|
utils: true,
|
|
20
20
|
ProSidebar: true,
|
|
21
21
|
ProTimeline: true,
|
|
22
|
+
ProImage: true,
|
|
22
23
|
nocode: true,
|
|
23
24
|
templates: true,
|
|
24
25
|
TeamixIcon: true
|
|
@@ -47,6 +48,12 @@ Object.defineProperty(exports, "ProForm", {
|
|
|
47
48
|
return _form.default;
|
|
48
49
|
}
|
|
49
50
|
});
|
|
51
|
+
Object.defineProperty(exports, "ProImage", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function get() {
|
|
54
|
+
return _image.default;
|
|
55
|
+
}
|
|
56
|
+
});
|
|
50
57
|
Object.defineProperty(exports, "ProInfo", {
|
|
51
58
|
enumerable: true,
|
|
52
59
|
get: function get() {
|
|
@@ -254,6 +261,18 @@ Object.keys(_timeline).forEach(function (key) {
|
|
|
254
261
|
}
|
|
255
262
|
});
|
|
256
263
|
});
|
|
264
|
+
var _image = _interopRequireWildcard(require("./image"));
|
|
265
|
+
Object.keys(_image).forEach(function (key) {
|
|
266
|
+
if (key === "default" || key === "__esModule") return;
|
|
267
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
268
|
+
if (key in exports && exports[key] === _image[key]) return;
|
|
269
|
+
Object.defineProperty(exports, key, {
|
|
270
|
+
enumerable: true,
|
|
271
|
+
get: function get() {
|
|
272
|
+
return _image[key];
|
|
273
|
+
}
|
|
274
|
+
});
|
|
275
|
+
});
|
|
257
276
|
var nocode = _interopRequireWildcard(require("./nocode"));
|
|
258
277
|
exports.nocode = nocode;
|
|
259
278
|
Object.keys(nocode).forEach(function (key) {
|
|
@@ -280,5 +299,15 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
280
299
|
if (!((_window = window) === null || _window === void 0 ? void 0 : _window.TEAMIXPRO_WITHOUT_ICON)) {
|
|
281
300
|
_icon.default.setConfig(_utils.default.getTeamixIconConfig());
|
|
282
301
|
}
|
|
283
|
-
var version = '1.6.0-beta.
|
|
284
|
-
|
|
302
|
+
var version = '1.6.0-beta.5';
|
|
303
|
+
// By TeamixTest
|
|
304
|
+
exports.version = version;
|
|
305
|
+
window.postMessage({
|
|
306
|
+
source: 'teamix-test-devtools',
|
|
307
|
+
url: window.location.href,
|
|
308
|
+
event: 'getModuleInfo',
|
|
309
|
+
moduleName: '@teamix/pro',
|
|
310
|
+
moduleVersion: version,
|
|
311
|
+
moduleType: 'TeamixPro',
|
|
312
|
+
componentName: 'TeamixPro'
|
|
313
|
+
}, '*');
|