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
@@ -0,0 +1,2 @@
1
+ export function configLayoutSetting(): void;
2
+ export function getLayoutSetting(): any;
@@ -0,0 +1,5 @@
1
+ export function loadMetaData({ successCallback, failCallback }: {
2
+ successCallback?: null | undefined;
3
+ failCallback?: null | undefined;
4
+ }): void;
5
+ export function getMetaData(): any;
@@ -0,0 +1,10 @@
1
+ export namespace schedulingControlAssist {
2
+ /**
3
+ * start remote loading
4
+ */
5
+ function startRemoteLoading(): void;
6
+ /**
7
+ * stop remote loading
8
+ */
9
+ function stopRemoteLoading(): void;
10
+ }
package/package.json CHANGED
@@ -1,226 +1,153 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.103",
4
- "description": "antd-management-fast-framework",
5
- "keywords": [
6
- "antd-management-fast-framework"
7
- ],
8
- "homepage": "https://github.com/kityandhero/antd-management-fast-framework.git",
9
- "bugs": {
10
- "url": "https://github.com/kityandhero/antd-management-fast-framework/issues"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/kityandhero/antd-management-fast-framework.git"
15
- },
16
- "license": "MIT",
17
- "author": "kityandhero <kityandhero@126.com>",
18
- "main": "lib/index.js",
3
+ "version": "2.1.1",
4
+ "description": "> TODO: description",
5
+ "homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
6
+ "license": "ISC",
7
+ "author": "卢志涛 <kityandhero@126.com>",
8
+ "main": "es/index.js",
19
9
  "directories": {
20
- "lib": "lib",
21
- "test": "test",
22
- "es": "lib"
10
+ "es": "es"
23
11
  },
24
12
  "files": [
25
13
  "es"
26
14
  ],
27
15
  "scripts": {
28
- "adjust-install": "cnpm install postcss-less",
29
- "build": "rimraf ./src/**/*.d.ts && rimraf ./lib && rimraf ./es && tsc -p . && father-build && rimraf ./src/**/*.d.ts",
30
- "clean-file": "rimraf ./src/.umi && rimraf ./node_modules",
31
- "delete:dts": "rimraf ./src/**/*.d.ts",
32
- "lint": "umi g tmp && npm run lint:js && npm run lint:style && npm run lint:prettier",
33
- "lint-staged": "lint-staged",
34
- "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
35
- "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
36
- "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
37
- "lint:prettier": "prettier --check \"**/*\" --end-of-line auto",
38
- "lint:style": "stylelint --fix \"./src/**/*.less\"",
39
- "precommit": "lint-staged",
40
- "prettier": "prettier -c --write \"**/*\"",
41
- "test": "umi-test",
42
- "test:coverage": "umi-test --coverage",
43
- "test:update": "umi-test --updateSnapshot",
44
- "v:p": "npm version patch && npm publish"
16
+ "build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
17
+ "postbuild:rollup": "npm run z:tsc:build",
18
+ "build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
19
+ "postbuild:rollup:skipCompression": "npm run z:tsc:build",
20
+ "dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
21
+ "postinstall": "max setup",
22
+ "precommit": "npm run z:lint:staged:quiet",
23
+ "prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
24
+ "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
25
+ "z:documentation:lint": "npx documentation lint src/**",
26
+ "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
27
+ "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
28
+ "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
29
+ "z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
30
+ "z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
31
+ "z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
32
+ "postz:lint:script:all:fix": "npm run z:prettier:format:all",
33
+ "z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
34
+ "z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
35
+ "postz:lint:script:change:fix": "npm run z:prettier:format:change",
36
+ "z:lint:staged": "npx lint-staged",
37
+ "z:lint:staged:quiet": "npx lint-staged --quiet",
38
+ "z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
39
+ "z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
40
+ "postz:lint:style:all:fix": "npm run z:prettier:format:all",
41
+ "z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
42
+ "z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
43
+ "postz:lint:style:change:fix": "npm run z:prettier:format:change",
44
+ "z:prettier:format:all": "npx prettier --write .",
45
+ "z:prettier:format:change": "npx prettier --cache --write .",
46
+ "z:prettier:package.json": "npx prettier --write ./package.json",
47
+ "z:test": "cross-env NODE_ENV=test jest",
48
+ "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
45
49
  },
