antd-management-fast-framework 1.12.103 → 2.1.1

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.
Files changed (460) hide show
  1. package/es/components/ApplicationWrapper/index.d.ts +9 -0
  2. package/es/components/Bootstrap/index.d.ts +3 -0
  3. package/es/{customComponents → components}/DataPreviewDrawer/index.d.ts +5 -6
  4. package/es/{customComponents/Exception → components/LoadingOverlay}/index.d.ts +1 -3
  5. package/es/components/MobileContainor/MobileHtmlPreviewBox/index.d.ts +10 -0
  6. package/es/components/MobileContainor/MobilePreviewArea/index.d.ts +75 -0
  7. package/es/{customComponents → components}/MobileContainor/MobilePreviewDrawer/index.d.ts +8 -8
  8. package/es/components/MobileContainor/index.d.ts +8 -0
  9. package/es/components/index.d.ts +5 -0
  10. package/es/configs/index.d.ts +2 -0
  11. package/es/configs/themeCollection.d.ts +7 -0
  12. package/es/{configGroup → configs}/webpackPlugin.d.ts +0 -7
  13. package/es/framework/AuthorizationWrapper/index.d.ts +8 -5
  14. package/es/framework/ButtonExtension/SelectButton/Base/index.d.ts +5 -6
  15. package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.d.ts +6 -7
  16. package/es/framework/ButtonExtension/SelectButton/index.d.ts +6 -0
  17. package/es/framework/ButtonExtension/index.d.ts +1 -0
  18. package/es/framework/Common/InternalBuild/index.d.ts +26 -0
  19. package/es/framework/Common/InternalFlow/index.d.ts +149 -0
  20. package/es/framework/Common/InternalLayout/index.d.ts +9 -0
  21. package/es/framework/Common/InternalTabFlow/index.d.ts +12 -0
  22. package/es/framework/Common/index.d.ts +2 -205
  23. package/es/framework/Core/index.d.ts +17 -6
  24. package/es/framework/CustomWrapper/Supplement/index.d.ts +2 -3
  25. package/es/framework/CustomWrapper/SupplementCore/index.d.ts +2 -4
  26. package/es/framework/CustomWrapper/SupplementWrapper/index.d.ts +2 -3
  27. package/es/framework/CustomWrapper/index.d.ts +3 -0
  28. package/es/framework/DataDrawer/Base/index.d.ts +16 -18
  29. package/es/framework/DataDrawer/BaseAddDrawer/index.d.ts +3 -4
  30. package/es/framework/DataDrawer/BaseLoadDrawer/index.d.ts +3 -4
  31. package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.d.ts +3 -4
  32. package/es/framework/DataDrawer/BaseSaveDrawer/index.d.ts +2 -3
  33. package/es/framework/DataDrawer/BaseUpdateDrawer/index.d.ts +2 -3
  34. package/es/framework/DataDrawer/index.d.ts +14 -0
  35. package/es/framework/DataForm/BaseAddForm/index.d.ts +7 -7
  36. package/es/framework/DataForm/BaseUpdateForm/index.d.ts +3 -4
  37. package/es/framework/DataForm/BaseUpdateFormContent/index.d.ts +2 -3
  38. package/es/framework/DataForm/BaseUpdateFormTab/index.d.ts +3 -3
  39. package/es/framework/DataForm/index.d.ts +10 -0
  40. package/es/framework/DataListView/Base/index.d.ts +38 -82
  41. package/es/framework/DataListView/BatchAction/index.d.ts +3 -3
  42. package/es/framework/DataListView/ColumnSetting/DndItem.d.ts +1 -2
  43. package/es/framework/DataListView/ColumnSetting/index.d.ts +1 -2
  44. package/es/framework/DataListView/DensityAction/index.d.ts +2 -3
  45. package/es/framework/DataListView/index.d.ts +10 -0
  46. package/es/framework/DataMenuContainer/index.d.ts +8 -10
  47. package/es/framework/DataModal/Base/index.d.ts +10 -12
  48. package/es/framework/DataModal/BaseAddModal/index.d.ts +2 -3
  49. package/es/framework/DataModal/BaseLoadModal/index.d.ts +3 -4
  50. package/es/framework/DataModal/BaseNeedlessLoadModal/index.d.ts +6 -6
  51. package/es/framework/DataModal/BaseSelectModal/index.d.ts +4 -4
  52. package/es/framework/DataModal/BaseUpdateModal/index.d.ts +2 -3
  53. package/es/framework/DataModal/BaseUpdateTransferModal/index.d.ts +5 -5
  54. package/es/framework/DataModal/index.d.ts +16 -0
  55. package/es/framework/DataMultiPageView/InnerMultiPage/index.d.ts +3 -3
  56. package/es/framework/DataMultiPageView/MultiPage/index.d.ts +4 -3
  57. package/es/framework/DataMultiPageView/MultiPageDrawer/index.d.ts +19 -21
  58. package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +4 -5
  59. package/es/framework/DataMultiPageView/index.d.ts +10 -0
  60. package/es/framework/DataOperation/Base/index.d.ts +2 -3
  61. package/es/framework/DataOperation/BaseView/index.d.ts +2 -3
  62. package/es/framework/DataOperation/BaseWindow/index.d.ts +13 -14
  63. package/es/framework/DataOperation/index.d.ts +8 -0
  64. package/es/framework/DataSinglePageView/InnerSinglePage/index.d.ts +3 -3
  65. package/es/framework/DataSinglePageView/SinglePage/index.d.ts +9 -4
  66. package/es/framework/DataSinglePageView/SinglePageDrawer/index.d.ts +19 -21
  67. package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.d.ts +4 -5
  68. package/es/framework/DataSinglePageView/index.d.ts +10 -0
  69. package/es/framework/DataSingleView/DataCore/index.d.ts +13 -40
  70. package/es/framework/DataSingleView/DataLoad/index.d.ts +5 -5
  71. package/es/framework/DataSingleView/index.d.ts +6 -0
  72. package/es/framework/DataTabContainer/index.d.ts +6 -29
  73. package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.d.ts +6 -7
  74. package/es/framework/FieldExtension/SelectFieldDrawer/{SelectFieldDrawerBase → SelectFieldInteractiveBase}/index.d.ts +6 -7
  75. package/es/framework/FieldExtension/SelectFieldDrawer/index.d.ts +6 -0
  76. package/es/framework/FieldExtension/index.d.ts +4 -0
  77. package/es/framework/Wrapper/index.d.ts +2 -3
  78. package/es/framework/index.d.ts +17 -7
  79. package/es/index.css +12 -0
  80. package/es/index.d.ts +5 -1
  81. package/es/index.js +3 -8
  82. package/es/modelBuilders/index.d.ts +1 -0
  83. package/es/modelBuilders/schedulingControl.d.ts +68 -0
  84. package/es/services/schedulingControl.d.ts +4 -0
  85. package/es/utils/applicationListDataAssist.d.ts +4 -0
  86. package/es/utils/applicationListDataCacheAssist.d.ts +24 -0
  87. package/es/utils/bootstrap.d.ts +4 -0
  88. package/es/utils/configAssist.d.ts +1 -0
  89. package/es/utils/currentOperatorAssist.d.ts +5 -0
  90. package/es/utils/definition.d.ts +4 -0
  91. package/es/utils/index.d.ts +8 -0
  92. package/es/utils/layoutSettingAssist.d.ts +2 -0
  93. package/es/utils/metaDataAssist.d.ts +5 -0
  94. package/es/utils/schedulingControlAssist.d.ts +10 -0
  95. package/package.json +122 -195
  96. package/License.txt +0 -21
  97. package/README.md +0 -35
  98. package/es/configGroup/configGeneral.d.ts +0 -56
  99. package/es/configGroup/configGeneral.js +0 -143
  100. package/es/configGroup/themeCollection.d.ts +0 -29
  101. package/es/configGroup/themeCollection.js +0 -117
  102. package/es/configGroup/webpackPlugin.js +0 -166
  103. package/es/customComponents/AMap/UIPoiPicker.d.ts +0 -8
  104. package/es/customComponents/AMap/UIPoiPicker.js +0 -78
  105. package/es/customComponents/AMap/UIPositionPicker.d.ts +0 -8
  106. package/es/customComponents/AMap/UIPositionPicker.js +0 -87
  107. package/es/customComponents/ActiveChart/index.d.ts +0 -17
  108. package/es/customComponents/ActiveChart/index.js +0 -168
  109. package/es/customComponents/ActiveChart/index.less +0 -58
  110. package/es/customComponents/AnimalBox/FadeBox/index.d.ts +0 -14
  111. package/es/customComponents/AnimalBox/FadeBox/index.js +0 -82
  112. package/es/customComponents/AnimalBox/FadeBox/index.less +0 -61
  113. package/es/customComponents/AnimalBox/QueueBox/index.d.ts +0 -12
  114. package/es/customComponents/AnimalBox/QueueBox/index.js +0 -76
  115. package/es/customComponents/AnimalBox/QueueListBox/index.d.ts +0 -15
  116. package/es/customComponents/AnimalBox/QueueListBox/index.js +0 -117
  117. package/es/customComponents/AnimalBox/QueueListBox/index.less +0 -16
  118. package/es/customComponents/AnimalBox/RotateBox/index.d.ts +0 -14
  119. package/es/customComponents/AnimalBox/RotateBox/index.js +0 -85
  120. package/es/customComponents/ArticleListContent/index.d.ts +0 -10
  121. package/es/customComponents/ArticleListContent/index.js +0 -49
  122. package/es/customComponents/ArticleListContent/index.less +0 -41
  123. package/es/customComponents/AudioUpload/index.d.ts +0 -39
  124. package/es/customComponents/AudioUpload/index.js +0 -478
  125. package/es/customComponents/Authorized/Authorized.d.ts +0 -6
  126. package/es/customComponents/Authorized/Authorized.js +0 -33
  127. package/es/customComponents/Authorized/AuthorizedRoute.d.ts +0 -8
  128. package/es/customComponents/Authorized/AuthorizedRoute.js +0 -50
  129. package/es/customComponents/Authorized/CheckPermissions.d.ts +0 -11
  130. package/es/customComponents/Authorized/CheckPermissions.js +0 -106
  131. package/es/customComponents/Authorized/PromiseRender.d.ts +0 -13
  132. package/es/customComponents/Authorized/PromiseRender.js +0 -151
  133. package/es/customComponents/Authorized/Secured.d.ts +0 -18
  134. package/es/customComponents/Authorized/Secured.js +0 -95
  135. package/es/customComponents/Authorized/index.d.ts +0 -2
  136. package/es/customComponents/Authorized/index.js +0 -22
  137. package/es/customComponents/Authorized/renderAuthorize.d.ts +0 -3
  138. package/es/customComponents/Authorized/renderAuthorize.js +0 -37
  139. package/es/customComponents/AvatarList/index.d.ts +0 -17
  140. package/es/customComponents/AvatarList/index.js +0 -99
  141. package/es/customComponents/AvatarList/index.less +0 -53
  142. package/es/customComponents/AvatarList/index.test.d.ts +0 -1
  143. package/es/customComponents/Canvas/Bubbly/index.d.ts +0 -20
  144. package/es/customComponents/Canvas/Bubbly/index.js +0 -182
  145. package/es/customComponents/Canvas/Core/index.d.ts +0 -28
  146. package/es/customComponents/Canvas/Core/index.js +0 -163
  147. package/es/customComponents/Canvas/RadarScanning/index.d.ts +0 -20
  148. package/es/customComponents/Canvas/RadarScanning/index.js +0 -251
  149. package/es/customComponents/Canvas/Ribbon.7z +0 -0
  150. package/es/customComponents/Canvas/Spirit/index.d.ts +0 -23
  151. package/es/customComponents/Canvas/Spirit/index.js +0 -119
  152. package/es/customComponents/Canvas/index.d.ts +0 -12
  153. package/es/customComponents/Canvas/index.js +0 -27
  154. package/es/customComponents/CenterBox/index.d.ts +0 -7
  155. package/es/customComponents/CenterBox/index.js +0 -70
  156. package/es/customComponents/Charts/Bar/index.d.ts +0 -10
  157. package/es/customComponents/Charts/Bar/index.js +0 -129
  158. package/es/customComponents/Charts/ChartCard/index.d.ts +0 -8
  159. package/es/customComponents/Charts/ChartCard/index.js +0 -160
  160. package/es/customComponents/Charts/ChartCard/index.less +0 -90
  161. package/es/customComponents/Charts/Field/index.d.ts +0 -6
  162. package/es/customComponents/Charts/Field/index.js +0 -37
  163. package/es/customComponents/Charts/Field/index.less +0 -19
  164. package/es/customComponents/Charts/Gauge/index.d.ts +0 -2
  165. package/es/customComponents/Charts/Gauge/index.js +0 -185
  166. package/es/customComponents/Charts/MiniArea/index.d.ts +0 -2
  167. package/es/customComponents/Charts/MiniArea/index.js +0 -107
  168. package/es/customComponents/Charts/MiniBar/index.d.ts +0 -2
  169. package/es/customComponents/Charts/MiniBar/index.js +0 -62
  170. package/es/customComponents/Charts/MiniProgress/index.d.ts +0 -8
  171. package/es/customComponents/Charts/MiniProgress/index.js +0 -55
  172. package/es/customComponents/Charts/MiniProgress/index.less +0 -42
  173. package/es/customComponents/Charts/Pie/index.d.ts +0 -10
  174. package/es/customComponents/Charts/Pie/index.js +0 -195
  175. package/es/customComponents/Charts/Pie/index.less +0 -104
  176. package/es/customComponents/Charts/TagCloud/index.d.ts +0 -23
  177. package/es/customComponents/Charts/TagCloud/index.js +0 -276
  178. package/es/customComponents/Charts/TagCloud/index.less +0 -7
  179. package/es/customComponents/Charts/TimelineChart/index.d.ts +0 -2
  180. package/es/customComponents/Charts/TimelineChart/index.js +0 -173
  181. package/es/customComponents/Charts/TimelineChart/index.less +0 -5
  182. package/es/customComponents/Charts/WaterWave/index.d.ts +0 -18
  183. package/es/customComponents/Charts/WaterWave/index.js +0 -319
  184. package/es/customComponents/Charts/WaterWave/index.less +0 -32
  185. package/es/customComponents/Charts/autoHeight.d.ts +0 -13
  186. package/es/customComponents/Charts/autoHeight.js +0 -123
  187. package/es/customComponents/Charts/bizcharts.d.ts +0 -2
  188. package/es/customComponents/Charts/bizcharts.js +0 -17
  189. package/es/customComponents/Charts/index.d.ts +0 -27
  190. package/es/customComponents/Charts/index.js +0 -119
  191. package/es/customComponents/Charts/index.less +0 -26
  192. package/es/customComponents/ColorText/index.d.ts +0 -22
  193. package/es/customComponents/ColorText/index.js +0 -139
  194. package/es/customComponents/Countdown/index.d.ts +0 -22
  195. package/es/customComponents/Countdown/index.js +0 -158
  196. package/es/customComponents/Countdown/index.less +0 -5
  197. package/es/customComponents/DataPreviewDrawer/index.js +0 -178
  198. package/es/customComponents/DataPreviewDrawer/index.less +0 -10
  199. package/es/customComponents/DecorateAvatar/index.d.ts +0 -37
  200. package/es/customComponents/DecorateAvatar/index.js +0 -199
  201. package/es/customComponents/DisplayCopyData/index.d.ts +0 -10
  202. package/es/customComponents/DisplayCopyData/index.js +0 -86
  203. package/es/customComponents/EditableItem/index.d.ts +0 -12
  204. package/es/customComponents/EditableItem/index.js +0 -121
  205. package/es/customComponents/EditableItem/index.less +0 -25
  206. package/es/customComponents/EditableLinkGroup/index.d.ts +0 -23
  207. package/es/customComponents/EditableLinkGroup/index.js +0 -99
  208. package/es/customComponents/EditableLinkGroup/index.less +0 -18
  209. package/es/customComponents/Editor/TinymceWrapper/index.d.ts +0 -19
  210. package/es/customComponents/Editor/TinymceWrapper/index.js +0 -254
  211. package/es/customComponents/Ellipsis/index.d.ts +0 -26
  212. package/es/customComponents/Ellipsis/index.js +0 -389
  213. package/es/customComponents/Ellipsis/index.less +0 -28
  214. package/es/customComponents/Ellipsis/index.test.d.ts +0 -1
  215. package/es/customComponents/EllipsisCustom/index.d.ts +0 -26
  216. package/es/customComponents/EllipsisCustom/index.js +0 -355
  217. package/es/customComponents/EllipsisCustom/index.less +0 -27
  218. package/es/customComponents/EverySpace/index.d.ts +0 -16
  219. package/es/customComponents/EverySpace/index.js +0 -105
  220. package/es/customComponents/Exception/index.js +0 -121
  221. package/es/customComponents/Exception/index.less +0 -92
  222. package/es/customComponents/Exception/typeConfig.d.ts +0 -18
  223. package/es/customComponents/Exception/typeConfig.js +0 -25
  224. package/es/customComponents/FigureRange/index.d.ts +0 -133
  225. package/es/customComponents/FigureRange/index.js +0 -335
  226. package/es/customComponents/FigureRange/index.less +0 -73
  227. package/es/customComponents/FileBase64Upload/index.d.ts +0 -27
  228. package/es/customComponents/FileBase64Upload/index.js +0 -205
  229. package/es/customComponents/FileUpload/index.d.ts +0 -35
  230. package/es/customComponents/FileUpload/index.js +0 -402
  231. package/es/customComponents/FlexBox/index.d.ts +0 -24
  232. package/es/customComponents/FlexBox/index.js +0 -186
  233. package/es/customComponents/FlexText/index.d.ts +0 -21
  234. package/es/customComponents/FlexText/index.js +0 -109
  235. package/es/customComponents/FlexText/index.less +0 -3
  236. package/es/customComponents/FooterToolbar/index.d.ts +0 -16
  237. package/es/customComponents/FooterToolbar/index.js +0 -132
  238. package/es/customComponents/FooterToolbar/index.less +0 -33
  239. package/es/customComponents/FromDisplayItem/index.d.ts +0 -14
  240. package/es/customComponents/FromDisplayItem/index.js +0 -73
  241. package/es/customComponents/FromDisplayItem/index.less +0 -5
  242. package/es/customComponents/FunctionComponent/index.d.ts +0 -443
  243. package/es/customComponents/FunctionComponent/index.js +0 -3404
  244. package/es/customComponents/FunctionComponent/index.less +0 -63
  245. package/es/customComponents/FunctionSupplement/Whether/index.d.ts +0 -46
  246. package/es/customComponents/FunctionSupplement/Whether/index.js +0 -181
  247. package/es/customComponents/GlobalFooter/index.d.ts +0 -6
  248. package/es/customComponents/GlobalFooter/index.js +0 -39
  249. package/es/customComponents/GlobalFooter/index.less +0 -29
  250. package/es/customComponents/HelpBox/index.d.ts +0 -18
  251. package/es/customComponents/HelpBox/index.js +0 -192
  252. package/es/customComponents/HelpBox/index.less +0 -16
  253. package/es/customComponents/HelpCard/index.d.ts +0 -18
  254. package/es/customComponents/HelpCard/index.js +0 -91
  255. package/es/customComponents/HtmlBox/index.d.ts +0 -20
  256. package/es/customComponents/HtmlBox/index.js +0 -118
  257. package/es/customComponents/HtmlBox/index.less +0 -7
  258. package/es/customComponents/IconFont/index.d.ts +0 -2
  259. package/es/customComponents/IconFont/index.js +0 -14
  260. package/es/customComponents/IconInfo/index.d.ts +0 -32
  261. package/es/customComponents/IconInfo/index.js +0 -373
  262. package/es/customComponents/IconInfo/index.less +0 -5
  263. package/es/customComponents/ImageBox/index.d.ts +0 -60
  264. package/es/customComponents/ImageBox/index.js +0 -376
  265. package/es/customComponents/ImageBox/index.less +0 -114
  266. package/es/customComponents/ImageContentPreview/index.d.ts +0 -21
  267. package/es/customComponents/ImageContentPreview/index.js +0 -173
  268. package/es/customComponents/ImageContentPreview/index.less +0 -9
  269. package/es/customComponents/ImageUpload/index.d.ts +0 -45
  270. package/es/customComponents/ImageUpload/index.js +0 -413
  271. package/es/customComponents/ImageUpload/index.less +0 -81
  272. package/es/customComponents/MobileContainor/ContentView/index.d.ts +0 -20
  273. package/es/customComponents/MobileContainor/ContentView/index.js +0 -152
  274. package/es/customComponents/MobileContainor/ContentView/index.less +0 -30
  275. package/es/customComponents/MobileContainor/Devices/GalaxyNote8/index.d.ts +0 -19
  276. package/es/customComponents/MobileContainor/Devices/GalaxyNote8/index.js +0 -121
  277. package/es/customComponents/MobileContainor/Devices/IPhone5S/index.d.ts +0 -20
  278. package/es/customComponents/MobileContainor/Devices/IPhone5S/index.js +0 -124
  279. package/es/customComponents/MobileContainor/Devices/Iphone8/index.d.ts +0 -20
  280. package/es/customComponents/MobileContainor/Devices/Iphone8/index.js +0 -124
  281. package/es/customComponents/MobileContainor/Devices/Iphone8plus/index.d.ts +0 -20
  282. package/es/customComponents/MobileContainor/Devices/Iphone8plus/index.js +0 -124
  283. package/es/customComponents/MobileContainor/Devices/IphoneX/index.d.ts +0 -20
  284. package/es/customComponents/MobileContainor/Devices/IphoneX/index.js +0 -130
  285. package/es/customComponents/MobileContainor/Devices/RoughSketch/index.d.ts +0 -19
  286. package/es/customComponents/MobileContainor/Devices/RoughSketch/index.js +0 -97
  287. package/es/customComponents/MobileContainor/Devices/RoughSketch/index.less +0 -34
  288. package/es/customComponents/MobileContainor/Devices/devices.less +0 -2815
  289. package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.d.ts +0 -12
  290. package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.js +0 -80
  291. package/es/customComponents/MobileContainor/MobilePreviewArea/index.d.ts +0 -49
  292. package/es/customComponents/MobileContainor/MobilePreviewArea/index.js +0 -220
  293. package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.js +0 -176
  294. package/es/customComponents/MobileContainor/MobileSimulation/index.d.ts +0 -23
  295. package/es/customComponents/MobileContainor/MobileSimulation/index.js +0 -243
  296. package/es/customComponents/NoticeIconCustom/NoticeList.d.ts +0 -10
  297. package/es/customComponents/NoticeIconCustom/NoticeList.js +0 -81
  298. package/es/customComponents/NoticeIconCustom/NoticeList.less +0 -90
  299. package/es/customComponents/NoticeIconCustom/index.d.ts +0 -25
  300. package/es/customComponents/NoticeIconCustom/index.js +0 -201
  301. package/es/customComponents/NoticeIconCustom/index.less +0 -31
  302. package/es/customComponents/NumberInfo/index.d.ts +0 -12
  303. package/es/customComponents/NumberInfo/index.js +0 -60
  304. package/es/customComponents/NumberInfo/index.less +0 -77
  305. package/es/customComponents/PageLoading/index.d.ts +0 -2
  306. package/es/customComponents/PageLoading/index.js +0 -13
  307. package/es/customComponents/PercentageBox/index.d.ts +0 -12
  308. package/es/customComponents/PercentageBox/index.js +0 -70
  309. package/es/customComponents/PriceBox/index.d.ts +0 -18
  310. package/es/customComponents/PriceBox/index.js +0 -115
  311. package/es/customComponents/Result/index.d.ts +0 -9
  312. package/es/customComponents/Result/index.js +0 -57
  313. package/es/customComponents/Result/index.less +0 -58
  314. package/es/customComponents/StandardFormRow/index.d.ts +0 -9
  315. package/es/customComponents/StandardFormRow/index.js +0 -47
  316. package/es/customComponents/StandardFormRow/index.less +0 -81
  317. package/es/customComponents/StandardTable/index.d.ts +0 -17
  318. package/es/customComponents/StandardTable/index.js +0 -217
  319. package/es/customComponents/StandardTable/index.less +0 -7
  320. package/es/customComponents/StandardTableCustom/index.d.ts +0 -22
  321. package/es/customComponents/StandardTableCustom/index.js +0 -234
  322. package/es/customComponents/StandardTableCustom/index.less +0 -21
  323. package/es/customComponents/StatusBar/index.d.ts +0 -13
  324. package/es/customComponents/StatusBar/index.js +0 -128
  325. package/es/customComponents/TagSelect/index.d.ts +0 -34
  326. package/es/customComponents/TagSelect/index.js +0 -226
  327. package/es/customComponents/TagSelect/index.less +0 -38
  328. package/es/customComponents/TimeLineCustom/index.d.ts +0 -37
  329. package/es/customComponents/TimeLineCustom/index.js +0 -273
  330. package/es/customComponents/TimeLineCustom/index.less +0 -180
  331. package/es/customComponents/Trend/index.d.ts +0 -10
  332. package/es/customComponents/Trend/index.js +0 -49
  333. package/es/customComponents/Trend/index.less +0 -41
  334. package/es/customComponents/VerticalBox/index.d.ts +0 -15
  335. package/es/customComponents/VerticalBox/index.js +0 -138
  336. package/es/customComponents/VerticalBox/index.less +0 -7
  337. package/es/customComponents/VideoUpload/index.d.ts +0 -39
  338. package/es/customComponents/VideoUpload/index.js +0 -472
  339. package/es/customComponents/_utils/pathTools.d.ts +0 -1
  340. package/es/customComponents/_utils/pathTools.js +0 -15
  341. package/es/customComponents/_utils/pathTools.test.d.ts +0 -1
  342. package/es/customComponents/index.d.ts +0 -7
  343. package/es/customComponents/index.js +0 -16
  344. package/es/framework/AuthorizationWrapper/index.js +0 -117
  345. package/es/framework/Base/index.d.ts +0 -68
  346. package/es/framework/Base/index.js +0 -338
  347. package/es/framework/ButtonExtension/SelectButton/Base/index.js +0 -116
  348. package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.js +0 -177
  349. package/es/framework/Common/index.js +0 -2481
  350. package/es/framework/Common/index.less +0 -13
  351. package/es/framework/Core/index.js +0 -79
  352. package/es/framework/CustomBase/index.d.ts +0 -8
  353. package/es/framework/CustomBase/index.js +0 -77
  354. package/es/framework/CustomWrapper/Supplement/index.js +0 -64
  355. package/es/framework/CustomWrapper/SupplementCore/index.js +0 -150
  356. package/es/framework/CustomWrapper/SupplementWrapper/index.js +0 -58
  357. package/es/framework/DataDrawer/Base/index.js +0 -447
  358. package/es/framework/DataDrawer/Base/index.less +0 -27
  359. package/es/framework/DataDrawer/BaseAddDrawer/index.js +0 -98
  360. package/es/framework/DataDrawer/BaseLoadDrawer/index.js +0 -75
  361. package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.js +0 -100
  362. package/es/framework/DataDrawer/BaseSaveDrawer/index.js +0 -87
  363. package/es/framework/DataDrawer/BaseUpdateDrawer/index.js +0 -83
  364. package/es/framework/DataForm/BaseAddForm/index.js +0 -328
  365. package/es/framework/DataForm/BaseAddForm/index.less +0 -51
  366. package/es/framework/DataForm/BaseUpdateForm/index.js +0 -202
  367. package/es/framework/DataForm/BaseUpdateFormContent/index.js +0 -62
  368. package/es/framework/DataForm/BaseUpdateFormTab/index.js +0 -49
  369. package/es/framework/DataListView/Base/index.js +0 -1578
  370. package/es/framework/DataListView/Base/index.less +0 -161
  371. package/es/framework/DataListView/BatchAction/index.js +0 -103
  372. package/es/framework/DataListView/BatchAction/index.less +0 -5
  373. package/es/framework/DataListView/ColumnSetting/DndItem.js +0 -139
  374. package/es/framework/DataListView/ColumnSetting/index.js +0 -368
  375. package/es/framework/DataListView/ColumnSetting/index.less +0 -60
  376. package/es/framework/DataListView/DensityAction/index.js +0 -118
  377. package/es/framework/DataMenuContainer/index.js +0 -341
  378. package/es/framework/DataMenuContainer/index.less +0 -100
  379. package/es/framework/DataModal/Base/index.js +0 -285
  380. package/es/framework/DataModal/Base/index.less +0 -6
  381. package/es/framework/DataModal/BaseAddModal/index.js +0 -70
  382. package/es/framework/DataModal/BaseLoadModal/index.js +0 -75
  383. package/es/framework/DataModal/BaseNeedlessLoadModal/index.js +0 -113
  384. package/es/framework/DataModal/BaseSelectModal/index.js +0 -73
  385. package/es/framework/DataModal/BaseUpdateModal/index.js +0 -49
  386. package/es/framework/DataModal/BaseUpdateTransferModal/index.js +0 -162
  387. package/es/framework/DataMultiPageView/InnerMultiPage/index.js +0 -62
  388. package/es/framework/DataMultiPageView/InnerMultiPage/index.less +0 -125
  389. package/es/framework/DataMultiPageView/MultiPage/index.js +0 -333
  390. package/es/framework/DataMultiPageView/MultiPageDrawer/index.js +0 -511
  391. package/es/framework/DataMultiPageView/MultiPageDrawer/index.less +0 -65
  392. package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.js +0 -117
  393. package/es/framework/DataOperation/Base/index.js +0 -380
  394. package/es/framework/DataOperation/BaseView/index.js +0 -78
  395. package/es/framework/DataOperation/BaseWindow/index.js +0 -378
  396. package/es/framework/DataSinglePageView/InnerSinglePage/index.js +0 -62
  397. package/es/framework/DataSinglePageView/InnerSinglePage/index.less +0 -50
  398. package/es/framework/DataSinglePageView/SinglePage/index.js +0 -278
  399. package/es/framework/DataSinglePageView/SinglePageDrawer/index.js +0 -489
  400. package/es/framework/DataSinglePageView/SinglePageDrawer/index.less +0 -33
  401. package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.js +0 -120
  402. package/es/framework/DataSingleView/DataCore/index.js +0 -330
  403. package/es/framework/DataSingleView/DataCore/index.less +0 -7
  404. package/es/framework/DataSingleView/DataLoad/index.js +0 -169
  405. package/es/framework/DataTabContainer/index.js +0 -280
  406. package/es/framework/DataTabContainer/index.less +0 -51
  407. package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.js +0 -185
  408. package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldDrawerBase/index.js +0 -191
  409. package/es/framework/Wrapper/index.js +0 -58
  410. package/es/framework/index.js +0 -60
  411. package/es/utils/Authorized.d.ts +0 -4
  412. package/es/utils/Authorized.js +0 -52
  413. package/es/utils/Yuan.d.ts +0 -13
  414. package/es/utils/Yuan.js +0 -92
  415. package/es/utils/actionAssist.d.ts +0 -44
  416. package/es/utils/actionAssist.js +0 -467
  417. package/es/utils/appConfiguration.d.ts +0 -70
  418. package/es/utils/appConfiguration.js +0 -403
  419. package/es/utils/authority.d.ts +0 -7
  420. package/es/utils/authority.js +0 -259
  421. package/es/utils/cacheAssist.d.ts +0 -85
  422. package/es/utils/cacheAssist.js +0 -317
  423. package/es/utils/constants.d.ts +0 -859
  424. package/es/utils/constants.js +0 -1540
  425. package/es/utils/core.d.ts +0 -25
  426. package/es/utils/core.js +0 -95
  427. package/es/utils/defaultSettingsSpecial.d.ts +0 -67
  428. package/es/utils/defaultSettingsSpecial.js +0 -53
  429. package/es/utils/developAssist.d.ts +0 -41
  430. package/es/utils/developAssist.js +0 -224
  431. package/es/utils/dva.d.ts +0 -31
  432. package/es/utils/dva.js +0 -54
  433. package/es/utils/globalModel.d.ts +0 -17
  434. package/es/utils/globalModel.js +0 -40
  435. package/es/utils/globalStorageAssist.d.ts +0 -78
  436. package/es/utils/globalStorageAssist.js +0 -239
  437. package/es/utils/localStorageAssist.d.ts +0 -47
  438. package/es/utils/localStorageAssist.js +0 -116
  439. package/es/utils/mediaDefault.d.ts +0 -11
  440. package/es/utils/mediaDefault.js +0 -24
  441. package/es/utils/proLayoutCollection.d.ts +0 -12
  442. package/es/utils/proLayoutCollection.js +0 -76
  443. package/es/utils/request.d.ts +0 -5
  444. package/es/utils/request.js +0 -243
  445. package/es/utils/requestAssistor.d.ts +0 -79
  446. package/es/utils/requestAssistor.js +0 -596
  447. package/es/utils/sessionStorageAssist.d.ts +0 -47
  448. package/es/utils/sessionStorageAssist.js +0 -116
  449. package/es/utils/tools.d.ts +0 -698
  450. package/es/utils/tools.js +0 -2205
  451. package/es/utils/typeCheck.d.ts +0 -21
  452. package/es/utils/typeCheck.js +0 -58
  453. package/es/utils/typeConvert.d.ts +0 -7
  454. package/es/utils/typeConvert.js +0 -16
  455. package/es/utils/utils.d.ts +0 -5
  456. package/es/utils/utils.js +0 -70
  457. package/es/utils/utils.less +0 -63
  458. package/es/utils/utils.test.d.ts +0 -1
  459. package/es/utils/virtualRequest.d.ts +0 -51
  460. package/es/utils/virtualRequest.js +0 -320
