antd-management-fast-framework 1.12.103 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (495) 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/components/DataPreviewDrawer/index.d.ts +31 -0
  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/components/MobileContainor/MobilePreviewDrawer/index.d.ts +54 -0
  8. package/es/components/MobileContainor/index.d.ts +8 -0
  9. package/es/components/index.d.ts +5 -0
  10. package/es/configGroup/configGeneral.d.ts +27 -55
  11. package/es/configGroup/configGeneral.js +31 -138
  12. package/es/configGroup/index.d.ts +2 -0
  13. package/es/configGroup/themeCollection.d.ts +3 -25
  14. package/es/configGroup/themeCollection.js +1 -109
  15. package/es/configGroup/webpackPlugin.d.ts +0 -7
  16. package/es/configGroup/webpackPlugin.js +236 -51
  17. package/es/configs/index.d.ts +2 -0
  18. package/es/configs/themeCollection.d.ts +7 -0
  19. package/es/configs/webpackPlugin.d.ts +4 -0
  20. package/es/customComponents/ApplicationProvider/index.d.ts +12 -0
  21. package/es/customComponents/ApplicationWrapper/index.d.ts +9 -0
  22. package/es/customComponents/Bootstrap/index.d.ts +3 -0
  23. package/es/customComponents/Bootstrap/index.js +67 -0
  24. package/es/customComponents/DataPreviewDrawer/index.d.ts +5 -6
  25. package/es/customComponents/DataPreviewDrawer/index.js +78 -87
  26. package/es/customComponents/LoadingOverlay/index.d.ts +6 -0
  27. package/es/customComponents/LoadingOverloay/index.d.ts +3 -0
  28. package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.d.ts +4 -6
  29. package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.js +57 -54
  30. package/es/customComponents/MobileContainor/MobilePreviewArea/index.d.ts +38 -12
  31. package/es/customComponents/MobileContainor/MobilePreviewArea/index.js +84 -111
  32. package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.d.ts +8 -8
  33. package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.js +76 -95
  34. package/es/customComponents/MobileContainor/index.d.ts +8 -0
  35. package/es/customComponents/index.d.ts +5 -7
  36. package/es/framework/AuthorizationWrapper/index.d.ts +8 -5
  37. package/es/framework/AuthorizationWrapper/index.js +50 -59
  38. package/es/framework/ButtonExtension/SelectButton/Base/index.d.ts +5 -6
  39. package/es/framework/ButtonExtension/SelectButton/Base/index.js +52 -70
  40. package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.d.ts +6 -7
  41. package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.js +57 -85
  42. package/es/framework/ButtonExtension/SelectButton/index.d.ts +6 -0
  43. package/es/framework/ButtonExtension/index.d.ts +1 -0
  44. package/es/framework/Common/CardCollectionItemContent/index.d.ts +14 -0
  45. package/es/framework/Common/CommonInternal/index.d.ts +167 -0
  46. package/es/framework/Common/InternalBuild/index.d.ts +26 -0
  47. package/es/framework/Common/InternalFlow/index.d.ts +149 -0
  48. package/es/framework/Common/InternalLayout/index.d.ts +9 -0
  49. package/es/framework/Common/InternalMake/index.d.ts +9 -0
  50. package/es/framework/Common/InternalTabFlow/index.d.ts +12 -0
  51. package/es/framework/Common/index.d.ts +2 -205
  52. package/es/framework/Common/index.js +39 -2481
  53. package/es/framework/Core/index.d.ts +17 -6
  54. package/es/framework/Core/index.js +15 -56
  55. package/es/framework/CustomWrapper/Supplement/index.d.ts +2 -3
  56. package/es/framework/CustomWrapper/Supplement/index.js +43 -40
  57. package/es/framework/CustomWrapper/SupplementCore/index.d.ts +2 -4
  58. package/es/framework/CustomWrapper/SupplementCore/index.js +47 -66
  59. package/es/framework/CustomWrapper/SupplementWrapper/index.d.ts +2 -3
  60. package/es/framework/CustomWrapper/SupplementWrapper/index.js +44 -41
  61. package/es/framework/CustomWrapper/index.d.ts +3 -0
  62. package/es/framework/DataDrawer/Base/index.d.ts +16 -18
  63. package/es/framework/DataDrawer/Base/index.js +126 -238
  64. package/es/framework/DataDrawer/BaseAddDrawer/index.d.ts +3 -4
  65. package/es/framework/DataDrawer/BaseAddDrawer/index.js +57 -60
  66. package/es/framework/DataDrawer/BaseLoadDrawer/index.d.ts +3 -4
  67. package/es/framework/DataDrawer/BaseLoadDrawer/index.js +54 -47
  68. package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.d.ts +3 -4
  69. package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.js +57 -63
  70. package/es/framework/DataDrawer/BaseSaveDrawer/index.d.ts +2 -3
  71. package/es/framework/DataDrawer/BaseSaveDrawer/index.js +55 -57
  72. package/es/framework/DataDrawer/BaseUpdateDrawer/index.d.ts +2 -3
  73. package/es/framework/DataDrawer/BaseUpdateDrawer/index.js +56 -56
  74. package/es/framework/DataDrawer/index.d.ts +14 -0
  75. package/es/framework/DataForm/BaseAddForm/index.d.ts +7 -7
  76. package/es/framework/DataForm/BaseAddForm/index.js +95 -162
  77. package/es/framework/DataForm/BaseUpdateForm/index.d.ts +3 -4
  78. package/es/framework/DataForm/BaseUpdateForm/index.js +66 -85
  79. package/es/framework/DataForm/BaseUpdateFormContent/index.d.ts +2 -3
  80. package/es/framework/DataForm/BaseUpdateFormContent/index.js +55 -45
  81. package/es/framework/DataForm/BaseUpdateFormTab/index.d.ts +3 -3
  82. package/es/framework/DataForm/BaseUpdateFormTab/index.js +54 -37
  83. package/es/framework/DataForm/index.d.ts +10 -0
  84. package/es/framework/DataListView/Base/index.d.ts +38 -82
  85. package/es/framework/DataListView/Base/index.js +317 -634
  86. package/es/framework/DataListView/BatchAction/index.d.ts +3 -3
  87. package/es/framework/DataListView/BatchAction/index.js +38 -68
  88. package/es/framework/DataListView/ColumnSetting/DndItem.d.ts +1 -2
  89. package/es/framework/DataListView/ColumnSetting/DndItem.js +87 -110
  90. package/es/framework/DataListView/ColumnSetting/index.d.ts +1 -2
  91. package/es/framework/DataListView/ColumnSetting/index.js +111 -160
  92. package/es/framework/DataListView/DensityAction/index.d.ts +2 -3
  93. package/es/framework/DataListView/DensityAction/index.js +29 -84
  94. package/es/framework/DataListView/index.d.ts +10 -0
  95. package/es/framework/DataMenuContainer/index.d.ts +8 -10
  96. package/es/framework/DataMenuContainer/index.js +96 -155
  97. package/es/framework/DataModal/Base/index.d.ts +10 -12
  98. package/es/framework/DataModal/Base/index.js +74 -128
  99. package/es/framework/DataModal/BaseAddModal/index.d.ts +2 -3
  100. package/es/framework/DataModal/BaseAddModal/index.js +52 -50
  101. package/es/framework/DataModal/BaseLoadModal/index.d.ts +3 -4
  102. package/es/framework/DataModal/BaseLoadModal/index.js +49 -44
  103. package/es/framework/DataModal/BaseNeedlessLoadModal/index.d.ts +6 -6
  104. package/es/framework/DataModal/BaseNeedlessLoadModal/index.js +55 -62
  105. package/es/framework/DataModal/BaseSelectModal/index.d.ts +4 -4
  106. package/es/framework/DataModal/BaseSelectModal/index.js +52 -51
  107. package/es/framework/DataModal/BaseUpdateModal/index.d.ts +2 -3
  108. package/es/framework/DataModal/BaseUpdateModal/index.js +50 -37
  109. package/es/framework/DataModal/BaseUpdateTransferModal/index.d.ts +5 -5
  110. package/es/framework/DataModal/BaseUpdateTransferModal/index.js +63 -85
  111. package/es/framework/DataModal/index.d.ts +16 -0
  112. package/es/framework/DataMultiPageView/InnerMultiPage/index.d.ts +3 -3
  113. package/es/framework/DataMultiPageView/InnerMultiPage/index.js +66 -46
  114. package/es/framework/DataMultiPageView/MultiPage/index.d.ts +4 -3
  115. package/es/framework/DataMultiPageView/MultiPage/index.js +109 -143
  116. package/es/framework/DataMultiPageView/MultiPageDrawer/index.d.ts +19 -21
  117. package/es/framework/DataMultiPageView/MultiPageDrawer/index.js +179 -233
  118. package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +4 -5
  119. package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.js +79 -73
  120. package/es/framework/DataMultiPageView/index.d.ts +10 -0
  121. package/es/framework/DataOperation/Base/index.d.ts +2 -3
  122. package/es/framework/DataOperation/Base/index.js +156 -214
  123. package/es/framework/DataOperation/BaseView/index.d.ts +2 -3
  124. package/es/framework/DataOperation/BaseView/index.js +56 -51
  125. package/es/framework/DataOperation/BaseWindow/index.d.ts +13 -14
  126. package/es/framework/DataOperation/BaseWindow/index.js +115 -163
  127. package/es/framework/DataOperation/index.d.ts +8 -0
  128. package/es/framework/DataSinglePageView/InnerSinglePage/index.d.ts +3 -3
  129. package/es/framework/DataSinglePageView/InnerSinglePage/index.js +66 -46
  130. package/es/framework/DataSinglePageView/SinglePage/index.d.ts +9 -4
  131. package/es/framework/DataSinglePageView/SinglePage/index.js +97 -121
  132. package/es/framework/DataSinglePageView/SinglePageDrawer/index.d.ts +19 -21
  133. package/es/framework/DataSinglePageView/SinglePageDrawer/index.js +173 -224
  134. package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.d.ts +4 -5
  135. package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.js +81 -75
  136. package/es/framework/DataSinglePageView/index.d.ts +10 -0
  137. package/es/framework/DataSingleView/DataCore/index.d.ts +13 -40
  138. package/es/framework/DataSingleView/DataCore/index.js +90 -160
  139. package/es/framework/DataSingleView/DataLoad/index.d.ts +5 -5
  140. package/es/framework/DataSingleView/DataLoad/index.js +74 -92
  141. package/es/framework/DataSingleView/index.d.ts +6 -0
  142. package/es/framework/DataTabContainer/index.d.ts +6 -29
  143. package/es/framework/DataTabContainer/index.js +133 -159
  144. package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.d.ts +6 -7
  145. package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.js +69 -96
  146. package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldDrawerBase/index.js +65 -97
  147. package/es/framework/FieldExtension/SelectFieldDrawer/{SelectFieldDrawerBase → SelectFieldInteractiveBase}/index.d.ts +6 -7
  148. package/es/framework/FieldExtension/SelectFieldDrawer/index.d.ts +6 -0
  149. package/es/framework/FieldExtension/index.d.ts +4 -0
  150. package/es/framework/LayoutWrapper/index.d.ts +2 -0
  151. package/es/framework/Wrapper/index.d.ts +2 -3
  152. package/es/framework/Wrapper/index.js +42 -41
  153. package/es/framework/index.d.ts +17 -7
  154. package/es/get.js +28 -0
  155. package/es/getPrototypeOf.js +76 -0
  156. package/es/index.css +12 -0
  157. package/es/index.d.ts +5 -1
  158. package/es/index.js +9769 -6
  159. package/es/index2.js +2075 -0
  160. package/es/index3.js +383 -0
  161. package/es/modelBuilders/index.d.ts +1 -0
  162. package/es/modelBuilders/schedulingControl.d.ts +68 -0
  163. package/es/models/index.d.ts +1 -0
  164. package/es/models/schedulingControl.d.ts +46 -0
  165. package/es/models/schedulingControl.js +171 -0
  166. package/es/objectSpread2.js +40 -0
  167. package/es/services/schedulingControl.d.ts +4 -0
  168. package/es/services/schedulingControl.js +135 -0
  169. package/es/slicedToArray.js +43 -0
  170. package/es/toConsumableArray.js +19 -0
  171. package/es/toPropertyKey.js +19 -0
  172. package/es/typeof.js +11 -0
  173. package/es/unsupportedIterableToArray.js +16 -0
  174. package/es/utils/appListDataAssist.js +69 -0
  175. package/es/utils/applicationAssist.js +28 -0
  176. package/es/utils/applicationListDataAssist.d.ts +4 -0
  177. package/es/utils/applicationListDataCacheAssist.d.ts +24 -0
  178. package/es/utils/bootstrap.d.ts +4 -0
  179. package/es/utils/bootstrap.js +58 -0
  180. package/es/utils/configAssist.d.ts +1 -0
  181. package/es/utils/currentOperatorAssist.d.ts +5 -0
  182. package/es/utils/definition.d.ts +4 -0
  183. package/es/utils/index.d.ts +8 -0
  184. package/es/utils/layoutSettingAssist.d.ts +2 -0
  185. package/es/utils/layoutSettingAssist.js +60 -0
  186. package/es/utils/metaDataAssist.d.ts +5 -0
  187. package/es/utils/metaDataAssist.js +69 -0
  188. package/es/utils/schedulingControlAssist.d.ts +10 -0
  189. package/es/utils/storageAssist.js +153 -0
  190. package/package.json +122 -195
  191. package/License.txt +0 -21
  192. package/README.md +0 -35
  193. package/es/customComponents/AMap/UIPoiPicker.d.ts +0 -8
  194. package/es/customComponents/AMap/UIPoiPicker.js +0 -78
  195. package/es/customComponents/AMap/UIPositionPicker.d.ts +0 -8
  196. package/es/customComponents/AMap/UIPositionPicker.js +0 -87
  197. package/es/customComponents/ActiveChart/index.d.ts +0 -17
  198. package/es/customComponents/ActiveChart/index.js +0 -168
  199. package/es/customComponents/ActiveChart/index.less +0 -58
  200. package/es/customComponents/AnimalBox/FadeBox/index.d.ts +0 -14
  201. package/es/customComponents/AnimalBox/FadeBox/index.js +0 -82
  202. package/es/customComponents/AnimalBox/FadeBox/index.less +0 -61
  203. package/es/customComponents/AnimalBox/QueueBox/index.d.ts +0 -12
  204. package/es/customComponents/AnimalBox/QueueBox/index.js +0 -76
  205. package/es/customComponents/AnimalBox/QueueListBox/index.d.ts +0 -15
  206. package/es/customComponents/AnimalBox/QueueListBox/index.js +0 -117
  207. package/es/customComponents/AnimalBox/QueueListBox/index.less +0 -16
  208. package/es/customComponents/AnimalBox/RotateBox/index.d.ts +0 -14
  209. package/es/customComponents/AnimalBox/RotateBox/index.js +0 -85
  210. package/es/customComponents/ArticleListContent/index.d.ts +0 -10
  211. package/es/customComponents/ArticleListContent/index.js +0 -49
  212. package/es/customComponents/ArticleListContent/index.less +0 -41
  213. package/es/customComponents/AudioUpload/index.d.ts +0 -39
  214. package/es/customComponents/AudioUpload/index.js +0 -478
  215. package/es/customComponents/Authorized/Authorized.d.ts +0 -6
  216. package/es/customComponents/Authorized/Authorized.js +0 -33
  217. package/es/customComponents/Authorized/AuthorizedRoute.d.ts +0 -8
  218. package/es/customComponents/Authorized/AuthorizedRoute.js +0 -50
  219. package/es/customComponents/Authorized/CheckPermissions.d.ts +0 -11
  220. package/es/customComponents/Authorized/CheckPermissions.js +0 -106
  221. package/es/customComponents/Authorized/PromiseRender.d.ts +0 -13
  222. package/es/customComponents/Authorized/PromiseRender.js +0 -151
  223. package/es/customComponents/Authorized/Secured.d.ts +0 -18
  224. package/es/customComponents/Authorized/Secured.js +0 -95
  225. package/es/customComponents/Authorized/index.d.ts +0 -2
  226. package/es/customComponents/Authorized/index.js +0 -22
  227. package/es/customComponents/Authorized/renderAuthorize.d.ts +0 -3
  228. package/es/customComponents/Authorized/renderAuthorize.js +0 -37
  229. package/es/customComponents/AvatarList/index.d.ts +0 -17
  230. package/es/customComponents/AvatarList/index.js +0 -99
  231. package/es/customComponents/AvatarList/index.less +0 -53
  232. package/es/customComponents/AvatarList/index.test.d.ts +0 -1
  233. package/es/customComponents/Canvas/Bubbly/index.d.ts +0 -20
  234. package/es/customComponents/Canvas/Bubbly/index.js +0 -182
  235. package/es/customComponents/Canvas/Core/index.d.ts +0 -28
  236. package/es/customComponents/Canvas/Core/index.js +0 -163
  237. package/es/customComponents/Canvas/RadarScanning/index.d.ts +0 -20
  238. package/es/customComponents/Canvas/RadarScanning/index.js +0 -251
  239. package/es/customComponents/Canvas/Ribbon.7z +0 -0
  240. package/es/customComponents/Canvas/Spirit/index.d.ts +0 -23
  241. package/es/customComponents/Canvas/Spirit/index.js +0 -119
  242. package/es/customComponents/Canvas/index.d.ts +0 -12
  243. package/es/customComponents/Canvas/index.js +0 -27
  244. package/es/customComponents/CenterBox/index.d.ts +0 -7
  245. package/es/customComponents/CenterBox/index.js +0 -70
  246. package/es/customComponents/Charts/Bar/index.d.ts +0 -10
  247. package/es/customComponents/Charts/Bar/index.js +0 -129
  248. package/es/customComponents/Charts/ChartCard/index.d.ts +0 -8
  249. package/es/customComponents/Charts/ChartCard/index.js +0 -160
  250. package/es/customComponents/Charts/ChartCard/index.less +0 -90
  251. package/es/customComponents/Charts/Field/index.d.ts +0 -6
  252. package/es/customComponents/Charts/Field/index.js +0 -37
  253. package/es/customComponents/Charts/Field/index.less +0 -19
  254. package/es/customComponents/Charts/Gauge/index.d.ts +0 -2
  255. package/es/customComponents/Charts/Gauge/index.js +0 -185
  256. package/es/customComponents/Charts/MiniArea/index.d.ts +0 -2
  257. package/es/customComponents/Charts/MiniArea/index.js +0 -107
  258. package/es/customComponents/Charts/MiniBar/index.d.ts +0 -2
  259. package/es/customComponents/Charts/MiniBar/index.js +0 -62
  260. package/es/customComponents/Charts/MiniProgress/index.d.ts +0 -8
  261. package/es/customComponents/Charts/MiniProgress/index.js +0 -55
  262. package/es/customComponents/Charts/MiniProgress/index.less +0 -42
  263. package/es/customComponents/Charts/Pie/index.d.ts +0 -10
  264. package/es/customComponents/Charts/Pie/index.js +0 -195
  265. package/es/customComponents/Charts/Pie/index.less +0 -104
  266. package/es/customComponents/Charts/TagCloud/index.d.ts +0 -23
  267. package/es/customComponents/Charts/TagCloud/index.js +0 -276
  268. package/es/customComponents/Charts/TagCloud/index.less +0 -7
  269. package/es/customComponents/Charts/TimelineChart/index.d.ts +0 -2
  270. package/es/customComponents/Charts/TimelineChart/index.js +0 -173
  271. package/es/customComponents/Charts/TimelineChart/index.less +0 -5
  272. package/es/customComponents/Charts/WaterWave/index.d.ts +0 -18
  273. package/es/customComponents/Charts/WaterWave/index.js +0 -319
  274. package/es/customComponents/Charts/WaterWave/index.less +0 -32
  275. package/es/customComponents/Charts/autoHeight.d.ts +0 -13
  276. package/es/customComponents/Charts/autoHeight.js +0 -123
  277. package/es/customComponents/Charts/bizcharts.d.ts +0 -2
  278. package/es/customComponents/Charts/bizcharts.js +0 -17
  279. package/es/customComponents/Charts/index.d.ts +0 -27
  280. package/es/customComponents/Charts/index.js +0 -119
  281. package/es/customComponents/Charts/index.less +0 -26
  282. package/es/customComponents/ColorText/index.d.ts +0 -22
  283. package/es/customComponents/ColorText/index.js +0 -139
  284. package/es/customComponents/Countdown/index.d.ts +0 -22
  285. package/es/customComponents/Countdown/index.js +0 -158
  286. package/es/customComponents/Countdown/index.less +0 -5
  287. package/es/customComponents/DataPreviewDrawer/index.less +0 -10
  288. package/es/customComponents/DecorateAvatar/index.d.ts +0 -37
  289. package/es/customComponents/DecorateAvatar/index.js +0 -199
  290. package/es/customComponents/DisplayCopyData/index.d.ts +0 -10
  291. package/es/customComponents/DisplayCopyData/index.js +0 -86
  292. package/es/customComponents/EditableItem/index.d.ts +0 -12
  293. package/es/customComponents/EditableItem/index.js +0 -121
  294. package/es/customComponents/EditableItem/index.less +0 -25
  295. package/es/customComponents/EditableLinkGroup/index.d.ts +0 -23
  296. package/es/customComponents/EditableLinkGroup/index.js +0 -99
  297. package/es/customComponents/EditableLinkGroup/index.less +0 -18
  298. package/es/customComponents/Editor/TinymceWrapper/index.d.ts +0 -19
  299. package/es/customComponents/Editor/TinymceWrapper/index.js +0 -254
  300. package/es/customComponents/Ellipsis/index.d.ts +0 -26
  301. package/es/customComponents/Ellipsis/index.js +0 -389
  302. package/es/customComponents/Ellipsis/index.less +0 -28
  303. package/es/customComponents/Ellipsis/index.test.d.ts +0 -1
  304. package/es/customComponents/EllipsisCustom/index.d.ts +0 -26
  305. package/es/customComponents/EllipsisCustom/index.js +0 -355
  306. package/es/customComponents/EllipsisCustom/index.less +0 -27
  307. package/es/customComponents/EverySpace/index.d.ts +0 -16
  308. package/es/customComponents/EverySpace/index.js +0 -105
  309. package/es/customComponents/Exception/index.js +0 -121
  310. package/es/customComponents/Exception/index.less +0 -92
  311. package/es/customComponents/Exception/typeConfig.d.ts +0 -18
  312. package/es/customComponents/Exception/typeConfig.js +0 -25
  313. package/es/customComponents/FigureRange/index.d.ts +0 -133
  314. package/es/customComponents/FigureRange/index.js +0 -335
  315. package/es/customComponents/FigureRange/index.less +0 -73
  316. package/es/customComponents/FileBase64Upload/index.d.ts +0 -27
  317. package/es/customComponents/FileBase64Upload/index.js +0 -205
  318. package/es/customComponents/FileUpload/index.d.ts +0 -35
  319. package/es/customComponents/FileUpload/index.js +0 -402
  320. package/es/customComponents/FlexBox/index.d.ts +0 -24
  321. package/es/customComponents/FlexBox/index.js +0 -186
  322. package/es/customComponents/FlexText/index.d.ts +0 -21
  323. package/es/customComponents/FlexText/index.js +0 -109
  324. package/es/customComponents/FlexText/index.less +0 -3
  325. package/es/customComponents/FooterToolbar/index.d.ts +0 -16
  326. package/es/customComponents/FooterToolbar/index.js +0 -132
  327. package/es/customComponents/FooterToolbar/index.less +0 -33
  328. package/es/customComponents/FromDisplayItem/index.d.ts +0 -14
  329. package/es/customComponents/FromDisplayItem/index.js +0 -73
  330. package/es/customComponents/FromDisplayItem/index.less +0 -5
  331. package/es/customComponents/FunctionComponent/index.d.ts +0 -443
  332. package/es/customComponents/FunctionComponent/index.js +0 -3404
  333. package/es/customComponents/FunctionComponent/index.less +0 -63
  334. package/es/customComponents/FunctionSupplement/Whether/index.d.ts +0 -46
  335. package/es/customComponents/FunctionSupplement/Whether/index.js +0 -181
  336. package/es/customComponents/GlobalFooter/index.d.ts +0 -6
  337. package/es/customComponents/GlobalFooter/index.js +0 -39
  338. package/es/customComponents/GlobalFooter/index.less +0 -29
  339. package/es/customComponents/HelpBox/index.d.ts +0 -18
  340. package/es/customComponents/HelpBox/index.js +0 -192
  341. package/es/customComponents/HelpBox/index.less +0 -16
  342. package/es/customComponents/HelpCard/index.d.ts +0 -18
  343. package/es/customComponents/HelpCard/index.js +0 -91
  344. package/es/customComponents/HtmlBox/index.d.ts +0 -20
  345. package/es/customComponents/HtmlBox/index.js +0 -118
  346. package/es/customComponents/HtmlBox/index.less +0 -7
  347. package/es/customComponents/IconFont/index.d.ts +0 -2
  348. package/es/customComponents/IconFont/index.js +0 -14
  349. package/es/customComponents/IconInfo/index.d.ts +0 -32
  350. package/es/customComponents/IconInfo/index.js +0 -373
  351. package/es/customComponents/IconInfo/index.less +0 -5
  352. package/es/customComponents/ImageBox/index.d.ts +0 -60
  353. package/es/customComponents/ImageBox/index.js +0 -376
  354. package/es/customComponents/ImageBox/index.less +0 -114
  355. package/es/customComponents/ImageContentPreview/index.d.ts +0 -21
  356. package/es/customComponents/ImageContentPreview/index.js +0 -173
  357. package/es/customComponents/ImageContentPreview/index.less +0 -9
  358. package/es/customComponents/ImageUpload/index.d.ts +0 -45
  359. package/es/customComponents/ImageUpload/index.js +0 -413
  360. package/es/customComponents/ImageUpload/index.less +0 -81
  361. package/es/customComponents/MobileContainor/ContentView/index.d.ts +0 -20
  362. package/es/customComponents/MobileContainor/ContentView/index.js +0 -152
  363. package/es/customComponents/MobileContainor/ContentView/index.less +0 -30
  364. package/es/customComponents/MobileContainor/Devices/GalaxyNote8/index.d.ts +0 -19
  365. package/es/customComponents/MobileContainor/Devices/GalaxyNote8/index.js +0 -121
  366. package/es/customComponents/MobileContainor/Devices/IPhone5S/index.d.ts +0 -20
  367. package/es/customComponents/MobileContainor/Devices/IPhone5S/index.js +0 -124
  368. package/es/customComponents/MobileContainor/Devices/Iphone8/index.d.ts +0 -20
  369. package/es/customComponents/MobileContainor/Devices/Iphone8/index.js +0 -124
  370. package/es/customComponents/MobileContainor/Devices/Iphone8plus/index.d.ts +0 -20
  371. package/es/customComponents/MobileContainor/Devices/Iphone8plus/index.js +0 -124
  372. package/es/customComponents/MobileContainor/Devices/IphoneX/index.d.ts +0 -20
  373. package/es/customComponents/MobileContainor/Devices/IphoneX/index.js +0 -130
  374. package/es/customComponents/MobileContainor/Devices/RoughSketch/index.d.ts +0 -19
  375. package/es/customComponents/MobileContainor/Devices/RoughSketch/index.js +0 -97
  376. package/es/customComponents/MobileContainor/Devices/RoughSketch/index.less +0 -34
  377. package/es/customComponents/MobileContainor/Devices/devices.less +0 -2815
  378. package/es/customComponents/MobileContainor/MobileSimulation/index.d.ts +0 -23
  379. package/es/customComponents/MobileContainor/MobileSimulation/index.js +0 -243
  380. package/es/customComponents/NoticeIconCustom/NoticeList.d.ts +0 -10
  381. package/es/customComponents/NoticeIconCustom/NoticeList.js +0 -81
  382. package/es/customComponents/NoticeIconCustom/NoticeList.less +0 -90
  383. package/es/customComponents/NoticeIconCustom/index.d.ts +0 -25
  384. package/es/customComponents/NoticeIconCustom/index.js +0 -201
  385. package/es/customComponents/NoticeIconCustom/index.less +0 -31
  386. package/es/customComponents/NumberInfo/index.d.ts +0 -12
  387. package/es/customComponents/NumberInfo/index.js +0 -60
  388. package/es/customComponents/NumberInfo/index.less +0 -77
  389. package/es/customComponents/PageLoading/index.d.ts +0 -2
  390. package/es/customComponents/PageLoading/index.js +0 -13
  391. package/es/customComponents/PercentageBox/index.d.ts +0 -12
  392. package/es/customComponents/PercentageBox/index.js +0 -70
  393. package/es/customComponents/PriceBox/index.d.ts +0 -18
  394. package/es/customComponents/PriceBox/index.js +0 -115
  395. package/es/customComponents/Result/index.d.ts +0 -9
  396. package/es/customComponents/Result/index.js +0 -57
  397. package/es/customComponents/Result/index.less +0 -58
  398. package/es/customComponents/StandardFormRow/index.d.ts +0 -9
  399. package/es/customComponents/StandardFormRow/index.js +0 -47
  400. package/es/customComponents/StandardFormRow/index.less +0 -81
  401. package/es/customComponents/StandardTable/index.d.ts +0 -17
  402. package/es/customComponents/StandardTable/index.js +0 -217
  403. package/es/customComponents/StandardTable/index.less +0 -7
  404. package/es/customComponents/StandardTableCustom/index.d.ts +0 -22
  405. package/es/customComponents/StandardTableCustom/index.js +0 -234
  406. package/es/customComponents/StandardTableCustom/index.less +0 -21
  407. package/es/customComponents/StatusBar/index.d.ts +0 -13
  408. package/es/customComponents/StatusBar/index.js +0 -128
  409. package/es/customComponents/TagSelect/index.d.ts +0 -34
  410. package/es/customComponents/TagSelect/index.js +0 -226
  411. package/es/customComponents/TagSelect/index.less +0 -38
  412. package/es/customComponents/TimeLineCustom/index.d.ts +0 -37
  413. package/es/customComponents/TimeLineCustom/index.js +0 -273
  414. package/es/customComponents/TimeLineCustom/index.less +0 -180
  415. package/es/customComponents/Trend/index.d.ts +0 -10
  416. package/es/customComponents/Trend/index.js +0 -49
  417. package/es/customComponents/Trend/index.less +0 -41
  418. package/es/customComponents/VerticalBox/index.d.ts +0 -15
  419. package/es/customComponents/VerticalBox/index.js +0 -138
  420. package/es/customComponents/VerticalBox/index.less +0 -7
  421. package/es/customComponents/VideoUpload/index.d.ts +0 -39
  422. package/es/customComponents/VideoUpload/index.js +0 -472
  423. package/es/customComponents/_utils/pathTools.d.ts +0 -1
  424. package/es/customComponents/_utils/pathTools.js +0 -15
  425. package/es/customComponents/_utils/pathTools.test.d.ts +0 -1
  426. package/es/customComponents/index.js +0 -16
  427. package/es/framework/Base/index.d.ts +0 -68
  428. package/es/framework/Base/index.js +0 -338
  429. package/es/framework/Common/index.less +0 -13
  430. package/es/framework/CustomBase/index.d.ts +0 -8
  431. package/es/framework/CustomBase/index.js +0 -77
  432. package/es/framework/DataDrawer/Base/index.less +0 -27
  433. package/es/framework/DataForm/BaseAddForm/index.less +0 -51
  434. package/es/framework/DataListView/Base/index.less +0 -161
  435. package/es/framework/DataListView/BatchAction/index.less +0 -5
  436. package/es/framework/DataListView/ColumnSetting/index.less +0 -60
  437. package/es/framework/DataMenuContainer/index.less +0 -100
  438. package/es/framework/DataModal/Base/index.less +0 -6
  439. package/es/framework/DataMultiPageView/InnerMultiPage/index.less +0 -125
  440. package/es/framework/DataMultiPageView/MultiPageDrawer/index.less +0 -65
  441. package/es/framework/DataSinglePageView/InnerSinglePage/index.less +0 -50
  442. package/es/framework/DataSinglePageView/SinglePageDrawer/index.less +0 -33
  443. package/es/framework/DataSingleView/DataCore/index.less +0 -7
  444. package/es/framework/DataTabContainer/index.less +0 -51
  445. package/es/framework/index.js +0 -60
  446. package/es/utils/Authorized.d.ts +0 -4
  447. package/es/utils/Authorized.js +0 -52
  448. package/es/utils/Yuan.d.ts +0 -13
  449. package/es/utils/Yuan.js +0 -92
  450. package/es/utils/actionAssist.d.ts +0 -44
  451. package/es/utils/actionAssist.js +0 -467
  452. package/es/utils/appConfiguration.d.ts +0 -70
  453. package/es/utils/appConfiguration.js +0 -403
  454. package/es/utils/authority.d.ts +0 -7
  455. package/es/utils/authority.js +0 -259
  456. package/es/utils/cacheAssist.d.ts +0 -85
  457. package/es/utils/cacheAssist.js +0 -317
  458. package/es/utils/constants.d.ts +0 -859
  459. package/es/utils/constants.js +0 -1540
  460. package/es/utils/core.d.ts +0 -25
  461. package/es/utils/core.js +0 -95
  462. package/es/utils/defaultSettingsSpecial.d.ts +0 -67
  463. package/es/utils/defaultSettingsSpecial.js +0 -53
  464. package/es/utils/developAssist.d.ts +0 -41
  465. package/es/utils/developAssist.js +0 -224
  466. package/es/utils/dva.d.ts +0 -31
  467. package/es/utils/dva.js +0 -54
  468. package/es/utils/globalModel.d.ts +0 -17
  469. package/es/utils/globalModel.js +0 -40
  470. package/es/utils/globalStorageAssist.d.ts +0 -78
  471. package/es/utils/globalStorageAssist.js +0 -239
  472. package/es/utils/localStorageAssist.d.ts +0 -47
  473. package/es/utils/localStorageAssist.js +0 -116
  474. package/es/utils/mediaDefault.d.ts +0 -11
  475. package/es/utils/mediaDefault.js +0 -24
  476. package/es/utils/proLayoutCollection.d.ts +0 -12
  477. package/es/utils/proLayoutCollection.js +0 -76
  478. package/es/utils/request.d.ts +0 -5
  479. package/es/utils/request.js +0 -243
  480. package/es/utils/requestAssistor.d.ts +0 -79
  481. package/es/utils/requestAssistor.js +0 -596
  482. package/es/utils/sessionStorageAssist.d.ts +0 -47
  483. package/es/utils/sessionStorageAssist.js +0 -116
  484. package/es/utils/tools.d.ts +0 -698
  485. package/es/utils/tools.js +0 -2205
  486. package/es/utils/typeCheck.d.ts +0 -21
  487. package/es/utils/typeCheck.js +0 -58
  488. package/es/utils/typeConvert.d.ts +0 -7
  489. package/es/utils/typeConvert.js +0 -16
  490. package/es/utils/utils.d.ts +0 -5
  491. package/es/utils/utils.js +0 -70
  492. package/es/utils/utils.less +0 -63
  493. package/es/utils/utils.test.d.ts +0 -1
  494. package/es/utils/virtualRequest.d.ts +0 -51
  495. package/es/utils/virtualRequest.js +0 -320
