antd-management-fast-framework 1.1.64 → 1.1.65
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/customComponents/AMap/UIPoiPicker.d.ts +7 -0
- package/es/customComponents/AMap/UIPoiPicker.js +78 -0
- package/es/customComponents/AMap/UIPositionPicker.d.ts +7 -0
- package/es/customComponents/AMap/UIPositionPicker.js +87 -0
- package/es/customComponents/ActiveChart/index.d.ts +8 -0
- package/es/customComponents/ActiveChart/index.js +168 -0
- package/{src → es}/customComponents/ActiveChart/index.less +0 -0
- package/es/customComponents/AnimalBox/FadeBox/index.d.ts +13 -0
- package/es/customComponents/AnimalBox/FadeBox/index.js +82 -0
- package/{src → es}/customComponents/AnimalBox/FadeBox/index.less +0 -0
- package/es/customComponents/AnimalBox/QueueBox/index.d.ts +14 -0
- package/es/customComponents/AnimalBox/QueueBox/index.js +117 -0
- package/{src → es}/customComponents/AnimalBox/QueueBox/index.less +0 -0
- package/es/customComponents/ArticleListContent/index.d.ts +10 -0
- package/es/customComponents/ArticleListContent/index.js +46 -0
- package/{src → es}/customComponents/ArticleListContent/index.less +0 -0
- package/es/customComponents/Authorized/Authorized.d.ts +6 -0
- package/es/customComponents/Authorized/Authorized.js +33 -0
- package/es/customComponents/Authorized/AuthorizedRoute.d.ts +8 -0
- package/es/customComponents/Authorized/AuthorizedRoute.js +50 -0
- package/es/customComponents/Authorized/CheckPermissions.d.ts +11 -0
- package/es/customComponents/Authorized/CheckPermissions.js +106 -0
- package/es/customComponents/Authorized/PromiseRender.d.ts +7 -0
- package/es/customComponents/Authorized/PromiseRender.js +159 -0
- package/es/customComponents/Authorized/Secured.d.ts +18 -0
- package/{src/customComponents/Authorized/Secured.jsx → es/customComponents/Authorized/Secured.js} +41 -22
- package/es/customComponents/Authorized/index.d.ts +2 -0
- package/es/customComponents/Authorized/index.js +22 -0
- package/es/customComponents/Authorized/renderAuthorize.d.ts +3 -0
- package/es/customComponents/Authorized/renderAuthorize.js +37 -0
- package/es/customComponents/AvatarList/index.d.ts +17 -0
- package/es/customComponents/AvatarList/index.js +99 -0
- package/{src → es}/customComponents/AvatarList/index.less +0 -0
- package/es/customComponents/AvatarList/index.test.d.ts +1 -0
- package/es/customComponents/Canvas/Bubbly/index.d.ts +20 -0
- package/es/customComponents/Canvas/Bubbly/index.js +178 -0
- package/es/customComponents/Canvas/Core/index.d.ts +24 -0
- package/es/customComponents/Canvas/Core/index.js +163 -0
- package/es/customComponents/Canvas/RadarScanning/index.d.ts +20 -0
- package/es/customComponents/Canvas/RadarScanning/index.js +247 -0
- package/{src → es}/customComponents/Canvas/Ribbon.7z +0 -0
- package/es/customComponents/Canvas/Spirit/index.d.ts +19 -0
- package/es/customComponents/Canvas/Spirit/index.js +115 -0
- package/es/customComponents/Canvas/index.d.ts +12 -0
- package/es/customComponents/Canvas/index.js +27 -0
- package/es/customComponents/CenterBox/index.d.ts +6 -0
- package/es/customComponents/CenterBox/index.js +70 -0
- package/es/customComponents/Charts/Bar/index.d.ts +6 -0
- package/es/customComponents/Charts/Bar/index.js +129 -0
- package/es/customComponents/Charts/ChartCard/index.d.ts +7 -0
- package/es/customComponents/Charts/ChartCard/index.js +167 -0
- package/{src → es}/customComponents/Charts/ChartCard/index.less +0 -0
- package/es/customComponents/Charts/Field/index.d.ts +6 -0
- package/es/customComponents/Charts/Field/index.js +37 -0
- package/{src → es}/customComponents/Charts/Field/index.less +0 -0
- package/es/customComponents/Charts/Gauge/index.d.ts +2 -0
- package/es/customComponents/Charts/Gauge/index.js +185 -0
- package/es/customComponents/Charts/MiniArea/index.d.ts +2 -0
- package/es/customComponents/Charts/MiniArea/index.js +107 -0
- package/es/customComponents/Charts/MiniBar/index.d.ts +2 -0
- package/es/customComponents/Charts/MiniBar/index.js +62 -0
- package/es/customComponents/Charts/MiniProgress/index.d.ts +8 -0
- package/es/customComponents/Charts/MiniProgress/index.js +55 -0
- package/{src → es}/customComponents/Charts/MiniProgress/index.less +0 -0
- package/es/customComponents/Charts/Pie/index.d.ts +8 -0
- package/es/customComponents/Charts/Pie/index.js +195 -0
- package/{src → es}/customComponents/Charts/Pie/index.less +0 -0
- package/es/customComponents/Charts/TagCloud/index.d.ts +14 -0
- package/es/customComponents/Charts/TagCloud/index.js +279 -0
- package/{src → es}/customComponents/Charts/TagCloud/index.less +0 -0
- package/es/customComponents/Charts/TimelineChart/index.d.ts +2 -0
- package/es/customComponents/Charts/TimelineChart/index.js +173 -0
- package/{src → es}/customComponents/Charts/TimelineChart/index.less +0 -0
- package/es/customComponents/Charts/WaterWave/index.d.ts +11 -0
- package/es/customComponents/Charts/WaterWave/index.js +319 -0
- package/{src → es}/customComponents/Charts/WaterWave/index.less +0 -0
- package/es/customComponents/Charts/autoHeight.d.ts +8 -0
- package/es/customComponents/Charts/autoHeight.js +123 -0
- package/es/customComponents/Charts/bizcharts.d.ts +2 -0
- package/es/customComponents/Charts/bizcharts.js +17 -0
- package/es/customComponents/Charts/index.d.ts +27 -0
- package/es/customComponents/Charts/index.js +119 -0
- package/{src → es}/customComponents/Charts/index.less +0 -0
- package/es/customComponents/ColorText/index.d.ts +18 -0
- package/es/customComponents/ColorText/index.js +127 -0
- package/es/customComponents/Countdown/index.d.ts +12 -0
- package/es/customComponents/Countdown/index.js +158 -0
- package/{src → es}/customComponents/Countdown/index.less +0 -0
- package/es/customComponents/DataPreviewDrawer/index.d.ts +13 -0
- package/es/customComponents/DataPreviewDrawer/index.js +176 -0
- package/{src → es}/customComponents/DataPreviewDrawer/index.less +0 -0
- package/es/customComponents/DecorateAvatar/index.d.ts +33 -0
- package/es/customComponents/DecorateAvatar/index.js +198 -0
- package/es/customComponents/DisplayCopyData/index.d.ts +9 -0
- package/es/customComponents/DisplayCopyData/index.js +88 -0
- package/es/customComponents/EditableItem/index.d.ts +7 -0
- package/es/customComponents/EditableItem/index.js +121 -0
- package/{src → es}/customComponents/EditableItem/index.less +0 -0
- package/es/customComponents/EditableLinkGroup/index.d.ts +22 -0
- package/es/customComponents/EditableLinkGroup/index.js +99 -0
- package/{src → es}/customComponents/EditableLinkGroup/index.less +0 -0
- package/es/customComponents/Ellipsis/index.d.ts +19 -0
- package/es/customComponents/Ellipsis/index.js +380 -0
- package/{src → es}/customComponents/Ellipsis/index.less +0 -0
- package/es/customComponents/Ellipsis/index.test.d.ts +1 -0
- package/es/customComponents/EllipsisCustom/index.d.ts +19 -0
- package/es/customComponents/EllipsisCustom/index.js +355 -0
- package/{src → es}/customComponents/EllipsisCustom/index.less +0 -0
- package/es/customComponents/EverySpace/index.d.ts +15 -0
- package/es/customComponents/EverySpace/index.js +105 -0
- package/es/customComponents/Exception/index.d.ts +6 -0
- package/es/customComponents/Exception/index.js +121 -0
- package/{src → es}/customComponents/Exception/index.less +0 -0
- package/es/customComponents/Exception/typeConfig.d.ts +18 -0
- package/{src → es}/customComponents/Exception/typeConfig.js +13 -7
- package/es/customComponents/FigureRange/index.d.ts +126 -0
- package/es/customComponents/FigureRange/index.js +335 -0
- package/{src → es}/customComponents/FigureRange/index.less +0 -0
- package/es/customComponents/FileBase64Upload/index.d.ts +22 -0
- package/es/customComponents/FileBase64Upload/index.js +205 -0
- package/es/customComponents/FlexBox/index.d.ts +22 -0
- package/es/customComponents/FlexBox/index.js +152 -0
- package/es/customComponents/FlexText/index.d.ts +17 -0
- package/es/customComponents/FlexText/index.js +96 -0
- package/{src → es}/customComponents/FlexText/index.less +0 -0
- package/es/customComponents/FooterToolbar/index.d.ts +10 -0
- package/es/customComponents/FooterToolbar/index.js +132 -0
- package/{src → es}/customComponents/FooterToolbar/index.less +0 -0
- package/es/customComponents/FromDisplayItem/index.d.ts +13 -0
- package/es/customComponents/FromDisplayItem/index.js +73 -0
- package/{src → es}/customComponents/FromDisplayItem/index.less +0 -0
- package/es/customComponents/FunctionComponent/index.d.ts +345 -0
- package/es/customComponents/FunctionComponent/index.js +2414 -0
- package/{src → es}/customComponents/FunctionComponent/index.less +0 -0
- package/es/customComponents/FunctionSupplement/Whether/index.d.ts +46 -0
- package/es/customComponents/FunctionSupplement/Whether/index.js +181 -0
- package/es/customComponents/GlobalFooter/index.d.ts +6 -0
- package/es/customComponents/GlobalFooter/index.js +39 -0
- package/{src → es}/customComponents/GlobalFooter/index.less +0 -0
- package/es/customComponents/HelpBox/index.d.ts +16 -0
- package/es/customComponents/HelpBox/index.js +166 -0
- package/{src → es}/customComponents/HelpBox/index.less +0 -0
- package/es/customComponents/HelpCard/index.d.ts +17 -0
- package/es/customComponents/HelpCard/index.js +91 -0
- package/es/customComponents/HtmlBox/index.d.ts +11 -0
- package/es/customComponents/HtmlBox/index.js +98 -0
- package/{src → es}/customComponents/HtmlBox/index.less +0 -0
- package/es/customComponents/IconInfo/index.d.ts +27 -0
- package/es/customComponents/IconInfo/index.js +281 -0
- package/{src → es}/customComponents/IconInfo/index.less +0 -0
- package/es/customComponents/ImageBox/index.d.ts +39 -0
- package/es/customComponents/ImageBox/index.js +376 -0
- package/{src → es}/customComponents/ImageBox/index.less +0 -0
- package/es/customComponents/ImageContentPreview/index.d.ts +13 -0
- package/es/customComponents/ImageContentPreview/index.js +173 -0
- package/{src → es}/customComponents/ImageContentPreview/index.less +0 -0
- package/es/customComponents/ImageUpload/index.d.ts +33 -0
- package/es/customComponents/ImageUpload/index.js +367 -0
- package/{src → es}/customComponents/ImageUpload/index.less +0 -0
- package/es/customComponents/Login/LoginItem.d.ts +2 -0
- package/es/customComponents/Login/LoginItem.js +237 -0
- package/es/customComponents/Login/LoginSubmit.d.ts +5 -0
- package/es/customComponents/Login/LoginSubmit.js +48 -0
- package/es/customComponents/Login/LoginTab.d.ts +5 -0
- package/es/customComponents/Login/LoginTab.js +100 -0
- package/es/customComponents/Login/index.d.ts +38 -0
- package/es/customComponents/Login/index.js +222 -0
- package/{src → es}/customComponents/Login/index.less +0 -0
- package/es/customComponents/Login/loginContext.d.ts +2 -0
- package/es/customComponents/Login/loginContext.js +12 -0
- package/es/customComponents/Login/map.d.ts +71 -0
- package/es/customComponents/Login/map.js +76 -0
- package/es/customComponents/MobileContainor/index.d.ts +6 -0
- package/es/customComponents/MobileContainor/index.js +77 -0
- package/{src → es}/customComponents/MobileContainor/index.less +0 -0
- package/es/customComponents/NoticeIconCustom/NoticeList.d.ts +10 -0
- package/es/customComponents/NoticeIconCustom/NoticeList.js +83 -0
- package/{src → es}/customComponents/NoticeIconCustom/NoticeList.less +0 -0
- package/es/customComponents/NoticeIconCustom/index.d.ts +24 -0
- package/es/customComponents/NoticeIconCustom/index.js +201 -0
- package/{src → es}/customComponents/NoticeIconCustom/index.less +0 -0
- package/es/customComponents/NumberInfo/index.d.ts +12 -0
- package/es/customComponents/NumberInfo/index.js +60 -0
- package/{src → es}/customComponents/NumberInfo/index.less +0 -0
- package/es/customComponents/PercentageBox/index.d.ts +11 -0
- package/es/customComponents/PercentageBox/index.js +70 -0
- package/es/customComponents/PriceBox/index.d.ts +17 -0
- package/es/customComponents/PriceBox/index.js +115 -0
- package/es/customComponents/Result/index.d.ts +9 -0
- package/es/customComponents/Result/index.js +57 -0
- package/{src → es}/customComponents/Result/index.less +0 -0
- package/es/customComponents/StandardFormRow/index.d.ts +9 -0
- package/es/customComponents/StandardFormRow/index.js +47 -0
- package/{src → es}/customComponents/StandardFormRow/index.less +0 -0
- package/es/customComponents/StandardTable/index.d.ts +12 -0
- package/es/customComponents/StandardTable/index.js +217 -0
- package/{src → es}/customComponents/StandardTable/index.less +0 -0
- package/es/customComponents/StandardTableCustom/index.d.ts +17 -0
- package/es/customComponents/StandardTableCustom/index.js +236 -0
- package/{src → es}/customComponents/StandardTableCustom/index.less +0 -0
- package/es/customComponents/StatusBar/index.d.ts +12 -0
- package/es/customComponents/StatusBar/index.js +128 -0
- package/es/customComponents/TagSelect/index.d.ts +29 -0
- package/es/customComponents/TagSelect/index.js +226 -0
- package/{src → es}/customComponents/TagSelect/index.less +0 -0
- package/es/customComponents/TimeLineCustom/index.d.ts +32 -0
- package/es/customComponents/TimeLineCustom/index.js +263 -0
- package/{src → es}/customComponents/TimeLineCustom/index.less +0 -0
- package/es/customComponents/Trend/index.d.ts +10 -0
- package/es/customComponents/Trend/index.js +49 -0
- package/{src → es}/customComponents/Trend/index.less +0 -0
- package/es/customComponents/VerticalBox/index.d.ts +14 -0
- package/es/customComponents/VerticalBox/index.js +138 -0
- package/{src → es}/customComponents/VerticalBox/index.less +0 -0
- package/es/customComponents/VideoUpload/index.d.ts +30 -0
- package/es/customComponents/VideoUpload/index.js +472 -0
- package/es/customComponents/_utils/pathTools.d.ts +1 -0
- package/es/customComponents/_utils/pathTools.js +15 -0
- package/es/customComponents/_utils/pathTools.test.d.ts +1 -0
- package/es/customComponents/index.d.ts +7 -0
- package/{src → es}/customComponents/index.js +9 -2
- package/es/framework/AuthorizationWrapper/index.d.ts +9 -0
- package/es/framework/AuthorizationWrapper/index.js +120 -0
- package/es/framework/Base/index.d.ts +15 -0
- package/es/framework/Base/index.js +135 -0
- package/es/framework/ButtonExtension/SelectButton/Base/index.d.ts +15 -0
- package/es/framework/ButtonExtension/SelectButton/Base/index.js +116 -0
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.d.ts +19 -0
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.js +177 -0
- package/es/framework/Common/index.d.ts +138 -0
- package/es/framework/Common/index.js +1809 -0
- package/{src → es}/framework/Common/index.less +0 -0
- package/es/framework/Core/index.d.ts +9 -0
- package/es/framework/Core/index.js +79 -0
- package/es/framework/CustomBase/index.d.ts +6 -0
- package/es/framework/CustomBase/index.js +77 -0
- package/es/framework/CustomWrapper/Supplement/index.d.ts +10 -0
- package/es/framework/CustomWrapper/Supplement/index.js +64 -0
- package/es/framework/CustomWrapper/SupplementCore/index.d.ts +4 -0
- package/es/framework/CustomWrapper/SupplementCore/index.js +112 -0
- package/es/framework/CustomWrapper/SupplementWrapper/index.d.ts +4 -0
- package/es/framework/CustomWrapper/SupplementWrapper/index.js +58 -0
- package/es/framework/DataDrawer/Base/index.d.ts +54 -0
- package/es/framework/DataDrawer/Base/index.js +385 -0
- package/{src → es}/framework/DataDrawer/Base/index.less +0 -0
- package/es/framework/DataDrawer/BaseAddDrawer/index.d.ts +5 -0
- package/es/framework/DataDrawer/BaseAddDrawer/index.js +102 -0
- package/es/framework/DataDrawer/BaseLoadDrawer/index.d.ts +4 -0
- package/es/framework/DataDrawer/BaseLoadDrawer/index.js +81 -0
- package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.d.ts +5 -0
- package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.js +86 -0
- package/es/framework/DataDrawer/BaseSaveDrawer/index.d.ts +5 -0
- package/es/framework/DataDrawer/BaseSaveDrawer/index.js +85 -0
- package/es/framework/DataDrawer/BaseUpdateDrawer/index.d.ts +4 -0
- package/es/framework/DataDrawer/BaseUpdateDrawer/index.js +83 -0
- package/es/framework/DataForm/BaseAddForm/index.d.ts +34 -0
- package/es/framework/DataForm/BaseAddForm/index.js +274 -0
- package/es/framework/DataForm/BaseUpdateForm/index.d.ts +10 -0
- package/es/framework/DataForm/BaseUpdateForm/index.js +189 -0
- package/{src → es}/framework/DataForm/BaseUpdateForm/index.less +0 -0
- package/es/framework/DataForm/BaseUpdateFormTab/index.d.ts +4 -0
- package/es/framework/DataForm/BaseUpdateFormTab/index.js +62 -0
- package/{src → es}/framework/DataForm/BaseUpdateFormTab/index.less +0 -0
- package/es/framework/DataListView/Base/index.d.ts +141 -0
- package/es/framework/DataListView/Base/index.js +1391 -0
- package/{src → es}/framework/DataListView/Base/index.less +0 -0
- package/es/framework/DataListView/BatchAction/index.d.ts +21 -0
- package/es/framework/DataListView/BatchAction/index.js +97 -0
- package/{src → es}/framework/DataListView/BatchAction/index.less +0 -0
- package/es/framework/DataListView/ColumnSetting/DndItem.d.ts +8 -0
- package/es/framework/DataListView/ColumnSetting/DndItem.js +155 -0
- package/es/framework/DataListView/ColumnSetting/index.d.ts +3 -0
- package/es/framework/DataListView/ColumnSetting/index.js +366 -0
- package/{src → es}/framework/DataListView/ColumnSetting/index.less +0 -0
- package/es/framework/DataListView/DensityAction/index.d.ts +6 -0
- package/es/framework/DataListView/DensityAction/index.js +112 -0
- package/es/framework/DataModal/Base/index.d.ts +67 -0
- package/es/framework/DataModal/Base/index.js +292 -0
- package/{src → es}/framework/DataModal/Base/index.less +0 -0
- package/es/framework/DataModal/BaseAddModal/index.d.ts +4 -0
- package/es/framework/DataModal/BaseAddModal/index.js +70 -0
- package/es/framework/DataModal/BaseLoadModal/index.d.ts +4 -0
- package/es/framework/DataModal/BaseLoadModal/index.js +81 -0
- package/es/framework/DataModal/BaseNeedlessLoadModal/index.d.ts +10 -0
- package/es/framework/DataModal/BaseNeedlessLoadModal/index.js +135 -0
- package/es/framework/DataModal/BaseSelectModal/index.d.ts +4 -0
- package/es/framework/DataModal/BaseSelectModal/index.js +69 -0
- package/es/framework/DataModal/BaseUpdateModal/index.d.ts +4 -0
- package/es/framework/DataModal/BaseUpdateModal/index.js +45 -0
- package/es/framework/DataModal/BaseUpdateTransferModal/index.d.ts +10 -0
- package/es/framework/DataModal/BaseUpdateTransferModal/index.js +164 -0
- package/es/framework/DataMultiPageView/InnerMultiPage/index.d.ts +4 -0
- package/es/framework/DataMultiPageView/InnerMultiPage/index.js +58 -0
- package/{src → es}/framework/DataMultiPageView/InnerMultiPage/index.less +0 -0
- package/es/framework/DataMultiPageView/MultiPage/index.d.ts +24 -0
- package/es/framework/DataMultiPageView/MultiPage/index.js +480 -0
- package/{src → es}/framework/DataMultiPageView/MultiPage/index.less +0 -0
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.d.ts +32 -0
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.js +535 -0
- package/{src → es}/framework/DataMultiPageView/MultiPageDrawer/index.less +0 -0
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +11 -0
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.js +121 -0
- package/es/framework/DataOperation/Base/index.d.ts +76 -0
- package/es/framework/DataOperation/Base/index.js +369 -0
- package/es/framework/DataOperation/BaseView/index.d.ts +11 -0
- package/es/framework/DataOperation/BaseView/index.js +74 -0
- package/es/framework/DataOperation/BaseWindow/index.d.ts +53 -0
- package/es/framework/DataOperation/BaseWindow/index.js +342 -0
- package/es/framework/DataSinglePageView/InnerSinglePage/index.d.ts +5 -0
- package/es/framework/DataSinglePageView/InnerSinglePage/index.js +58 -0
- package/{src → es}/framework/DataSinglePageView/InnerSinglePage/index.less +0 -0
- package/es/framework/DataSinglePageView/SinglePage/index.d.ts +13 -0
- package/es/framework/DataSinglePageView/SinglePage/index.js +282 -0
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.d.ts +25 -0
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.js +454 -0
- package/{src → es}/framework/DataSinglePageView/SinglePageDrawer/index.less +0 -0
- package/es/framework/DataSingleView/DataCore/index.d.ts +29 -0
- package/es/framework/DataSingleView/DataCore/index.js +269 -0
- package/{src → es}/framework/DataSingleView/DataCore/index.less +0 -0
- package/es/framework/DataSingleView/DataLoad/index.d.ts +52 -0
- package/es/framework/DataSingleView/DataLoad/index.js +169 -0
- package/es/framework/DataTabContainer/index.d.ts +46 -0
- package/es/framework/DataTabContainer/index.js +315 -0
- package/{src → es}/framework/DataTabContainer/index.less +0 -0
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.d.ts +24 -0
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.js +184 -0
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldDrawerBase/index.d.ts +20 -0
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldDrawerBase/index.js +191 -0
- package/es/framework/Wrapper/index.d.ts +4 -0
- package/es/framework/Wrapper/index.js +58 -0
- package/es/framework/index.d.ts +7 -0
- package/{src → es}/framework/index.js +9 -2
- package/es/index.d.ts +1 -0
- package/es/index.js +8 -0
- package/es/utils/Authorized.d.ts +4 -0
- package/es/utils/Authorized.js +49 -0
- package/es/utils/Yuan.d.ts +10 -0
- package/es/utils/Yuan.js +92 -0
- package/es/utils/actionAssist.d.ts +39 -0
- package/es/utils/actionAssist.js +286 -0
- package/es/utils/authority.d.ts +4 -0
- package/es/utils/authority.js +89 -0
- package/es/utils/constants.d.ts +324 -0
- package/{src → es}/utils/constants.js +137 -115
- package/es/utils/defaultSettingsSpecial.d.ts +33 -0
- package/es/utils/defaultSettingsSpecial.js +276 -0
- package/es/utils/globalModel.d.ts +17 -0
- package/es/utils/globalModel.js +40 -0
- package/es/utils/globalStorageAssist.d.ts +74 -0
- package/es/utils/globalStorageAssist.js +210 -0
- package/es/utils/proLayoutCollection.d.ts +11 -0
- package/es/utils/proLayoutCollection.js +37 -0
- package/es/utils/request.d.ts +5 -0
- package/es/utils/request.js +202 -0
- package/es/utils/requestAssistor.d.ts +63 -0
- package/es/utils/requestAssistor.js +538 -0
- package/es/utils/tools.d.ts +724 -0
- package/es/utils/tools.js +2106 -0
- package/es/utils/utils.d.ts +5 -0
- package/es/utils/utils.js +70 -0
- package/{src → es}/utils/utils.less +0 -0
- package/es/utils/utils.test.d.ts +1 -0
- package/es/utils/virtualRequest.d.ts +50 -0
- package/es/utils/virtualRequest.js +325 -0
- package/lib/customComponents/FileBase64Upload/index.js +3 -1
- package/lib/customComponents/ImageUpload/index.js +3 -1
- package/lib/customComponents/VideoUpload/index.js +3 -1
- package/lib/utils/constants.d.ts +3 -0
- package/lib/utils/constants.js +4 -1
- package/lib/utils/defaultSettingsSpecial.d.ts +3 -0
- package/lib/utils/defaultSettingsSpecial.js +30 -0
- package/lib/utils/tools.d.ts +3 -0
- package/package.json +14 -10
- package/src/customComponents/AMap/UIPoiPicker.js +0 -32
- package/src/customComponents/AMap/UIPositionPicker.js +0 -42
- package/src/customComponents/ActiveChart/index.jsx +0 -106
- package/src/customComponents/AnimalBox/FadeBox/index.jsx +0 -26
- package/src/customComponents/AnimalBox/QueueBox/index.jsx +0 -72
- package/src/customComponents/ArticleListContent/index.jsx +0 -22
- package/src/customComponents/Authorized/Authorized.jsx +0 -22
- package/src/customComponents/Authorized/AuthorizedRoute.jsx +0 -35
- package/src/customComponents/Authorized/CheckPermissions.jsx +0 -80
- package/src/customComponents/Authorized/PromiseRender.jsx +0 -79
- package/src/customComponents/Authorized/index.jsx +0 -9
- package/src/customComponents/Authorized/renderAuthorize.js +0 -27
- package/src/customComponents/AvatarList/demo/maxLength.md +0 -46
- package/src/customComponents/AvatarList/demo/simple.md +0 -30
- package/src/customComponents/AvatarList/index.en-US.md +0 -24
- package/src/customComponents/AvatarList/index.jsx +0 -69
- package/src/customComponents/AvatarList/index.test.js +0 -31
- package/src/customComponents/AvatarList/index.zh-CN.md +0 -25
- package/src/customComponents/Canvas/Bubbly/index.jsx +0 -117
- package/src/customComponents/Canvas/Core/index.jsx +0 -120
- package/src/customComponents/Canvas/RadarScanning/index.jsx +0 -188
- package/src/customComponents/Canvas/Spirit/index.jsx +0 -75
- package/src/customComponents/Canvas/index.jsx +0 -13
- package/src/customComponents/CenterBox/index.jsx +0 -24
- package/src/customComponents/Charts/Bar/index.jsx +0 -67
- package/src/customComponents/Charts/ChartCard/index.jsx +0 -112
- package/src/customComponents/Charts/Field/index.jsx +0 -11
- package/src/customComponents/Charts/Gauge/index.jsx +0 -184
- package/src/customComponents/Charts/MiniArea/index.jsx +0 -99
- package/src/customComponents/Charts/MiniBar/index.jsx +0 -49
- package/src/customComponents/Charts/MiniProgress/index.jsx +0 -45
- package/src/customComponents/Charts/Pie/index.jsx +0 -129
- package/src/customComponents/Charts/TagCloud/index.jsx +0 -200
- package/src/customComponents/Charts/TimelineChart/index.jsx +0 -151
- package/src/customComponents/Charts/WaterWave/index.jsx +0 -258
- package/src/customComponents/Charts/autoHeight.jsx +0 -71
- package/src/customComponents/Charts/bizcharts.jsx +0 -3
- package/src/customComponents/Charts/index.jsx +0 -44
- package/src/customComponents/ColorText/index.jsx +0 -73
- package/src/customComponents/Countdown/demo/simple.md +0 -25
- package/src/customComponents/Countdown/index.en-US.md +0 -15
- package/src/customComponents/Countdown/index.jsx +0 -122
- package/src/customComponents/Countdown/index.zh-CN.md +0 -16
- package/src/customComponents/DataPreviewDrawer/index.jsx +0 -139
- package/src/customComponents/DecorateAvatar/index.jsx +0 -149
- package/src/customComponents/DisplayCopyData/index.js +0 -50
- package/src/customComponents/EditableItem/index.jsx +0 -56
- package/src/customComponents/EditableLinkGroup/index.jsx +0 -52
- package/src/customComponents/Ellipsis/demo/line.md +0 -40
- package/src/customComponents/Ellipsis/demo/number.md +0 -32
- package/src/customComponents/Ellipsis/index.en-US.md +0 -16
- package/src/customComponents/Ellipsis/index.jsx +0 -286
- package/src/customComponents/Ellipsis/index.test.js +0 -13
- package/src/customComponents/Ellipsis/index.zh-CN.md +0 -17
- package/src/customComponents/EllipsisCustom/index.jsx +0 -293
- package/src/customComponents/EverySpace/index.jsx +0 -64
- package/src/customComponents/Exception/demo/403.md +0 -27
- package/src/customComponents/Exception/demo/404.md +0 -20
- package/src/customComponents/Exception/demo/500.md +0 -20
- package/src/customComponents/Exception/index.en-US.md +0 -20
- package/src/customComponents/Exception/index.jsx +0 -53
- package/src/customComponents/Exception/index.zh-CN.md +0 -21
- package/src/customComponents/FigureRange/index.jsx +0 -290
- package/src/customComponents/FileBase64Upload/index.jsx +0 -139
- package/src/customComponents/FlexBox/index.jsx +0 -104
- package/src/customComponents/FlexText/index.jsx +0 -59
- package/src/customComponents/FooterToolbar/demo/basic.md +0 -45
- package/src/customComponents/FooterToolbar/index.en-US.md +0 -18
- package/src/customComponents/FooterToolbar/index.jsx +0 -51
- package/src/customComponents/FooterToolbar/index.zh-CN.md +0 -19
- package/src/customComponents/FromDisplayItem/index.jsx +0 -23
- package/src/customComponents/FunctionComponent/index.jsx +0 -2613
- package/src/customComponents/FunctionSupplement/Whether/index.jsx +0 -139
- package/src/customComponents/GlobalFooter/index.jsx +0 -29
- package/src/customComponents/GlobalFooter/index.md +0 -17
- package/src/customComponents/HelpBox/index.jsx +0 -146
- package/src/customComponents/HelpCard/index.jsx +0 -48
- package/src/customComponents/HtmlBox/index.jsx +0 -36
- package/src/customComponents/IconInfo/index.jsx +0 -302
- package/src/customComponents/ImageBox/index.jsx +0 -402
- package/src/customComponents/ImageContentPreview/index.jsx +0 -146
- package/src/customComponents/ImageUpload/index.jsx +0 -342
- package/src/customComponents/Login/LoginItem.js +0 -144
- package/src/customComponents/Login/LoginSubmit.js +0 -23
- package/src/customComponents/Login/LoginTab.js +0 -41
- package/src/customComponents/Login/demo/basic.md +0 -142
- package/src/customComponents/Login/index.en-US.md +0 -49
- package/src/customComponents/Login/index.jsx +0 -138
- package/src/customComponents/Login/index.zh-CN.md +0 -50
- package/src/customComponents/Login/loginContext.js +0 -4
- package/src/customComponents/Login/map.js +0 -71
- package/src/customComponents/MobileContainor/index.jsx +0 -29
- package/src/customComponents/NoticeIconCustom/NoticeList.js +0 -78
- package/src/customComponents/NoticeIconCustom/demo/basic.md +0 -12
- package/src/customComponents/NoticeIconCustom/demo/popover.md +0 -202
- package/src/customComponents/NoticeIconCustom/index.jsx +0 -117
- package/src/customComponents/NumberInfo/demo/basic.md +0 -31
- package/src/customComponents/NumberInfo/index.en-US.md +0 -19
- package/src/customComponents/NumberInfo/index.jsx +0 -59
- package/src/customComponents/NumberInfo/index.zh-CN.md +0 -20
- package/src/customComponents/PercentageBox/index.jsx +0 -23
- package/src/customComponents/PriceBox/index.jsx +0 -73
- package/src/customComponents/Result/index.jsx +0 -30
- package/src/customComponents/Result/index.md +0 -20
- package/src/customComponents/StandardFormRow/index.jsx +0 -24
- package/src/customComponents/StandardTable/index.jsx +0 -126
- package/src/customComponents/StandardTableCustom/index.jsx +0 -156
- package/src/customComponents/StatusBar/index.jsx +0 -74
- package/src/customComponents/TagSelect/demo/controlled.md +0 -54
- package/src/customComponents/TagSelect/demo/expandable.md +0 -32
- package/src/customComponents/TagSelect/demo/simple.md +0 -26
- package/src/customComponents/TagSelect/index.jsx +0 -141
- package/src/customComponents/TagSelect/index.md +0 -29
- package/src/customComponents/TimeLineCustom/index.jsx +0 -225
- package/src/customComponents/Trend/demo/basic.md +0 -20
- package/src/customComponents/Trend/demo/reverse.md +0 -22
- package/src/customComponents/Trend/index.jsx +0 -35
- package/src/customComponents/Trend/index.md +0 -22
- package/src/customComponents/VerticalBox/index.jsx +0 -81
- package/src/customComponents/VideoUpload/index.jsx +0 -424
- package/src/customComponents/_utils/pathTools.js +0 -7
- package/src/customComponents/_utils/pathTools.test.js +0 -20
- package/src/framework/AuthorizationWrapper/index.jsx +0 -68
- package/src/framework/Base/index.jsx +0 -93
- package/src/framework/ButtonExtension/SelectButton/Base/index.jsx +0 -67
- package/src/framework/ButtonExtension/SelectButton/InteractiveBase/index.jsx +0 -130
- package/src/framework/Common/index.jsx +0 -2235
- package/src/framework/Core/index.jsx +0 -34
- package/src/framework/CustomBase/index.jsx +0 -33
- package/src/framework/CustomWrapper/Supplement/index.jsx +0 -17
- package/src/framework/CustomWrapper/SupplementCore/index.jsx +0 -65
- package/src/framework/CustomWrapper/SupplementWrapper/index.jsx +0 -11
- package/src/framework/DataDrawer/Base/index.jsx +0 -314
- package/src/framework/DataDrawer/BaseAddDrawer/index.jsx +0 -50
- package/src/framework/DataDrawer/BaseLoadDrawer/index.jsx +0 -20
- package/src/framework/DataDrawer/BaseNeedlessLoadDrawer/index.jsx +0 -37
- package/src/framework/DataDrawer/BaseSaveDrawer/index.jsx +0 -35
- package/src/framework/DataDrawer/BaseUpdateDrawer/index.jsx +0 -33
- package/src/framework/DataForm/BaseAddForm/index.jsx +0 -231
- package/src/framework/DataForm/BaseUpdateForm/index.jsx +0 -145
- package/src/framework/DataForm/BaseUpdateFormTab/index.jsx +0 -18
- package/src/framework/DataListView/Base/index.jsx +0 -1583
- package/src/framework/DataListView/BatchAction/index.jsx +0 -78
- package/src/framework/DataListView/ColumnSetting/DndItem.jsx +0 -105
- package/src/framework/DataListView/ColumnSetting/index.jsx +0 -346
- package/src/framework/DataListView/DensityAction/index.jsx +0 -46
- package/src/framework/DataModal/Base/index.jsx +0 -238
- package/src/framework/DataModal/BaseAddModal/index.jsx +0 -17
- package/src/framework/DataModal/BaseLoadModal/index.jsx +0 -30
- package/src/framework/DataModal/BaseNeedlessLoadModal/index.jsx +0 -83
- package/src/framework/DataModal/BaseSelectModal/index.jsx +0 -28
- package/src/framework/DataModal/BaseUpdateModal/index.jsx +0 -5
- package/src/framework/DataModal/BaseUpdateTransferModal/index.jsx +0 -103
- package/src/framework/DataMultiPageView/InnerMultiPage/index.jsx +0 -18
- package/src/framework/DataMultiPageView/MultiPage/index.jsx +0 -461
- package/src/framework/DataMultiPageView/MultiPageDrawer/index.jsx +0 -549
- package/src/framework/DataMultiPageView/MultiPageSelectDrawer/index.jsx +0 -50
- package/src/framework/DataOperation/Base/index.jsx +0 -323
- package/src/framework/DataOperation/BaseView/index.jsx +0 -26
- package/src/framework/DataOperation/BaseWindow/index.jsx +0 -291
- package/src/framework/DataSinglePageView/InnerSinglePage/index.jsx +0 -18
- package/src/framework/DataSinglePageView/SinglePage/index.jsx +0 -245
- package/src/framework/DataSinglePageView/SinglePageDrawer/index.jsx +0 -474
- package/src/framework/DataSingleView/DataCore/index.jsx +0 -216
- package/src/framework/DataSingleView/DataLoad/index.jsx +0 -127
- package/src/framework/DataTabContainer/index.jsx +0 -304
- package/src/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.jsx +0 -149
- package/src/framework/FieldExtension/SelectFieldDrawer/SelectFieldDrawerBase/index.jsx +0 -140
- package/src/framework/Wrapper/index.jsx +0 -10
- package/src/utils/Authorized.js +0 -42
- package/src/utils/Yuan.js +0 -31
- package/src/utils/actionAssist.js +0 -231
- package/src/utils/authority.js +0 -85
- package/src/utils/defaultSettingsSpecial.js +0 -235
- package/src/utils/globalModel.js +0 -33
- package/src/utils/globalStorageAssist.js +0 -193
- package/src/utils/proLayoutCollection.js +0 -25
- package/src/utils/request.js +0 -160
- package/src/utils/requestAssistor.js +0 -485
- package/src/utils/tools.js +0 -1947
- package/src/utils/utils.js +0 -45
- package/src/utils/utils.test.js +0 -35
- package/src/utils/virtualRequest.js +0 -216
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.handleItem = handleItem;
|
|
7
|
+
exports.actionCore = actionCore;
|
|
8
|
+
exports.confirmActionCore = confirmActionCore;
|
|
9
|
+
exports.empty = empty;
|
|
10
|
+
|
|
11
|
+
require("antd/es/message/style");
|
|
12
|
+
|
|
13
|
+
var _message2 = _interopRequireDefault(require("antd/es/message"));
|
|
14
|
+
|
|
15
|
+
require("antd/es/modal/style");
|
|
16
|
+
|
|
17
|
+
var _modal = _interopRequireDefault(require("antd/es/modal"));
|
|
18
|
+
|
|
19
|
+
var _tools = require("./tools");
|
|
20
|
+
|
|
21
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
22
|
+
|
|
23
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
24
|
+
|
|
25
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
26
|
+
|
|
27
|
+
var confirm = _modal["default"].confirm;
|
|
28
|
+
/**
|
|
29
|
+
* 处理 actionCore 的异步请求结果
|
|
30
|
+
* @param {*} param0
|
|
31
|
+
* @returns
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
function handleItem(_ref) {
|
|
35
|
+
var target = _ref.target,
|
|
36
|
+
dataId = _ref.dataId,
|
|
37
|
+
compareDataIdHandler = _ref.compareDataIdHandler,
|
|
38
|
+
handler = _ref.handler;
|
|
39
|
+
|
|
40
|
+
if ((target || null) == null) {
|
|
41
|
+
throw new Error('actionCore: target not allow null');
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
if ((target.state || null) == null) {
|
|
45
|
+
throw new Error('actionCore: target.state not allow null');
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
var metaOriginalData = target.state.metaOriginalData;
|
|
49
|
+
|
|
50
|
+
if ((metaOriginalData || null) == null) {
|
|
51
|
+
throw new Error('actionCore: target.state.metaOriginalData not allow null');
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
var indexData = -1;
|
|
55
|
+
|
|
56
|
+
if (!(0, _tools.isFunction)(compareDataIdHandler)) {
|
|
57
|
+
var text = "compareDataIdHandler mast be function";
|
|
58
|
+
(0, _tools.showRuntimeError)({
|
|
59
|
+
message: text
|
|
60
|
+
});
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
if (!(0, _tools.isFunction)(handler)) {
|
|
65
|
+
var _text = "handler mast be function";
|
|
66
|
+
(0, _tools.showRuntimeError)({
|
|
67
|
+
message: _text
|
|
68
|
+
});
|
|
69
|
+
return;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
if ((metaOriginalData.list || null) == null) {
|
|
73
|
+
throw new Error('actionCore: target.state.metaOriginalData.list must be array');
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
metaOriginalData.list.forEach(function (o, index) {
|
|
77
|
+
var compareDataId = compareDataIdHandler(o);
|
|
78
|
+
|
|
79
|
+
if (compareDataId === dataId) {
|
|
80
|
+
indexData = index;
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
if (indexData >= 0) {
|
|
85
|
+
metaOriginalData.list[indexData] = handler(metaOriginalData.list[indexData]);
|
|
86
|
+
target.setState({
|
|
87
|
+
metaOriginalData: metaOriginalData
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
function actionCore(_x) {
|
|
93
|
+
return _actionCore.apply(this, arguments);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
function _actionCore() {
|
|
97
|
+
_actionCore = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(_ref2) {
|
|
98
|
+
var api, params, _ref2$getApiData, getApiData, target, handleData, successCallback, _ref2$successMessage, successMessage, _ref2$successMessageB, successMessageBuilder, _ref2$showProcessing, showProcessing, _ref2$textProcessing, textProcessing, text, dispatch, key;
|
|
99
|
+
|
|
100
|
+
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
101
|
+
while (1) {
|
|
102
|
+
switch (_context.prev = _context.next) {
|
|
103
|
+
case 0:
|
|
104
|
+
api = _ref2.api, params = _ref2.params, _ref2$getApiData = _ref2.getApiData, getApiData = _ref2$getApiData === void 0 ? null : _ref2$getApiData, target = _ref2.target, handleData = _ref2.handleData, successCallback = _ref2.successCallback, _ref2$successMessage = _ref2.successMessage, successMessage = _ref2$successMessage === void 0 ? '数据已经操作成功,请进行后续操作。' : _ref2$successMessage, _ref2$successMessageB = _ref2.successMessageBuilder, successMessageBuilder = _ref2$successMessageB === void 0 ? null : _ref2$successMessageB, _ref2$showProcessing = _ref2.showProcessing, showProcessing = _ref2$showProcessing === void 0 ? true : _ref2$showProcessing, _ref2$textProcessing = _ref2.textProcessing, textProcessing = _ref2$textProcessing === void 0 ? '处理中,请稍后' : _ref2$textProcessing;
|
|
105
|
+
|
|
106
|
+
if ((handleData || null) == null) {
|
|
107
|
+
text = 'actionCore : handleData not allow null';
|
|
108
|
+
(0, _tools.showErrorMessage)({
|
|
109
|
+
message: text
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
if (!((target || null) == null)) {
|
|
114
|
+
_context.next = 4;
|
|
115
|
+
break;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
throw new Error('actionCore: target not allow null');
|
|
119
|
+
|
|
120
|
+
case 4:
|
|
121
|
+
if (!((target.props || null) == null)) {
|
|
122
|
+
_context.next = 6;
|
|
123
|
+
break;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
throw new Error('actionCore: target.props not allow null');
|
|
127
|
+
|
|
128
|
+
case 6:
|
|
129
|
+
dispatch = target.props.dispatch;
|
|
130
|
+
|
|
131
|
+
if (!((dispatch || null) == null)) {
|
|
132
|
+
_context.next = 9;
|
|
133
|
+
break;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
throw new Error('actionCore: dispatch not allow null');
|
|
137
|
+
|
|
138
|
+
case 9:
|
|
139
|
+
if ((0, _tools.isFunction)(target.setState)) {
|
|
140
|
+
_context.next = 11;
|
|
141
|
+
break;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
throw new Error('actionCore: target.setState must be function');
|
|
145
|
+
|
|
146
|
+
case 11:
|
|
147
|
+
key = '';
|
|
148
|
+
|
|
149
|
+
if (showProcessing) {
|
|
150
|
+
key = (0, _tools.getGuid)();
|
|
151
|
+
|
|
152
|
+
_message2["default"].loading({
|
|
153
|
+
key: key,
|
|
154
|
+
content: textProcessing || '处理中,请稍后',
|
|
155
|
+
duration: 0
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
target.setState({
|
|
160
|
+
processing: true
|
|
161
|
+
});
|
|
162
|
+
dispatch({
|
|
163
|
+
type: api,
|
|
164
|
+
payload: params
|
|
165
|
+
}).then(function () {
|
|
166
|
+
if (showProcessing) {
|
|
167
|
+
setTimeout(function () {
|
|
168
|
+
_message2["default"].destroy(key);
|
|
169
|
+
}, 200);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
if (!(0, _tools.isFunction)(getApiData)) {
|
|
173
|
+
throw new Error('actionCore: getApiData must be function');
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
var data = getApiData(target.props);
|
|
177
|
+
|
|
178
|
+
if ((data || null) == null) {
|
|
179
|
+
throw new Error('actionCore: getApiData result not allow null');
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
var dataSuccess = data.dataSuccess;
|
|
183
|
+
|
|
184
|
+
if (dataSuccess) {
|
|
185
|
+
var remoteData = data.data;
|
|
186
|
+
var messageText = successMessage;
|
|
187
|
+
|
|
188
|
+
if ((0, _tools.isFunction)(successMessageBuilder)) {
|
|
189
|
+
messageText = successMessageBuilder(remoteData);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
(0, _tools.notifySuccess)(messageText);
|
|
193
|
+
|
|
194
|
+
if ((0, _tools.isFunction)(successCallback)) {
|
|
195
|
+
successCallback({
|
|
196
|
+
target: target,
|
|
197
|
+
handleData: handleData,
|
|
198
|
+
remoteData: remoteData || null
|
|
199
|
+
});
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
target.setState({
|
|
204
|
+
processing: false
|
|
205
|
+
});
|
|
206
|
+
})["catch"](function () {
|
|
207
|
+
if (showProcessing) {
|
|
208
|
+
_message2["default"].destroy(key);
|
|
209
|
+
}
|
|
210
|
+
});
|
|
211
|
+
|
|
212
|
+
case 15:
|
|
213
|
+
case "end":
|
|
214
|
+
return _context.stop();
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}, _callee);
|
|
218
|
+
}));
|
|
219
|
+
return _actionCore.apply(this, arguments);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
function confirmActionCore(_x2) {
|
|
223
|
+
return _confirmActionCore.apply(this, arguments);
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* 占位函数
|
|
227
|
+
*
|
|
228
|
+
* @export
|
|
229
|
+
* @returns
|
|
230
|
+
*/
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
function _confirmActionCore() {
|
|
234
|
+
_confirmActionCore = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2(_ref3) {
|
|
235
|
+
var title, content, _ref3$okText, okText, _ref3$okType, okType, _ref3$cancelText, cancelText, target, handleData, successCallback, _ref3$okAction, okAction, _ref3$successMessage, successMessage, _ref3$successMessageB, successMessageBuilder, _ref3$showProcessing, showProcessing, processing;
|
|
236
|
+
|
|
237
|
+
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
238
|
+
while (1) {
|
|
239
|
+
switch (_context2.prev = _context2.next) {
|
|
240
|
+
case 0:
|
|
241
|
+
title = _ref3.title, content = _ref3.content, _ref3$okText = _ref3.okText, okText = _ref3$okText === void 0 ? '确定' : _ref3$okText, _ref3$okType = _ref3.okType, okType = _ref3$okType === void 0 ? 'danger' : _ref3$okType, _ref3$cancelText = _ref3.cancelText, cancelText = _ref3$cancelText === void 0 ? '取消' : _ref3$cancelText, target = _ref3.target, handleData = _ref3.handleData, successCallback = _ref3.successCallback, _ref3$okAction = _ref3.okAction, okAction = _ref3$okAction === void 0 ? null : _ref3$okAction, _ref3$successMessage = _ref3.successMessage, successMessage = _ref3$successMessage === void 0 ? '数据已经操作成功,请进行后续操作。' : _ref3$successMessage, _ref3$successMessageB = _ref3.successMessageBuilder, successMessageBuilder = _ref3$successMessageB === void 0 ? null : _ref3$successMessageB, _ref3$showProcessing = _ref3.showProcessing, showProcessing = _ref3$showProcessing === void 0 ? true : _ref3$showProcessing;
|
|
242
|
+
|
|
243
|
+
if ((0, _tools.isFunction)(okAction)) {
|
|
244
|
+
_context2.next = 3;
|
|
245
|
+
break;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
throw new Error('actionCore: okAction must be function');
|
|
249
|
+
|
|
250
|
+
case 3:
|
|
251
|
+
processing = target.state.processing;
|
|
252
|
+
confirm({
|
|
253
|
+
title: title || '',
|
|
254
|
+
content: content || '',
|
|
255
|
+
okText: okText || '确定',
|
|
256
|
+
okType: okType || 'danger',
|
|
257
|
+
cancelText: cancelText || '取消',
|
|
258
|
+
confirmLoading: {
|
|
259
|
+
processing: processing
|
|
260
|
+
},
|
|
261
|
+
onOk: function onOk() {
|
|
262
|
+
okAction({
|
|
263
|
+
target: target,
|
|
264
|
+
handleData: handleData,
|
|
265
|
+
successCallback: successCallback,
|
|
266
|
+
successMessage: successMessage,
|
|
267
|
+
successMessageBuilder: successMessageBuilder,
|
|
268
|
+
showProcessing: showProcessing
|
|
269
|
+
});
|
|
270
|
+
},
|
|
271
|
+
onCancel: function onCancel() {}
|
|
272
|
+
});
|
|
273
|
+
|
|
274
|
+
case 5:
|
|
275
|
+
case "end":
|
|
276
|
+
return _context2.stop();
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}, _callee2);
|
|
280
|
+
}));
|
|
281
|
+
return _confirmActionCore.apply(this, arguments);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
function empty() {
|
|
285
|
+
return {};
|
|
286
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getAllAuthority = getAllAuthority;
|
|
7
|
+
exports.checkIsSuper = checkIsSuper;
|
|
8
|
+
exports.checkHasAuthority = checkHasAuthority;
|
|
9
|
+
exports.setAuthority = setAuthority;
|
|
10
|
+
|
|
11
|
+
var _tools = require("./tools");
|
|
12
|
+
|
|
13
|
+
var _globalStorageAssist = require("./globalStorageAssist");
|
|
14
|
+
|
|
15
|
+
var _Authorized = require("./Authorized");
|
|
16
|
+
|
|
17
|
+
function getAllAuthorityCore() {
|
|
18
|
+
var authorityString = (0, _tools.getStringFromLocalStorage)(_globalStorageAssist.storageKeyCollection.authorityCollection);
|
|
19
|
+
var authority;
|
|
20
|
+
|
|
21
|
+
try {
|
|
22
|
+
authority = JSON.parse(authorityString);
|
|
23
|
+
} catch (e) {
|
|
24
|
+
authority = authorityString;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
if (typeof authority === 'string') {
|
|
28
|
+
return [authority];
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
return (0, _tools.isArray)(authority) ? authority : [];
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
function getAllAuthority() {
|
|
35
|
+
return getAllAuthorityCore();
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
function checkIsSuper() {
|
|
39
|
+
var _getAccessWayCollecti;
|
|
40
|
+
|
|
41
|
+
var list = getAllAuthorityCore();
|
|
42
|
+
var superAuth = (_getAccessWayCollecti = (0, _globalStorageAssist.getAccessWayCollectionCache)()["super"].permission) !== null && _getAccessWayCollecti !== void 0 ? _getAccessWayCollecti : '';
|
|
43
|
+
var isSuper = (list || []).find(function (o) {
|
|
44
|
+
return o === superAuth;
|
|
45
|
+
}) || '';
|
|
46
|
+
|
|
47
|
+
if (isSuper === superAuth) {
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
return false;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
function checkHasAuthority(auth) {
|
|
55
|
+
var _accessWayCollection$;
|
|
56
|
+
|
|
57
|
+
var list = getAllAuthorityCore();
|
|
58
|
+
var accessWayCollection = (0, _globalStorageAssist.getAccessWayCollectionCache)();
|
|
59
|
+
var superAuth = (_accessWayCollection$ = accessWayCollection["super"].permission) !== null && _accessWayCollection$ !== void 0 ? _accessWayCollection$ : '';
|
|
60
|
+
var isSuper = (list || []).find(function (o) {
|
|
61
|
+
return o === superAuth;
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
if (isSuper === superAuth) {
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
var v = (list || []).find(function (o) {
|
|
69
|
+
return o === auth;
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
if ((v !== null && v !== void 0 ? v : null) == null) {
|
|
73
|
+
(0, _tools.recordObject)({
|
|
74
|
+
superAuth: superAuth,
|
|
75
|
+
checkAuthority: auth,
|
|
76
|
+
listAuthority: list,
|
|
77
|
+
accessWayCollection: accessWayCollection
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
return v !== undefined;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
function setAuthority(authority) {
|
|
85
|
+
var proAuthority = typeof authority === 'string' ? [authority] : authority;
|
|
86
|
+
(0, _tools.saveJsonToLocalStorage)(_globalStorageAssist.storageKeyCollection.authorityCollection, proAuthority); // auto reload
|
|
87
|
+
|
|
88
|
+
(0, _Authorized.reloadAuthorized)();
|
|
89
|
+
}
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 占位函数
|
|
3
|
+
*
|
|
4
|
+
* @export
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
export function empty(): {};
|
|
8
|
+
export const zeroString: "0";
|
|
9
|
+
export const zeroInt: 0;
|
|
10
|
+
export const authenticationFailCode: 2001;
|
|
11
|
+
export const apiSuccessCode: 200;
|
|
12
|
+
export const emptyDatetime: "1970-01-01 00:00";
|
|
13
|
+
export const defaultUserAvatar: "/user.png";
|
|
14
|
+
export const defaultEmptyImage: "/noImageSmall.png";
|
|
15
|
+
export const emptyLogo: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAEXRFWHRTb2Z0d2FyZQBTbmlwYXN0ZV0Xzt0AAAIsSURBVHic7ZqxaoNQFIb/lL7EHYUU8gB3yih06OATmLlDhm7O4uxQyNDBWZ8gQ4eAYyYfIJDCHe9jtEMtRKPNvY3lh/Z84OTx5L9f9HgDmVlr3/GPuWEHYCMC2AHYiAB2ADYigB2AjQhgB2AjAtgB2IgAdgA2IoAdgI0IYAdgIwLYAdiIAHYANiKAHYCNCGAHYCMCfC8wRQSlEtSXCusESqnOERXmuwuQ9OpVMvIp3r3H+YU7wKCIFFR8QLa3sPbrqLBIl1BRgX7UT6kxUJ3WW9iH154E/96XuL1ytWeY4glps0Jlc4SdMyFyWwEqxjKZw+bt2TrBMgWyvcVj0GsW5rAnTbx7OzDxHVDjJW2gszWGI4RYZxooX9tHyKB4LqGzzfnir+7txrQCzBsO0Ijux1cT3EfQOODNADA7bBtgMb+4ev/ejkws4IjGqbDB0XzVa9x11tQfhu3A9e3tyLQCgjtop8J20YP1IfJ2uO2zk7O+vR2ZWMAcCzTY7sa/ArPbosEC88Ct/se9HZl4CIZ4WAFN+jIyiPqD7HNwjddf09uNyfcBYb5HpkvEZ5ulGomKUeoMm5ORHzxu2voI/b2MOXafet/eLsx8/yRligjLdGAcrarO+3eoblVZjL6i6wQqLvtNB975P+j9Dd4C/hryY4gdgI0IYAdgIwLYAdiIAHYANiKAHYCNCGAHYCMC2AHYiAB2ADYigB2AjQhgB2AjAtgB2IgAdgA2/17AB0T0+YJa7nadAAAAAElFTkSuQmCC";
|
|
16
|
+
export namespace appInitDefault {
|
|
17
|
+
export const platformName: string;
|
|
18
|
+
export const appName: string;
|
|
19
|
+
export const appDescription: string;
|
|
20
|
+
export const loginLogo: string;
|
|
21
|
+
export const shareLogo: string;
|
|
22
|
+
export const shareLogoName: string;
|
|
23
|
+
export const leftBarText: string;
|
|
24
|
+
export const companyName: string;
|
|
25
|
+
export const copyright: string;
|
|
26
|
+
export namespace apiPrefix {
|
|
27
|
+
const corsTargetProduction: string;
|
|
28
|
+
}
|
|
29
|
+
export const showSelectLanguage: boolean;
|
|
30
|
+
export const showLogoInLoginView: boolean;
|
|
31
|
+
export { emptyLogo };
|
|
32
|
+
export { emptyLogo as leftBarLogo };
|
|
33
|
+
export { apiSuccessCode };
|
|
34
|
+
export { authenticationFailCode };
|
|
35
|
+
export const loginPath: string;
|
|
36
|
+
export const showLogInConsole: boolean;
|
|
37
|
+
export const showRequestInfo: boolean;
|
|
38
|
+
export const useVirtualRequest: boolean;
|
|
39
|
+
export const apiVersion: string;
|
|
40
|
+
export const imageUploadMaxSize: number;
|
|
41
|
+
export const videoUploadMaxSize: number;
|
|
42
|
+
export const fileUploadMaxSize: number;
|
|
43
|
+
}
|
|
44
|
+
export namespace accessWaySpecialCollection {
|
|
45
|
+
export namespace _super {
|
|
46
|
+
const permission: string;
|
|
47
|
+
}
|
|
48
|
+
export { _super as super };
|
|
49
|
+
}
|
|
50
|
+
export namespace formNameCollection {
|
|
51
|
+
namespace createTime {
|
|
52
|
+
const label: string;
|
|
53
|
+
const name: string;
|
|
54
|
+
const helper: string;
|
|
55
|
+
}
|
|
56
|
+
namespace customOperate {
|
|
57
|
+
const label_1: string;
|
|
58
|
+
export { label_1 as label };
|
|
59
|
+
const name_1: string;
|
|
60
|
+
export { name_1 as name };
|
|
61
|
+
const helper_1: string;
|
|
62
|
+
export { helper_1 as helper };
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
export namespace convertCollection {
|
|
66
|
+
const number: string;
|
|
67
|
+
const datetime: string;
|
|
68
|
+
const string: string;
|
|
69
|
+
const moment: string;
|
|
70
|
+
const money: string;
|
|
71
|
+
}
|
|
72
|
+
export namespace formatCollection {
|
|
73
|
+
const money_1: string;
|
|
74
|
+
export { money_1 as money };
|
|
75
|
+
const datetime_1: string;
|
|
76
|
+
export { datetime_1 as datetime };
|
|
77
|
+
export const chineseMoney: string;
|
|
78
|
+
}
|
|
79
|
+
export namespace menuType {
|
|
80
|
+
const divider: string;
|
|
81
|
+
const menu: string;
|
|
82
|
+
}
|
|
83
|
+
export namespace imageContentPreviewMode {
|
|
84
|
+
const html: number;
|
|
85
|
+
const listItem: number;
|
|
86
|
+
const imageList: number;
|
|
87
|
+
}
|
|
88
|
+
export namespace datetimeFormat {
|
|
89
|
+
const yearMonthDayHourMinuteSecond: string;
|
|
90
|
+
const yearMonthDayHourMinute: string;
|
|
91
|
+
const yearMonthDay: string;
|
|
92
|
+
const monthDayHourMinuteSecond: string;
|
|
93
|
+
const monthDayHourMinute: string;
|
|
94
|
+
const monthDay: string;
|
|
95
|
+
}
|
|
96
|
+
export namespace listViewModeCollection {
|
|
97
|
+
const table: number;
|
|
98
|
+
const list: number;
|
|
99
|
+
}
|
|
100
|
+
export namespace selectModeCollection {
|
|
101
|
+
const drawer: number;
|
|
102
|
+
const modal: number;
|
|
103
|
+
}
|
|
104
|
+
export namespace columnFacadeMode {
|
|
105
|
+
export const ellipsis: string;
|
|
106
|
+
export const image: string;
|
|
107
|
+
const datetime_2: string;
|
|
108
|
+
export { datetime_2 as datetime };
|
|
109
|
+
export const badge: string;
|
|
110
|
+
const money_2: string;
|
|
111
|
+
export { money_2 as money };
|
|
112
|
+
}
|
|
113
|
+
export namespace columnPlaceholder {
|
|
114
|
+
const placeholder: boolean;
|
|
115
|
+
const title: string;
|
|
116
|
+
const dataIndex: null;
|
|
117
|
+
const align: string;
|
|
118
|
+
function render(): string;
|
|
119
|
+
}
|
|
120
|
+
export namespace contentConfig {
|
|
121
|
+
namespace wrapperType {
|
|
122
|
+
export const page: string;
|
|
123
|
+
export const model: string;
|
|
124
|
+
const drawer_1: string;
|
|
125
|
+
export { drawer_1 as drawer };
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
export namespace pageHeaderRenderType {
|
|
129
|
+
const descriptionGrid: string;
|
|
130
|
+
const paragraph: string;
|
|
131
|
+
const action: string;
|
|
132
|
+
}
|
|
133
|
+
export namespace drawerConfig {
|
|
134
|
+
namespace bottomBarBuildType {
|
|
135
|
+
const close: string;
|
|
136
|
+
const refresh: string;
|
|
137
|
+
const save: string;
|
|
138
|
+
const generalButton: string;
|
|
139
|
+
const iconInfo: string;
|
|
140
|
+
const button: string;
|
|
141
|
+
const dropdownButton: string;
|
|
142
|
+
const dropdownEllipsis: string;
|
|
143
|
+
const dropdown: string;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
export namespace formContentConfig {
|
|
147
|
+
namespace cardType {
|
|
148
|
+
const normal: string;
|
|
149
|
+
const help: string;
|
|
150
|
+
}
|
|
151
|
+
namespace cardExtraBuildType {
|
|
152
|
+
const refresh_1: string;
|
|
153
|
+
export { refresh_1 as refresh };
|
|
154
|
+
const save_1: string;
|
|
155
|
+
export { save_1 as save };
|
|
156
|
+
const generalButton_1: string;
|
|
157
|
+
export { generalButton_1 as generalButton };
|
|
158
|
+
const iconInfo_1: string;
|
|
159
|
+
export { iconInfo_1 as iconInfo };
|
|
160
|
+
const button_1: string;
|
|
161
|
+
export { button_1 as button };
|
|
162
|
+
const dropdownButton_1: string;
|
|
163
|
+
export { dropdownButton_1 as dropdownButton };
|
|
164
|
+
const dropdownEllipsis_1: string;
|
|
165
|
+
export { dropdownEllipsis_1 as dropdownEllipsis };
|
|
166
|
+
const dropdown_1: string;
|
|
167
|
+
export { dropdown_1 as dropdown };
|
|
168
|
+
export const component: string;
|
|
169
|
+
}
|
|
170
|
+
namespace contentItemType {
|
|
171
|
+
const placeholder_1: string;
|
|
172
|
+
export { placeholder_1 as placeholder };
|
|
173
|
+
export const text: string;
|
|
174
|
+
export const input: string;
|
|
175
|
+
export const password: string;
|
|
176
|
+
export const inputNumber: string;
|
|
177
|
+
export const textarea: string;
|
|
178
|
+
const _switch: string;
|
|
179
|
+
export { _switch as switch };
|
|
180
|
+
export const select: string;
|
|
181
|
+
export const whetherSelect: string;
|
|
182
|
+
export const customSelect: string;
|
|
183
|
+
export const radio: string;
|
|
184
|
+
export const whetherRadio: string;
|
|
185
|
+
export const customRadio: string;
|
|
186
|
+
export const onlyShowTextarea: string;
|
|
187
|
+
export const onlyShowInput: string;
|
|
188
|
+
export const onlyShowInputDatetime: string;
|
|
189
|
+
export const onlyShowText: string;
|
|
190
|
+
export const imageUpload: string;
|
|
191
|
+
export const imageShow: string;
|
|
192
|
+
export const imageListShow: string;
|
|
193
|
+
export const fileBase64Upload: string;
|
|
194
|
+
export const videoUpload: string;
|
|
195
|
+
export const innerComponent: string;
|
|
196
|
+
const component_1: string;
|
|
197
|
+
export { component_1 as component };
|
|
198
|
+
export const nowTime: string;
|
|
199
|
+
export const datePicker: string;
|
|
200
|
+
export const jsonView: string;
|
|
201
|
+
export const flexText: string;
|
|
202
|
+
export const onlyShowTextByFlexText: string;
|
|
203
|
+
const divider_1: string;
|
|
204
|
+
export { divider_1 as divider };
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
export namespace searchFormContentConfig {
|
|
208
|
+
export namespace contentItemType_1 {
|
|
209
|
+
const input_1: string;
|
|
210
|
+
export { input_1 as input };
|
|
211
|
+
const inputNumber_1: string;
|
|
212
|
+
export { inputNumber_1 as inputNumber };
|
|
213
|
+
const customSelect_1: string;
|
|
214
|
+
export { customSelect_1 as customSelect };
|
|
215
|
+
const customRadio_1: string;
|
|
216
|
+
export { customRadio_1 as customRadio };
|
|
217
|
+
const onlyShowInput_1: string;
|
|
218
|
+
export { onlyShowInput_1 as onlyShowInput };
|
|
219
|
+
const innerComponent_1: string;
|
|
220
|
+
export { innerComponent_1 as innerComponent };
|
|
221
|
+
const component_2: string;
|
|
222
|
+
export { component_2 as component };
|
|
223
|
+
const datePicker_1: string;
|
|
224
|
+
export { datePicker_1 as datePicker };
|
|
225
|
+
export const customRangePicker: string;
|
|
226
|
+
const divider_2: string;
|
|
227
|
+
export { divider_2 as divider };
|
|
228
|
+
}
|
|
229
|
+
export { contentItemType_1 as contentItemType };
|
|
230
|
+
}
|
|
231
|
+
export namespace whetherString {
|
|
232
|
+
const no: string;
|
|
233
|
+
const yes: string;
|
|
234
|
+
}
|
|
235
|
+
export namespace whetherNumber {
|
|
236
|
+
const no_1: number;
|
|
237
|
+
export { no_1 as no };
|
|
238
|
+
const yes_1: number;
|
|
239
|
+
export { yes_1 as yes };
|
|
240
|
+
}
|
|
241
|
+
export namespace unlimitedWithStringFlag {
|
|
242
|
+
export const key: string;
|
|
243
|
+
const name_2: string;
|
|
244
|
+
export { name_2 as name };
|
|
245
|
+
export const flag: string;
|
|
246
|
+
}
|
|
247
|
+
export namespace unlimitedWithNumberFlag {
|
|
248
|
+
const key_1: number;
|
|
249
|
+
export { key_1 as key };
|
|
250
|
+
const name_3: string;
|
|
251
|
+
export { name_3 as name };
|
|
252
|
+
const flag_1: number;
|
|
253
|
+
export { flag_1 as flag };
|
|
254
|
+
}
|
|
255
|
+
export namespace logLevel {
|
|
256
|
+
const debug: string;
|
|
257
|
+
const warn: string;
|
|
258
|
+
const error: string;
|
|
259
|
+
}
|
|
260
|
+
export namespace logShowMode {
|
|
261
|
+
export const unknown: string;
|
|
262
|
+
const text_1: string;
|
|
263
|
+
export { text_1 as text };
|
|
264
|
+
export const object: string;
|
|
265
|
+
}
|
|
266
|
+
export namespace dataTypeCollection {
|
|
267
|
+
export namespace unknown_1 {
|
|
268
|
+
const flag_2: number;
|
|
269
|
+
export { flag_2 as flag };
|
|
270
|
+
const name_4: string;
|
|
271
|
+
export { name_4 as name };
|
|
272
|
+
}
|
|
273
|
+
export { unknown_1 as unknown };
|
|
274
|
+
export namespace jsonObject {
|
|
275
|
+
const flag_3: number;
|
|
276
|
+
export { flag_3 as flag };
|
|
277
|
+
const name_5: string;
|
|
278
|
+
export { name_5 as name };
|
|
279
|
+
}
|
|
280
|
+
export namespace jsonObjectList {
|
|
281
|
+
const flag_4: number;
|
|
282
|
+
export { flag_4 as flag };
|
|
283
|
+
const name_6: string;
|
|
284
|
+
export { name_6 as name };
|
|
285
|
+
}
|
|
286
|
+
export namespace commonValue {
|
|
287
|
+
const flag_5: number;
|
|
288
|
+
export { flag_5 as flag };
|
|
289
|
+
const name_7: string;
|
|
290
|
+
export { name_7 as name };
|
|
291
|
+
}
|
|
292
|
+
export namespace html_1 {
|
|
293
|
+
const flag_6: number;
|
|
294
|
+
export { flag_6 as flag };
|
|
295
|
+
const name_8: string;
|
|
296
|
+
export { name_8 as name };
|
|
297
|
+
}
|
|
298
|
+
export { html_1 as html };
|
|
299
|
+
}
|
|
300
|
+
export namespace notificationTypeCollection {
|
|
301
|
+
export const success: string;
|
|
302
|
+
const error_1: string;
|
|
303
|
+
export { error_1 as error };
|
|
304
|
+
export const info: string;
|
|
305
|
+
export const warning: string;
|
|
306
|
+
const warn_1: string;
|
|
307
|
+
export { warn_1 as warn };
|
|
308
|
+
export const open: string;
|
|
309
|
+
}
|
|
310
|
+
export namespace messageTypeCollection {
|
|
311
|
+
const success_1: string;
|
|
312
|
+
export { success_1 as success };
|
|
313
|
+
const error_2: string;
|
|
314
|
+
export { error_2 as error };
|
|
315
|
+
const info_1: string;
|
|
316
|
+
export { info_1 as info };
|
|
317
|
+
const warning_1: string;
|
|
318
|
+
export { warning_1 as warning };
|
|
319
|
+
const warn_2: string;
|
|
320
|
+
export { warn_2 as warn };
|
|
321
|
+
export const loading: string;
|
|
322
|
+
const open_1: string;
|
|
323
|
+
export { open_1 as open };
|
|
324
|
+
}
|