@@ -1,168 +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 _Charts = require("../Charts");
13
-
14
- var _NumberInfo = _interopRequireDefault(require("../NumberInfo"));
15
-
16
- var _index = _interopRequireDefault(require("./index.less"));
17
-
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
19
-
20
- 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); }
21
-
22
- 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; }
23
-
24
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
25
-
26
- function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
27
-
28
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
29
-
30
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
31
-
32
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
33
-
34
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
35
-
36
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
37
-
38
- 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); } }
39
-
40
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
41
-
42
- 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); }
43
-
44
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
45
-
46
- 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); }; }
47
-
48
- 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); }
49
-
50
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
51
-
52
- 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; } }
53
-
54
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
55
-
56
- function fixedZero(val) {
57
- return val * 1 < 10 ? "0".concat(val) : val;
58
- }
59
-
60
- function getActiveData() {
61
- var activeData = [];
62
-
63
- for (var i = 0; i < 24; i += 1) {
64
- activeData.push({
65
- x: "".concat(fixedZero(i), ":00"),
66
- y: Math.floor(Math.random() * 200) + i * 50
67
- });
68
- }
69
-
70
- return activeData;
71
- }
72
-
73
- var ActiveChart = /*#__PURE__*/function (_Component) {
74
- _inherits(ActiveChart, _Component);
75
-
76
- var _super = _createSuper(ActiveChart);
77
-
78
- function ActiveChart() {
79
- var _this;
80
-
81
- _classCallCheck(this, ActiveChart);
82
-
83
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
84
- args[_key] = arguments[_key];
85
- }
86
-
87
- _this = _super.call.apply(_super, [this].concat(args));
88
- _this.state = {
89
- activeData: getActiveData()
90
- };
91
-
92
- _this.loopData = function () {
93
- _this.requestRef = requestAnimationFrame(function () {
94
- _this.timer = setTimeout(function () {
95
- _this.setState({
96
- activeData: getActiveData()
97
- }, function () {
98
- _this.loopData();
99
- });
100
- }, 1000);
101
- });
102
- };
103
-
104
- return _this;
105
- }
106
-
107
- _createClass(ActiveChart, [{
108
- key: "componentDidMount",
109
- value: function componentDidMount() {
110
- this.loopData();
111
- }
112
- }, {
113
- key: "componentWillUnmount",
114
- value: function componentWillUnmount() {
115
- clearTimeout(this.timer);
116
- cancelAnimationFrame(this.requestRef);
117
- }
118
- }, {
119
- key: "render",
120
- value: function render() {
121
- var _this$state$activeDat = this.state.activeData,
122
- activeData = _this$state$activeDat === void 0 ? [] : _this$state$activeDat;
123
- return /*#__PURE__*/_react.default.createElement("div", {
124
- className: _index.default.activeChart
125
- }, /*#__PURE__*/_react.default.createElement(_NumberInfo.default, {
126
- subTitle: "\u76EE\u6807\u8BC4\u4F30",
127
- total: "\u6709\u671B\u8FBE\u5230\u9884\u671F"
128
- }), /*#__PURE__*/_react.default.createElement("div", {
129
- style: {
130
- marginTop: 32
131
- }
132
- }, /*#__PURE__*/_react.default.createElement(_Charts.MiniArea, {
133
- animate: false,
134
- line: true,
135
- borderWidth: 2,
136
- height: 84,
137
- scale: {
138
- y: {
139
- tickCount: 3
140
- }
141
- },
142
- yAxis: {
143
- tickLine: false,
144
- label: false,
145
- title: false,
146
- line: false
147
- },
148
- data: activeData
149
- })), activeData && /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("div", {
150
- className: _index.default.activeChartGrid
151
- }, /*#__PURE__*/_react.default.createElement("p", null, _toConsumableArray(activeData).sort()[activeData.length - 1].y + 200, " \u4EBF\u5143"), /*#__PURE__*/_react.default.createElement("p", null, _toConsumableArray(activeData).sort()[Math.floor(activeData.length / 2)].y, ' ', "\u4EBF\u5143")), /*#__PURE__*/_react.default.createElement("div", {
152
- className: _index.default.dashedLine
153
- }, /*#__PURE__*/_react.default.createElement("div", {
154
- className: _index.default.line
155
- })), /*#__PURE__*/_react.default.createElement("div", {
156
- className: _index.default.dashedLine
157
- }, /*#__PURE__*/_react.default.createElement("div", {
158
- className: _index.default.line
159
- }))), activeData && /*#__PURE__*/_react.default.createElement("div", {
160
- className: _index.default.activeChartLegend
161
- }, /*#__PURE__*/_react.default.createElement("span", null, "00:00"), /*#__PURE__*/_react.default.createElement("span", null, activeData[Math.floor(activeData.length / 2)].x), /*#__PURE__*/_react.default.createElement("span", null, activeData[activeData.length - 1].x)));
162
- }
163
- }]);
164
-
165
- return ActiveChart;
166
- }(_react.Component);
167
-
168
- exports.default = ActiveChart;
@@ -1,58 +0,0 @@
1
- .activeChart {
2
- position: relative;
3
- }
4
-
5
- .activeChartGrid {
6
- p {
7
- position: absolute;
8
- top: 80px;
9
- }
10
-
11
- p:last-child {
12
- top: 115px;
13
- }
14
- }
15
-
16
- .activeChartLegend {
17
- position: relative;
18
- height: 20px;
19
- margin-top: 8px;
20
- font-size: 0;
21
- line-height: 20px;
22
-
23
- span {
24
- display: inline-block;
25
- width: 33.33%;
26
- font-size: 12px;
27
- text-align: center;
28
- }
29
-
30
- span:first-child {
31
- text-align: left;
32
- }
33
-
34
- span:last-child {
35
- text-align: right;
36
- }
37
- }
38
-
39
- .dashedLine {
40
- position: relative;
41
- top: -70px;
42
- left: -3px;
43
- height: 1px;
44
-
45
- .line {
46
- position: absolute;
47
- top: 0;
48
- left: 0;
49
- width: 100%;
50
- height: 100%;
51
- background-image: linear-gradient(to right, transparent 50%, #e9e9e9 50%);
52
- background-size: 6px;
53
- }
54
- }
55
-
56
- .dashedLine:last-child {
57
- top: -36px;
58
- }
@@ -1,14 +0,0 @@
1
- export default FadeBox;
2
- declare class FadeBox extends PureComponent<any, any, any> {
3
- constructor(props: any);
4
- constructor(props: any, context: any);
5
- render(): JSX.Element;
6
- }
7
- declare namespace FadeBox {
8
- namespace defaultProps {
9
- const show: boolean;
10
- const style: null;
11
- const bodyStyle: null;
12
- }
13
- }
14
- import { PureComponent } from "react";
@@ -1,82 +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 _rcAnimate = _interopRequireDefault(require("rc-animate"));
13
-
14
- var _index = _interopRequireDefault(require("./index.less"));
15
-
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
-
18
- 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); }
19
-
20
- 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; }
21
-
22
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
23
-
24
- 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); } }
25
-
26
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
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 FadeBox = /*#__PURE__*/function (_PureComponent) {
43
- _inherits(FadeBox, _PureComponent);
44
-
45
- var _super = _createSuper(FadeBox);
46
-
47
- function FadeBox() {
48
- _classCallCheck(this, FadeBox);
49
-
50
- return _super.apply(this, arguments);
51
- }
52
-
53
- _createClass(FadeBox, [{
54
- key: "render",
55
- value: function render() {
56
- var _this$props = this.props,
57
- style = _this$props.style,
58
- bodyStyle = _this$props.bodyStyle,
59
- show = _this$props.show,
60
- children = _this$props.children;
61
- return /*#__PURE__*/_react.default.createElement("div", {
62
- className: _index.default.fadeBox,
63
- style: style || null
64
- }, /*#__PURE__*/_react.default.createElement(_rcAnimate.default, {
65
- transitionName: "fade",
66
- transitionAppear: true
67
- }, show ? /*#__PURE__*/_react.default.createElement("div", {
68
- style: bodyStyle || null
69
- }, children) : null));
70
- }
71
- }]);
72
-
73
- return FadeBox;
74
- }(_react.PureComponent);
75
-
76
- FadeBox.defaultProps = {
77
- show: true,
78
- style: null,
79
- bodyStyle: null
80
- };
81
- var _default = FadeBox;
82
- exports.default = _default;
@@ -1,61 +0,0 @@
1
- @import '~antd/lib/style/themes/default.less';
2
-
3
- .fadeBox {
4
- .fade-enter {
5
- opacity: 0;
6
- animation-duration: 0.5s;
7
- animation-play-state: paused;
8
- animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
9
- animation-fill-mode: both;
10
- }
11
-
12
- .fade-appear {
13
- opacity: 0;
14
- animation-duration: 0.5s;
15
- animation-play-state: paused;
16
- animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
17
- animation-fill-mode: both;
18
- }
19
-
20
- .fade-leave {
21
- animation-duration: 0.5s;
22
- animation-play-state: paused;
23
- animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
24
- animation-fill-mode: both;
25
- }
26
-
27
- .fade-enter.fade-enter-active {
28
- animation-name: fade-in;
29
- animation-play-state: running;
30
- }
31
-
32
- .fade-appear.fade-appear-active {
33
- animation-name: fade-in;
34
- animation-play-state: running;
35
- }
36
-
37
- .fade-leave.fade-leave-active {
38
- animation-name: fade-out;
39
- animation-play-state: running;
40
- }
41
-
42
- @keyframes fade-in {
43
- 0% {
44
- opacity: 0;
45
- }
46
-
47
- 100% {
48
- opacity: 1;
49
- }
50
- }
51
-
52
- @keyframes fade-out {
53
- 0% {
54
- opacity: 1;
55
- }
56
-
57
- 100% {
58
- opacity: 0;
59
- }
60
- }
61
- }
@@ -1,12 +0,0 @@
1
- export default QueueBox;
2
- declare class QueueBox extends PureComponent<any, any, any> {
3
- constructor(props: any);
4
- constructor(props: any, context: any);
5
- render(): JSX.Element;
6
- }
7
- declare namespace QueueBox {
8
- namespace defaultProps {
9
- const show: boolean;
10
- }
11
- }
12
- import { PureComponent } from "react";
@@ -1,76 +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 _QueueListBox = _interopRequireDefault(require("../QueueListBox"));
13
-
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
-
16
- 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); }
17
-
18
- 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; }
19
-
20
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
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 _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); }
27
-
28
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
29
-
30
- 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); }; }
31
-
32
- 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); }
33
-
34
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
-
36
- 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; } }
37
-
38
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
39
-
40
- var QueueBox = /*#__PURE__*/function (_PureComponent) {
41
- _inherits(QueueBox, _PureComponent);
42
-
43
- var _super = _createSuper(QueueBox);
44
-
45
- function QueueBox() {
46
- _classCallCheck(this, QueueBox);
47
-
48
- return _super.apply(this, arguments);
49
- }
50
-
51
- _createClass(QueueBox, [{
52
- key: "render",
53
- value: function render() {
54
- var _this$props = this.props,
55
- show = _this$props.show,
56
- children = _this$props.children;
57
- return /*#__PURE__*/_react.default.createElement(_QueueListBox.default, {
58
- show: show,
59
- items: [{
60
- hidden: (children || null) == null,
61
- builder: function builder() {
62
- return children || null;
63
- }
64
- }]
65
- });
66
- }
67
- }]);
68
-
69
- return QueueBox;
70
- }(_react.PureComponent);
71
-
72
- QueueBox.defaultProps = {
73
- show: true
74
- };
75
- var _default = QueueBox;
76
- exports.default = _default;
@@ -1,15 +0,0 @@
1
- export default QueueListBox;
2
- declare class QueueListBox extends PureComponent<any, any, any> {
3
- constructor(props: any);
4
- constructor(props: any, context: any);
5
- render(): JSX.Element;
6
- }
7
- declare namespace QueueListBox {
8
- namespace defaultProps {
9
- const show: boolean;
10
- const style: null;
11
- const items: never[];
12
- const itemStyle: null;
13
- }
14
- }
15
- import { PureComponent } from "react";
@@ -1,117 +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 _rcQueueAnim = _interopRequireDefault(require("rc-queue-anim"));
13
-
14
- var _tools = require("../../../utils/tools");
15
-
16
- var _index = _interopRequireDefault(require("./index.less"));
17
-
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
19
-
20
- 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); }
21
-
22
- 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; }
23
-
24
- 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; }
25
-
26
- 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; }
27
-
28
- 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; }
29
-
30
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
31
-
32
- 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); } }
33
-
34
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
35
-
36
- 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); }
37
-
38
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
39
-
40
- 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); }; }
41
-
42
- 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); }
43
-
44
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
45
-
46
- 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; } }
47
-
48
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
49
-
50
- var QueueListBox = /*#__PURE__*/function (_PureComponent) {
51
- _inherits(QueueListBox, _PureComponent);
52
-
53
- var _super = _createSuper(QueueListBox);
54
-
55
- function QueueListBox() {
56
- _classCallCheck(this, QueueListBox);
57
-
58
- return _super.apply(this, arguments);
59
- }
60
-
61
- _createClass(QueueListBox, [{
62
- key: "render",
63
- value: function render() {
64
- var _this$props = this.props,
65
- style = _this$props.style,
66
- show = _this$props.show,
67
- itemStyle = _this$props.itemStyle,
68
- items = _this$props.items;
69
- var listData = (0, _tools.isArray)(items) ? items : [];
70
- var listItem = [];
71
- listData.forEach(function (o, index) {
72
- var _builder$hidden$style = _objectSpread(_objectSpread(_objectSpread({}, {
73
- builder: function builder() {
74
- return null;
75
- },
76
- hidden: false,
77
- style: null
78
- }), o), {
79
- key: "queue_box_item_".concat(index)
80
- }),
81
- key = _builder$hidden$style.key,
82
- builder = _builder$hidden$style.builder,
83
- hidden = _builder$hidden$style.hidden,
84
- liStyle = _builder$hidden$style.style;
85
-
86
- if (!hidden) {
87
- if ((0, _tools.isFunction)(builder)) {
88
- var item = builder(key);
89
- listItem.push( /*#__PURE__*/_react.default.createElement("li", {
90
- key: key,
91
- style: _objectSpread(_objectSpread({}, itemStyle || {}), liStyle || {})
92
- }, item));
93
- }
94
- }
95
- });
96
- return /*#__PURE__*/_react.default.createElement("div", {
97
- className: _index.default.queueBox,
98
- style: style || null
99
- }, /*#__PURE__*/_react.default.createElement(_rcQueueAnim.default, {
100
- component: "ul",
101
- type: ['right', 'left'],
102
- leaveReverse: true
103
- }, show ? listItem : null));
104
- }
105
- }]);
106
-
107
- return QueueListBox;
108
- }(_react.PureComponent);
109
-
110
- QueueListBox.defaultProps = {
111
- show: true,
112
- style: null,
113
- items: [],
114
- itemStyle: null
115
- };
116
- var _default = QueueListBox;
117
- exports.default = _default;
@@ -1,16 +0,0 @@
1
- @import '~antd/lib/style/themes/default.less';
2
-
3
- .queueBox {
4
- ul {
5
- display: block;
6
- margin: 0;
7
- padding: 0;
8
- overflow: hidden;
9
- list-style: none;
10
- }
11
-
12
- li {
13
- margin: 0;
14
- padding: 0;
15
- }
16
- }
@@ -1,14 +0,0 @@
1
- export default RotateBox;
2
- declare class RotateBox extends PureComponent<any, any, any> {
3
- constructor(props: any);
4
- constructor(props: any, context: any);
5
- render(): JSX.Element;
6
- }
7
- declare namespace RotateBox {
8
- namespace defaultProps {
9
- const rotate: number;
10
- const duration: number;
11
- const onClick: null;
12
- }
13
- }
14
- import { PureComponent } from "react";