@@ -1,117 +1,108 @@
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 _authority = require("../../utils/authority");
11
-
12
- var _tools = require("../../utils/tools");
13
-
14
- var _SupplementWrapper2 = _interopRequireDefault(require("../CustomWrapper/SupplementWrapper"));
15
-
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
-
18
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
19
-
20
- 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); } }
21
-
22
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
23
-
24
- 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); }
25
-
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
1
+ import { _ as _inherits, a as _classCallCheck, b as _createClass, c as _getPrototypeOf, d as _possibleConstructorReturn } from '../../getPrototypeOf.js';
2
+ import { checkHasAuthority } from 'antd-management-fast-common/es/utils/authority';
3
+ import { redirectToPath, isFunction, getDerivedStateFromPropsForUrlParams } from 'antd-management-fast-common/es/utils/tools';
4
+ import SupplementWrapper from '../CustomWrapper/SupplementWrapper/index.js';
5
+ import '../../toPropertyKey.js';
6
+ import '../../typeof.js';
7
+ import '../CustomWrapper/Supplement/index.js';
8
+ import '../CustomWrapper/SupplementCore/index.js';
9
+ import 'antd-management-fast-common/es/utils/globalStorageAssist';
10
+ import 'antd-management-fast-common/es/utils/requestAssistor';
11
+ import '../../index2.js';
12
+ import '../../objectSpread2.js';
13
+ import 'antd';
14
+ import 'react';
15
+ import 'antd-management-fast-common/es/utils/constants';
16
+ import 'antd-management-fast-common/es/utils/dynamicSetting';
17
+ import 'antd-management-fast-component/es/customComponents/AnimalBox/FadeBox';
18
+ import 'antd-management-fast-component/es/customComponents/AnimalBox/QueueBox';
19
+ import 'antd-management-fast-component/es/customComponents/AudioUpload';
20
+ import 'antd-management-fast-component/es/customComponents/ColorText';
21
+ import 'antd-management-fast-component/es/customComponents/Editor/TinymceWrapper';
22
+ import 'antd-management-fast-component/es/customComponents/FileBase64Upload';
23
+ import 'antd-management-fast-component/es/customComponents/FileUpload';
24
+ import 'antd-management-fast-component/es/customComponents/FlexBox';
25
+ import 'antd-management-fast-component/es/customComponents/FlexText';
26
+ import 'antd-management-fast-component/es/customComponents/FunctionComponent';
27
+ import 'antd-management-fast-component/es/customComponents/FunctionSupplement/Whether';
28
+ import 'antd-management-fast-component/es/customComponents/HelpBox';
29
+ import 'antd-management-fast-component/es/customComponents/HelpCard';
30
+ import 'antd-management-fast-component/es/customComponents/HtmlBox';
31
+ import 'antd-management-fast-component/es/customComponents/Icon';
32
+ import 'antd-management-fast-component/es/customComponents/IconInfo';
33
+ import 'antd-management-fast-component/es/customComponents/ImageBox';
34
+ import 'antd-management-fast-component/es/customComponents/ImageUpload';
35
+ import 'antd-management-fast-component/es/customComponents/VideoUpload';
36
+ import '../../utils/metaDataAssist.js';
37
+ import '../../index3.js';
38
+ import 'antd-management-fast-common/es/utils/actionAssist';
39
+ import 'antd-management-fast-common/es/utils/dva';
40
+ import '../../utils/storageAssist.js';
41
+ import 'antd-management-fast-common/es/utils/localStorageAssist';
42
+ import '../Core/index.js';
43
+ import 'antd-management-fast-component/es/customComponents/BaseComponent';
27
44
 
