amis-editor 4.1.0-beta.4 → 5.2.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (420) hide show
  1. package/lib/component/BaseControl.d.ts +1831 -0
  2. package/lib/component/BaseControl.js +366 -0
  3. package/{dist/component/base → lib/component}/InputComponentName.d.ts +1 -1
  4. package/lib/component/InputComponentName.js +44 -0
  5. package/{dist → lib}/component/TableViewEditor.d.ts +2 -2
  6. package/lib/component/TableViewEditor.js +528 -0
  7. package/lib/event-action/actions.d.ts +3 -0
  8. package/lib/event-action/actions.js +188 -0
  9. package/lib/event-action/schema.d.ts +13 -0
  10. package/lib/event-action/schema.js +134 -0
  11. package/{dist → lib}/index.d.ts +27 -31
  12. package/lib/index.js +181 -0
  13. package/{dist → lib}/plugin/Alert.d.ts +5 -3
  14. package/lib/plugin/Alert.js +113 -0
  15. package/lib/plugin/AnchorNav.d.ts +48 -0
  16. package/lib/plugin/AnchorNav.js +297 -0
  17. package/{dist → lib}/plugin/Audio.d.ts +1 -1
  18. package/lib/plugin/Audio.js +157 -0
  19. package/{dist → lib}/plugin/Avatar.d.ts +11 -2
  20. package/lib/plugin/Avatar.js +305 -0
  21. package/{dist → lib}/plugin/Breadcrumb.d.ts +1 -1
  22. package/lib/plugin/Breadcrumb.js +116 -0
  23. package/{dist → lib}/plugin/Button.d.ts +7 -3
  24. package/lib/plugin/Button.js +297 -0
  25. package/lib/plugin/ButtonGroup.d.ts +39 -0
  26. package/lib/plugin/ButtonGroup.js +139 -0
  27. package/{dist → lib}/plugin/ButtonToolbar.d.ts +5 -11
  28. package/lib/plugin/ButtonToolbar.js +89 -0
  29. package/{dist → lib}/plugin/CRUD.d.ts +3 -1
  30. package/lib/plugin/CRUD.js +1528 -0
  31. package/{dist → lib}/plugin/Card.d.ts +2 -1
  32. package/lib/plugin/Card.js +233 -0
  33. package/{dist → lib}/plugin/Cards.d.ts +3 -2
  34. package/lib/plugin/Cards.js +254 -0
  35. package/{dist → lib}/plugin/Carousel.d.ts +2 -1
  36. package/lib/plugin/Carousel.js +358 -0
  37. package/{dist → lib}/plugin/Chart.d.ts +4 -1
  38. package/lib/plugin/Chart.js +192 -0
  39. package/{dist → lib}/plugin/CodeView.d.ts +1 -1
  40. package/lib/plugin/CodeView.js +68 -0
  41. package/{dist → lib}/plugin/Collapse.d.ts +3 -1
  42. package/lib/plugin/Collapse.js +138 -0
  43. package/{dist → lib}/plugin/CollapseGroup.d.ts +29 -5
  44. package/lib/plugin/CollapseGroup.js +237 -0
  45. package/{dist → lib}/plugin/Container.d.ts +3 -2
  46. package/lib/plugin/Container.js +100 -0
  47. package/{dist → lib}/plugin/Custom.d.ts +4 -1
  48. package/lib/plugin/Custom.js +109 -0
  49. package/lib/plugin/CustomRegion.d.ts +40 -0
  50. package/lib/plugin/CustomRegion.js +154 -0
  51. package/{dist → lib}/plugin/Date.d.ts +1 -1
  52. package/lib/plugin/Date.js +82 -0
  53. package/{dist → lib}/plugin/Datetime.d.ts +1 -1
  54. package/lib/plugin/Datetime.js +77 -0
  55. package/{dist → lib}/plugin/Dialog.d.ts +13 -3
  56. package/lib/plugin/Dialog.js +214 -0
  57. package/{dist → lib}/plugin/Divider.d.ts +1 -1
  58. package/lib/plugin/Divider.js +49 -0
  59. package/{dist → lib}/plugin/Drawer.d.ts +13 -3
  60. package/lib/plugin/Drawer.js +240 -0
  61. package/{dist → lib}/plugin/DropDownButton.d.ts +13 -12
  62. package/lib/plugin/DropDownButton.js +229 -0
  63. package/{dist → lib}/plugin/Each.d.ts +2 -2
  64. package/lib/plugin/Each.js +131 -0
  65. package/{dist → lib}/plugin/Flex.d.ts +2 -1
  66. package/lib/plugin/Flex.js +203 -0
  67. package/{dist → lib}/plugin/Form/ButtonGroupSelect.d.ts +7 -2
  68. package/lib/plugin/Form/ButtonGroupSelect.js +161 -0
  69. package/{dist → lib}/plugin/Form/ButtonToolbar.d.ts +8 -7
  70. package/lib/plugin/Form/ButtonToolbar.js +107 -0
  71. package/{dist → lib}/plugin/Form/ChainedSelect.d.ts +8 -2
  72. package/lib/plugin/Form/ChainedSelect.js +183 -0
  73. package/{dist → lib}/plugin/Form/Checkbox.d.ts +7 -2
  74. package/lib/plugin/Form/Checkbox.js +174 -0
  75. package/{dist → lib}/plugin/Form/Checkboxes.d.ts +8 -2
  76. package/lib/plugin/Form/Checkboxes.js +213 -0
  77. package/lib/plugin/Form/CodeEditor.d.ts +25 -0
  78. package/lib/plugin/Form/CodeEditor.js +201 -0
  79. package/{dist → lib}/plugin/Form/Combo.d.ts +4 -1
  80. package/lib/plugin/Form/Combo.js +546 -0
  81. package/{dist → lib}/plugin/Form/ConditionBuilder.d.ts +1 -1
  82. package/lib/plugin/Form/ConditionBuilder.js +302 -0
  83. package/{dist → lib}/plugin/Form/Control.d.ts +7 -2
  84. package/lib/plugin/Form/Control.js +88 -0
  85. package/{dist → lib}/plugin/Form/DiffEditor.d.ts +8 -2
  86. package/lib/plugin/Form/DiffEditor.js +204 -0
  87. package/{dist → lib}/plugin/Form/FieldSet.d.ts +1 -1
  88. package/lib/plugin/Form/FieldSet.js +152 -0
  89. package/lib/plugin/Form/Form.d.ts +42 -0
  90. package/lib/plugin/Form/Form.js +846 -0
  91. package/lib/plugin/Form/Formula.d.ts +27 -0
  92. package/lib/plugin/Form/Formula.js +82 -0
  93. package/{dist → lib}/plugin/Form/Group.d.ts +1 -1
  94. package/lib/plugin/Form/Group.js +252 -0
  95. package/{dist → lib}/plugin/Form/Hidden.d.ts +1 -1
  96. package/lib/plugin/Form/Hidden.js +58 -0
  97. package/{dist → lib}/plugin/Form/InputArray.d.ts +1 -1
  98. package/lib/plugin/Form/InputArray.js +181 -0
  99. package/{dist → lib}/plugin/Form/InputCity.d.ts +6 -2
  100. package/lib/plugin/Form/InputCity.js +139 -0
  101. package/{dist → lib}/plugin/Form/InputColor.d.ts +20 -18
  102. package/lib/plugin/Form/InputColor.js +295 -0
  103. package/lib/plugin/Form/InputDate.d.ts +26 -0
  104. package/lib/plugin/Form/InputDate.js +357 -0
  105. package/lib/plugin/Form/InputDateRange.d.ts +26 -0
  106. package/lib/plugin/Form/InputDateRange.js +350 -0
  107. package/{dist → lib}/plugin/Form/InputDateTime.d.ts +4 -4
  108. package/lib/plugin/Form/InputDateTime.js +50 -0
  109. package/lib/plugin/Form/InputDateTimeRange.d.ts +20 -0
  110. package/lib/plugin/Form/InputDateTimeRange.js +51 -0
  111. package/{dist → lib}/plugin/Form/InputEmail.d.ts +1 -0
  112. package/lib/plugin/Form/InputEmail.js +45 -0
  113. package/lib/plugin/Form/InputExcel.d.ts +23 -0
  114. package/lib/plugin/Form/InputExcel.js +121 -0
  115. package/{dist → lib}/plugin/Form/InputFile.d.ts +7 -3
  116. package/lib/plugin/Form/InputFile.js +354 -0
  117. package/{dist → lib}/plugin/Form/InputGroup.d.ts +1 -1
  118. package/lib/plugin/Form/InputGroup.js +100 -0
  119. package/{dist → lib}/plugin/Form/InputImage.d.ts +6 -2
  120. package/lib/plugin/Form/InputImage.js +271 -0
  121. package/{dist → lib}/plugin/Form/InputKV.d.ts +7 -1
  122. package/lib/plugin/Form/InputKV.js +129 -0
  123. package/{dist → lib}/plugin/Form/InputMonth.d.ts +1 -0
  124. package/lib/plugin/Form/InputMonth.js +48 -0
  125. package/{dist/plugin/Form/InputDate.d.ts → lib/plugin/Form/InputMonthRange.d.ts} +4 -4
  126. package/lib/plugin/Form/InputMonthRange.js +51 -0
  127. package/{dist → lib}/plugin/Form/InputNumber.d.ts +7 -2
  128. package/lib/plugin/Form/InputNumber.js +263 -0
  129. package/{dist → lib}/plugin/Form/InputPassword.d.ts +1 -0
  130. package/lib/plugin/Form/InputPassword.js +45 -0
  131. package/{dist → lib}/plugin/Form/InputQuarter.d.ts +1 -0
  132. package/lib/plugin/Form/InputQuarter.js +48 -0
  133. package/{dist → lib}/plugin/Form/InputQuarterRange.d.ts +4 -4
  134. package/lib/plugin/Form/InputQuarterRange.js +51 -0
  135. package/{dist → lib}/plugin/Form/InputRange.d.ts +7 -2
  136. package/lib/plugin/Form/InputRange.js +292 -0
  137. package/lib/plugin/Form/InputRating.d.ts +25 -0
  138. package/lib/plugin/Form/InputRating.js +357 -0
  139. package/{dist → lib}/plugin/Form/InputRepeat.d.ts +1 -1
  140. package/lib/plugin/Form/InputRepeat.js +65 -0
  141. package/{dist → lib}/plugin/Form/InputRichText.d.ts +1 -1
  142. package/lib/plugin/Form/InputRichText.js +193 -0
  143. package/{dist → lib}/plugin/Form/InputSubForm.d.ts +2 -1
  144. package/lib/plugin/Form/InputSubForm.js +160 -0
  145. package/{dist → lib}/plugin/Form/InputTable.d.ts +1 -1
  146. package/lib/plugin/Form/InputTable.js +400 -0
  147. package/{dist → lib}/plugin/Form/InputTag.d.ts +6 -2
  148. package/lib/plugin/Form/InputTag.js +155 -0
  149. package/lib/plugin/Form/InputText.d.ts +42 -0
  150. package/lib/plugin/Form/InputText.js +328 -0
  151. package/{dist → lib}/plugin/Form/InputTime.d.ts +3 -3
  152. package/lib/plugin/Form/InputTime.js +48 -0
  153. package/{dist/plugin/Form/InputDateTimeRange.d.ts → lib/plugin/Form/InputTimeRange.d.ts} +4 -4
  154. package/lib/plugin/Form/InputTimeRange.js +51 -0
  155. package/{dist → lib}/plugin/Form/InputTree.d.ts +6 -2
  156. package/lib/plugin/Form/InputTree.js +375 -0
  157. package/{dist → lib}/plugin/Form/InputURL.d.ts +2 -0
  158. package/lib/plugin/Form/InputURL.js +46 -0
  159. package/{dist → lib}/plugin/Form/InputYear.d.ts +1 -0
  160. package/lib/plugin/Form/InputYear.js +48 -0
  161. package/{dist/plugin/Form/InputMonthRange.d.ts → lib/plugin/Form/InputYearRange.d.ts} +4 -4
  162. package/lib/plugin/Form/InputYearRange.js +51 -0
  163. package/{dist → lib}/plugin/Form/Item.d.ts +2 -2
  164. package/lib/plugin/Form/Item.js +265 -0
  165. package/{dist → lib}/plugin/Form/ListSelect.d.ts +6 -2
  166. package/lib/plugin/Form/ListSelect.js +130 -0
  167. package/{dist/plugin/Form/InputDateRange.d.ts → lib/plugin/Form/LocationPicker.d.ts} +5 -6
  168. package/lib/plugin/Form/LocationPicker.js +74 -0
  169. package/{dist → lib}/plugin/Form/MatrixCheckboxes.d.ts +7 -2
  170. package/lib/plugin/Form/MatrixCheckboxes.js +234 -0
  171. package/{dist → lib}/plugin/Form/NestedSelect.d.ts +8 -2
  172. package/lib/plugin/Form/NestedSelect.js +328 -0
  173. package/{dist → lib}/plugin/Form/Picker.d.ts +1 -1
  174. package/lib/plugin/Form/Picker.js +169 -0
  175. package/{dist → lib}/plugin/Form/Radios.d.ts +7 -2
  176. package/lib/plugin/Form/Radios.js +189 -0
  177. package/{dist → lib}/plugin/Form/Select.d.ts +7 -2
  178. package/lib/plugin/Form/Select.js +304 -0
  179. package/{dist → lib}/plugin/Form/Static.d.ts +4 -3
  180. package/lib/plugin/Form/Static.js +312 -0
  181. package/{dist → lib}/plugin/Form/Switch.d.ts +9 -2
  182. package/lib/plugin/Form/Switch.js +219 -0
  183. package/{dist → lib}/plugin/Form/TabsTransfer.d.ts +5 -2
  184. package/lib/plugin/Form/TabsTransfer.js +348 -0
  185. package/{dist → lib}/plugin/Form/Textarea.d.ts +8 -2
  186. package/lib/plugin/Form/Textarea.js +190 -0
  187. package/{dist → lib}/plugin/Form/Transfer.d.ts +5 -2
  188. package/lib/plugin/Form/Transfer.js +414 -0
  189. package/{dist → lib}/plugin/Form/TreeSelect.d.ts +6 -2
  190. package/lib/plugin/Form/TreeSelect.js +375 -0
  191. package/{dist → lib}/plugin/Form/UUID.d.ts +1 -1
  192. package/lib/plugin/Form/UUID.js +55 -0
  193. package/{dist → lib}/plugin/Grid.d.ts +3 -2
  194. package/lib/plugin/Grid.js +680 -0
  195. package/{dist → lib}/plugin/HBox.d.ts +3 -2
  196. package/lib/plugin/HBox.js +594 -0
  197. package/{dist → lib}/plugin/IFrame.d.ts +6 -5
  198. package/lib/plugin/IFrame.js +94 -0
  199. package/{dist → lib}/plugin/Image.d.ts +1 -1
  200. package/lib/plugin/Image.js +264 -0
  201. package/{dist → lib}/plugin/Images.d.ts +1 -1
  202. package/lib/plugin/Images.js +214 -0
  203. package/{dist → lib}/plugin/Json.d.ts +2 -1
  204. package/lib/plugin/Json.js +82 -0
  205. package/{dist → lib}/plugin/Link.d.ts +2 -1
  206. package/lib/plugin/Link.js +120 -0
  207. package/{dist → lib}/plugin/List.d.ts +3 -2
  208. package/lib/plugin/List.js +220 -0
  209. package/{dist → lib}/plugin/ListItem.d.ts +1 -1
  210. package/lib/plugin/ListItem.js +195 -0
  211. package/{dist → lib}/plugin/Log.d.ts +1 -1
  212. package/lib/plugin/Log.js +62 -0
  213. package/{dist → lib}/plugin/Mapping.d.ts +2 -1
  214. package/lib/plugin/Mapping.js +149 -0
  215. package/{dist → lib}/plugin/Markdown.d.ts +2 -1
  216. package/lib/plugin/Markdown.js +58 -0
  217. package/lib/plugin/Nav.d.ts +48 -0
  218. package/lib/plugin/Nav.js +181 -0
  219. package/{dist → lib}/plugin/Operation.d.ts +1 -1
  220. package/lib/plugin/Operation.js +84 -0
  221. package/{dist → lib}/plugin/Others/Action.d.ts +6 -2
  222. package/lib/plugin/Others/Action.js +350 -0
  223. package/{dist → lib}/plugin/Others/TableCell.d.ts +1 -1
  224. package/lib/plugin/Others/TableCell.js +393 -0
  225. package/{dist → lib}/plugin/Page.d.ts +7 -4
  226. package/lib/plugin/Page.js +363 -0
  227. package/lib/plugin/Pagination.d.ts +51 -0
  228. package/lib/plugin/Pagination.js +247 -0
  229. package/{dist → lib}/plugin/Panel.d.ts +1 -1
  230. package/lib/plugin/Panel.js +222 -0
  231. package/{dist → lib}/plugin/Plain.d.ts +1 -1
  232. package/lib/plugin/Plain.js +88 -0
  233. package/{dist → lib}/plugin/Progress.d.ts +7 -2
  234. package/lib/plugin/Progress.js +258 -0
  235. package/{dist → lib}/plugin/Property.d.ts +1 -1
  236. package/lib/plugin/Property.js +147 -0
  237. package/{dist → lib}/plugin/QRCode.d.ts +2 -1
  238. package/lib/plugin/QRCode.js +107 -0
  239. package/{dist → lib}/plugin/Reset.d.ts +0 -1
  240. package/lib/plugin/Reset.js +38 -0
  241. package/{dist → lib}/plugin/Service.d.ts +5 -1
  242. package/lib/plugin/Service.js +217 -0
  243. package/{dist → lib}/plugin/Sparkline.d.ts +2 -1
  244. package/lib/plugin/Sparkline.js +50 -0
  245. package/{dist → lib}/plugin/Status.d.ts +2 -1
  246. package/lib/plugin/Status.js +86 -0
  247. package/{dist → lib}/plugin/Steps.d.ts +2 -1
  248. package/lib/plugin/Steps.js +136 -0
  249. package/{dist → lib}/plugin/Submit.d.ts +0 -1
  250. package/lib/plugin/Submit.js +38 -0
  251. package/{dist → lib}/plugin/Table.d.ts +7 -2
  252. package/lib/plugin/Table.js +594 -0
  253. package/{dist → lib}/plugin/TableView.d.ts +2 -1
  254. package/lib/plugin/TableView.js +744 -0
  255. package/{dist → lib}/plugin/Tabs.d.ts +34 -2
  256. package/lib/plugin/Tabs.js +429 -0
  257. package/{dist → lib}/plugin/Tasks.d.ts +2 -1
  258. package/lib/plugin/Tasks.js +263 -0
  259. package/{dist → lib}/plugin/Time.d.ts +1 -1
  260. package/lib/plugin/Time.js +77 -0
  261. package/{dist → lib}/plugin/TooltipWrapper.d.ts +12 -1
  262. package/lib/plugin/TooltipWrapper.js +281 -0
  263. package/{dist → lib}/plugin/Tpl.d.ts +3 -2
  264. package/lib/plugin/Tpl.js +183 -0
  265. package/{dist → lib}/plugin/Video.d.ts +2 -1
  266. package/lib/plugin/Video.js +140 -0
  267. package/{dist → lib}/plugin/WebComponent.d.ts +2 -1
  268. package/lib/plugin/WebComponent.js +70 -0
  269. package/{dist → lib}/plugin/Wizard.d.ts +16 -4
  270. package/lib/plugin/Wizard.js +799 -0
  271. package/{dist → lib}/plugin/Wrapper.d.ts +2 -1
  272. package/lib/plugin/Wrapper.js +136 -0
  273. package/lib/renderer/APIControl.d.ts +7526 -0
  274. package/lib/renderer/APIControl.js +791 -0
  275. package/lib/renderer/BadgeControl.d.ts +134 -0
  276. package/lib/renderer/BadgeControl.js +290 -0
  277. package/lib/renderer/DataBindingControl.d.ts +14 -0
  278. package/lib/renderer/DataBindingControl.js +91 -0
  279. package/lib/renderer/DataMappingControl.d.ts +11 -0
  280. package/lib/renderer/DataMappingControl.js +73 -0
  281. package/lib/renderer/DataPickerControl.d.ts +13 -0
  282. package/lib/renderer/DataPickerControl.js +83 -0
  283. package/lib/renderer/DateShortCutControl.d.ts +83 -0
  284. package/lib/renderer/DateShortCutControl.js +254 -0
  285. package/lib/renderer/FormulaControl.d.ts +96 -0
  286. package/lib/renderer/FormulaControl.js +324 -0
  287. package/{dist/component/Control → lib/renderer}/OptionControl.d.ts +25 -36
  288. package/lib/renderer/OptionControl.js +672 -0
  289. package/{dist/component/Control → lib/renderer}/PopoverEdit.d.ts +4 -4
  290. package/lib/renderer/RangePartsControl.d.ts +91 -0
  291. package/lib/renderer/RangePartsControl.js +392 -0
  292. package/lib/renderer/StatusControl.d.ts +39 -0
  293. package/lib/renderer/StatusControl.js +171 -0
  294. package/lib/renderer/SwitchMoreControl.d.ts +222 -0
  295. package/lib/renderer/SwitchMoreControl.js +302 -0
  296. package/lib/renderer/ValidationControl.d.ts +65 -0
  297. package/lib/renderer/ValidationControl.js +279 -0
  298. package/lib/renderer/ValidationItem.d.ts +46 -0
  299. package/lib/renderer/ValidationItem.js +147 -0
  300. package/lib/renderer/style-control/Background.d.ts +17 -0
  301. package/lib/renderer/style-control/Background.js +493 -0
  302. package/lib/renderer/style-control/Border.d.ts +18 -0
  303. package/lib/renderer/style-control/Border.js +191 -0
  304. package/lib/renderer/style-control/BoxModel.d.ts +17 -0
  305. package/lib/renderer/style-control/BoxModel.js +73 -0
  306. package/lib/renderer/style-control/BoxShadow.d.ts +18 -0
  307. package/lib/renderer/style-control/BoxShadow.js +125 -0
  308. package/lib/renderer/style-control/Display.d.ts +14 -0
  309. package/lib/renderer/style-control/Display.js +233 -0
  310. package/lib/renderer/style-control/Font.d.ts +16 -0
  311. package/lib/renderer/style-control/Font.js +239 -0
  312. package/lib/renderer/style-control/font-family.d.ts +11 -0
  313. package/lib/renderer/style-control/font-family.js +149 -0
  314. package/lib/renderer/style-control/transformation.d.ts +29 -0
  315. package/lib/renderer/style-control/transformation.js +84 -0
  316. package/lib/renderer/style-control/types.d.ts +8 -0
  317. package/lib/tpl/api.d.ts +1 -0
  318. package/lib/tpl/api.js +378 -0
  319. package/lib/tpl/common.d.ts +1 -0
  320. package/lib/tpl/common.js +808 -0
  321. package/lib/tpl/horizontal.d.ts +1 -0
  322. package/lib/tpl/horizontal.js +260 -0
  323. package/lib/tpl/index.d.ts +7 -0
  324. package/lib/tpl/options.d.ts +1 -0
  325. package/lib/tpl/options.js +265 -0
  326. package/{dist/component/schemaTpl.d.ts → lib/tpl/style.d.ts} +0 -4
  327. package/lib/tpl/style.js +372 -0
  328. package/lib/tpl/validations.d.ts +1 -0
  329. package/lib/tpl/validations.js +568 -0
  330. package/lib/util.d.ts +24 -0
  331. package/lib/util.js +64 -0
  332. package/lib/validator.d.ts +62 -0
  333. package/lib/validator.js +417 -0
  334. package/package.json +36 -25
  335. package/dist/150a58f3318ca7541ed9.png +0 -0
  336. package/dist/471adb97c322b226e589.png +0 -0
  337. package/dist/4de5f42360bc5946c3c2.png +0 -0
  338. package/dist/4e9968bba3855f088fed.png +0 -0
  339. package/dist/7f09c38ebc687fea847a.png +0 -0
  340. package/dist/c94073576487510314ea.png +0 -0
  341. package/dist/cebfe0bc5a1dbde02da1.svg +0 -10
  342. package/dist/compat.d.ts +0 -30
  343. package/dist/component/Breadcrumb.d.ts +0 -12
  344. package/dist/component/ClassNameControl.d.ts +0 -31
  345. package/dist/component/CommonConfigWrapper.d.ts +0 -6
  346. package/dist/component/ContainerWrapper.d.ts +0 -12
  347. package/dist/component/Control/APIControl.d.ts +0 -504
  348. package/dist/component/Control/ValidationControl.d.ts +0 -30
  349. package/dist/component/Editor.d.ts +0 -62
  350. package/dist/component/HighlightBox.d.ts +0 -29
  351. package/dist/component/IFrameBridge.d.ts +0 -32
  352. package/dist/component/IFramePreview.d.ts +0 -37
  353. package/dist/component/MiniEditor.d.ts +0 -9
  354. package/dist/component/NodeWrapper.d.ts +0 -20
  355. package/dist/component/Panel/AMisCodeEditor.d.ts +0 -37
  356. package/dist/component/Panel/AvailableRenderersPanel.d.ts +0 -10
  357. package/dist/component/Panel/CodeEditorPanel.d.ts +0 -6
  358. package/dist/component/Panel/ContextMenuPanel.d.ts +0 -8
  359. package/dist/component/Panel/DrawerPanel.d.ts +0 -15
  360. package/dist/component/Panel/DrawerRendererPanel.d.ts +0 -15
  361. package/dist/component/Panel/InsertSubRendererPanel.d.ts +0 -11
  362. package/dist/component/Panel/LeftPanels.d.ts +0 -20
  363. package/dist/component/Panel/Outline.d.ts +0 -18
  364. package/dist/component/Panel/RenderersPanel.d.ts +0 -32
  365. package/dist/component/Panel/RightPanels.d.ts +0 -21
  366. package/dist/component/Panel/TargetNamePanel.d.ts +0 -7
  367. package/dist/component/PopOverForm.d.ts +0 -22
  368. package/dist/component/Preview.d.ts +0 -65
  369. package/dist/component/RegionHLBox.d.ts +0 -20
  370. package/dist/component/RegionWrapper.d.ts +0 -192
  371. package/dist/component/RendererThumb.d.ts +0 -22
  372. package/dist/component/ScaffoldModal.d.ts +0 -24
  373. package/dist/component/SubEditor.d.ts +0 -67
  374. package/dist/component/VRenderer.d.ts +0 -177
  375. package/dist/component/base/BackTop.d.ts +0 -26
  376. package/dist/component/base/ErrorRenderer.d.ts +0 -4
  377. package/dist/component/base/SearchRendererPanel.d.ts +0 -59
  378. package/dist/component/base/WidthDraggableBtn.d.ts +0 -16
  379. package/dist/component/base/WidthDraggableContainer.d.ts +0 -2
  380. package/dist/component/remarkTpl.d.ts +0 -150
  381. package/dist/dnd/default.d.ts +0 -47
  382. package/dist/dnd/index.d.ts +0 -119
  383. package/dist/dnd/interface.d.ts +0 -14
  384. package/dist/dnd/position-h.d.ts +0 -7
  385. package/dist/env.d.ts +0 -5
  386. package/dist/exports.d.ts +0 -8
  387. package/dist/exports.min.js +0 -1
  388. package/dist/icons/index.d.ts +0 -2
  389. package/dist/index.min.js +0 -1
  390. package/dist/manager.d.ts +0 -445
  391. package/dist/mocker.d.ts +0 -1
  392. package/dist/plugin/AnchorNav.d.ts +0 -67
  393. package/dist/plugin/ButtonGroup.d.ts +0 -60
  394. package/dist/plugin/ErrorRenderer.d.ts +0 -7
  395. package/dist/plugin/Form/CodeEditor.d.ts +0 -40
  396. package/dist/plugin/Form/Form.d.ts +0 -20
  397. package/dist/plugin/Form/Formula.d.ts +0 -51
  398. package/dist/plugin/Form/InputExcel.d.ts +0 -58
  399. package/dist/plugin/Form/InputRating.d.ts +0 -19
  400. package/dist/plugin/Form/InputText.d.ts +0 -20
  401. package/dist/plugin/Form/LocationPicker.d.ts +0 -48
  402. package/dist/plugin/Nav.d.ts +0 -162
  403. package/dist/plugin/Others/BasicToolbar.d.ts +0 -11
  404. package/dist/plugin/Others/DataDebug.d.ts +0 -19
  405. package/dist/plugin/Others/Unknown.d.ts +0 -5
  406. package/dist/plugin/Panel/AvailableRenderers.d.ts +0 -8
  407. package/dist/plugin/Panel/Code.d.ts +0 -9
  408. package/dist/plugin/Panel/Name.d.ts +0 -8
  409. package/dist/plugin.d.ts +0 -600
  410. package/dist/store/editor.d.ts +0 -985
  411. package/dist/store/node.d.ts +0 -259
  412. package/dist/style.css +0 -1
  413. package/dist/util.d.ts +0 -72
  414. package/static/Code-hover.png +0 -0
  415. package/static/Code.png +0 -0
  416. package/static/Outline-hover.png +0 -0
  417. package/static/Outline.png +0 -0
  418. package/static/Renderers-hover.png +0 -0
  419. package/static/Renderers.png +0 -0
  420. package/static/side_hide_left.svg +0 -10
