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
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = void 0;
|
|
9
|
-
|
|
10
|
-
var _Core2 = _interopRequireDefault(require("../Core"));
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
15
|
-
|
|
16
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
17
|
-
|
|
18
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
|
|
20
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
21
|
-
|
|
22
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
|
-
|
|
24
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
25
|
-
|
|
26
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
27
|
-
|
|
28
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
29
|
-
|
|
30
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
31
|
-
|
|
32
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
33
|
-
|
|
34
|
-
var r = function r() {
|
|
35
|
-
return Math.random();
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
var CanvasRibbon = /*#__PURE__*/function (_Core) {
|
|
39
|
-
_inherits(CanvasRibbon, _Core);
|
|
40
|
-
|
|
41
|
-
var _super = _createSuper(CanvasRibbon);
|
|
42
|
-
|
|
43
|
-
function CanvasRibbon() {
|
|
44
|
-
var _this;
|
|
45
|
-
|
|
46
|
-
_classCallCheck(this, CanvasRibbon);
|
|
47
|
-
|
|
48
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
49
|
-
args[_key] = arguments[_key];
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
_this = _super.call.apply(_super, [this].concat(args));
|
|
53
|
-
_this.bubbleList = [];
|
|
54
|
-
|
|
55
|
-
_this.doAfterDidMount = function (_ref) {
|
|
56
|
-
var canvasContext = _ref.canvasContext;
|
|
57
|
-
var _this$props = _this.props,
|
|
58
|
-
shadowColor = _this$props.shadowColor,
|
|
59
|
-
blur = _this$props.blur,
|
|
60
|
-
bubbleFunc = _this$props.bubbleFunc,
|
|
61
|
-
radiusFunc = _this$props.radiusFunc,
|
|
62
|
-
angleFunc = _this$props.angleFunc,
|
|
63
|
-
velocityFunc = _this$props.velocityFunc,
|
|
64
|
-
bubbles = _this$props.bubbles;
|
|
65
|
-
var width = _this.canvasWidth;
|
|
66
|
-
var height = _this.canvasHeight;
|
|
67
|
-
var context = canvasContext;
|
|
68
|
-
context.shadowColor = shadowColor || '#fff';
|
|
69
|
-
context.shadowBlur = blur || 4;
|
|
70
|
-
var nrBubbles = bubbles || Math.floor((width + height) * 0.02);
|
|
71
|
-
_this.bubbleList = [];
|
|
72
|
-
var i = 0;
|
|
73
|
-
|
|
74
|
-
while (i < nrBubbles) {
|
|
75
|
-
_this.bubbleList.push({
|
|
76
|
-
f: (bubbleFunc || function () {
|
|
77
|
-
return "hsla(0, 0%, 100%, ".concat(r() * 0.1, ")");
|
|
78
|
-
}).call(),
|
|
79
|
-
// fillStyle
|
|
80
|
-
x: r() * width,
|
|
81
|
-
// x-position
|
|
82
|
-
y: r() * height,
|
|
83
|
-
// y-position
|
|
84
|
-
r: (radiusFunc || function () {
|
|
85
|
-
return 4 + r() * width / 25;
|
|
86
|
-
}).call(),
|
|
87
|
-
// radius
|
|
88
|
-
a: (angleFunc || function () {
|
|
89
|
-
return r() * Math.PI * 2;
|
|
90
|
-
}).call(),
|
|
91
|
-
// angle
|
|
92
|
-
v: (velocityFunc || function () {
|
|
93
|
-
return 0.1 + r() * 0.5;
|
|
94
|
-
}).call() // velocity
|
|
95
|
-
|
|
96
|
-
});
|
|
97
|
-
|
|
98
|
-
i += 1;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
_this.draw();
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
_this.draw = function () {
|
|
105
|
-
var _ref2 = _this.props || {},
|
|
106
|
-
colorStart = _ref2.colorStart,
|
|
107
|
-
colorStop = _ref2.colorStop,
|
|
108
|
-
animate = _ref2.animate,
|
|
109
|
-
compose = _ref2.compose;
|
|
110
|
-
|
|
111
|
-
if (animate !== false) {
|
|
112
|
-
requestAnimationFrame(_this.draw);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
var canvasContainer = _this.getCanvasContainer();
|
|
116
|
-
|
|
117
|
-
var canvas = _this.getCanvas();
|
|
118
|
-
|
|
119
|
-
if (((canvas || null) && (canvasContainer || null)) != null) {
|
|
120
|
-
var width = canvasContainer.offsetWidth;
|
|
121
|
-
var height = canvasContainer.offsetHeight;
|
|
122
|
-
canvas.width = width;
|
|
123
|
-
canvas.height = height;
|
|
124
|
-
var context = canvas.getContext('2d');
|
|
125
|
-
var gradient = context.createLinearGradient(0, 0, width, height);
|
|
126
|
-
gradient.addColorStop(0, colorStart || '#2AE');
|
|
127
|
-
gradient.addColorStop(1, colorStop || '#17B');
|
|
128
|
-
context.globalCompositeOperation = 'source-over';
|
|
129
|
-
context.fillStyle = gradient;
|
|
130
|
-
context.fillRect(0, 0, width, height);
|
|
131
|
-
context.globalCompositeOperation = compose || 'lighter';
|
|
132
|
-
_this.bubbleList = (_this.bubbleList || []).map(function (b) {
|
|
133
|
-
var bubble = b;
|
|
134
|
-
context.beginPath();
|
|
135
|
-
context.arc(bubble.x, bubble.y, bubble.r, 0, Math.PI * 2);
|
|
136
|
-
context.fillStyle = bubble.f;
|
|
137
|
-
context.fill(); // update positions for next draw
|
|
138
|
-
|
|
139
|
-
bubble.x += Math.cos(bubble.a) * bubble.v;
|
|
140
|
-
bubble.y += Math.sin(bubble.a) * bubble.v;
|
|
141
|
-
|
|
142
|
-
if (bubble.x - bubble.r > width) {
|
|
143
|
-
bubble.x = -bubble.r;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
if (bubble.x + bubble.r < 0) {
|
|
147
|
-
bubble.x = width + bubble.r;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
if (bubble.y - bubble.r > height) {
|
|
151
|
-
bubble.y = -bubble.r;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
if (bubble.y + bubble.r < 0) {
|
|
155
|
-
bubble.y = height + bubble.r;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
return bubble;
|
|
159
|
-
});
|
|
160
|
-
}
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
return _this;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
return _createClass(CanvasRibbon);
|
|
167
|
-
}(_Core2.default);
|
|
168
|
-
|
|
169
|
-
CanvasRibbon.defaultProps = {
|
|
170
|
-
shadowColor: '#fff',
|
|
171
|
-
blur: 4,
|
|
172
|
-
colorStart: '#2AE',
|
|
173
|
-
colorStop: '#17B',
|
|
174
|
-
animate: true,
|
|
175
|
-
compose: 'lighter',
|
|
176
|
-
bubbleFunc: null,
|
|
177
|
-
radiusFunc: null,
|
|
178
|
-
angleFunc: null,
|
|
179
|
-
velocityFunc: null
|
|
180
|
-
};
|
|
181
|
-
var _default = CanvasRibbon;
|
|
182
|
-
exports.default = _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export default Index;
|
|
2
|
-
declare class Index extends React.PureComponent<any, any, any> {
|
|
3
|
-
constructor(props: any);
|
|
4
|
-
state: {};
|
|
5
|
-
canvasContainerRef: React.RefObject<any>;
|
|
6
|
-
canvasRef: React.RefObject<any>;
|
|
7
|
-
canvasWidth: number;
|
|
8
|
-
canvasHeight: number;
|
|
9
|
-
componentDidMount(): void;
|
|
10
|
-
componentWillUnmount(): void;
|
|
11
|
-
getCanvasContainer: () => any;
|
|
12
|
-
getCanvas: () => any;
|
|
13
|
-
getCanvasContext: () => any;
|
|
14
|
-
doAfterDidMount: ({ canvasContext }: {
|
|
15
|
-
canvasContext: any;
|
|
16
|
-
}) => void;
|
|
17
|
-
resize: () => void;
|
|
18
|
-
buildContainorStyle: () => {
|
|
19
|
-
backgroundImage?: string | undefined;
|
|
20
|
-
};
|
|
21
|
-
render(): JSX.Element;
|
|
22
|
-
}
|
|
23
|
-
declare namespace Index {
|
|
24
|
-
namespace defaultProps {
|
|
25
|
-
const backgroundImage: string;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
import React from "react";
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = void 0;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _tools = require("../../../utils/tools");
|
|
13
|
-
|
|
14
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
-
|
|
16
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
-
|
|
18
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
19
|
-
|
|
20
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
21
|
-
|
|
22
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
23
|
-
|
|
24
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
25
|
-
|
|
26
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
27
|
-
|
|
28
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
29
|
-
|
|
30
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
31
|
-
|
|
32
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
33
|
-
|
|
34
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
35
|
-
|
|
36
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
37
|
-
|
|
38
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
39
|
-
|
|
40
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
41
|
-
|
|
42
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
43
|
-
|
|
44
|
-
var Index = /*#__PURE__*/function (_PureComponent) {
|
|
45
|
-
_inherits(Index, _PureComponent);
|
|
46
|
-
|
|
47
|
-
var _super = _createSuper(Index);
|
|
48
|
-
|
|
49
|
-
function Index(props) {
|
|
50
|
-
var _this;
|
|
51
|
-
|
|
52
|
-
_classCallCheck(this, Index);
|
|
53
|
-
|
|
54
|
-
_this = _super.call(this, props);
|
|
55
|
-
_this.canvasContainerRef = /*#__PURE__*/_react.default.createRef();
|
|
56
|
-
_this.canvasRef = /*#__PURE__*/_react.default.createRef();
|
|
57
|
-
_this.canvasWidth = 0;
|
|
58
|
-
_this.canvasHeight = 0;
|
|
59
|
-
|
|
60
|
-
_this.getCanvasContainer = function () {
|
|
61
|
-
return _this.canvasContainerRef.current;
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
_this.getCanvas = function () {
|
|
65
|
-
return _this.canvasRef.current;
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
_this.getCanvasContext = function () {
|
|
69
|
-
var c = _this.getCanvas();
|
|
70
|
-
|
|
71
|
-
if (c == null) {
|
|
72
|
-
return null;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
return c.getContext('2d');
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
_this.doAfterDidMount = function (_ref) {
|
|
79
|
-
var canvasContext = _ref.canvasContext;
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
_this.resize = function () {
|
|
83
|
-
var canvasContainer = _this.getCanvasContainer();
|
|
84
|
-
|
|
85
|
-
var canvas = _this.getCanvas();
|
|
86
|
-
|
|
87
|
-
if (((canvas || null) && (canvasContainer || null)) != null) {
|
|
88
|
-
_this.canvasWidth = canvasContainer.offsetWidth;
|
|
89
|
-
_this.canvasHeight = canvasContainer.offsetHeight;
|
|
90
|
-
canvas.width = _this.canvasWidth;
|
|
91
|
-
canvas.height = _this.canvasHeight;
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
_this.buildContainorStyle = function () {
|
|
96
|
-
var _backgroundImage = _objectSpread(_objectSpread({}, {
|
|
97
|
-
backgroundImage: ''
|
|
98
|
-
}), _this.props || {}),
|
|
99
|
-
backgroundImage = _backgroundImage.backgroundImage;
|
|
100
|
-
|
|
101
|
-
return _objectSpread({}, (0, _tools.stringIsNullOrWhiteSpace)(backgroundImage) ? {} : {
|
|
102
|
-
backgroundImage: backgroundImage
|
|
103
|
-
});
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
_this.state = {};
|
|
107
|
-
return _this;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
_createClass(Index, [{
|
|
111
|
-
key: "componentDidMount",
|
|
112
|
-
value: function componentDidMount() {
|
|
113
|
-
window.addEventListener('resize', this.resize);
|
|
114
|
-
var canvasContainer = this.getCanvasContainer();
|
|
115
|
-
var canvas = this.getCanvas();
|
|
116
|
-
|
|
117
|
-
if (((canvas || null) && (canvasContainer || null)) != null) {
|
|
118
|
-
this.canvasWidth = canvasContainer.offsetWidth;
|
|
119
|
-
this.canvasHeight = canvasContainer.offsetHeight;
|
|
120
|
-
canvas.width = this.canvasWidth;
|
|
121
|
-
canvas.height = this.canvasHeight;
|
|
122
|
-
var canvasContext = this.getCanvasContext();
|
|
123
|
-
|
|
124
|
-
if (canvasContext != null) {
|
|
125
|
-
this.doAfterDidMount({
|
|
126
|
-
canvasContext: canvasContext
|
|
127
|
-
});
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}, {
|
|
132
|
-
key: "componentWillUnmount",
|
|
133
|
-
value: function componentWillUnmount() {
|
|
134
|
-
window.removeEventListener('resize', this.resize);
|
|
135
|
-
}
|
|
136
|
-
}, {
|
|
137
|
-
key: "render",
|
|
138
|
-
value: function render() {
|
|
139
|
-
var containorStyle = this.buildContainorStyle();
|
|
140
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
141
|
-
style: _objectSpread(_objectSpread({}, containorStyle || {}), {
|
|
142
|
-
width: '100%',
|
|
143
|
-
height: '100%'
|
|
144
|
-
}),
|
|
145
|
-
ref: this.canvasContainerRef
|
|
146
|
-
}, /*#__PURE__*/_react.default.createElement("canvas", {
|
|
147
|
-
ref: this.canvasRef,
|
|
148
|
-
style: {
|
|
149
|
-
width: '100%',
|
|
150
|
-
height: '100%'
|
|
151
|
-
}
|
|
152
|
-
}));
|
|
153
|
-
}
|
|
154
|
-
}]);
|
|
155
|
-
|
|
156
|
-
return Index;
|
|
157
|
-
}(_react.PureComponent);
|
|
158
|
-
|
|
159
|
-
Index.defaultProps = {
|
|
160
|
-
backgroundImage: ''
|
|
161
|
-
};
|
|
162
|
-
var _default = Index;
|
|
163
|
-
exports.default = _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export default RadarScanning;
|
|
2
|
-
declare class RadarScanning extends Core {
|
|
3
|
-
orbs: any[];
|
|
4
|
-
getTrail: () => boolean;
|
|
5
|
-
turnOnMove: () => void;
|
|
6
|
-
turnOffMove: () => void;
|
|
7
|
-
orbGo: (e: any) => void;
|
|
8
|
-
clear: () => void;
|
|
9
|
-
loop: () => void;
|
|
10
|
-
createOrb: (mx: any, my: any) => void;
|
|
11
|
-
drawOrb: (ctx: any, orb: any) => void;
|
|
12
|
-
createOrbByExist: (o: any) => any;
|
|
13
|
-
}
|
|
14
|
-
declare namespace RadarScanning {
|
|
15
|
-
namespace defaultProps {
|
|
16
|
-
const number: number;
|
|
17
|
-
const trail: boolean;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
import Core from "../Core";
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = void 0;
|
|
9
|
-
|
|
10
|
-
var _tools = require("../../../utils/tools");
|
|
11
|
-
|
|
12
|
-
var _Core2 = _interopRequireDefault(require("../Core"));
|
|
13
|
-
|
|
14
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
-
|
|
16
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
17
|
-
|
|
18
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19
|
-
|
|
20
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
21
|
-
|
|
22
|
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
23
|
-
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
|
-
|
|
26
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
27
|
-
|
|
28
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
29
|
-
|
|
30
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
31
|
-
|
|
32
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
33
|
-
|
|
34
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
35
|
-
|
|
36
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
|
-
|
|
38
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
39
|
-
|
|
40
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
41
|
-
|
|
42
|
-
var rand = function rand(min, max) {
|
|
43
|
-
return ~~(Math.random() * (max - min + 1) + min);
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
var RadarScanning = /*#__PURE__*/function (_Core) {
|
|
47
|
-
_inherits(RadarScanning, _Core);
|
|
48
|
-
|
|
49
|
-
var _super = _createSuper(RadarScanning);
|
|
50
|
-
|
|
51
|
-
function RadarScanning() {
|
|
52
|
-
var _this;
|
|
53
|
-
|
|
54
|
-
_classCallCheck(this, RadarScanning);
|
|
55
|
-
|
|
56
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
57
|
-
args[_key] = arguments[_key];
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
_this = _super.call.apply(_super, [this].concat(args));
|
|
61
|
-
_this.orbs = [];
|
|
62
|
-
|
|
63
|
-
_this.doAfterDidMount = function (_ref) {
|
|
64
|
-
var canvasContext = _ref.canvasContext;
|
|
65
|
-
|
|
66
|
-
var _number = _objectSpread({}, _objectSpread({
|
|
67
|
-
number: 100
|
|
68
|
-
}, _this.props || {})),
|
|
69
|
-
number = _number.number;
|
|
70
|
-
|
|
71
|
-
var ctx = canvasContext;
|
|
72
|
-
ctx.lineCap = 'round';
|
|
73
|
-
var count = number;
|
|
74
|
-
|
|
75
|
-
while (count) {
|
|
76
|
-
_this.createOrb(_this.canvasWidth / 2, _this.canvasHeight / 2 + count * 2);
|
|
77
|
-
|
|
78
|
-
count -= 1;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
_this.loop();
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
_this.getTrail = function () {
|
|
85
|
-
var _trail = _objectSpread({}, _objectSpread({
|
|
86
|
-
trail: true
|
|
87
|
-
}, _this.props || {})),
|
|
88
|
-
trail = _trail.trail;
|
|
89
|
-
|
|
90
|
-
return trail;
|
|
91
|
-
};
|
|
92
|
-
|
|
93
|
-
_this.turnOnMove = function () {
|
|
94
|
-
var c = _this.getCanvas();
|
|
95
|
-
|
|
96
|
-
c.addEventListener('mousemove', _this.orbGo, false);
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
_this.turnOffMove = function () {
|
|
100
|
-
var c = _this.getCanvas();
|
|
101
|
-
|
|
102
|
-
c.removeEventListener('mousemove', _this.orbGo, false);
|
|
103
|
-
};
|
|
104
|
-
|
|
105
|
-
_this.orbGo = function (e) {
|
|
106
|
-
var c = _this.getCanvas();
|
|
107
|
-
|
|
108
|
-
var mx = e.pageX - c.offsetLeft;
|
|
109
|
-
var my = e.pageY - c.offsetTop;
|
|
110
|
-
|
|
111
|
-
_this.createOrb(mx, my);
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
_this.clear = function () {
|
|
115
|
-
_this.orbs = [];
|
|
116
|
-
};
|
|
117
|
-
|
|
118
|
-
_this.loop = function () {
|
|
119
|
-
(0, _tools.requestAnimFrame)(_this.loop);
|
|
120
|
-
|
|
121
|
-
var ctx = _this.getCanvasContext();
|
|
122
|
-
|
|
123
|
-
if (ctx != null) {
|
|
124
|
-
var trail = _this.getTrail();
|
|
125
|
-
|
|
126
|
-
if (trail) {
|
|
127
|
-
ctx.fillStyle = 'rgba(0,0,0,.1)';
|
|
128
|
-
ctx.fillRect(0, 0, _this.canvasWidth, _this.canvasHeight);
|
|
129
|
-
} else {
|
|
130
|
-
ctx.clearRect(0, 0, _this.canvasWidth, _this.canvasHeight);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
var i = _this.orbs.length;
|
|
134
|
-
|
|
135
|
-
while (i) {
|
|
136
|
-
var orb = _this.orbs[i];
|
|
137
|
-
|
|
138
|
-
if ((orb || null) != null) {
|
|
139
|
-
var updateCount = 3;
|
|
140
|
-
|
|
141
|
-
while (updateCount) {
|
|
142
|
-
var o = _this.createOrbByExist(orb);
|
|
143
|
-
|
|
144
|
-
_this.drawOrb(ctx, o);
|
|
145
|
-
|
|
146
|
-
updateCount -= 1;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
i -= 1;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
};
|
|
154
|
-
|
|
155
|
-
_this.createOrb = function (mx, my) {
|
|
156
|
-
var dx = _this.canvasWidth / 2 - mx;
|
|
157
|
-
var dy = _this.canvasHeight / 2 - my;
|
|
158
|
-
var dist = Math.sqrt(dx * dx + dy * dy);
|
|
159
|
-
var angle = Math.atan2(dy, dx);
|
|
160
|
-
var o = {
|
|
161
|
-
x: mx,
|
|
162
|
-
y: my,
|
|
163
|
-
lastX: mx,
|
|
164
|
-
lastY: my,
|
|
165
|
-
hue: 0,
|
|
166
|
-
colorAngle: 0,
|
|
167
|
-
angle: angle + Math.PI / 2,
|
|
168
|
-
// size: .5+dist/250,
|
|
169
|
-
size: rand(1, 3) / 2,
|
|
170
|
-
centerX: _this.canvasWidth / 2,
|
|
171
|
-
centerY: _this.canvasHeight / 2,
|
|
172
|
-
radius: dist,
|
|
173
|
-
speed: rand(5, 10) / 1000 * (dist / 750) + 0.015 - 0.009,
|
|
174
|
-
alpha: 1 - Math.abs(dist) / _this.canvasWidth
|
|
175
|
-
};
|
|
176
|
-
|
|
177
|
-
_this.orbs.push(o);
|
|
178
|
-
};
|
|
179
|
-
|
|
180
|
-
_this.drawOrb = function (ctx, orb) {
|
|
181
|
-
ctx.strokeStyle = "hsla(".concat(orb.colorAngle, ",100%,50%,1)");
|
|
182
|
-
ctx.lineWidth = orb.size;
|
|
183
|
-
ctx.beginPath();
|
|
184
|
-
ctx.moveTo(orb.lastX, orb.lastY);
|
|
185
|
-
ctx.lineTo(orb.x, orb.y);
|
|
186
|
-
ctx.stroke();
|
|
187
|
-
};
|
|
188
|
-
|
|
189
|
-
_this.createOrbByExist = function (o) {
|
|
190
|
-
var orb = o;
|
|
191
|
-
var mxNew = orb.x;
|
|
192
|
-
var myNew = orb.y;
|
|
193
|
-
var x1 = _this.canvasWidth / 2;
|
|
194
|
-
var y1 = _this.canvasHeight / 2;
|
|
195
|
-
var x2 = mxNew;
|
|
196
|
-
var y2 = myNew;
|
|
197
|
-
var rise = y1 - y2;
|
|
198
|
-
var run = x1 - x2;
|
|
199
|
-
var slope = -(rise / run);
|
|
200
|
-
var radian = Math.atan(slope);
|
|
201
|
-
var angleH = Math.floor(radian * (180 / Math.PI));
|
|
202
|
-
|
|
203
|
-
if (x2 < x1 && y2 < y1) {
|
|
204
|
-
angleH += 180;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
if (x2 < x1 && y2 > y1) {
|
|
208
|
-
angleH += 180;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
if (x2 > x1 && y2 > y1) {
|
|
212
|
-
angleH += 360;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
if (y2 < y1 && slope === -Infinity) {
|
|
216
|
-
angleH = 90;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
if (y2 > y1 && slope === Infinity) {
|
|
220
|
-
angleH = 270;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
if (x2 < x1 && slope === 0) {
|
|
224
|
-
angleH = 180;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
if (Number.isNaN(angleH)) {
|
|
228
|
-
angleH = 0;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
orb.x = orb.centerX + Math.sin(orb.angle * -1) * orb.radius;
|
|
232
|
-
orb.y = orb.centerY + Math.cos(orb.angle * -1) * orb.radius;
|
|
233
|
-
orb.lastX = orb.x;
|
|
234
|
-
orb.lastY = orb.y;
|
|
235
|
-
orb.colorAngle = angleH;
|
|
236
|
-
orb.angle += orb.speed;
|
|
237
|
-
return orb;
|
|
238
|
-
};
|
|
239
|
-
|
|
240
|
-
return _this;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
return _createClass(RadarScanning);
|
|
244
|
-
}(_Core2.default);
|
|
245
|
-
|
|
246
|
-
RadarScanning.defaultProps = {
|
|
247
|
-
number: 100,
|
|
248
|
-
trail: true
|
|
249
|
-
};
|
|
250
|
-
var _default = RadarScanning;
|
|
251
|
-
exports.default = _default;
|
|
Binary file
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export default Spirit;
|
|
2
|
-
declare class Spirit extends Core {
|
|
3
|
-
circles: any[];
|
|
4
|
-
doAfterDidMount: () => void;
|
|
5
|
-
animate: () => void;
|
|
6
|
-
createCircle: () => {
|
|
7
|
-
pos: {
|
|
8
|
-
x: number;
|
|
9
|
-
y: number;
|
|
10
|
-
};
|
|
11
|
-
alpha: number;
|
|
12
|
-
scale: number;
|
|
13
|
-
velocity: number;
|
|
14
|
-
};
|
|
15
|
-
drawCircle: (ctx: any, circle: any) => void;
|
|
16
|
-
buildContainorStyle: () => {
|
|
17
|
-
backgroundColor: string;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
declare namespace Spirit {
|
|
21
|
-
const defaultProps: {};
|
|
22
|
-
}
|
|
23
|
-
import Core from "../Core";
|