28
45
  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); }; }
29
-
30
- 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); }
31
-
32
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
33
-
34
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; } }
35
-
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
-
38
47
  var AuthorizationWrapper = /*#__PURE__*/function (_SupplementWrapper) {
39
48
  _inherits(AuthorizationWrapper, _SupplementWrapper);
40
-
41
49
  var _super = _createSuper(AuthorizationWrapper);
42
-
43
50
  function AuthorizationWrapper() {
44
51
  var _this;
45
-
46
52
  _classCallCheck(this, AuthorizationWrapper);
47
-
48
53
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
49
54
  args[_key] = arguments[_key];
50
55
  }
51
-
52
56
  _this = _super.call.apply(_super, [this].concat(args));
53
57
  _this.componentAuthority = null;
54
-
55
58
  _this.doDidMountTask = function () {
56
59
  var needDoOther = false;
57
-
58
60
  if (_this.componentAuthority == null) {
59
61
  _this.init();
60
-
61
62
  needDoOther = true;
62
63
  } else if (_this.checkAuthority(_this.componentAuthority)) {
63
64
  _this.init();
64
-
65
65
  needDoOther = true;
66
66
  } else {
67
67
  var text = "\u7F3A\u5C11\u6743\u9650\uFF1A".concat(_this.componentAuthority);
68
- (0, _tools.showRuntimeError)({
68
+ showRuntimeError({
69
69
  message: text
70
70
  });
71
- (0, _tools.redirectToPath)('/exception/404');
71
+ redirectToPath('/exception/404');
72
72
  }
73
-
74
73
  if (needDoOther) {
75
74
  _this.adjustWhenDidMount();
76
75
  }
77
76
  };
78
-
79
77
  _this.checkAuthority = function (auth) {
80
- return (0, _authority.checkHasAuthority)(auth);
78
+ return checkHasAuthority(auth);
81
79
  };
82
-
83
80
  _this.getCurrentOperator = function () {
84
81
  var currentOperator = _this.props.global.currentOperator;
85
82
  return currentOperator;
86
83
  };
87
-
88
84
  _this.reloadCurrentOperator = function () {
89
85
  var callback = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
90
-
91
86
  _this.dispatchApi({
92
87
  type: 'global/getCurrentOperator',
93
88
  payload: {
94
89
  force: true
95
90
  }
96
91
  }).then(function () {
97
- if ((0, _tools.isFunction)(callback)) {
92
+ if (isFunction(callback)) {
98
93
  callback();
99
94
  }
100
95
  });
101
96
  };
102
-
103
97
  return _this;
104
98
  }
105
-
106
99
  _createClass(AuthorizationWrapper, null, [{
107
100
  key: "getDerivedStateFromProps",
108
101
  value: function getDerivedStateFromProps(nextProps, prevState) {
109
- return (0, _tools.getDerivedStateFromPropsForUrlParams)(nextProps, prevState);
102
+ return getDerivedStateFromPropsForUrlParams(nextProps, prevState);
110
103
  }
111
104
  }]);
112
-
113
105
  return AuthorizationWrapper;
114
- }(_SupplementWrapper2.default);
106
+ }(SupplementWrapper);
115
107
 
116
- var _default = AuthorizationWrapper;
117
- exports.default = _default;
108
+ export { AuthorizationWrapper as default };
@@ -1,7 +1,6 @@
1
- export default Base;
2
- declare class Base extends SupplementWrapper {
3
- constructor(props: any);
4
- loadDataAfterMount: boolean;
1
+ export class Base extends SupplementWrapper {
2
+ constructor(properties: any);
3
+ loadRemoteRequestAfterMount: boolean;
5
4
  state: any;
6
5
  showSelect: () => void;
7
6
  getFieldData: () => {
@@ -9,7 +8,7 @@ declare class Base extends SupplementWrapper {
9
8
  fieldTitle: string;
10
9
  placeholder: string;
11
10
  };
12
- renderButton: () => JSX.Element;
11
+ renderPresetButton: () => JSX.Element;
13
12
  renderFurther(): JSX.Element;
14
13
  }
15
- import SupplementWrapper from "../../../CustomWrapper/SupplementWrapper";
14
+ import { SupplementWrapper } from "../../../CustomWrapper/SupplementWrapper";
@@ -1,74 +1,63 @@
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
- require("antd/es/button/style");
11
-
12
- var _button = _interopRequireDefault(require("antd/es/button"));
13
-
14
- var _react = _interopRequireDefault(require("react"));
15
-
16
- var _tools = require("../../../../utils/tools");
17
-
18
- var _SupplementWrapper2 = _interopRequireDefault(require("../../../CustomWrapper/SupplementWrapper"));
19
-
20
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
-
22
- 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; }
23
-
24
- 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; }
25
-
26
- 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; }
27
-
28
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
29
-
30
- 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); } }
31
-
32
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
33
-
34
- function _get() { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get.bind(); } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(arguments.length < 3 ? target : receiver); } return desc.value; }; } return _get.apply(this, arguments); }
35
-
36
- function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; }
37
-
38
- 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); }
39
-
40
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
1
+ import { _ as _objectSpread2 } from '../../../../objectSpread2.js';
2
+ import { _ as _inherits, a as _classCallCheck, b as _createClass, c as _getPrototypeOf, d as _possibleConstructorReturn } from '../../../../getPrototypeOf.js';
3
+ import { _ as _get } from '../../../../get.js';
4
+ import { Button } from 'antd';
5
+ import { showRuntimeError } from 'antd-management-fast-common/es/utils/tools';
6
+ import SupplementWrapper from '../../../CustomWrapper/SupplementWrapper/index.js';
7
+ import '../../../../toPropertyKey.js';
8
+ import '../../../../typeof.js';
9
+ import '../../../CustomWrapper/Supplement/index.js';
10
+ import '../../../CustomWrapper/SupplementCore/index.js';
11
+ import 'antd-management-fast-common/es/utils/globalStorageAssist';
12
+ import 'antd-management-fast-common/es/utils/requestAssistor';
13
+ import '../../../../index2.js';
14
+ import 'react';
15
+ import 'antd-management-fast-common/es/utils/constants';
16
+ import 'antd-management-fast-common/es/utils/dynamicSetting';
17
+ import 'antd-management-fast-component/es/customComponents/AnimalBox/FadeBox';
18
+ import 'antd-management-fast-component/es/customComponents/AnimalBox/QueueBox';
19
+ import 'antd-management-fast-component/es/customComponents/AudioUpload';
20
+ import 'antd-management-fast-component/es/customComponents/ColorText';
21
+ import 'antd-management-fast-component/es/customComponents/Editor/TinymceWrapper';
22
+ import 'antd-management-fast-component/es/customComponents/FileBase64Upload';
23
+ import 'antd-management-fast-component/es/customComponents/FileUpload';
24
+ import 'antd-management-fast-component/es/customComponents/FlexBox';
25
+ import 'antd-management-fast-component/es/customComponents/FlexText';
26
+ import 'antd-management-fast-component/es/customComponents/FunctionComponent';
27
+ import 'antd-management-fast-component/es/customComponents/FunctionSupplement/Whether';
28
+ import 'antd-management-fast-component/es/customComponents/HelpBox';
29
+ import 'antd-management-fast-component/es/customComponents/HelpCard';
30
+ import 'antd-management-fast-component/es/customComponents/HtmlBox';
31
+ import 'antd-management-fast-component/es/customComponents/Icon';
32
+ import 'antd-management-fast-component/es/customComponents/IconInfo';
33
+ import 'antd-management-fast-component/es/customComponents/ImageBox';
34
+ import 'antd-management-fast-component/es/customComponents/ImageUpload';
35
+ import 'antd-management-fast-component/es/customComponents/VideoUpload';
36
+ import '../../../../utils/metaDataAssist.js';
37
+ import '../../../../index3.js';
38
+ import 'antd-management-fast-common/es/utils/actionAssist';
39
+ import 'antd-management-fast-common/es/utils/dva';
40
+ import '../../../../utils/storageAssist.js';
41
+ import 'antd-management-fast-common/es/utils/localStorageAssist';
42
+ import '../../../Core/index.js';
43
+ import 'antd-management-fast-component/es/customComponents/BaseComponent';
41
44
 