46
50
  "dependencies": {
47
- "@ant-design/icons": "^4.7.0",
48
- "@ant-design/pro-components": "1.1.9",
49
- "@ant-design/pro-layout": "^6.38.12",
50
- "@antv/data-set": "^0.11.8",
51
- "@antv/l7": "^2.9.13",
52
- "@antv/l7-maps": "^2.9.13",
53
- "@babel/preset-typescript": "^7.18.6",
54
- "@tinymce/tinymce-react": "^4.1.0",
55
- "antd": "^4.21.6",
56
- "array-move": "^4.0.0",
57
- "bizcharts": "^4.1.19",
58
- "browserslist": "^4.21.2",
59
- "butterfly-dag": "^4.3.6",
60
- "butterfly-react": "^1.0.0",
61
- "caniuse-lite": "^1.0.30001366",
62
- "classnames": "^2.3.1",
63
- "copy-to-clipboard": "^3.3.1",
64
- "enquire-js": "^0.2.1",
65
- "gg-editor": "^3.1.3",
66
- "hash.js": "^1.1.7",
67
- "html-react-parser": "^2.0.0",
68
- "lodash": "^4.17.21",
69
- "lodash-decorators": "^6.0.1",
70
- "lodash.debounce": "^4.0.8",
71
- "lodash.isequal": "^4.5.0",
72
- "memoize-one": "^6.0.0",
73
- "moment": "^2.29.4",
74
- "node-cache": "^5.1.2",
51
+ "@ant-design/icons": "^5.0.1",
52
+ "@ant-design/pro-layout": "^7.10.0",
53
+ "@umijs/max": "^4.0.57",
54
+ "antd": "^5.3.0",
55
+ "antd-management-fast-common": "^2.1.1",
56
+ "antd-management-fast-component": "^2.1.1",
57
+ "classnames": "^2.3.2",
58
+ "dayjs": "^1.11.7",
59
+ "easy-soft-dva": "^3.6.120",
60
+ "easy-soft-utility": "^2.4.91",
61
+ "html-react-parser": "^3.0.12",
75
62
  "nprogress": "^0.2.0",
76
- "numeral": "^2.0.6",
77
- "nzh": "^1.0.8",
78
- "omit.js": "^2.0.2",
79
- "path-to-regexp": "^6.2.1",
80
- "postcss-less": "^6.0.0",
81
- "prop-types": "^15.8.1",
82
- "qs": "^6.11.0",
83
- "queue": "^6.0.2",
84
- "randomcolor": "^0.6.2",
85
63
  "rc-animate": "^3.1.1",
86
- "rc-banner-anim": "^2.4.5",
87
64
  "rc-queue-anim": "^2.0.0",
88
- "rc-scroll-anim": "^2.7.6",
89
- "rc-texty": "^0.2.0",
90
- "rc-tween-one": "^3.0.6",
91
- "rc-util": "^5.22.5",
92
- "react": "^17.0.2",
93
- "react-amap": "^1.2.8",
94
- "react-bmap": "^1.0.130",
95
- "react-container-query": "^0.12.0",
96
- "react-copy-to-clipboard": "^5.1.0",
65
+ "react": "^18.2.0",
97
66
  "react-dnd": "^16.0.1",
98
67
  "react-dnd-html5-backend": "^16.0.1",
99
- "react-document-title": "^2.0.3",
100
- "react-dom": "^17.0.2",
101
- "react-helmet-async": "^1.3.0",
102
- "react-infinite-scroller": "^1.2.6",
103
- "react-json-view": "^1.21.3",
104
- "react-media": "^1.10.0",
105
- "react-media-hook2": "^1.1.2",
106
- "react-player": "^2.10.1",
107
- "react-router": "^6.3.0",
108
- "react-router-dom": "^6.3.0",
109
- "react-sortable-hoc": "^2.0.0",
110
- "react-syntax-highlighter": "^15.5.0",
111
- "redux": "^4.2.0",
112
- "umi-request": "^1.4.0",
113
- "use-merge-value": "^1.0.2",
114
- "uuid": "^8.3.2"
68
+ "react-dom": "^18.2.0"
115
69
  },
