antd-management-fast-framework 1.12.103 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/ApplicationWrapper/index.d.ts +9 -0
- package/es/components/Bootstrap/index.d.ts +3 -0
- package/es/components/DataPreviewDrawer/index.d.ts +31 -0
- package/es/{customComponents/Exception → components/LoadingOverlay}/index.d.ts +1 -3
- package/es/components/MobileContainor/MobileHtmlPreviewBox/index.d.ts +10 -0
- package/es/components/MobileContainor/MobilePreviewArea/index.d.ts +75 -0
- package/es/components/MobileContainor/MobilePreviewDrawer/index.d.ts +54 -0
- package/es/components/MobileContainor/index.d.ts +8 -0
- package/es/components/index.d.ts +5 -0
- package/es/configGroup/configGeneral.d.ts +27 -55
- package/es/configGroup/configGeneral.js +31 -138
- package/es/configGroup/index.d.ts +2 -0
- package/es/configGroup/themeCollection.d.ts +3 -25
- package/es/configGroup/themeCollection.js +1 -109
- package/es/configGroup/webpackPlugin.d.ts +0 -7
- package/es/configGroup/webpackPlugin.js +236 -51
- package/es/configs/index.d.ts +2 -0
- package/es/configs/themeCollection.d.ts +7 -0
- package/es/configs/webpackPlugin.d.ts +4 -0
- package/es/customComponents/ApplicationProvider/index.d.ts +12 -0
- package/es/customComponents/ApplicationWrapper/index.d.ts +9 -0
- package/es/customComponents/Bootstrap/index.d.ts +3 -0
- package/es/customComponents/Bootstrap/index.js +67 -0
- package/es/customComponents/DataPreviewDrawer/index.d.ts +5 -6
- package/es/customComponents/DataPreviewDrawer/index.js +78 -87
- package/es/customComponents/LoadingOverlay/index.d.ts +6 -0
- package/es/customComponents/LoadingOverloay/index.d.ts +3 -0
- package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.d.ts +4 -6
- package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.js +57 -54
- package/es/customComponents/MobileContainor/MobilePreviewArea/index.d.ts +38 -12
- package/es/customComponents/MobileContainor/MobilePreviewArea/index.js +84 -111
- package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.d.ts +8 -8
- package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.js +76 -95
- package/es/customComponents/MobileContainor/index.d.ts +8 -0
- package/es/customComponents/index.d.ts +5 -7
- package/es/framework/AuthorizationWrapper/index.d.ts +8 -5
- package/es/framework/AuthorizationWrapper/index.js +50 -59
- package/es/framework/ButtonExtension/SelectButton/Base/index.d.ts +5 -6
- package/es/framework/ButtonExtension/SelectButton/Base/index.js +52 -70
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.d.ts +6 -7
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.js +57 -85
- package/es/framework/ButtonExtension/SelectButton/index.d.ts +6 -0
- package/es/framework/ButtonExtension/index.d.ts +1 -0
- package/es/framework/Common/CardCollectionItemContent/index.d.ts +14 -0
- package/es/framework/Common/CommonInternal/index.d.ts +167 -0
- package/es/framework/Common/InternalBuild/index.d.ts +26 -0
- package/es/framework/Common/InternalFlow/index.d.ts +149 -0
- package/es/framework/Common/InternalLayout/index.d.ts +9 -0
- package/es/framework/Common/InternalMake/index.d.ts +9 -0
- package/es/framework/Common/InternalTabFlow/index.d.ts +12 -0
- package/es/framework/Common/index.d.ts +2 -205
- package/es/framework/Common/index.js +39 -2481
- package/es/framework/Core/index.d.ts +17 -6
- package/es/framework/Core/index.js +15 -56
- package/es/framework/CustomWrapper/Supplement/index.d.ts +2 -3
- package/es/framework/CustomWrapper/Supplement/index.js +43 -40
- package/es/framework/CustomWrapper/SupplementCore/index.d.ts +2 -4
- package/es/framework/CustomWrapper/SupplementCore/index.js +47 -66
- package/es/framework/CustomWrapper/SupplementWrapper/index.d.ts +2 -3
- package/es/framework/CustomWrapper/SupplementWrapper/index.js +44 -41
- package/es/framework/CustomWrapper/index.d.ts +3 -0
- package/es/framework/DataDrawer/Base/index.d.ts +16 -18
- package/es/framework/DataDrawer/Base/index.js +126 -238
- package/es/framework/DataDrawer/BaseAddDrawer/index.d.ts +3 -4
- package/es/framework/DataDrawer/BaseAddDrawer/index.js +57 -60
- package/es/framework/DataDrawer/BaseLoadDrawer/index.d.ts +3 -4
- package/es/framework/DataDrawer/BaseLoadDrawer/index.js +54 -47
- package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.d.ts +3 -4
- package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.js +57 -63
- package/es/framework/DataDrawer/BaseSaveDrawer/index.d.ts +2 -3
- package/es/framework/DataDrawer/BaseSaveDrawer/index.js +55 -57
- package/es/framework/DataDrawer/BaseUpdateDrawer/index.d.ts +2 -3
- package/es/framework/DataDrawer/BaseUpdateDrawer/index.js +56 -56
- package/es/framework/DataDrawer/index.d.ts +14 -0
- package/es/framework/DataForm/BaseAddForm/index.d.ts +7 -7
- package/es/framework/DataForm/BaseAddForm/index.js +95 -162
- package/es/framework/DataForm/BaseUpdateForm/index.d.ts +3 -4
- package/es/framework/DataForm/BaseUpdateForm/index.js +66 -85
- package/es/framework/DataForm/BaseUpdateFormContent/index.d.ts +2 -3
- package/es/framework/DataForm/BaseUpdateFormContent/index.js +55 -45
- package/es/framework/DataForm/BaseUpdateFormTab/index.d.ts +3 -3
- package/es/framework/DataForm/BaseUpdateFormTab/index.js +54 -37
- package/es/framework/DataForm/index.d.ts +10 -0
- package/es/framework/DataListView/Base/index.d.ts +38 -82
- package/es/framework/DataListView/Base/index.js +317 -634
- package/es/framework/DataListView/BatchAction/index.d.ts +3 -3
- package/es/framework/DataListView/BatchAction/index.js +38 -68
- package/es/framework/DataListView/ColumnSetting/DndItem.d.ts +1 -2
- package/es/framework/DataListView/ColumnSetting/DndItem.js +87 -110
- package/es/framework/DataListView/ColumnSetting/index.d.ts +1 -2
- package/es/framework/DataListView/ColumnSetting/index.js +111 -160
- package/es/framework/DataListView/DensityAction/index.d.ts +2 -3
- package/es/framework/DataListView/DensityAction/index.js +29 -84
- package/es/framework/DataListView/index.d.ts +10 -0
- package/es/framework/DataMenuContainer/index.d.ts +8 -10
- package/es/framework/DataMenuContainer/index.js +96 -155
- package/es/framework/DataModal/Base/index.d.ts +10 -12
- package/es/framework/DataModal/Base/index.js +74 -128
- package/es/framework/DataModal/BaseAddModal/index.d.ts +2 -3
- package/es/framework/DataModal/BaseAddModal/index.js +52 -50
- package/es/framework/DataModal/BaseLoadModal/index.d.ts +3 -4
- package/es/framework/DataModal/BaseLoadModal/index.js +49 -44
- package/es/framework/DataModal/BaseNeedlessLoadModal/index.d.ts +6 -6
- package/es/framework/DataModal/BaseNeedlessLoadModal/index.js +55 -62
- package/es/framework/DataModal/BaseSelectModal/index.d.ts +4 -4
- package/es/framework/DataModal/BaseSelectModal/index.js +52 -51
- package/es/framework/DataModal/BaseUpdateModal/index.d.ts +2 -3
- package/es/framework/DataModal/BaseUpdateModal/index.js +50 -37
- package/es/framework/DataModal/BaseUpdateTransferModal/index.d.ts +5 -5
- package/es/framework/DataModal/BaseUpdateTransferModal/index.js +63 -85
- package/es/framework/DataModal/index.d.ts +16 -0
- package/es/framework/DataMultiPageView/InnerMultiPage/index.d.ts +3 -3
- package/es/framework/DataMultiPageView/InnerMultiPage/index.js +66 -46
- package/es/framework/DataMultiPageView/MultiPage/index.d.ts +4 -3
- package/es/framework/DataMultiPageView/MultiPage/index.js +109 -143
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.d.ts +19 -21
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.js +179 -233
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +4 -5
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.js +79 -73
- package/es/framework/DataMultiPageView/index.d.ts +10 -0
- package/es/framework/DataOperation/Base/index.d.ts +2 -3
- package/es/framework/DataOperation/Base/index.js +156 -214
- package/es/framework/DataOperation/BaseView/index.d.ts +2 -3
- package/es/framework/DataOperation/BaseView/index.js +56 -51
- package/es/framework/DataOperation/BaseWindow/index.d.ts +13 -14
- package/es/framework/DataOperation/BaseWindow/index.js +115 -163
- package/es/framework/DataOperation/index.d.ts +8 -0
- package/es/framework/DataSinglePageView/InnerSinglePage/index.d.ts +3 -3
- package/es/framework/DataSinglePageView/InnerSinglePage/index.js +66 -46
- package/es/framework/DataSinglePageView/SinglePage/index.d.ts +9 -4
- package/es/framework/DataSinglePageView/SinglePage/index.js +97 -121
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.d.ts +19 -21
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.js +173 -224
- package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.d.ts +4 -5
- package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.js +81 -75
- package/es/framework/DataSinglePageView/index.d.ts +10 -0
- package/es/framework/DataSingleView/DataCore/index.d.ts +13 -40
- package/es/framework/DataSingleView/DataCore/index.js +90 -160
- package/es/framework/DataSingleView/DataLoad/index.d.ts +5 -5
- package/es/framework/DataSingleView/DataLoad/index.js +74 -92
- package/es/framework/DataSingleView/index.d.ts +6 -0
- package/es/framework/DataTabContainer/index.d.ts +6 -29
- package/es/framework/DataTabContainer/index.js +133 -159
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.d.ts +6 -7
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.js +69 -96
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldDrawerBase/index.js +65 -97
- package/es/framework/FieldExtension/SelectFieldDrawer/{SelectFieldDrawerBase → SelectFieldInteractiveBase}/index.d.ts +6 -7
- package/es/framework/FieldExtension/SelectFieldDrawer/index.d.ts +6 -0
- package/es/framework/FieldExtension/index.d.ts +4 -0
- package/es/framework/LayoutWrapper/index.d.ts +2 -0
- package/es/framework/Wrapper/index.d.ts +2 -3
- package/es/framework/Wrapper/index.js +42 -41
- package/es/framework/index.d.ts +17 -7
- package/es/get.js +28 -0
- package/es/getPrototypeOf.js +76 -0
- package/es/index.css +12 -0
- package/es/index.d.ts +5 -1
- package/es/index.js +9769 -6
- package/es/index2.js +2075 -0
- package/es/index3.js +383 -0
- package/es/modelBuilders/index.d.ts +1 -0
- package/es/modelBuilders/schedulingControl.d.ts +68 -0
- package/es/models/index.d.ts +1 -0
- package/es/models/schedulingControl.d.ts +46 -0
- package/es/models/schedulingControl.js +171 -0
- package/es/objectSpread2.js +40 -0
- package/es/services/schedulingControl.d.ts +4 -0
- package/es/services/schedulingControl.js +135 -0
- package/es/slicedToArray.js +43 -0
- package/es/toConsumableArray.js +19 -0
- package/es/toPropertyKey.js +19 -0
- package/es/typeof.js +11 -0
- package/es/unsupportedIterableToArray.js +16 -0
- package/es/utils/appListDataAssist.js +69 -0
- package/es/utils/applicationAssist.js +28 -0
- package/es/utils/applicationListDataAssist.d.ts +4 -0
- package/es/utils/applicationListDataCacheAssist.d.ts +24 -0
- package/es/utils/bootstrap.d.ts +4 -0
- package/es/utils/bootstrap.js +58 -0
- package/es/utils/configAssist.d.ts +1 -0
- package/es/utils/currentOperatorAssist.d.ts +5 -0
- package/es/utils/definition.d.ts +4 -0
- package/es/utils/index.d.ts +8 -0
- package/es/utils/layoutSettingAssist.d.ts +2 -0
- package/es/utils/layoutSettingAssist.js +60 -0
- package/es/utils/metaDataAssist.d.ts +5 -0
- package/es/utils/metaDataAssist.js +69 -0
- package/es/utils/schedulingControlAssist.d.ts +10 -0
- package/es/utils/storageAssist.js +153 -0
- package/package.json +122 -195
- package/License.txt +0 -21
- package/README.md +0 -35
- package/es/customComponents/AMap/UIPoiPicker.d.ts +0 -8
- package/es/customComponents/AMap/UIPoiPicker.js +0 -78
- package/es/customComponents/AMap/UIPositionPicker.d.ts +0 -8
- package/es/customComponents/AMap/UIPositionPicker.js +0 -87
- package/es/customComponents/ActiveChart/index.d.ts +0 -17
- package/es/customComponents/ActiveChart/index.js +0 -168
- package/es/customComponents/ActiveChart/index.less +0 -58
- package/es/customComponents/AnimalBox/FadeBox/index.d.ts +0 -14
- package/es/customComponents/AnimalBox/FadeBox/index.js +0 -82
- package/es/customComponents/AnimalBox/FadeBox/index.less +0 -61
- package/es/customComponents/AnimalBox/QueueBox/index.d.ts +0 -12
- package/es/customComponents/AnimalBox/QueueBox/index.js +0 -76
- package/es/customComponents/AnimalBox/QueueListBox/index.d.ts +0 -15
- package/es/customComponents/AnimalBox/QueueListBox/index.js +0 -117
- package/es/customComponents/AnimalBox/QueueListBox/index.less +0 -16
- package/es/customComponents/AnimalBox/RotateBox/index.d.ts +0 -14
- package/es/customComponents/AnimalBox/RotateBox/index.js +0 -85
- package/es/customComponents/ArticleListContent/index.d.ts +0 -10
- package/es/customComponents/ArticleListContent/index.js +0 -49
- package/es/customComponents/ArticleListContent/index.less +0 -41
- package/es/customComponents/AudioUpload/index.d.ts +0 -39
- package/es/customComponents/AudioUpload/index.js +0 -478
- package/es/customComponents/Authorized/Authorized.d.ts +0 -6
- package/es/customComponents/Authorized/Authorized.js +0 -33
- package/es/customComponents/Authorized/AuthorizedRoute.d.ts +0 -8
- package/es/customComponents/Authorized/AuthorizedRoute.js +0 -50
- package/es/customComponents/Authorized/CheckPermissions.d.ts +0 -11
- package/es/customComponents/Authorized/CheckPermissions.js +0 -106
- package/es/customComponents/Authorized/PromiseRender.d.ts +0 -13
- package/es/customComponents/Authorized/PromiseRender.js +0 -151
- package/es/customComponents/Authorized/Secured.d.ts +0 -18
- package/es/customComponents/Authorized/Secured.js +0 -95
- package/es/customComponents/Authorized/index.d.ts +0 -2
- package/es/customComponents/Authorized/index.js +0 -22
- package/es/customComponents/Authorized/renderAuthorize.d.ts +0 -3
- package/es/customComponents/Authorized/renderAuthorize.js +0 -37
- package/es/customComponents/AvatarList/index.d.ts +0 -17
- package/es/customComponents/AvatarList/index.js +0 -99
- package/es/customComponents/AvatarList/index.less +0 -53
- package/es/customComponents/AvatarList/index.test.d.ts +0 -1
- package/es/customComponents/Canvas/Bubbly/index.d.ts +0 -20
- package/es/customComponents/Canvas/Bubbly/index.js +0 -182
- package/es/customComponents/Canvas/Core/index.d.ts +0 -28
- package/es/customComponents/Canvas/Core/index.js +0 -163
- package/es/customComponents/Canvas/RadarScanning/index.d.ts +0 -20
- package/es/customComponents/Canvas/RadarScanning/index.js +0 -251
- package/es/customComponents/Canvas/Ribbon.7z +0 -0
- package/es/customComponents/Canvas/Spirit/index.d.ts +0 -23
- package/es/customComponents/Canvas/Spirit/index.js +0 -119
- package/es/customComponents/Canvas/index.d.ts +0 -12
- package/es/customComponents/Canvas/index.js +0 -27
- package/es/customComponents/CenterBox/index.d.ts +0 -7
- package/es/customComponents/CenterBox/index.js +0 -70
- package/es/customComponents/Charts/Bar/index.d.ts +0 -10
- package/es/customComponents/Charts/Bar/index.js +0 -129
- package/es/customComponents/Charts/ChartCard/index.d.ts +0 -8
- package/es/customComponents/Charts/ChartCard/index.js +0 -160
- package/es/customComponents/Charts/ChartCard/index.less +0 -90
- package/es/customComponents/Charts/Field/index.d.ts +0 -6
- package/es/customComponents/Charts/Field/index.js +0 -37
- package/es/customComponents/Charts/Field/index.less +0 -19
- package/es/customComponents/Charts/Gauge/index.d.ts +0 -2
- package/es/customComponents/Charts/Gauge/index.js +0 -185
- package/es/customComponents/Charts/MiniArea/index.d.ts +0 -2
- package/es/customComponents/Charts/MiniArea/index.js +0 -107
- package/es/customComponents/Charts/MiniBar/index.d.ts +0 -2
- package/es/customComponents/Charts/MiniBar/index.js +0 -62
- package/es/customComponents/Charts/MiniProgress/index.d.ts +0 -8
- package/es/customComponents/Charts/MiniProgress/index.js +0 -55
- package/es/customComponents/Charts/MiniProgress/index.less +0 -42
- package/es/customComponents/Charts/Pie/index.d.ts +0 -10
- package/es/customComponents/Charts/Pie/index.js +0 -195
- package/es/customComponents/Charts/Pie/index.less +0 -104
- package/es/customComponents/Charts/TagCloud/index.d.ts +0 -23
- package/es/customComponents/Charts/TagCloud/index.js +0 -276
- package/es/customComponents/Charts/TagCloud/index.less +0 -7
- package/es/customComponents/Charts/TimelineChart/index.d.ts +0 -2
- package/es/customComponents/Charts/TimelineChart/index.js +0 -173
- package/es/customComponents/Charts/TimelineChart/index.less +0 -5
- package/es/customComponents/Charts/WaterWave/index.d.ts +0 -18
- package/es/customComponents/Charts/WaterWave/index.js +0 -319
- package/es/customComponents/Charts/WaterWave/index.less +0 -32
- package/es/customComponents/Charts/autoHeight.d.ts +0 -13
- package/es/customComponents/Charts/autoHeight.js +0 -123
- package/es/customComponents/Charts/bizcharts.d.ts +0 -2
- package/es/customComponents/Charts/bizcharts.js +0 -17
- package/es/customComponents/Charts/index.d.ts +0 -27
- package/es/customComponents/Charts/index.js +0 -119
- package/es/customComponents/Charts/index.less +0 -26
- package/es/customComponents/ColorText/index.d.ts +0 -22
- package/es/customComponents/ColorText/index.js +0 -139
- package/es/customComponents/Countdown/index.d.ts +0 -22
- package/es/customComponents/Countdown/index.js +0 -158
- package/es/customComponents/Countdown/index.less +0 -5
- package/es/customComponents/DataPreviewDrawer/index.less +0 -10
- package/es/customComponents/DecorateAvatar/index.d.ts +0 -37
- package/es/customComponents/DecorateAvatar/index.js +0 -199
- package/es/customComponents/DisplayCopyData/index.d.ts +0 -10
- package/es/customComponents/DisplayCopyData/index.js +0 -86
- package/es/customComponents/EditableItem/index.d.ts +0 -12
- package/es/customComponents/EditableItem/index.js +0 -121
- package/es/customComponents/EditableItem/index.less +0 -25
- package/es/customComponents/EditableLinkGroup/index.d.ts +0 -23
- package/es/customComponents/EditableLinkGroup/index.js +0 -99
- package/es/customComponents/EditableLinkGroup/index.less +0 -18
- package/es/customComponents/Editor/TinymceWrapper/index.d.ts +0 -19
- package/es/customComponents/Editor/TinymceWrapper/index.js +0 -254
- package/es/customComponents/Ellipsis/index.d.ts +0 -26
- package/es/customComponents/Ellipsis/index.js +0 -389
- package/es/customComponents/Ellipsis/index.less +0 -28
- package/es/customComponents/Ellipsis/index.test.d.ts +0 -1
- package/es/customComponents/EllipsisCustom/index.d.ts +0 -26
- package/es/customComponents/EllipsisCustom/index.js +0 -355
- package/es/customComponents/EllipsisCustom/index.less +0 -27
- package/es/customComponents/EverySpace/index.d.ts +0 -16
- package/es/customComponents/EverySpace/index.js +0 -105
- package/es/customComponents/Exception/index.js +0 -121
- package/es/customComponents/Exception/index.less +0 -92
- package/es/customComponents/Exception/typeConfig.d.ts +0 -18
- package/es/customComponents/Exception/typeConfig.js +0 -25
- package/es/customComponents/FigureRange/index.d.ts +0 -133
- package/es/customComponents/FigureRange/index.js +0 -335
- package/es/customComponents/FigureRange/index.less +0 -73
- package/es/customComponents/FileBase64Upload/index.d.ts +0 -27
- package/es/customComponents/FileBase64Upload/index.js +0 -205
- package/es/customComponents/FileUpload/index.d.ts +0 -35
- package/es/customComponents/FileUpload/index.js +0 -402
- package/es/customComponents/FlexBox/index.d.ts +0 -24
- package/es/customComponents/FlexBox/index.js +0 -186
- package/es/customComponents/FlexText/index.d.ts +0 -21
- package/es/customComponents/FlexText/index.js +0 -109
- package/es/customComponents/FlexText/index.less +0 -3
- package/es/customComponents/FooterToolbar/index.d.ts +0 -16
- package/es/customComponents/FooterToolbar/index.js +0 -132
- package/es/customComponents/FooterToolbar/index.less +0 -33
- package/es/customComponents/FromDisplayItem/index.d.ts +0 -14
- package/es/customComponents/FromDisplayItem/index.js +0 -73
- package/es/customComponents/FromDisplayItem/index.less +0 -5
- package/es/customComponents/FunctionComponent/index.d.ts +0 -443
- package/es/customComponents/FunctionComponent/index.js +0 -3404
- package/es/customComponents/FunctionComponent/index.less +0 -63
- package/es/customComponents/FunctionSupplement/Whether/index.d.ts +0 -46
- package/es/customComponents/FunctionSupplement/Whether/index.js +0 -181
- package/es/customComponents/GlobalFooter/index.d.ts +0 -6
- package/es/customComponents/GlobalFooter/index.js +0 -39
- package/es/customComponents/GlobalFooter/index.less +0 -29
- package/es/customComponents/HelpBox/index.d.ts +0 -18
- package/es/customComponents/HelpBox/index.js +0 -192
- package/es/customComponents/HelpBox/index.less +0 -16
- package/es/customComponents/HelpCard/index.d.ts +0 -18
- package/es/customComponents/HelpCard/index.js +0 -91
- package/es/customComponents/HtmlBox/index.d.ts +0 -20
- package/es/customComponents/HtmlBox/index.js +0 -118
- package/es/customComponents/HtmlBox/index.less +0 -7
- package/es/customComponents/IconFont/index.d.ts +0 -2
- package/es/customComponents/IconFont/index.js +0 -14
- package/es/customComponents/IconInfo/index.d.ts +0 -32
- package/es/customComponents/IconInfo/index.js +0 -373
- package/es/customComponents/IconInfo/index.less +0 -5
- package/es/customComponents/ImageBox/index.d.ts +0 -60
- package/es/customComponents/ImageBox/index.js +0 -376
- package/es/customComponents/ImageBox/index.less +0 -114
- package/es/customComponents/ImageContentPreview/index.d.ts +0 -21
- package/es/customComponents/ImageContentPreview/index.js +0 -173
- package/es/customComponents/ImageContentPreview/index.less +0 -9
- package/es/customComponents/ImageUpload/index.d.ts +0 -45
- package/es/customComponents/ImageUpload/index.js +0 -413
- package/es/customComponents/ImageUpload/index.less +0 -81
- package/es/customComponents/MobileContainor/ContentView/index.d.ts +0 -20
- package/es/customComponents/MobileContainor/ContentView/index.js +0 -152
- package/es/customComponents/MobileContainor/ContentView/index.less +0 -30
- package/es/customComponents/MobileContainor/Devices/GalaxyNote8/index.d.ts +0 -19
- package/es/customComponents/MobileContainor/Devices/GalaxyNote8/index.js +0 -121
- package/es/customComponents/MobileContainor/Devices/IPhone5S/index.d.ts +0 -20
- package/es/customComponents/MobileContainor/Devices/IPhone5S/index.js +0 -124
- package/es/customComponents/MobileContainor/Devices/Iphone8/index.d.ts +0 -20
- package/es/customComponents/MobileContainor/Devices/Iphone8/index.js +0 -124
- package/es/customComponents/MobileContainor/Devices/Iphone8plus/index.d.ts +0 -20
- package/es/customComponents/MobileContainor/Devices/Iphone8plus/index.js +0 -124
- package/es/customComponents/MobileContainor/Devices/IphoneX/index.d.ts +0 -20
- package/es/customComponents/MobileContainor/Devices/IphoneX/index.js +0 -130
- package/es/customComponents/MobileContainor/Devices/RoughSketch/index.d.ts +0 -19
- package/es/customComponents/MobileContainor/Devices/RoughSketch/index.js +0 -97
- package/es/customComponents/MobileContainor/Devices/RoughSketch/index.less +0 -34
- package/es/customComponents/MobileContainor/Devices/devices.less +0 -2815
- package/es/customComponents/MobileContainor/MobileSimulation/index.d.ts +0 -23
- package/es/customComponents/MobileContainor/MobileSimulation/index.js +0 -243
- package/es/customComponents/NoticeIconCustom/NoticeList.d.ts +0 -10
- package/es/customComponents/NoticeIconCustom/NoticeList.js +0 -81
- package/es/customComponents/NoticeIconCustom/NoticeList.less +0 -90
- package/es/customComponents/NoticeIconCustom/index.d.ts +0 -25
- package/es/customComponents/NoticeIconCustom/index.js +0 -201
- package/es/customComponents/NoticeIconCustom/index.less +0 -31
- package/es/customComponents/NumberInfo/index.d.ts +0 -12
- package/es/customComponents/NumberInfo/index.js +0 -60
- package/es/customComponents/NumberInfo/index.less +0 -77
- package/es/customComponents/PageLoading/index.d.ts +0 -2
- package/es/customComponents/PageLoading/index.js +0 -13
- package/es/customComponents/PercentageBox/index.d.ts +0 -12
- package/es/customComponents/PercentageBox/index.js +0 -70
- package/es/customComponents/PriceBox/index.d.ts +0 -18
- package/es/customComponents/PriceBox/index.js +0 -115
- package/es/customComponents/Result/index.d.ts +0 -9
- package/es/customComponents/Result/index.js +0 -57
- package/es/customComponents/Result/index.less +0 -58
- package/es/customComponents/StandardFormRow/index.d.ts +0 -9
- package/es/customComponents/StandardFormRow/index.js +0 -47
- package/es/customComponents/StandardFormRow/index.less +0 -81
- package/es/customComponents/StandardTable/index.d.ts +0 -17
- package/es/customComponents/StandardTable/index.js +0 -217
- package/es/customComponents/StandardTable/index.less +0 -7
- package/es/customComponents/StandardTableCustom/index.d.ts +0 -22
- package/es/customComponents/StandardTableCustom/index.js +0 -234
- package/es/customComponents/StandardTableCustom/index.less +0 -21
- package/es/customComponents/StatusBar/index.d.ts +0 -13
- package/es/customComponents/StatusBar/index.js +0 -128
- package/es/customComponents/TagSelect/index.d.ts +0 -34
- package/es/customComponents/TagSelect/index.js +0 -226
- package/es/customComponents/TagSelect/index.less +0 -38
- package/es/customComponents/TimeLineCustom/index.d.ts +0 -37
- package/es/customComponents/TimeLineCustom/index.js +0 -273
- package/es/customComponents/TimeLineCustom/index.less +0 -180
- package/es/customComponents/Trend/index.d.ts +0 -10
- package/es/customComponents/Trend/index.js +0 -49
- package/es/customComponents/Trend/index.less +0 -41
- package/es/customComponents/VerticalBox/index.d.ts +0 -15
- package/es/customComponents/VerticalBox/index.js +0 -138
- package/es/customComponents/VerticalBox/index.less +0 -7
- package/es/customComponents/VideoUpload/index.d.ts +0 -39
- package/es/customComponents/VideoUpload/index.js +0 -472
- package/es/customComponents/_utils/pathTools.d.ts +0 -1
- package/es/customComponents/_utils/pathTools.js +0 -15
- package/es/customComponents/_utils/pathTools.test.d.ts +0 -1
- package/es/customComponents/index.js +0 -16
- package/es/framework/Base/index.d.ts +0 -68
- package/es/framework/Base/index.js +0 -338
- package/es/framework/Common/index.less +0 -13
- package/es/framework/CustomBase/index.d.ts +0 -8
- package/es/framework/CustomBase/index.js +0 -77
- package/es/framework/DataDrawer/Base/index.less +0 -27
- package/es/framework/DataForm/BaseAddForm/index.less +0 -51
- package/es/framework/DataListView/Base/index.less +0 -161
- package/es/framework/DataListView/BatchAction/index.less +0 -5
- package/es/framework/DataListView/ColumnSetting/index.less +0 -60
- package/es/framework/DataMenuContainer/index.less +0 -100
- package/es/framework/DataModal/Base/index.less +0 -6
- package/es/framework/DataMultiPageView/InnerMultiPage/index.less +0 -125
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.less +0 -65
- package/es/framework/DataSinglePageView/InnerSinglePage/index.less +0 -50
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.less +0 -33
- package/es/framework/DataSingleView/DataCore/index.less +0 -7
- package/es/framework/DataTabContainer/index.less +0 -51
- package/es/framework/index.js +0 -60
- package/es/utils/Authorized.d.ts +0 -4
- package/es/utils/Authorized.js +0 -52
- package/es/utils/Yuan.d.ts +0 -13
- package/es/utils/Yuan.js +0 -92
- package/es/utils/actionAssist.d.ts +0 -44
- package/es/utils/actionAssist.js +0 -467
- package/es/utils/appConfiguration.d.ts +0 -70
- package/es/utils/appConfiguration.js +0 -403
- package/es/utils/authority.d.ts +0 -7
- package/es/utils/authority.js +0 -259
- package/es/utils/cacheAssist.d.ts +0 -85
- package/es/utils/cacheAssist.js +0 -317
- package/es/utils/constants.d.ts +0 -859
- package/es/utils/constants.js +0 -1540
- package/es/utils/core.d.ts +0 -25
- package/es/utils/core.js +0 -95
- package/es/utils/defaultSettingsSpecial.d.ts +0 -67
- package/es/utils/defaultSettingsSpecial.js +0 -53
- package/es/utils/developAssist.d.ts +0 -41
- package/es/utils/developAssist.js +0 -224
- package/es/utils/dva.d.ts +0 -31
- package/es/utils/dva.js +0 -54
- package/es/utils/globalModel.d.ts +0 -17
- package/es/utils/globalModel.js +0 -40
- package/es/utils/globalStorageAssist.d.ts +0 -78
- package/es/utils/globalStorageAssist.js +0 -239
- package/es/utils/localStorageAssist.d.ts +0 -47
- package/es/utils/localStorageAssist.js +0 -116
- package/es/utils/mediaDefault.d.ts +0 -11
- package/es/utils/mediaDefault.js +0 -24
- package/es/utils/proLayoutCollection.d.ts +0 -12
- package/es/utils/proLayoutCollection.js +0 -76
- package/es/utils/request.d.ts +0 -5
- package/es/utils/request.js +0 -243
- package/es/utils/requestAssistor.d.ts +0 -79
- package/es/utils/requestAssistor.js +0 -596
- package/es/utils/sessionStorageAssist.d.ts +0 -47
- package/es/utils/sessionStorageAssist.js +0 -116
- package/es/utils/tools.d.ts +0 -698
- package/es/utils/tools.js +0 -2205
- package/es/utils/typeCheck.d.ts +0 -21
- package/es/utils/typeCheck.js +0 -58
- package/es/utils/typeConvert.d.ts +0 -7
- package/es/utils/typeConvert.js +0 -16
- package/es/utils/utils.d.ts +0 -5
- package/es/utils/utils.js +0 -70
- package/es/utils/utils.less +0 -63
- package/es/utils/utils.test.d.ts +0 -1
- package/es/utils/virtualRequest.d.ts +0 -51
- package/es/utils/virtualRequest.js +0 -320
package/es/index3.js
ADDED
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
import { _ as _typeof$1 } from './typeof.js';
|
|
2
|
+
|
|
3
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
4
|
+
try {
|
|
5
|
+
var info = gen[key](arg);
|
|
6
|
+
var value = info.value;
|
|
7
|
+
} catch (error) {
|
|
8
|
+
reject(error);
|
|
9
|
+
return;
|
|
10
|
+
}
|
|
11
|
+
if (info.done) {
|
|
12
|
+
resolve(value);
|
|
13
|
+
} else {
|
|
14
|
+
Promise.resolve(value).then(_next, _throw);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
function _asyncToGenerator(fn) {
|
|
18
|
+
return function () {
|
|
19
|
+
var self = this,
|
|
20
|
+
args = arguments;
|
|
21
|
+
return new Promise(function (resolve, reject) {
|
|
22
|
+
var gen = fn.apply(self, args);
|
|
23
|
+
function _next(value) {
|
|
24
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
25
|
+
}
|
|
26
|
+
function _throw(err) {
|
|
27
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
28
|
+
}
|
|
29
|
+
_next(undefined);
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
var regeneratorRuntimeExports = {};
|
|
35
|
+
var regeneratorRuntime$1 = {
|
|
36
|
+
get exports(){ return regeneratorRuntimeExports; },
|
|
37
|
+
set exports(v){ regeneratorRuntimeExports = v; },
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
var _typeofExports = {};
|
|
41
|
+
var _typeof = {
|
|
42
|
+
get exports(){ return _typeofExports; },
|
|
43
|
+
set exports(v){ _typeofExports = v; },
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
(function (module) {
|
|
47
|
+
function _typeof(obj) {
|
|
48
|
+
"@babel/helpers - typeof";
|
|
49
|
+
|
|
50
|
+
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
51
|
+
return typeof obj;
|
|
52
|
+
} : function (obj) {
|
|
53
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
54
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
|
55
|
+
}
|
|
56
|
+
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
57
|
+
})(_typeof);
|
|
58
|
+
|
|
59
|
+
(function (module) {
|
|
60
|
+
var _typeof = _typeofExports["default"];
|
|
61
|
+
function _regeneratorRuntime() {
|
|
62
|
+
|
|
63
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
64
|
+
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
|
65
|
+
return exports;
|
|
66
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
67
|
+
var exports = {},
|
|
68
|
+
Op = Object.prototype,
|
|
69
|
+
hasOwn = Op.hasOwnProperty,
|
|
70
|
+
defineProperty = Object.defineProperty || function (obj, key, desc) {
|
|
71
|
+
obj[key] = desc.value;
|
|
72
|
+
},
|
|
73
|
+
$Symbol = "function" == typeof Symbol ? Symbol : {},
|
|
74
|
+
iteratorSymbol = $Symbol.iterator || "@@iterator",
|
|
75
|
+
asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
|
|
76
|
+
toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
|
|
77
|
+
function define(obj, key, value) {
|
|
78
|
+
return Object.defineProperty(obj, key, {
|
|
79
|
+
value: value,
|
|
80
|
+
enumerable: !0,
|
|
81
|
+
configurable: !0,
|
|
82
|
+
writable: !0
|
|
83
|
+
}), obj[key];
|
|
84
|
+
}
|
|
85
|
+
try {
|
|
86
|
+
define({}, "");
|
|
87
|
+
} catch (err) {
|
|
88
|
+
define = function define(obj, key, value) {
|
|
89
|
+
return obj[key] = value;
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
function wrap(innerFn, outerFn, self, tryLocsList) {
|
|
93
|
+
var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
|
|
94
|
+
generator = Object.create(protoGenerator.prototype),
|
|
95
|
+
context = new Context(tryLocsList || []);
|
|
96
|
+
return defineProperty(generator, "_invoke", {
|
|
97
|
+
value: makeInvokeMethod(innerFn, self, context)
|
|
98
|
+
}), generator;
|
|
99
|
+
}
|
|
100
|
+
function tryCatch(fn, obj, arg) {
|
|
101
|
+
try {
|
|
102
|
+
return {
|
|
103
|
+
type: "normal",
|
|
104
|
+
arg: fn.call(obj, arg)
|
|
105
|
+
};
|
|
106
|
+
} catch (err) {
|
|
107
|
+
return {
|
|
108
|
+
type: "throw",
|
|
109
|
+
arg: err
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.wrap = wrap;
|
|
114
|
+
var ContinueSentinel = {};
|
|
115
|
+
function Generator() {}
|
|
116
|
+
function GeneratorFunction() {}
|
|
117
|
+
function GeneratorFunctionPrototype() {}
|
|
118
|
+
var IteratorPrototype = {};
|
|
119
|
+
define(IteratorPrototype, iteratorSymbol, function () {
|
|
120
|
+
return this;
|
|
121
|
+
});
|
|
122
|
+
var getProto = Object.getPrototypeOf,
|
|
123
|
+
NativeIteratorPrototype = getProto && getProto(getProto(values([])));
|
|
124
|
+
NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
|
|
125
|
+
var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
|
|
126
|
+
function defineIteratorMethods(prototype) {
|
|
127
|
+
["next", "throw", "return"].forEach(function (method) {
|
|
128
|
+
define(prototype, method, function (arg) {
|
|
129
|
+
return this._invoke(method, arg);
|
|
130
|
+
});
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
function AsyncIterator(generator, PromiseImpl) {
|
|
134
|
+
function invoke(method, arg, resolve, reject) {
|
|
135
|
+
var record = tryCatch(generator[method], generator, arg);
|
|
136
|
+
if ("throw" !== record.type) {
|
|
137
|
+
var result = record.arg,
|
|
138
|
+
value = result.value;
|
|
139
|
+
return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
|
|
140
|
+
invoke("next", value, resolve, reject);
|
|
141
|
+
}, function (err) {
|
|
142
|
+
invoke("throw", err, resolve, reject);
|
|
143
|
+
}) : PromiseImpl.resolve(value).then(function (unwrapped) {
|
|
144
|
+
result.value = unwrapped, resolve(result);
|
|
145
|
+
}, function (error) {
|
|
146
|
+
return invoke("throw", error, resolve, reject);
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
reject(record.arg);
|
|
150
|
+
}
|
|
151
|
+
var previousPromise;
|
|
152
|
+
defineProperty(this, "_invoke", {
|
|
153
|
+
value: function value(method, arg) {
|
|
154
|
+
function callInvokeWithMethodAndArg() {
|
|
155
|
+
return new PromiseImpl(function (resolve, reject) {
|
|
156
|
+
invoke(method, arg, resolve, reject);
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
160
|
+
}
|
|
161
|
+
});
|
|
162
|
+
}
|
|
163
|
+
function makeInvokeMethod(innerFn, self, context) {
|
|
164
|
+
var state = "suspendedStart";
|
|
165
|
+
return function (method, arg) {
|
|
166
|
+
if ("executing" === state) throw new Error("Generator is already running");
|
|
167
|
+
if ("completed" === state) {
|
|
168
|
+
if ("throw" === method) throw arg;
|
|
169
|
+
return doneResult();
|
|
170
|
+
}
|
|
171
|
+
for (context.method = method, context.arg = arg;;) {
|
|
172
|
+
var delegate = context.delegate;
|
|
173
|
+
if (delegate) {
|
|
174
|
+
var delegateResult = maybeInvokeDelegate(delegate, context);
|
|
175
|
+
if (delegateResult) {
|
|
176
|
+
if (delegateResult === ContinueSentinel) continue;
|
|
177
|
+
return delegateResult;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
|
|
181
|
+
if ("suspendedStart" === state) throw state = "completed", context.arg;
|
|
182
|
+
context.dispatchException(context.arg);
|
|
183
|
+
} else "return" === context.method && context.abrupt("return", context.arg);
|
|
184
|
+
state = "executing";
|
|
185
|
+
var record = tryCatch(innerFn, self, context);
|
|
186
|
+
if ("normal" === record.type) {
|
|
187
|
+
if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
|
|
188
|
+
return {
|
|
189
|
+
value: record.arg,
|
|
190
|
+
done: context.done
|
|
191
|
+
};
|
|
192
|
+
}
|
|
193
|
+
"throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
|
|
194
|
+
}
|
|
195
|
+
};
|
|
196
|
+
}
|
|
197
|
+
function maybeInvokeDelegate(delegate, context) {
|
|
198
|
+
var methodName = context.method,
|
|
199
|
+
method = delegate.iterator[methodName];
|
|
200
|
+
if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel;
|
|
201
|
+
var record = tryCatch(method, delegate.iterator, context.arg);
|
|
202
|
+
if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
|
|
203
|
+
var info = record.arg;
|
|
204
|
+
return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
|
|
205
|
+
}
|
|
206
|
+
function pushTryEntry(locs) {
|
|
207
|
+
var entry = {
|
|
208
|
+
tryLoc: locs[0]
|
|
209
|
+
};
|
|
210
|
+
1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
|
|
211
|
+
}
|
|
212
|
+
function resetTryEntry(entry) {
|
|
213
|
+
var record = entry.completion || {};
|
|
214
|
+
record.type = "normal", delete record.arg, entry.completion = record;
|
|
215
|
+
}
|
|
216
|
+
function Context(tryLocsList) {
|
|
217
|
+
this.tryEntries = [{
|
|
218
|
+
tryLoc: "root"
|
|
219
|
+
}], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
|
|
220
|
+
}
|
|
221
|
+
function values(iterable) {
|
|
222
|
+
if (iterable) {
|
|
223
|
+
var iteratorMethod = iterable[iteratorSymbol];
|
|
224
|
+
if (iteratorMethod) return iteratorMethod.call(iterable);
|
|
225
|
+
if ("function" == typeof iterable.next) return iterable;
|
|
226
|
+
if (!isNaN(iterable.length)) {
|
|
227
|
+
var i = -1,
|
|
228
|
+
next = function next() {
|
|
229
|
+
for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
|
|
230
|
+
return next.value = undefined, next.done = !0, next;
|
|
231
|
+
};
|
|
232
|
+
return next.next = next;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
return {
|
|
236
|
+
next: doneResult
|
|
237
|
+
};
|
|
238
|
+
}
|
|
239
|
+
function doneResult() {
|
|
240
|
+
return {
|
|
241
|
+
value: undefined,
|
|
242
|
+
done: !0
|
|
243
|
+
};
|
|
244
|
+
}
|
|
245
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
|
|
246
|
+
value: GeneratorFunctionPrototype,
|
|
247
|
+
configurable: !0
|
|
248
|
+
}), defineProperty(GeneratorFunctionPrototype, "constructor", {
|
|
249
|
+
value: GeneratorFunction,
|
|
250
|
+
configurable: !0
|
|
251
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
|
|
252
|
+
var ctor = "function" == typeof genFun && genFun.constructor;
|
|
253
|
+
return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
|
|
254
|
+
}, exports.mark = function (genFun) {
|
|
255
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
|
|
256
|
+
}, exports.awrap = function (arg) {
|
|
257
|
+
return {
|
|
258
|
+
__await: arg
|
|
259
|
+
};
|
|
260
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
|
|
261
|
+
return this;
|
|
262
|
+
}), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
|
|
263
|
+
void 0 === PromiseImpl && (PromiseImpl = Promise);
|
|
264
|
+
var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
|
|
265
|
+
return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
|
|
266
|
+
return result.done ? result.value : iter.next();
|
|
267
|
+
});
|
|
268
|
+
}, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
|
|
269
|
+
return this;
|
|
270
|
+
}), define(Gp, "toString", function () {
|
|
271
|
+
return "[object Generator]";
|
|
272
|
+
}), exports.keys = function (val) {
|
|
273
|
+
var object = Object(val),
|
|
274
|
+
keys = [];
|
|
275
|
+
for (var key in object) keys.push(key);
|
|
276
|
+
return keys.reverse(), function next() {
|
|
277
|
+
for (; keys.length;) {
|
|
278
|
+
var key = keys.pop();
|
|
279
|
+
if (key in object) return next.value = key, next.done = !1, next;
|
|
280
|
+
}
|
|
281
|
+
return next.done = !0, next;
|
|
282
|
+
};
|
|
283
|
+
}, exports.values = values, Context.prototype = {
|
|
284
|
+
constructor: Context,
|
|
285
|
+
reset: function reset(skipTempReset) {
|
|
286
|
+
if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
|
|
287
|
+
},
|
|
288
|
+
stop: function stop() {
|
|
289
|
+
this.done = !0;
|
|
290
|
+
var rootRecord = this.tryEntries[0].completion;
|
|
291
|
+
if ("throw" === rootRecord.type) throw rootRecord.arg;
|
|
292
|
+
return this.rval;
|
|
293
|
+
},
|
|
294
|
+
dispatchException: function dispatchException(exception) {
|
|
295
|
+
if (this.done) throw exception;
|
|
296
|
+
var context = this;
|
|
297
|
+
function handle(loc, caught) {
|
|
298
|
+
return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
|
|
299
|
+
}
|
|
300
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
301
|
+
var entry = this.tryEntries[i],
|
|
302
|
+
record = entry.completion;
|
|
303
|
+
if ("root" === entry.tryLoc) return handle("end");
|
|
304
|
+
if (entry.tryLoc <= this.prev) {
|
|
305
|
+
var hasCatch = hasOwn.call(entry, "catchLoc"),
|
|
306
|
+
hasFinally = hasOwn.call(entry, "finallyLoc");
|
|
307
|
+
if (hasCatch && hasFinally) {
|
|
308
|
+
if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
|
|
309
|
+
if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
|
|
310
|
+
} else if (hasCatch) {
|
|
311
|
+
if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
|
|
312
|
+
} else {
|
|
313
|
+
if (!hasFinally) throw new Error("try statement without catch or finally");
|
|
314
|
+
if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
abrupt: function abrupt(type, arg) {
|
|
320
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
321
|
+
var entry = this.tryEntries[i];
|
|
322
|
+
if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
|
|
323
|
+
var finallyEntry = entry;
|
|
324
|
+
break;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
|
|
328
|
+
var record = finallyEntry ? finallyEntry.completion : {};
|
|
329
|
+
return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
|
|
330
|
+
},
|
|
331
|
+
complete: function complete(record, afterLoc) {
|
|
332
|
+
if ("throw" === record.type) throw record.arg;
|
|
333
|
+
return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
|
|
334
|
+
},
|
|
335
|
+
finish: function finish(finallyLoc) {
|
|
336
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
337
|
+
var entry = this.tryEntries[i];
|
|
338
|
+
if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"catch": function _catch(tryLoc) {
|
|
342
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
343
|
+
var entry = this.tryEntries[i];
|
|
344
|
+
if (entry.tryLoc === tryLoc) {
|
|
345
|
+
var record = entry.completion;
|
|
346
|
+
if ("throw" === record.type) {
|
|
347
|
+
var thrown = record.arg;
|
|
348
|
+
resetTryEntry(entry);
|
|
349
|
+
}
|
|
350
|
+
return thrown;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
throw new Error("illegal catch attempt");
|
|
354
|
+
},
|
|
355
|
+
delegateYield: function delegateYield(iterable, resultName, nextLoc) {
|
|
356
|
+
return this.delegate = {
|
|
357
|
+
iterator: values(iterable),
|
|
358
|
+
resultName: resultName,
|
|
359
|
+
nextLoc: nextLoc
|
|
360
|
+
}, "next" === this.method && (this.arg = undefined), ContinueSentinel;
|
|
361
|
+
}
|
|
362
|
+
}, exports;
|
|
363
|
+
}
|
|
364
|
+
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
365
|
+
})(regeneratorRuntime$1);
|
|
366
|
+
|
|
367
|
+
// TODO(Babel 8): Remove this file.
|
|
368
|
+
|
|
369
|
+
var runtime = regeneratorRuntimeExports();
|
|
370
|
+
var regenerator = runtime;
|
|
371
|
+
|
|
372
|
+
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
|
373
|
+
try {
|
|
374
|
+
regeneratorRuntime = runtime;
|
|
375
|
+
} catch (accidentalStrictMode) {
|
|
376
|
+
if ((typeof globalThis === "undefined" ? "undefined" : _typeof$1(globalThis)) === "object") {
|
|
377
|
+
globalThis.regeneratorRuntime = runtime;
|
|
378
|
+
} else {
|
|
379
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
export { _asyncToGenerator as _, regenerator as r };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./schedulingControl";
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export function buildSchedulingControlModel(): {
|
|
2
|
+
namespace: string;
|
|
3
|
+
state: {
|
|
4
|
+
remoteLoading: boolean;
|
|
5
|
+
data: {
|
|
6
|
+
code: number;
|
|
7
|
+
message: string;
|
|
8
|
+
dataSuccess: boolean;
|
|
9
|
+
data: {};
|
|
10
|
+
list: never[];
|
|
11
|
+
extra: {};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
effects: {
|
|
15
|
+
getApplicationListData({ payload, alias }: {
|
|
16
|
+
payload: any;
|
|
17
|
+
alias: any;
|
|
18
|
+
}, { call, put }: {
|
|
19
|
+
call: any;
|
|
20
|
+
put: any;
|
|
21
|
+
}): Generator<any, {}, unknown>;
|
|
22
|
+
getApplicationListDataSimulation({ payload, alias }: {
|
|
23
|
+
payload: any;
|
|
24
|
+
alias: any;
|
|
25
|
+
}, { call, put }: {
|
|
26
|
+
call: any;
|
|
27
|
+
put: any;
|
|
28
|
+
}): Generator<any, {}, unknown>;
|
|
29
|
+
getMetaData({ payload, alias }: {
|
|
30
|
+
payload: any;
|
|
31
|
+
alias: any;
|
|
32
|
+
}, { call, put }: {
|
|
33
|
+
call: any;
|
|
34
|
+
put: any;
|
|
35
|
+
}): Generator<any, {}, unknown>;
|
|
36
|
+
getMetaDataSimulation({ payload, alias }: {
|
|
37
|
+
payload: any;
|
|
38
|
+
alias: any;
|
|
39
|
+
}, { call, put }: {
|
|
40
|
+
call: any;
|
|
41
|
+
put: any;
|
|
42
|
+
}): Generator<any, {}, unknown>;
|
|
43
|
+
configLayoutSetting({ payload, alias }: {
|
|
44
|
+
payload: any;
|
|
45
|
+
alias: any;
|
|
46
|
+
}, { put }: {
|
|
47
|
+
put: any;
|
|
48
|
+
}): Generator<any, any, unknown>;
|
|
49
|
+
startRemoteLoading({ alias }: {
|
|
50
|
+
alias: any;
|
|
51
|
+
}, { put }: {
|
|
52
|
+
put: any;
|
|
53
|
+
}): Generator<any, {
|
|
54
|
+
remoteLoading: boolean;
|
|
55
|
+
}, unknown>;
|
|
56
|
+
stopRemoteLoading({ alias }: {
|
|
57
|
+
alias: any;
|
|
58
|
+
}, { put }: {
|
|
59
|
+
put: any;
|
|
60
|
+
}): Generator<any, {
|
|
61
|
+
remoteLoading: boolean;
|
|
62
|
+
}, unknown>;
|
|
63
|
+
};
|
|
64
|
+
reducers: {
|
|
65
|
+
reducerRemoteData(state: any, action: any): any;
|
|
66
|
+
reducerNormalData(state: any, action: any): any;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./schedulingControl";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export function buildSchedulingControlModel(): {
|
|
2
|
+
namespace: string;
|
|
3
|
+
state: {
|
|
4
|
+
data: typeof tacitlyState.data;
|
|
5
|
+
};
|
|
6
|
+
effects: {
|
|
7
|
+
singleListAppList({ payload, alias }: {
|
|
8
|
+
payload: any;
|
|
9
|
+
alias: any;
|
|
10
|
+
}, { call, put }: {
|
|
11
|
+
call: any;
|
|
12
|
+
put: any;
|
|
13
|
+
}): Generator<any, {}, unknown>;
|
|
14
|
+
singleListApplicationListSimulation({ payload, alias }: {
|
|
15
|
+
payload: any;
|
|
16
|
+
alias: any;
|
|
17
|
+
}, { call, put }: {
|
|
18
|
+
call: any;
|
|
19
|
+
put: any;
|
|
20
|
+
}): Generator<any, {}, unknown>;
|
|
21
|
+
getMetaData({ payload, alias }: {
|
|
22
|
+
payload: any;
|
|
23
|
+
alias: any;
|
|
24
|
+
}, { call, put }: {
|
|
25
|
+
call: any;
|
|
26
|
+
put: any;
|
|
27
|
+
}): Generator<any, {}, unknown>;
|
|
28
|
+
getMetaDataSimulation({ payload, alias }: {
|
|
29
|
+
payload: any;
|
|
30
|
+
alias: any;
|
|
31
|
+
}, { call, put }: {
|
|
32
|
+
call: any;
|
|
33
|
+
put: any;
|
|
34
|
+
}): Generator<any, {}, unknown>;
|
|
35
|
+
configLayoutSetting({ payload, alias }: {
|
|
36
|
+
payload: any;
|
|
37
|
+
alias: any;
|
|
38
|
+
}, { put }: {
|
|
39
|
+
put: any;
|
|
40
|
+
}): Generator<any, any, unknown>;
|
|
41
|
+
};
|
|
42
|
+
reducers: {
|
|
43
|
+
reducerData(state: any, action: any, namespace: any): any;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
import { tacitlyState } from "antd-management-fast-common/es/utils/dvaAssist";
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { _ as _objectSpread2 } from '../objectSpread2.js';
|
|
2
|
+
import { r as regenerator } from '../index3.js';
|
|
3
|
+
import { tacitlyState, reducerNameCollection, reducerDefaultParams, reducerCollection } from 'antd-management-fast-common/es/utils/dva';
|
|
4
|
+
import { pretreatmentRemoteListData, pretreatmentRemoteSingleData } from 'antd-management-fast-common/es/utils/requestAssistor';
|
|
5
|
+
import { singleListAppListData, singleListAppListDataSimulation, getMetaDataData, getMetaDataSimulation } from '../services/schedulingControl.js';
|
|
6
|
+
import '../toPropertyKey.js';
|
|
7
|
+
import '../typeof.js';
|
|
8
|
+
import 'antd-management-fast-common/es/utils/constants';
|
|
9
|
+
import 'antd-management-fast-common/es/utils/dynamicSetting';
|
|
10
|
+
import 'antd-management-fast-common/es/utils/tools';
|
|
11
|
+
|
|
12
|
+
var schedulingControl = {
|
|
13
|
+
namespace: 'schedulingControl',
|
|
14
|
+
state: _objectSpread2({}, tacitlyState),
|
|
15
|
+
effects: {
|
|
16
|
+
singleListAppList: function singleListAppList(_ref, _ref2) {
|
|
17
|
+
var payload = _ref.payload,
|
|
18
|
+
alias = _ref.alias;
|
|
19
|
+
var call = _ref2.call,
|
|
20
|
+
put = _ref2.put;
|
|
21
|
+
return /*#__PURE__*/regenerator.mark(function _callee() {
|
|
22
|
+
var response, dataAdjust;
|
|
23
|
+
return regenerator.wrap(function _callee$(_context) {
|
|
24
|
+
while (1) switch (_context.prev = _context.next) {
|
|
25
|
+
case 0:
|
|
26
|
+
_context.next = 2;
|
|
27
|
+
return call(singleListAppListData, payload);
|
|
28
|
+
case 2:
|
|
29
|
+
response = _context.sent;
|
|
30
|
+
dataAdjust = pretreatmentRemoteListData({
|
|
31
|
+
source: response
|
|
32
|
+
});
|
|
33
|
+
_context.next = 6;
|
|
34
|
+
return put(_objectSpread2({
|
|
35
|
+
type: reducerNameCollection.reducerData,
|
|
36
|
+
payload: dataAdjust,
|
|
37
|
+
alias: alias
|
|
38
|
+
}, reducerDefaultParams));
|
|
39
|
+
case 6:
|
|
40
|
+
return _context.abrupt("return", dataAdjust);
|
|
41
|
+
case 7:
|
|
42
|
+
case "end":
|
|
43
|
+
return _context.stop();
|
|
44
|
+
}
|
|
45
|
+
}, _callee);
|
|
46
|
+
})();
|
|
47
|
+
},
|
|
48
|
+
singleListAppListSimulation: function singleListAppListSimulation(_ref3, _ref4) {
|
|
49
|
+
var payload = _ref3.payload,
|
|
50
|
+
alias = _ref3.alias;
|
|
51
|
+
var call = _ref4.call,
|
|
52
|
+
put = _ref4.put;
|
|
53
|
+
return /*#__PURE__*/regenerator.mark(function _callee2() {
|
|
54
|
+
var response, dataAdjust;
|
|
55
|
+
return regenerator.wrap(function _callee2$(_context2) {
|
|
56
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
57
|
+
case 0:
|
|
58
|
+
_context2.next = 2;
|
|
59
|
+
return call(singleListAppListDataSimulation, payload);
|
|
60
|
+
case 2:
|
|
61
|
+
response = _context2.sent;
|
|
62
|
+
dataAdjust = pretreatmentRemoteListData({
|
|
63
|
+
source: response
|
|
64
|
+
});
|
|
65
|
+
_context2.next = 6;
|
|
66
|
+
return put(_objectSpread2({
|
|
67
|
+
type: reducerNameCollection.reducerData,
|
|
68
|
+
payload: dataAdjust,
|
|
69
|
+
alias: alias
|
|
70
|
+
}, reducerDefaultParams));
|
|
71
|
+
case 6:
|
|
72
|
+
return _context2.abrupt("return", dataAdjust);
|
|
73
|
+
case 7:
|
|
74
|
+
case "end":
|
|
75
|
+
return _context2.stop();
|
|
76
|
+
}
|
|
77
|
+
}, _callee2);
|
|
78
|
+
})();
|
|
79
|
+
},
|
|
80
|
+
getMetaData: function getMetaData(_ref5, _ref6) {
|
|
81
|
+
var payload = _ref5.payload,
|
|
82
|
+
alias = _ref5.alias;
|
|
83
|
+
var call = _ref6.call,
|
|
84
|
+
put = _ref6.put;
|
|
85
|
+
return /*#__PURE__*/regenerator.mark(function _callee3() {
|
|
86
|
+
var response, dataAdjust;
|
|
87
|
+
return regenerator.wrap(function _callee3$(_context3) {
|
|
88
|
+
while (1) switch (_context3.prev = _context3.next) {
|
|
89
|
+
case 0:
|
|
90
|
+
_context3.next = 2;
|
|
91
|
+
return call(getMetaDataData, payload);
|
|
92
|
+
case 2:
|
|
93
|
+
response = _context3.sent;
|
|
94
|
+
dataAdjust = pretreatmentRemoteSingleData({
|
|
95
|
+
source: response
|
|
96
|
+
});
|
|
97
|
+
_context3.next = 6;
|
|
98
|
+
return put(_objectSpread2({
|
|
99
|
+
type: reducerNameCollection.reducerData,
|
|
100
|
+
payload: dataAdjust,
|
|
101
|
+
alias: alias
|
|
102
|
+
}, reducerDefaultParams));
|
|
103
|
+
case 6:
|
|
104
|
+
return _context3.abrupt("return", dataAdjust);
|
|
105
|
+
case 7:
|
|
106
|
+
case "end":
|
|
107
|
+
return _context3.stop();
|
|
108
|
+
}
|
|
109
|
+
}, _callee3);
|
|
110
|
+
})();
|
|
111
|
+
},
|
|
112
|
+
getMetaDataSimulation: function getMetaDataSimulation$1(_ref7, _ref8) {
|
|
113
|
+
var payload = _ref7.payload,
|
|
114
|
+
alias = _ref7.alias;
|
|
115
|
+
var call = _ref8.call,
|
|
116
|
+
put = _ref8.put;
|
|
117
|
+
return /*#__PURE__*/regenerator.mark(function _callee4() {
|
|
118
|
+
var response, dataAdjust;
|
|
119
|
+
return regenerator.wrap(function _callee4$(_context4) {
|
|
120
|
+
while (1) switch (_context4.prev = _context4.next) {
|
|
121
|
+
case 0:
|
|
122
|
+
_context4.next = 2;
|
|
123
|
+
return call(getMetaDataSimulation, payload);
|
|
124
|
+
case 2:
|
|
125
|
+
response = _context4.sent;
|
|
126
|
+
dataAdjust = pretreatmentRemoteSingleData({
|
|
127
|
+
source: response
|
|
128
|
+
});
|
|
129
|
+
_context4.next = 6;
|
|
130
|
+
return put(_objectSpread2({
|
|
131
|
+
type: reducerNameCollection.reducerData,
|
|
132
|
+
payload: dataAdjust,
|
|
133
|
+
alias: alias
|
|
134
|
+
}, reducerDefaultParams));
|
|
135
|
+
case 6:
|
|
136
|
+
return _context4.abrupt("return", dataAdjust);
|
|
137
|
+
case 7:
|
|
138
|
+
case "end":
|
|
139
|
+
return _context4.stop();
|
|
140
|
+
}
|
|
141
|
+
}, _callee4);
|
|
142
|
+
})();
|
|
143
|
+
},
|
|
144
|
+
configLayoutSetting: function configLayoutSetting(_ref9, _ref10) {
|
|
145
|
+
var payload = _ref9.payload,
|
|
146
|
+
alias = _ref9.alias;
|
|
147
|
+
var put = _ref10.put;
|
|
148
|
+
return /*#__PURE__*/regenerator.mark(function _callee5() {
|
|
149
|
+
return regenerator.wrap(function _callee5$(_context5) {
|
|
150
|
+
while (1) switch (_context5.prev = _context5.next) {
|
|
151
|
+
case 0:
|
|
152
|
+
_context5.next = 2;
|
|
153
|
+
return put(_objectSpread2({
|
|
154
|
+
type: reducerNameCollection.reducerData,
|
|
155
|
+
payload: payload,
|
|
156
|
+
alias: alias
|
|
157
|
+
}, reducerDefaultParams));
|
|
158
|
+
case 2:
|
|
159
|
+
return _context5.abrupt("return", payload);
|
|
160
|
+
case 3:
|
|
161
|
+
case "end":
|
|
162
|
+
return _context5.stop();
|
|
163
|
+
}
|
|
164
|
+
}, _callee5);
|
|
165
|
+
})();
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
reducers: _objectSpread2({}, reducerCollection)
|
|
169
|
+
};
|
|
170
|
+
|
|
171
|
+
export { schedulingControl as default };
|