42
45
  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); }; }
43
-
44
- 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); }
45
-
46
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
47
-
48
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; } }
49
-
50
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
51
-
52
47
  var Base = /*#__PURE__*/function (_SupplementWrapper) {
53
48
  _inherits(Base, _SupplementWrapper);
54
-
55
49
  var _super = _createSuper(Base);
56
-
57
50
  function Base(props) {
58
51
  var _this;
59
-
60
52
  _classCallCheck(this, Base);
61
-
62
53
  _this = _super.call(this, props);
63
54
  _this.loadDataAfterMount = false;
64
-
65
55
  _this.showSelect = function () {
66
56
  var text = 'showSelect 方法需要在上层进行实现';
67
- (0, _tools.showRuntimeError)({
57
+ showRuntimeError({
68
58
  message: text
69
59
  });
70
60
  };
71
-
72
61
  _this.getFieldData = function () {
73
62
  return {
74
63
  fieldText: '',
@@ -76,31 +65,26 @@ var Base = /*#__PURE__*/function (_SupplementWrapper) {
76
65
  placeholder: '请选择'
77
66
  };
78
67
  };
79
-
80
68
  _this.renderButton = function () {
81
69
  var _this$props = _this.props,
82
- children = _this$props.children,
83
- buttonProps = _this$props.buttonProps;
84
-
85
- var p = _objectSpread(_objectSpread({}, buttonProps || []), {
70
+ children = _this$props.children,
71
+ buttonProps = _this$props.buttonProps;
72
+ var p = _objectSpread2(_objectSpread2({}, buttonProps || []), {
86
73
  onClick: function onClick() {
87
74
  _this.showSelect();
88
75
  }
89
76
  });
90
-
91
- return /*#__PURE__*/_react.default.createElement(_button.default, p, children);
77
+ return /*#__PURE__*/React.createElement(Button, p, children);
92
78
  };
93
-
94
- _this.state = _objectSpread(_objectSpread({}, _this.state), {
79
+ _this.state = _objectSpread2(_objectSpread2({}, _this.state), {
95
80
  selectData: null
96
81
  });
97
82
  return _this;
98
83
  }
99
-
100
84
  _createClass(Base, [{
101
85
  key: "renderFurther",
102
86
  value: function renderFurther() {
103
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, this.renderButton(), this.renderOther());
87
+ return /*#__PURE__*/React.createElement(React.Fragment, null, this.renderButton(), this.renderOther());
104
88
  }
105
89
  }], [{
106
90
  key: "getDerivedStateFromProps",
@@ -108,9 +92,7 @@ var Base = /*#__PURE__*/function (_SupplementWrapper) {
108
92
  return _get(_getPrototypeOf(Base), "getDerivedStateFromProps", this).call(this, nextProps, prevState);
109
93
  }
110
94
  }]);
111
-
112
95
  return Base;
113
- }(_SupplementWrapper2.default);
96
+ }(SupplementWrapper);
114
97
 
115
- var _default = Base;
116
- exports.default = _default;
98
+ export { Base as default };
@@ -1,5 +1,4 @@
1
- export default InteractiveBase;
2
- declare class InteractiveBase extends Base {
1
+ export class InteractiveBase extends Base {
3
2
  showDrawer: () => void;
4
3
  afterDrawerClose: () => void;
5
4
  afterDrawerSelectSuccess: (o: any) => void;
@@ -7,13 +6,13 @@ declare class InteractiveBase extends Base {
7
6
  afterModalSelectSuccess: (o: any) => void;
8
7
  afterModalCancel: () => void;
9
8
  afterSelectSuccessCore: (o: any) => void;
10
- renderSelectDrawer: () => void;
11
- renderSelectModal: () => void;
12
- renderOther: () => void | null;
9
+ renderPresetSelectDrawer: () => void;
10
+ renderPresetSelectModal: () => void;
11
+ renderPresetOther: () => void | null;
13
12
  }
14
- declare namespace InteractiveBase {
13
+ export namespace InteractiveBase {
15
14
  namespace defaultProps {
16
15
  const selectMode: number;
17
16
  }
18
17
  }
19
- import Base from "../Base";
18
+ import { Base } from "../Base";
@@ -1,177 +1,149 @@
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 _constants = require("../../../../utils/constants");
11
-
12
- var _tools = require("../../../../utils/tools");
13
-
14
- var _Base2 = _interopRequireDefault(require("../Base"));
15
-
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
-
18
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
19
-
20
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21
-
22
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
23
-
24
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
25
-
26
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
27
-
28
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
29
-
30
- function _get() { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get.bind(); } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(arguments.length < 3 ? target : receiver); } return desc.value; }; } return _get.apply(this, arguments); }
31
-
32
- function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; }
33
-
34
- 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); }
35
-
36
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
1
+ import { _ as _objectSpread2 } from '../../../../objectSpread2.js';
2
+ import { _ as _inherits, a as _classCallCheck, b as _createClass, c as _getPrototypeOf, d as _possibleConstructorReturn } from '../../../../getPrototypeOf.js';
3
+ import { _ as _get } from '../../../../get.js';
4
+ import { selectModeCollection } from 'antd-management-fast-common/es/utils/constants';
5
+ import { toNumber, isFunction } from 'antd-management-fast-common/es/utils/tools';
6
+ import Base from '../Base/index.js';
7
+ import '../../../../toPropertyKey.js';
8
+ import '../../../../typeof.js';
9
+ import 'antd';
10
+ import '../../../CustomWrapper/SupplementWrapper/index.js';
11
+ import '../../../CustomWrapper/Supplement/index.js';
12
+ import '../../../CustomWrapper/SupplementCore/index.js';
13
+ import 'antd-management-fast-common/es/utils/globalStorageAssist';
14
+ import 'antd-management-fast-common/es/utils/requestAssistor';
15
+ import '../../../../index2.js';
16
+ import 'react';
17
+ import 'antd-management-fast-common/es/utils/dynamicSetting';
18
+ import 'antd-management-fast-component/es/customComponents/AnimalBox/FadeBox';
19
+ import 'antd-management-fast-component/es/customComponents/AnimalBox/QueueBox';
20
+ import 'antd-management-fast-component/es/customComponents/AudioUpload';
21
+ import 'antd-management-fast-component/es/customComponents/ColorText';
22
+ import 'antd-management-fast-component/es/customComponents/Editor/TinymceWrapper';
23
+ import 'antd-management-fast-component/es/customComponents/FileBase64Upload';
24
+ import 'antd-management-fast-component/es/customComponents/FileUpload';
25
+ import 'antd-management-fast-component/es/customComponents/FlexBox';
26
+ import 'antd-management-fast-component/es/customComponents/FlexText';
27
+ import 'antd-management-fast-component/es/customComponents/FunctionComponent';
28
+ import 'antd-management-fast-component/es/customComponents/FunctionSupplement/Whether';
29
+ import 'antd-management-fast-component/es/customComponents/HelpBox';
30
+ import 'antd-management-fast-component/es/customComponents/HelpCard';
31
+ import 'antd-management-fast-component/es/customComponents/HtmlBox';
32
+ import 'antd-management-fast-component/es/customComponents/Icon';
33
+ import 'antd-management-fast-component/es/customComponents/IconInfo';
34
+ import 'antd-management-fast-component/es/customComponents/ImageBox';
35
+ import 'antd-management-fast-component/es/customComponents/ImageUpload';
36
+ import 'antd-management-fast-component/es/customComponents/VideoUpload';
37
+ import '../../../../utils/metaDataAssist.js';
38
+ import '../../../../index3.js';
39
+ import 'antd-management-fast-common/es/utils/actionAssist';
40
+ import 'antd-management-fast-common/es/utils/dva';
41
+ import '../../../../utils/storageAssist.js';
42
+ import 'antd-management-fast-common/es/utils/localStorageAssist';
43
+ import '../../../Core/index.js';
44
+ import 'antd-management-fast-component/es/customComponents/BaseComponent';
37
45
 
38
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); }; }
39
-
40
- 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); }
41
-
42
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
-
44
47
  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; } }