116
70
  "devDependencies": {
117
- "@ant-design/colors": "^6.0.0",
118
- "@ant-design/pro-cli": "^3.0.0",
119
- "@babel/core": "^7.18.6",
71
+ "@babel/core": "^7.21.0",
72
+ "@babel/eslint-parser": "^7.19.1",
73
+ "@babel/plugin-external-helpers": "^7.18.6",
120
74
  "@babel/plugin-proposal-class-properties": "^7.18.6",
121
- "@babel/plugin-proposal-decorators": "^7.18.6",
75
+ "@babel/plugin-proposal-decorators": "^7.21.0",
122
76
  "@babel/plugin-syntax-jsx": "^7.18.6",
123
- "@babel/preset-env": "^7.18.6",
77
+ "@babel/plugin-transform-runtime": "^7.21.0",
78
+ "@babel/preset-env": "^7.20.2",
124
79
  "@babel/preset-react": "^7.18.6",
125
- "@babel/runtime": "^7.18.6",
126
- "@commitlint/cli": "^17.0.3",
127
- "@commitlint/config-conventional": "^17.0.3",
128
- "@commitlint/config-lerna-scopes": "^17.0.2",
129
- "@commitlint/cz-commitlint": "^17.0.3",
130
- "@testing-library/react": "^13.3.0",
131
- "@testing-library/react-hooks": "^8.0.1",
132
- "@types/express": "^4.17.13",
133
- "@types/history": "^4.7.11",
134
- "@types/jest": "^28.1.5",
135
- "@types/lodash": "^4.14.182",
136
- "@types/lodash.debounce": "^4.0.7",
80
+ "@babel/runtime": "^7.21.0",
81
+ "@commitlint/cli": "^17.4.4",
82
+ "@commitlint/config-conventional": "^17.4.4",
83
+ "@commitlint/config-lerna-scopes": "^17.4.2",
84
+ "@commitlint/cz-commitlint": "^17.4.4",
85
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
86
+ "@rollup/plugin-alias": "^4.0.3",
87
+ "@rollup/plugin-babel": "6.0.3",
88
+ "@rollup/plugin-buble": "^1.0.2",
89
+ "@rollup/plugin-commonjs": "^24.0.1",
90
+ "@rollup/plugin-json": "^6.0.0",
91
+ "@rollup/plugin-node-resolve": "^15.0.1",
92
+ "@rollup/plugin-replace": "^5.0.2",
93
+ "@rollup/plugin-url": "^8.0.1",
94
+ "@svgr/rollup": "^6.5.1",
95
+ "@types/fs-extra": "^11.0.1",
96
+ "@types/jest": "^29.4.0",
97
+ "@types/lodash": "^4.14.191",
137
98
  "@types/lodash.isequal": "^4.5.6",
138
- "@types/node": "^18.0.4",
99
+ "@types/node": "^18.15.0",
139
100
  "@types/nprogress": "^0.2.0",
140
- "@types/numeral": "^2.0.2",
141
- "@types/randomcolor": "^0.5.6",
142
- "@types/react": "^18.0.15",
143
- "@types/react-document-title": "^2.0.5",
144
- "@types/react-helmet": "^6.1.5",
145
- "@types/react-syntax-highlighter": "^15.5.3",
146
- "@types/uuid": "^8.3.4",
147
- "@typescript-eslint/eslint-plugin": "^5.30.6",
148
- "@umijs/fabric": "^2.12.2",
149
- "@umijs/plugin-blocks": "^2.2.2",
150
- "@umijs/plugin-esbuild": "^1.4.1",
151
- "@umijs/preset-ant-design-pro": "^1.3.3",
152
- "@umijs/preset-react": "^2.1.4",
153
- "@umijs/preset-ui": "^2.2.9",
154
- "@umijs/test": "^3.5.26",
155
- "@umijs/test-utils": "^3.5.28",
156
- "babel-cli": "^6.26.0",
157
- "babel-plugin-import": "^1.13.5",
158
- "babel-preset-env": "^1.7.0",
159
- "body-parser": "^1.20.0",
160
- "carlo": "^0.9.46",
161
- "chalk": "^5.0.1",
162
- "check-prettier": "^1.0.3",
163
- "commitizen": "^4.2.4",
101
+ "@types/react": "^18.0.28",
102
+ "@types/react-dom": "^18.0.11",
103
+ "@types/shelljs": "^0.8.11",
104
+ "@typescript-eslint/parser": "^5.54.1",
105
+ "autoprefixer": "^10.4.14",
106
+ "commitizen": "^4.3.0",
164
107
  "conventional-changelog-conventionalcommits": "^5.0.0",
165
108
  "cross-env": "^7.0.3",
166
- "cross-port-killer": "^1.4.0",
167
- "detect-installer": "^1.0.2",
168
- "enzyme": "^3.11.0",
169
- "eslint": "^8.19.0",
109
+ "cssnano": "^5.1.15",
110
+ "documentation": "^14.0.1",
111
+ "easy-soft-develop": "^2.0.175",
112
+ "eslint": "^8.36.0",
170
113
  "eslint-config-airbnb": "^19.0.4",
171
114
  "eslint-config-airbnb-typescript": "^17.0.0",
172
- "eslint-config-prettier": "^8.5.0",
115
+ "eslint-config-prettier": "^8.7.0",
116
+ "eslint-formatter-pretty": "^4.1.0",
117
+ "eslint-import-resolver-typescript": "^3.5.3",
173
118
  "eslint-plugin-eslint-comments": "^3.2.0",
174
- "eslint-plugin-import": "^2.26.0",
175
- "eslint-plugin-jest": "^26.5.3",
176
- "eslint-plugin-jsx-a11y": "^6.6.0",
119
+ "eslint-plugin-import": "^2.27.5",
120
+ "eslint-plugin-jest": "^27.2.1",
121
+ "eslint-plugin-jsx-a11y": "^6.7.1",
177
122
  "eslint-plugin-prettier": "^4.2.1",
178
- "eslint-plugin-react": "^7.30.1",
123
+ "eslint-plugin-promise": "^6.1.1",
124
+ "eslint-plugin-react": "^7.32.2",
179
125
  "eslint-plugin-react-hooks": "^4.6.0",
180
- "eslint-plugin-simple-import-sort": "^7.0.0",
181
- "eslint-plugin-unicorn": "^43.0.1",
182
- "express": "^4.18.1",
183
- "father-build": "^1.22.3",
184
- "gh-pages": "^4.0.0",
185
- "husky": "^8.0.1",
186
- "inquirer": "^8.2.4",
187
- "jest-puppeteer": "^6.1.1",
188
- "jsdom": "^20.0.0",
189
- "jsdom-global": "^3.0.2",
190
- "lint-staged": "^13.0.3",
191
- "mockjs": "^1.1.0",
192
- "node-fetch": "^3.2.8",
193
- "npm-check-updates": "^15.3.0",
194
- "postcss": "^8.4.14",
195
- "postcss-less": "^6.0.0",
196
- "prettier": "^2.7.1",
197
- "pro-download": "1.0.1",
198
- "puppeteer": "^15.4.0",
199
- "puppeteer-core": "^15.4.0",
200
- "react-test-renderer": "^17.0.2",
201
- "redbox-react": "^1.6.0",
202
- "rimraf": "^3.0.2",
203
- "slash2": "^2.0.0",
204
- "stylelint": "^14.9.1",
205
- "stylelint-config-css-modules": "^4.1.0",
206
- "stylelint-config-prettier": "^9.0.3",
207
- "stylelint-config-standard": "^26.0.0",
208
- "stylelint-declaration-block-no-ignored-properties": "^2.5.0",
209
- "test-umi-plugin": "^0.1.0",
210
- "typescript": "^4.7.4",
211
- "umi": "^3.5.26",
212
- "umi-plugin-custom-extra": "^1.0.13"
213
- },
214
- "filesOther": [
215
- "es",
216
- "lib",
217
- "src/configGroup",
218
- "src/customComponents",
219
- "src/framework",
220
- "src/utils"
221
- ],
222
- "gitHead": "fd6df8cd0690262c33578f14545eca07fb54d1bd",
223
- "gitHooks": {
224
- "pre-commit": "lint-staged"
126
+ "eslint-plugin-simple-import-sort": "^10.0.0",
127
+ "eslint-plugin-unicorn": "^46.0.0",
128
+ "husky": "^8.0.3",
129
+ "jest": "^29.5.0",
130
+ "lint-staged": "^13.2.0",
131
+ "npm-check-updates": "^16.7.12",
132
+ "prettier": "^2.8.4",
133
+ "prettier-plugin-organize-imports": "^3",
134
+ "prettier-plugin-packagejson": "^2",
135
+ "prop-types": "^15.8.1",
136
+ "rimraf": "^4.4.0",
137
+ "rollup": "^3.19.1",
138
+ "rollup-plugin-copy": "^3.4.0",
139
+ "rollup-plugin-dts": "^5.2.0",
140
+ "rollup-plugin-livereload": "^2.0.5",
141
+ "rollup-plugin-polyfill-node": "^0.12.0",
142
+ "rollup-plugin-postcss": "^4.0.2",
143
+ "rollup-plugin-serve": "^2.0.2",
144
+ "rollup-plugin-terser": "^7.0.2",
145
+ "rollup-plugin-typescript2": "^0.34.1",
146
+ "stylelint": "^15.2.0",
147
+ "stylelint-config-css-modules": "^4.2.0",
148
+ "stylelint-config-prettier": "^9.0.5",
149
+ "stylelint-config-standard": "^30.0.1",
150
+ "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
151
+ "typescript": "^4.9.5"
225
152
  }
