tools.json 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. {
  2. "div": {
  3. "icon": "div.png",
  4. "text": MWF.APPPOD.LP.modules.div,
  5. "className": "Div"
  6. },
  7. "label": {
  8. "icon": "label.png",
  9. "text": MWF.APPPOD.LP.modules.label,
  10. "className": "Label"
  11. },
  12. "source": {
  13. "icon": "source.png",
  14. "text": MWF.APPPOD.LP.modules.source,
  15. "className": "Source"
  16. },
  17. "SubSource": {
  18. "icon": "subSource.png",
  19. "text": MWF.APPPOD.LP.modules.subSource,
  20. "className": "SubSource"
  21. },
  22. "sourceText": {
  23. "icon": "sourceText.png",
  24. "text": MWF.APPPOD.LP.modules.sourceText,
  25. "className": "SourceText"
  26. },
  27. "table": {
  28. "icon": "table.png",
  29. "text": MWF.APPPOD.LP.modules.table,
  30. "className": "Table"
  31. },
  32. "tab": {
  33. "icon": "tabs.png",
  34. "text": MWF.APPPOD.LP.modules.tab,
  35. "className": "Tab"
  36. },
  37. "image": {
  38. "icon": "image.png",
  39. "text": MWF.APPPOD.LP.modules.image,
  40. "className": "Image"
  41. },
  42. "button": {
  43. "icon": "button.png",
  44. "text": MWF.APPPOD.LP.modules.button,
  45. "className": "Button"
  46. },
  47. "iframe": {
  48. "icon": "iframe.png",
  49. "text": MWF.APPPOD.LP.modules.iframe,
  50. "className": "Iframe"
  51. },
  52. "html": {
  53. "icon": "html.png",
  54. "text": MWF.APPPOD.LP.modules.html,
  55. "className": "Html"
  56. },
  57. "common": {
  58. "icon": "common.png",
  59. "text": MWF.APPPOD.LP.modules.common,
  60. "className": "Common"
  61. },
  62. "tree": {
  63. "icon": "tree.png",
  64. "text": MWF.APPPOD.LP.modules.tree,
  65. "className": "Tree"
  66. },
  67. "view": {
  68. "icon": "view.png",
  69. "text": MWF.APPPOD.LP.modules.view,
  70. "className": "View"
  71. },
  72. "ViewSelector": {
  73. "icon": "viewSelector.png",
  74. "text": MWF.APPPOD.LP.modules.ViewSelector,
  75. "className": "ViewSelector"
  76. },
  77. "stat": {
  78. "icon": "stat.png",
  79. "text": MWF.APPPOD.LP.modules.stat,
  80. "className": "Stat"
  81. },
  82. "textfield": {
  83. "icon": "textfield.png",
  84. "text": MWF.APPPOD.LP.modules.textfield,
  85. "className": "Textfield"
  86. },
  87. // "personfield": {
  88. // "icon": "personfield.png",
  89. // "text": "人员",
  90. // "className": "Personfield"
  91. // },
  92. "org": {
  93. "icon": "personfield.png",
  94. "text": MWF.APPPOD.LP.modules.org,
  95. "className": "Org"
  96. },
  97. "calendar": {
  98. "icon": "calendar.png",
  99. "text": MWF.APPPOD.LP.modules.calendar,
  100. "className": "Calendar"
  101. },
  102. "textarea": {
  103. "icon": "textarea.png",
  104. "text": MWF.APPPOD.LP.modules.textarea,
  105. "className": "Textarea"
  106. },
  107. "number": {
  108. "icon": "number.png",
  109. "text": MWF.APPPOD.LP.modules.number,
  110. "className": "Number"
  111. },
  112. "select": {
  113. "icon": "select.png",
  114. "text": MWF.APPPOD.LP.modules.select,
  115. "className": "Select"
  116. },
  117. "radio": {
  118. "icon": "radio.png",
  119. "text": MWF.APPPOD.LP.modules.radio,
  120. "className": "Radio"
  121. },
  122. "checkbox": {
  123. "icon": "checkbox.png",
  124. "text": MWF.APPPOD.LP.modules.checkbox,
  125. "className": "Checkbox"
  126. },
  127. "address": {
  128. "icon": "address.png",
  129. "text": MWF.APPPOD.LP.modules.address,
  130. "className": "Address"
  131. },
  132. "combox": {
  133. "icon": "combox.png",
  134. "text": MWF.APPPOD.LP.modules.combox,
  135. "className": "Combox"
  136. },
  137. "currency": {
  138. "icon": "currency.png",
  139. "text": MWF.APPPOD.LP.modules.currency,
  140. "className": "Currency"
  141. },
  142. "widget": {
  143. "icon": "subpage.png",
  144. "text": MWF.APPPOD.LP.modules.widget,
  145. "className": "Widget"
  146. },
  147. "widgetmodules": {
  148. "icon": "subpage.png",
  149. "text": MWF.APPPOD.LP.modules.widgetmodules,
  150. "className": "Widgetmodules"
  151. },
  152. "statement": {
  153. "icon": "statement.png",
  154. "text": MWF.APPPOD.LP.modules.statement,
  155. "className": "Statement"
  156. },
  157. "statementSelector": {
  158. "icon": "statementSelector.png",
  159. "text": MWF.APPPOD.LP.modules.statementSelector,
  160. "className": "StatementSelector"
  161. },
  162. // "datagrid": {
  163. // "icon": "datagrid.png",
  164. // "text": MWF.APPPOD.LP.modules.datagrid,
  165. // "className": "Datagrid"
  166. // },
  167. "datatable": {
  168. "icon": "datagrid.png",
  169. "text": MWF.APPPOD.LP.modules.datatable,
  170. "className": "Datatable"
  171. },
  172. "datatemplate": {
  173. "icon": "datatemplate.png",
  174. "text": MWF.APPPOD.LP.modules.datatemplate,
  175. "className": "Datatemplate"
  176. },
  177. "importer": {
  178. "icon": "importer.png",
  179. "text": MWF.APPPOD.LP.modules.importer,
  180. "className": "Importer"
  181. },
  182. "application": {
  183. "icon": "application.png",
  184. "text": MWF.APPPOD.LP.modules.application,
  185. "className": "Application"
  186. },
  187. // "SmartBI": {
  188. // "icon": "smartbi.png",
  189. // "text": MWF.APPPOD.LP.modules.SmartBI,
  190. // "className": "SmartBI"
  191. // },
  192. "htmledit": {
  193. "icon": "htmleditor.png",
  194. "text": MWF.APPPOD.LP.modules.htmledit,
  195. "className": "Htmleditor"
  196. },
  197. "elcontainer": {
  198. "fontIcon": "el-icon-s-grid",
  199. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_container,
  200. "className": "Elcontainer"
  201. },
  202. "elinput": {
  203. "fontIcon": "el-icon-edit",
  204. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_input,
  205. "className": "Elinput"
  206. },
  207. "elautocomplete": {
  208. "fontIcon": "el-icon-finished",
  209. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_autocomplete,
  210. "className": "Elautocomplete"
  211. },
  212. "elnumber": {
  213. "fontIcon": "el-icon-edit-outline",
  214. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_number,
  215. "className": "Elnumber"
  216. },
  217. "elradio": {
  218. "fontIcon": "el-icon-success",
  219. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_radio,
  220. "className": "Elradio"
  221. },
  222. "elcheckbox": {
  223. "fontIcon": "el-icon-circle-plus",
  224. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_checkbox,
  225. "className": "Elcheckbox"
  226. },
  227. "elselect": {
  228. "fontIcon": "el-icon-arrow-down",
  229. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_select,
  230. "className": "Elselect"
  231. },
  232. "elcascader": {
  233. "fontIcon": "el-icon-d-arrow-right",
  234. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_cascader,
  235. "className": "Elcascader"
  236. },
  237. "elswitch": {
  238. "fontIcon": "el-icon-open",
  239. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_switch,
  240. "className": "Elswitch"
  241. },
  242. "elslider": {
  243. "fontIcon": "el-icon-s-operation",
  244. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_slider,
  245. "className": "Elslider"
  246. },
  247. "eltime": {
  248. "fontIcon": "el-icon-time",
  249. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_time,
  250. "className": "Eltime"
  251. },
  252. "eldate": {
  253. "fontIcon": "el-icon-date",
  254. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_date,
  255. "className": "Eldate"
  256. },
  257. "eldatetime": {
  258. "fontIcon": "el-icon-time",
  259. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_datetime,
  260. "className": "Eldatetime"
  261. },
  262. "elbutton": {
  263. "fontIcon": "el-icon-thumb",
  264. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_button,
  265. "className": "Elbutton"
  266. },
  267. "elicon": {
  268. "fontIcon": "el-icon-picture-outline-round",
  269. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_icon,
  270. "className": "Elicon"
  271. },
  272. "elrate": {
  273. "fontIcon": "el-icon-star-off",
  274. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_rate,
  275. "className": "Elrate"
  276. },
  277. "elcolorpicker": {
  278. "fontIcon": "el-icon-help",
  279. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_colorpicker,
  280. "className": "Elcolorpicker"
  281. },
  282. "eltree": {
  283. "fontIcon": "o2-icon-tree",
  284. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_tree,
  285. "className": "Eltree"
  286. },
  287. "eldropdown": {
  288. "fontIcon": "el-icon-caret-bottom",
  289. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_dropdown,
  290. "className": "Eldropdown"
  291. },
  292. "elcarousel": {
  293. "fontIcon": "el-icon-film",
  294. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_carousel,
  295. "className": "Elcarousel"
  296. },
  297. "elcommon": {
  298. "fontIcon": "el-icon-full-screen",
  299. "text": MWF.xApplication.process.FormDesigner.LP.modules.el_common,
  300. "className": "Elcommon"
  301. }
  302. }