45
-
46
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
47
-
48
48
  var InteractiveBase = /*#__PURE__*/function (_Base) {
49
49
  _inherits(InteractiveBase, _Base);
50
-
51
50
  var _super = _createSuper(InteractiveBase);
52
-
53
51
  function InteractiveBase(props) {
54
52
  var _this;
55
-
56
53
  _classCallCheck(this, InteractiveBase);
57
-
58
54
  _this = _super.call(this, props);
59
-
60
55
  _this.showSelect = function () {
61
56
  var selectMode = _this.props.selectMode;
62
-
63
- if ((0, _tools.toNumber)(selectMode) === _constants.selectModeCollection.drawer) {
57
+ if (toNumber(selectMode) === selectModeCollection.drawer) {
64
58
  _this.showDrawer();
65
59
  }
66
-
67
- if ((0, _tools.toNumber)(selectMode) === _constants.selectModeCollection.modal) {
60
+ if (toNumber(selectMode) === selectModeCollection.modal) {
68
61
  _this.showModal();
69
62
  }
70
63
  };
71
-
72
64
  _this.showDrawer = function () {
73
65
  _this.setState({
74
66
  drawerVisible: true
75
67
  });
76
68
  };
77
-
78
69
  _this.afterDrawerClose = function () {
79
70
  _this.setState({
80
71
  drawerVisible: false
81
72
  });
82
73
  };
83
-
84
74
  _this.afterDrawerSelectSuccess = function (o) {
85
75
  _this.afterSelectSuccessCore(o);
86
76
  };
87
-
88
77
  _this.showModal = function () {
89
78
  _this.setState({
90
79
  modalVisible: true
91
80
  });
92
81
  };
93
-
94
82
  _this.afterModalSelectSuccess = function (o) {
95
83
  _this.setState({
96
84
  modalVisible: false
97
85
  });
98
-
99
86
  _this.afterSelectSuccessCore(o);
100
87
  };
101
-
102
88
  _this.afterModalCancel = function () {
103
89
  _this.setState({
104
90
  modalVisible: false
105
91
  });
106
92
  };
107
-
108
93
  _this.afterSelectSuccessCore = function (o) {
109
94
  if ((o || null) == null) {
110
95
  return;
111
96
  }
112
-
113
97
  var afterSelect = _this.props.afterSelect;
114
-
115
98
  _this.setState({
116
99
  selectData: o
117
100
  });
118
-
119
- if ((0, _tools.isFunction)(afterSelect)) {
101
+ if (isFunction(afterSelect)) {
120
102
  afterSelect(o);
121
103
  }
122
104
  };
123
-
124
105
  _this.renderSelectDrawer = function () {
125
106
  var text = '需要实现 renderSelectDrawer 方法';
126
- (0, _tools.showRuntimeError)({
107
+ showRuntimeError({
127
108
  message: text
128
109
  });
129
110
  };
130
-
131
111
  _this.renderSelectModal = function () {
132
112
  var text = '需要实现 renderSelectModal 方法';
133
- (0, _tools.showRuntimeError)({
113
+ showRuntimeError({
134
114
  message: text
135
115
  });
136
116
  };
137
-
138
117
  _this.renderOther = function () {
139
118
  var selectMode = _this.props.selectMode;
140
-
141
- if ((0, _tools.toNumber)(selectMode) === _constants.selectModeCollection.drawer) {
119
+ if (toNumber(selectMode) === selectModeCollection.drawer) {
142
120
  return _this.renderSelectDrawer();
143
121
  }
144
-
145
- if ((0, _tools.toNumber)(selectMode) === _constants.selectModeCollection.modal) {
122
+ if (toNumber(selectMode) === selectModeCollection.modal) {
146
123
  return _this.renderSelectModal();
147
124
  }
148
-
149
125
  var text = '无效的选择项渲染模式';
150
- (0, _tools.showRuntimeError)({
126
+ showRuntimeError({
151
127
  message: text
152
128
  });
153
129
  return null;
154
130
  };
155
-
156
- _this.state = _objectSpread(_objectSpread({}, _this.state), {
131
+ _this.state = _objectSpread2(_objectSpread2({}, _this.state), {
157
132
  drawerVisible: false,
158
133
  modalVisible: false
159
134
  });
160
135
  return _this;
161
136
  }
162
-
163
137
  _createClass(InteractiveBase, null, [{
164
138
  key: "getDerivedStateFromProps",
165
139
  value: function getDerivedStateFromProps(nextProps, prevState) {
166
140
  return _get(_getPrototypeOf(InteractiveBase), "getDerivedStateFromProps", this).call(this, nextProps, prevState);
167
141
  }
168
142
  }]);
169
-
170
143
  return InteractiveBase;
171
- }(_Base2.default);
172
-
144
+ }(Base);
173
145
  InteractiveBase.defaultProps = {
174
- selectMode: _constants.selectModeCollection.drawer
146
+ selectMode: selectModeCollection.drawer
175
147
  };
176
- var _default = InteractiveBase;
177
- exports.default = _default;
148
+
149
+ export { InteractiveBase as default };
@@ -0,0 +1,6 @@
1
+ export namespace SelectButton {
2
+ export { Base };
3
+ export { InteractiveBase };
4
+ }
5
+ import { Base } from "./Base";
6
+ import { InteractiveBase } from "./InteractiveBase";
@@ -0,0 +1 @@
1
+ export * from "./SelectButton";