226
153
  }
package/License.txt DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2021 luzhitao
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/README.md DELETED
@@ -1,35 +0,0 @@
1
- # antd-management-fast-framework
2
-
3
- [![NPM version](https://img.shields.io/npm/v/antd-management-fast-framework.svg?style=flat)](https://npmjs.org/package/antd-management-fast-framework) [![NPM downloads](http://img.shields.io/npm/dm/antd-management-fast-framework.svg?style=flat)](https://npmjs.org/package/antd-management-fast-framework)
4
-
5
- everyone
6
-
7
- ## Install
8
-
9
- ```bash
10
- # or yarn
11
- $ npm install
12
- ```
13
-
14
- ```bash
15
- $ npm run build --watch
16
- $ npm run start
17
- ```
18
-
19
- ## Usage
20
-
21
- Configure in `.umirc.js`,
22
-
23
- ```js
24
- export default {
25
- plugins: [['antd-management-fast-framework']],
26
- };
27
- ```
28
-
29
- ## Options
30
-
31
- TODO
32
-
33
- ## LICENSE
34
-
35
- MIT
@@ -1,56 +0,0 @@
1
- export function buildConfig({ routes, loading, headerExtraLinks, mfsu, proxy, }: {
2
- routes: any;
3
- loading?: string | undefined;
4
- headerExtraLinks?: any[] | undefined;
5
- mfsu?: boolean | undefined;
6
- proxy?: null | undefined;
7
- }): any;
8
- /**
9
- * 占位函数
10
- *
11
- * @export
12
- * @returns
13
- */
14
- export function empty(): {};
15
- export namespace configGeneral {
16
- const hash: boolean;
17
- const alias: {};
18
- const antd: {};
19
- const analytics: boolean;
20
- namespace dva {
21
- const hmr: boolean;
22
- }
23
- namespace locale {
24
- const _default: string;
25
- export { _default as default };
26
- const antd_1: boolean;
27
- export { antd_1 as antd };
28
- export const baseNavigator: boolean;
29
- }
30
- namespace targets {
31
- const ie: number;
32
- }
33
- const title: boolean;
34
- const theme: {
35
- '@border-radius-base': string;
36
- };
37
- namespace define {
38
- const REACT_APP_ENV: string | boolean;
39
- }
40
- const ignoreMomentLocale: boolean;
41
- namespace lessLoader {
42
- const javascriptEnabled: boolean;
43
- }
44
- namespace manifest {
45
- const basePath: string;
46
- }
47
- namespace history {
48
- const type: string;
49
- }
50
- const ssr: boolean;
51
- const mfsu: {};
52
- const fastRefresh: {};
53
- namespace extraCustomOption {
54
- const babelCompact: boolean;
55
- }
56
- }
@@ -1,143 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.buildConfig = buildConfig;
7
- exports.configGeneral = void 0;
8
- exports.empty = empty;
9
-
10
- var _umi = require("umi");
11
-
12
- var _webpackPlugin = require("./webpackPlugin");
13
-
14
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
15
-
16
- 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."); }
17
-
18
- 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); }
19
-
20
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
21
-
22
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
23
-
24
- 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; }
25
-
26
- 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; }
27
-
28
- 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; }
29
-
30
- 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; }
31
-
32
- var REACT_APP_ENV = process.env.REACT_APP_ENV;
33
- var winPath = _umi.utils.winPath;
34
- var configGeneral = {
35
- hash: true,
36
- alias: {},
37
- antd: {// dark: true,
38
- },
39
- analytics: false,
40
- dva: {
41
- hmr: true
42
- },
43
- locale: {
44
- default: 'zh-CN',
45
- antd: true,
46
- baseNavigator: false
47
- },
48
- targets: {
49
- ie: 11
50
- },
51
- title: false,
52
- theme: {
53
- '@border-radius-base': '4px'
54
- },
55
- define: {
56
- REACT_APP_ENV: REACT_APP_ENV || false
57
- },
58
- ignoreMomentLocale: true,
59
- lessLoader: {
60
- javascriptEnabled: true
61
- },
62
- manifest: {
63
- basePath: '/'
64
- },
65
- history: {
66
- type: 'hash'
67
- },
68
- ssr: false,
69
- mfsu: {},
70
- fastRefresh: {},
71
- extraCustomOption: {
72
- babelCompact: false
73
- }
74
- };
75
- exports.configGeneral = configGeneral;
76
-
77
- function buildConfig(_ref) {
78
- var routes = _ref.routes,
79
- _ref$loading = _ref.loading,
80
- loading = _ref$loading === void 0 ? '@/components/PageLoading/index' : _ref$loading,
81
- _ref$headerExtraLinks = _ref.headerExtraLinks,
82
- headerExtraLinks = _ref$headerExtraLinks === void 0 ? [] : _ref$headerExtraLinks,
83
- _ref$mfsu = _ref.mfsu,
84
- mfsu = _ref$mfsu === void 0 ? true : _ref$mfsu,
85
- _ref$proxy = _ref.proxy,
86
- proxy = _ref$proxy === void 0 ? null : _ref$proxy;
87
-
88
- var c = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, configGeneral), {
89
- dynamicImport: {
90
- loading: loading
91
- },
92
- routes: routes,
93
- cssLoader: {
94
- modules: {
95
- getLocalIdent: function getLocalIdent(context, _, localName) {
96
- if (context.resourcePath.includes('node_modules') || context.resourcePath.includes('ant.design.pro.less') || context.resourcePath.includes('global.less')) {
97
- return localName;
98
- }
99
-
100
- var match = context.resourcePath.match(/src(.*)/);
101
-
102
- if (match && match[1]) {
103
- var antdProPath = match[1].replace('.less', '');
104
- var arr = winPath(antdProPath).split('/').map(function (a) {
105
- return a.replace(/([A-Z])/g, '-$1');
106
- }).map(function (a) {
107
- return a.toLowerCase();
108
- });
109
- return "antd-pro".concat(arr.join('-'), "-").concat(localName).replace(/--/g, '-');
110
- }
111
-
112
- return localName;
113
- }
114
- }
115
- }
116
- }), {
117
- chainWebpack: _webpackPlugin.webpackPlugin5
118
- }), (proxy || null) == null ? {} : {
119
- proxy: proxy
120
- }), mfsu ? {
121
- mfsu: {}
122
- } : {
123
- mfsu: false
124
- }), {
125
- extraCustomOption: {
126
- headerExtraLinks: _toConsumableArray(headerExtraLinks),
127
- babelCompact: false
128
- }
129
- });
130
-
131
- return (0, _umi.defineConfig)(c);
132
- }
133
- /**
134
- * 占位函数
135
- *
136
- * @export
137
- * @returns
138
- */
139
-
140
-
141
- function empty() {
142
- return {};
143
- }