@@ -0,0 +1,791 @@
1
+ /**
2
+ * amis-editor v5.2.0-beta.1
3
+ * Copyright 2018-2022 @fex
4
+ */
5
+
6
+ 'use strict';
7
+
8
+ Object.defineProperty(exports, '__esModule', { value: true });
9
+
10
+ var tslib = require('tslib');
11
+ var React = require('react');
12
+ var merge = require('lodash/merge');
13
+ var cloneDeep = require('lodash/cloneDeep');
14
+ var cx = require('classnames');
15
+ var amis = require('amis');
16
+ var mobxStateTree = require('mobx-state-tree');
17
+ var amisCore = require('amis-core');
18
+ var AMisCodeEditor = require('amis-editor-core');
19
+ var BaseControl = require('../component/BaseControl.js');
20
+
21
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
22
+
23
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
24
+ var merge__default = /*#__PURE__*/_interopDefaultLegacy(merge);
25
+ var cloneDeep__default = /*#__PURE__*/_interopDefaultLegacy(cloneDeep);
26
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
27
+
28
+ var APIControl = /** @class */ (function (_super) {
29
+ tslib.__extends(APIControl, _super);
30
+ function APIControl(props) {
31
+ var _this = _super.call(this, props) || this;
32
+ _this.state = {
33
+ apiStr: _this.transformApi2Str(props.value),
34
+ selectedItem: [],
35
+ schema: props.pickerSchema
36
+ };
37
+ return _this;
38
+ }
39
+ APIControl.prototype.componentDidUpdate = function (prevProps) {
40
+ var props = this.props;
41
+ if (prevProps.value !== props.value) {
42
+ this.setState({ apiStr: this.transformApi2Str(props.value) });
43
+ }
44
+ if (AMisCodeEditor.anyChanged(['enablePickerMode', 'pickerSchema'], prevProps, props)) {
45
+ this.setState({ schema: props.pickerSchema });
46
+ }
47
+ if (amisCore.isApiOutdated(prevProps === null || prevProps === void 0 ? void 0 : prevProps.pickerSource, props === null || props === void 0 ? void 0 : props.pickerSource, prevProps.data, props.data)) {
48
+ this.fetchOptions();
49
+ }
50
+ };
51
+ APIControl.prototype.transformApi2Str = function (value) {
52
+ var api = amisCore.normalizeApi(value);
53
+ return api.url ? "".concat(api.method ? "".concat(api.method, ":") : '').concat(api.url) : '';
54
+ };
55
+ APIControl.prototype.fetchOptions = function () {
56
+ var _a, _b, _c;
57
+ return tslib.__awaiter(this, void 0, void 0, function () {
58
+ var _d, value, data, env, pickerSource, apiObj, apiKey, ctx, schemaFilter, res, items, selectedItem;
59
+ return tslib.__generator(this, function (_e) {
60
+ switch (_e.label) {
61
+ case 0:
62
+ _d = this.props, value = _d.value, data = _d.data, env = _d.env;
63
+ pickerSource = this.props.pickerSource;
64
+ apiObj = amisCore.normalizeApi(value);
65
+ apiKey = (_a = apiObj === null || apiObj === void 0 ? void 0 : apiObj.url.split('api://')) === null || _a === void 0 ? void 0 : _a[1];
66
+ if (!pickerSource) {
67
+ return [2 /*return*/];
68
+ }
69
+ ctx = AMisCodeEditor.createObject(data, { value: value, op: 'loadOptions' });
70
+ schemaFilter = mobxStateTree.getEnv(window.editorStore).schemaFilter;
71
+ // 基于爱速搭的规则转换一下
72
+ if (schemaFilter) {
73
+ pickerSource = schemaFilter({ api: pickerSource }).api;
74
+ }
75
+ if (!amisCore.isEffectiveApi(pickerSource, ctx)) return [3 /*break*/, 2];
76
+ return [4 /*yield*/, env.fetcher(pickerSource, ctx)];
77
+ case 1:
78
+ res = _e.sent();
79
+ items = ((_b = res.data) === null || _b === void 0 ? void 0 : _b.items) || ((_c = res === null || res === void 0 ? void 0 : res.data) === null || _c === void 0 ? void 0 : _c.rows);
80
+ if (items.length) {
81
+ selectedItem = items.find(function (item) { return item.key === apiKey; });
82
+ this.setState({ selectedItem: selectedItem ? [selectedItem] : [] });
83
+ }
84
+ _e.label = 2;
85
+ case 2: return [2 /*return*/];
86
+ }
87
+ });
88
+ });
89
+ };
90
+ APIControl.prototype.handleSubmit = function (values, action) {
91
+ var _a = this.props, onChange = _a.onChange, value = _a.value;
92
+ var api = values;
93
+ // Picker未做选择
94
+ if (!values && action === 'picker-submit') {
95
+ return;
96
+ }
97
+ if (typeof value !== 'string' || typeof values !== 'string') {
98
+ api = merge__default["default"]({}, amisCore.normalizeApi(value), amisCore.normalizeApi(values));
99
+ }
100
+ onChange === null || onChange === void 0 ? void 0 : onChange(api);
101
+ };
102
+ APIControl.prototype.handleAction = function (schema, e, action, data) {
103
+ var onAction = this.props.onAction;
104
+ onAction === null || onAction === void 0 ? void 0 : onAction(schema, e, action, data);
105
+ };
106
+ APIControl.prototype.normalizeValue = function (value, callback) {
107
+ var transformedValue = cloneDeep__default["default"](value);
108
+ if (typeof callback === 'function') {
109
+ transformedValue = callback(value);
110
+ }
111
+ return transformedValue;
112
+ };
113
+ APIControl.prototype.handlePickerConfirm = function (value) {
114
+ var onPickerConfirm = this.props.onPickerConfirm;
115
+ this.handleSubmit(this.normalizeValue(value, onPickerConfirm), 'picker-submit');
116
+ };
117
+ APIControl.prototype.handlePickerClose = function () {
118
+ var onPickerClose = this.props.onPickerClose;
119
+ onPickerClose === null || onPickerClose === void 0 ? void 0 : onPickerClose();
120
+ };
121
+ APIControl.prototype.renderHeader = function () {
122
+ var _this = this;
123
+ var _a = this.props, render = _a.render, actions = _a.actions, enablePickerMode = _a.enablePickerMode;
124
+ var actionsDom = Array.isArray(actions) && actions.length > 0
125
+ ? actions.map(function (action, index) {
126
+ return render("action/".concat(index), action, {
127
+ key: index,
128
+ onAction: _this.handleAction.bind(_this, action)
129
+ });
130
+ })
131
+ : null;
132
+ return actionsDom || enablePickerMode ? (React__default["default"].createElement("header", { className: "ae-ApiControl-header", key: "header" }, enablePickerMode ? this.renderPickerSchema() : actionsDom)) : null;
133
+ };
134
+ APIControl.prototype.renderPickerSchema = function () {
135
+ var _this = this;
136
+ var _a = this.props, render = _a.render, pickerTitle = _a.pickerTitle, _b = _a.pickerName, pickerName = _b === void 0 ? 'apiPicker' : _b, pickerSize = _a.pickerSize, pickerHeaderClassName = _a.pickerHeaderClassName, pickerBtnSchema = _a.pickerBtnSchema, enablePickerMode = _a.enablePickerMode, onPickerSelect = _a.onPickerSelect;
137
+ var _c = this.state, selectedItem = _c.selectedItem, schema = _c.schema;
138
+ if (!schema) {
139
+ return null;
140
+ }
141
+ return (React__default["default"].createElement(amis.PickerContainer, { title: pickerTitle, value: selectedItem, headerClassName: cx__default["default"](pickerHeaderClassName, 'font-bold'), onConfirm: this.handlePickerConfirm, onCancel: this.handlePickerClose, size: pickerSize, bodyRender: function (_a) {
142
+ var _b;
143
+ _a.value; _a.onClose; var onChange = _a.onChange, setState = _a.setState; tslib.__rest(_a, ["value", "onClose", "onChange", "setState"]);
144
+ return render('api-control-picker', schema, {
145
+ data: (_b = {}, _b[pickerName] = selectedItem, _b),
146
+ onSelect: function (items) {
147
+ setState({ selectedItem: items });
148
+ onChange(_this.normalizeValue(items, onPickerSelect));
149
+ }
150
+ });
151
+ } }, function (_a) {
152
+ var onClick = _a.onClick, isOpened = _a.isOpened;
153
+ return render('picker-action', pickerBtnSchema, {
154
+ onClick: function (e) { return tslib.__awaiter(_this, void 0, void 0, function () {
155
+ return tslib.__generator(this, function (_b) {
156
+ switch (_b.label) {
157
+ case 0:
158
+ if (!(!isOpened && enablePickerMode)) return [3 /*break*/, 4];
159
+ _b.label = 1;
160
+ case 1:
161
+ _b.trys.push([1, 3, , 4]);
162
+ return [4 /*yield*/, this.fetchOptions()];
163
+ case 2:
164
+ _b.sent();
165
+ return [3 /*break*/, 4];
166
+ case 3:
167
+ _b.sent();
168
+ return [3 /*break*/, 4];
169
+ case 4:
170
+ onClick(e);
171
+ return [2 /*return*/];
172
+ }
173
+ });
174
+ }); }
175
+ });
176
+ }));
177
+ };
178
+ APIControl.prototype.renderApiDialog = function () {
179
+ var messageDesc = this.props.messageDesc;
180
+ return {
181
+ label: '',
182
+ type: 'action',
183
+ acitonType: 'dialog',
184
+ size: 'sm',
185
+ icon: React__default["default"].createElement(amis.Icon, { icon: "api" }),
186
+ actionType: 'dialog',
187
+ dialog: {
188
+ title: '高级设置',
189
+ size: 'md',
190
+ className: 'ae-ApiControl-dialog',
191
+ headerClassName: 'font-bold',
192
+ bodyClassName: 'ae-ApiControl-dialog-body',
193
+ closeOnEsc: true,
194
+ closeOnOutside: false,
195
+ showCloseButton: true,
196
+ body: [this.renderApiConfigTabs(messageDesc)]
197
+ }
198
+ };
199
+ };
200
+ APIControl.prototype.renderApiConfigTabs = function (messageDesc, submitOnChange) {
201
+ if (submitOnChange === void 0) { submitOnChange = false; }
202
+ return {
203
+ type: 'form',
204
+ className: 'ae-ApiControl-form',
205
+ mode: 'horizontal',
206
+ submitOnChange: submitOnChange,
207
+ wrapWithPanel: false,
208
+ onSubmit: this.handleSubmit,
209
+ body: [
210
+ {
211
+ type: 'tabs',
212
+ className: 'ae-ApiControl-tabs',
213
+ contentClassName: 'ae-ApiControl-tabContent',
214
+ tabs: [
215
+ {
216
+ title: '接口设置',
217
+ tab: [
218
+ {
219
+ label: '发送方式',
220
+ name: 'method',
221
+ value: 'get',
222
+ type: 'button-group-select',
223
+ mode: 'horizontal',
224
+ options: [
225
+ {
226
+ value: 'get',
227
+ label: 'GET'
228
+ },
229
+ {
230
+ value: 'post',
231
+ label: 'POST'
232
+ },
233
+ {
234
+ value: 'put',
235
+ label: 'PUT'
236
+ },
237
+ {
238
+ value: 'patch',
239
+ label: 'PATCH'
240
+ },
241
+ {
242
+ value: 'delete',
243
+ label: 'DELETE'
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ label: '接口地址',
249
+ type: 'input-text',
250
+ name: 'url',
251
+ mode: 'horizontal',
252
+ size: 'lg',
253
+ placeholder: 'http://',
254
+ required: true
255
+ },
256
+ {
257
+ label: '发送条件',
258
+ type: 'input-text',
259
+ name: 'sendOn',
260
+ mode: 'horizontal',
261
+ size: 'lg',
262
+ placeholder: '如:this.type == "123"',
263
+ description: '用表达式来设置该请求的发送条件'
264
+ },
265
+ {
266
+ label: '数据格式',
267
+ type: 'button-group-select',
268
+ name: 'dataType',
269
+ size: 'sm',
270
+ mode: 'horizontal',
271
+ description: '发送体格式为:<%= data.dataType === "json" ? "application/json" : data.dataType === "form-data" ? "multipart/form-data" : data.dataType === "form" ? "application/x-www-form-urlencoded" : "" %>,当发送内容中存在文件时会自动使用 form-data 格式。',
272
+ options: [
273
+ {
274
+ label: 'JSON',
275
+ value: 'json'
276
+ },
277
+ {
278
+ label: 'FormData',
279
+ value: 'form-data'
280
+ },
281
+ {
282
+ label: 'Form',
283
+ value: 'form'
284
+ }
285
+ ],
286
+ disabled: false
287
+ },
288
+ {
289
+ type: 'switch',
290
+ label: '是否设置缓存',
291
+ name: 'cache',
292
+ mode: 'horizontal',
293
+ pipeIn: function (value) { return !!value; },
294
+ pipeOut: function (value) { return (value ? 3000 : undefined); }
295
+ },
296
+ {
297
+ label: '',
298
+ type: 'input-number',
299
+ name: 'cache',
300
+ mode: 'horizontal',
301
+ size: 'md',
302
+ min: 0,
303
+ step: 500,
304
+ visibleOn: 'this.cache',
305
+ description: '设置该请求缓存有效时间,单位 ms',
306
+ pipeIn: function (value) {
307
+ return typeof value === 'number' ? value : 0;
308
+ }
309
+ },
310
+ {
311
+ label: '文件下载',
312
+ name: 'responseType',
313
+ type: 'switch',
314
+ mode: 'horizontal',
315
+ description: '当接口为二进制文件下载时请勾选,否则会文件乱码。',
316
+ pipeIn: function (value) { return value === 'blob'; },
317
+ pipeOut: function (value) { return (value ? 'blob' : undefined); }
318
+ },
319
+ {
320
+ label: '数据替换',
321
+ name: 'replaceData',
322
+ type: 'switch',
323
+ mode: 'horizontal',
324
+ description: '默认数据为追加方式,开启后完全替换当前数据'
325
+ },
326
+ {
327
+ label: BaseControl.tipedLabel('初始加载', '当配置初始化接口后,组件初始就会拉取接口数据,可以通过以下配置修改'),
328
+ type: 'group',
329
+ visibleOn: 'this.initApi',
330
+ mode: 'horizontal',
331
+ direction: 'vertical',
332
+ // labelRemark: {
333
+ // trigger: 'hover',
334
+ // rootClose: true,
335
+ // content:
336
+ // '当配置初始化接口后,组件初始就会拉取接口数据,可以通过以下配置修改',
337
+ // placement: 'top'
338
+ // },
339
+ body: [
340
+ {
341
+ name: 'initFetch',
342
+ type: 'radios',
343
+ inline: true,
344
+ mode: 'normal',
345
+ renderLabel: false,
346
+ onChange: function () {
347
+ document.getElementsByClassName('ae-Settings-content')[0].scrollTop = 0;
348
+ },
349
+ // pipeIn: (value:any) => typeof value === 'boolean' ? value : '1'
350
+ options: [
351
+ {
352
+ label: '是',
353
+ value: true
354
+ },
355
+ {
356
+ label: '否',
357
+ value: false
358
+ },
359
+ {
360
+ label: '表达式',
361
+ value: ''
362
+ }
363
+ ]
364
+ },
365
+ {
366
+ name: 'initFetchOn',
367
+ autoComplete: false,
368
+ visibleOn: 'typeof this.initFetch !== "boolean"',
369
+ type: 'input-text',
370
+ mode: 'normal',
371
+ size: 'lg',
372
+ renderLabel: false,
373
+ placeholder: '如:this.id 表示有 id 值时初始加载',
374
+ className: 'm-t-n-sm'
375
+ }
376
+ ]
377
+ },
378
+ {
379
+ label: '定时刷新',
380
+ name: 'interval',
381
+ type: 'switch',
382
+ mode: 'horizontal',
383
+ visibleOn: 'data.initApi',
384
+ pipeIn: function (value) { return !!value; },
385
+ pipeOut: function (value) { return (value ? 3000 : undefined); }
386
+ },
387
+ {
388
+ label: '',
389
+ name: 'interval',
390
+ type: 'input-number',
391
+ mode: 'horizontal',
392
+ size: 'md',
393
+ visibleOn: 'typeof this.interval === "number"',
394
+ step: 500,
395
+ description: '定时刷新间隔,单位 ms'
396
+ },
397
+ {
398
+ label: '静默刷新',
399
+ name: 'silentPolling',
400
+ type: 'switch',
401
+ mode: 'horizontal',
402
+ visibleOn: '!!data.interval',
403
+ description: '设置自动定时刷新时是否显示loading'
404
+ },
405
+ {
406
+ label: BaseControl.tipedLabel('定时刷新停止', '定时刷新一旦设置会一直刷新,除非给出表达式,条件满足后则停止刷新'),
407
+ name: 'stopAutoRefreshWhen',
408
+ type: 'input-text',
409
+ mode: 'horizontal',
410
+ horizontal: {
411
+ leftFixed: 'md'
412
+ },
413
+ size: 'lg',
414
+ visibleOn: '!!data.interval',
415
+ placeholder: '停止定时刷新检测表达式'
416
+ // labelRemark: {
417
+ // trigger: 'hover',
418
+ // rootClose: true,
419
+ // content:
420
+ // '定时刷新一旦设置会一直刷新,除非给出表达式,条件满足后则停止刷新',
421
+ // placement: 'top'
422
+ // }
423
+ }
424
+ ]
425
+ },
426
+ {
427
+ title: 'HTTP配置',
428
+ tab: [
429
+ {
430
+ type: 'fieldSet',
431
+ title: 'Body',
432
+ headingClassName: 'ae-ApiControl-title',
433
+ body: [
434
+ {
435
+ type: 'switch',
436
+ label: BaseControl.tipedLabel('发送数据映射', '当没开启数据映射时,发送 API 的时候会发送尽可能多的数据,如果你想自己控制发送的数据,或者需要额外的数据处理,请开启此选项'),
437
+ name: 'data',
438
+ mode: 'row',
439
+ // labelRemark: {
440
+ // trigger: 'hover',
441
+ // rootClose: true,
442
+ // content:
443
+ // '当没开启数据映射时,发送 API 的时候会发送尽可能多的数据,如果你想自己控制发送的数据,或者需要额外的数据处理,请开启此选项',
444
+ // placement: 'top'
445
+ // },
446
+ pipeIn: function (value) { return !!value; },
447
+ pipeOut: function (value) { return (value ? { '&': '$$' } : null); }
448
+ },
449
+ {
450
+ type: 'combo',
451
+ syncDefaultValue: false,
452
+ name: 'data',
453
+ mode: 'normal',
454
+ renderLabel: false,
455
+ visibleOn: 'this.data',
456
+ descriptionClassName: 'help-block text-xs m-b-none',
457
+ description: '<p>当没开启数据映射时,发送数据自动切成白名单模式,配置啥发送啥,请绑定数据。如:<code>{"a": "\\${a}", "b": 2}</code></p><p>如果希望在默认的基础上定制,请先添加一个 Key 为 `&` Value 为 `\\$$` 作为第一行。</p><div>当值为 <code>__undefined</code>时,表示删除对应的字段,可以结合<code>{"&": "\\$$"}</code>来达到黑名单效果。</div>',
458
+ multiple: true,
459
+ pipeIn: function (value) {
460
+ if (!AMisCodeEditor.isObject(value)) {
461
+ return value;
462
+ }
463
+ var arr = [];
464
+ Object.keys(value).forEach(function (key) {
465
+ arr.push({
466
+ key: key || '',
467
+ value: typeof value[key] === 'string'
468
+ ? value[key]
469
+ : JSON.stringify(value[key])
470
+ });
471
+ });
472
+ return arr;
473
+ },
474
+ pipeOut: function (value) {
475
+ if (!Array.isArray(value)) {
476
+ return value;
477
+ }
478
+ var obj = {};
479
+ value.forEach(function (item) {
480
+ var key = item.key || '';
481
+ var value = item.value;
482
+ try {
483
+ value = JSON.parse(value);
484
+ }
485
+ catch (e) { }
486
+ obj[key] = value;
487
+ });
488
+ return obj;
489
+ },
490
+ items: [
491
+ {
492
+ placeholder: 'Key',
493
+ type: 'input-text',
494
+ unique: true,
495
+ name: 'key',
496
+ required: true
497
+ },
498
+ {
499
+ placeholder: 'Value',
500
+ type: 'input-text',
501
+ name: 'value'
502
+ }
503
+ ]
504
+ },
505
+ {
506
+ type: 'switch',
507
+ label: BaseControl.tipedLabel('返回结果映射', '如果需要对返回结果做额外的数据处理,请开启此选项'),
508
+ name: 'responseData',
509
+ mode: 'row',
510
+ // labelRemark: {
511
+ // trigger: 'hover',
512
+ // rootClose: true,
513
+ // content:
514
+ // '如果需要对返回结果做额外的数据处理,请开启此选项',
515
+ // placement: 'top'
516
+ // },
517
+ pipeIn: function (value) { return !!value; },
518
+ pipeOut: function (value) { return (value ? { '&': '$$' } : null); }
519
+ },
520
+ {
521
+ type: 'combo',
522
+ syncDefaultValue: false,
523
+ name: 'responseData',
524
+ mode: 'normal',
525
+ renderLabel: false,
526
+ visibleOn: 'this.responseData',
527
+ descriptionClassName: 'help-block text-xs m-b-none',
528
+ multiple: true,
529
+ pipeIn: function (value) {
530
+ if (!AMisCodeEditor.isObject(value)) {
531
+ return value;
532
+ }
533
+ var arr = [];
534
+ Object.keys(value).forEach(function (key) {
535
+ arr.push({
536
+ key: key || '',
537
+ value: typeof value[key] === 'string'
538
+ ? value[key]
539
+ : JSON.stringify(value[key])
540
+ });
541
+ });
542
+ return arr;
543
+ },
544
+ pipeOut: function (value) {
545
+ if (!Array.isArray(value)) {
546
+ return value;
547
+ }
548
+ var obj = {};
549
+ value.forEach(function (item) {
550
+ var key = item.key || '';
551
+ var value = item.value;
552
+ try {
553
+ value = JSON.parse(value);
554
+ }
555
+ catch (e) { }
556
+ obj[key] = value;
557
+ });
558
+ return obj;
559
+ },
560
+ items: [
561
+ {
562
+ placeholder: 'Key',
563
+ type: 'input-text',
564
+ unique: true,
565
+ name: 'key',
566
+ required: true
567
+ },
568
+ {
569
+ placeholder: 'Value',
570
+ type: 'input-text',
571
+ name: 'value'
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ label: '发送适配器',
577
+ name: 'requestAdaptor',
578
+ type: 'js-editor',
579
+ mode: 'horizontal',
580
+ horizontal: { justify: true },
581
+ clasName: 'm-t-sm',
582
+ allowFullscreen: true,
583
+ description: '函数签名:(api) => api, 数据在 api.data 中,修改后返回 api 对象。'
584
+ },
585
+ {
586
+ label: '接收适配器',
587
+ name: 'adaptor',
588
+ type: 'js-editor',
589
+ mode: 'horizontal',
590
+ horizontal: { justify: true },
591
+ clasName: 'm-t-sm',
592
+ allowFullscreen: true,
593
+ description: '函数签名: (payload, response, api) => payload'
594
+ }
595
+ ]
596
+ },
597
+ {
598
+ type: 'fieldSet',
599
+ title: 'Header',
600
+ headingClassName: 'ae-ApiControl-title',
601
+ body: [
602
+ {
603
+ type: 'switch',
604
+ label: BaseControl.tipedLabel('请求头', '可以配置headers对象,添加自定义请求头'),
605
+ name: 'headers',
606
+ mode: 'row',
607
+ className: 'm-b-xs',
608
+ // labelRemark: {
609
+ // trigger: 'hover',
610
+ // rootClose: true,
611
+ // content:
612
+ // '可以配置<code>headers</code>对象,添加自定义请求头',
613
+ // placement: 'top'
614
+ // },
615
+ pipeIn: function (value) { return !!value; },
616
+ pipeOut: function (value) { return (value ? { '': '' } : null); }
617
+ },
618
+ {
619
+ type: 'combo',
620
+ name: 'headers',
621
+ mode: 'row',
622
+ syncDefaultValue: false,
623
+ multiple: true,
624
+ visibleOn: 'this.headers',
625
+ items: [
626
+ {
627
+ type: 'input-text',
628
+ name: 'key',
629
+ placeholder: 'Key',
630
+ unique: true,
631
+ required: true,
632
+ options: [
633
+ {
634
+ label: 'Content-Encoding',
635
+ value: 'Content-Encoding'
636
+ },
637
+ {
638
+ label: 'Content-Type',
639
+ value: 'Content-Type'
640
+ }
641
+ ]
642
+ },
643
+ {
644
+ type: 'input-text',
645
+ name: 'value',
646
+ placeholder: 'Value',
647
+ disabled: false
648
+ }
649
+ ],
650
+ pipeIn: function (value) {
651
+ if (!AMisCodeEditor.isObject(value)) {
652
+ return value;
653
+ }
654
+ var arr = [];
655
+ Object.keys(value).forEach(function (key) {
656
+ arr.push({
657
+ key: key || '',
658
+ value: typeof value[key] === 'string'
659
+ ? value[key]
660
+ : JSON.stringify(value[key])
661
+ });
662
+ });
663
+ return arr;
664
+ },
665
+ pipeOut: function (value) {
666
+ if (!Array.isArray(value)) {
667
+ return value;
668
+ }
669
+ var obj = {};
670
+ value.forEach(function (item) {
671
+ var key = item.key || '';
672
+ var value = item.value;
673
+ try {
674
+ value = JSON.parse(value);
675
+ }
676
+ catch (e) { }
677
+ obj[key] = value;
678
+ });
679
+ return obj;
680
+ }
681
+ }
682
+ ]
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ title: '其他',
688
+ tab: [
689
+ {
690
+ label: '默认消息提示',
691
+ type: 'combo',
692
+ name: 'messages',
693
+ mode: 'normal',
694
+ multiLine: true,
695
+ description: messageDesc ||
696
+ '设置 ajax 默认提示信息,当 ajax 没有返回 msg 信息时有用,如果 ajax 返回携带了 msg 值,则还是以 ajax 返回为主',
697
+ items: [
698
+ {
699
+ label: '获取成功提示',
700
+ type: 'input-text',
701
+ name: 'fetchSuccess'
702
+ },
703
+ {
704
+ label: '获取失败提示',
705
+ type: 'input-text',
706
+ name: 'fetchFailed'
707
+ },
708
+ {
709
+ label: '保存顺序成功提示',
710
+ type: 'input-text',
711
+ name: 'saveOrderSuccess'
712
+ },
713
+ {
714
+ label: '保存顺序失败提示',
715
+ type: 'input-text',
716
+ name: 'saveOrderFailed'
717
+ },
718
+ {
719
+ label: '快速保存成功提示',
720
+ type: 'input-text',
721
+ name: 'quickSaveSuccess'
722
+ },
723
+ {
724
+ label: '快速保存失败提示',
725
+ type: 'input-text',
726
+ name: 'quickSaveFailed'
727
+ }
728
+ ]
729
+ }
730
+ ]
731
+ }
732
+ ]
733
+ }
734
+ ]
735
+ };
736
+ // return
737
+ };
738
+ APIControl.prototype.render = function () {
739
+ var _this = this;
740
+ var _a = this.props, render = _a.render, className = _a.className, value = _a.value, footer = _a.footer, _b = _a.border, border = _b === void 0 ? false : _b; _a.messageDesc;
741
+ return (React__default["default"].createElement("div", { className: cx__default["default"]('ae-ApiControl', className, { border: border }) },
742
+ this.renderHeader(),
743
+ React__default["default"].createElement("div", { className: "ae-ApiControl-content", key: "content" },
744
+ React__default["default"].createElement(amis.InputBox, { className: "ae-ApiControl-input m-b-none", value: this.state.apiStr, clearable: false, placeholder: "http://", onChange: function (value) { return _this.handleSubmit(value, 'input'); } }),
745
+ render('api-control-dialog', this.renderApiDialog(), {
746
+ data: amisCore.normalizeApi(value)
747
+ })),
748
+ Array.isArray(footer) && footer.length !== 0 ? (React__default["default"].createElement("footer", { className: "mt-3", key: "footer" }, render('api-control-footer', footer))) : null));
749
+ };
750
+ APIControl.defaultProps = {
751
+ pickerBtnSchema: {
752
+ type: 'button',
753
+ level: 'link',
754
+ size: 'sm',
755
+ label: '点击选择'
756
+ }
757
+ };
758
+ tslib.__decorate([
759
+ AMisCodeEditor.autobind,
760
+ tslib.__metadata("design:type", Function),
761
+ tslib.__metadata("design:paramtypes", [Object, Object]),
762
+ tslib.__metadata("design:returntype", void 0)
763
+ ], APIControl.prototype, "handleSubmit", null);
764
+ tslib.__decorate([
765
+ AMisCodeEditor.autobind,
766
+ tslib.__metadata("design:type", Function),
767
+ tslib.__metadata("design:paramtypes", [Object]),
768
+ tslib.__metadata("design:returntype", void 0)
769
+ ], APIControl.prototype, "handlePickerConfirm", null);
770
+ tslib.__decorate([
771
+ AMisCodeEditor.autobind,
772
+ tslib.__metadata("design:type", Function),
773
+ tslib.__metadata("design:paramtypes", []),
774
+ tslib.__metadata("design:returntype", void 0)
775
+ ], APIControl.prototype, "handlePickerClose", null);
776
+ return APIControl;
777
+ }(React__default["default"].Component));
778
+ /** @class */ ((function (_super) {
779
+ tslib.__extends(APIControlRenderer, _super);
780
+ function APIControlRenderer() {
781
+ return _super !== null && _super.apply(this, arguments) || this;
782
+ }
783
+ APIControlRenderer = tslib.__decorate([
784
+ amis.FormItem({
785
+ type: 'ae-apiControl'
786
+ })
787
+ ], APIControlRenderer);
788
+ return APIControlRenderer;
789
+ })(APIControl));
790
+
791
+ exports["default"] = APIControl;