tools-element.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "elcontainer": {
  3. "fontIcon": "el-icon-s-grid",
  4. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_container,
  5. "className": "Elcontainer"
  6. },
  7. "elinput": {
  8. "fontIcon": "el-icon-edit",
  9. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_input,
  10. "className": "Elinput"
  11. },
  12. "elautocomplete": {
  13. "fontIcon": "el-icon-finished",
  14. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_autocomplete,
  15. "className": "Elautocomplete"
  16. },
  17. "elnumber": {
  18. "fontIcon": "el-icon-edit-outline",
  19. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_number,
  20. "className": "Elnumber"
  21. },
  22. "elradio": {
  23. "fontIcon": "el-icon-success",
  24. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_radio,
  25. "className": "Elradio"
  26. },
  27. "elcheckbox": {
  28. "fontIcon": "el-icon-circle-plus",
  29. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_checkbox,
  30. "className": "Elcheckbox"
  31. },
  32. "elselect": {
  33. "fontIcon": "el-icon-arrow-down",
  34. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_select,
  35. "className": "Elselect"
  36. },
  37. "elcascader": {
  38. "fontIcon": "el-icon-d-arrow-right",
  39. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_cascader,
  40. "className": "Elcascader"
  41. },
  42. "elswitch": {
  43. "fontIcon": "el-icon-open",
  44. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_switch,
  45. "className": "Elswitch"
  46. },
  47. "elslider": {
  48. "fontIcon": "el-icon-s-operation",
  49. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_slider,
  50. "className": "Elslider"
  51. },
  52. "eltime": {
  53. "fontIcon": "el-icon-time",
  54. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_time,
  55. "className": "Eltime"
  56. },
  57. "eldate": {
  58. "fontIcon": "el-icon-date",
  59. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_date,
  60. "className": "Eldate"
  61. },
  62. "eldatetime": {
  63. "fontIcon": "el-icon-time",
  64. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_datetime,
  65. "className": "Eldatetime"
  66. },
  67. "elbutton": {
  68. "fontIcon": "el-icon-thumb",
  69. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_button,
  70. "className": "Elbutton"
  71. },
  72. "elicon": {
  73. "fontIcon": "el-icon-picture-outline-round",
  74. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_icon,
  75. "className": "Elicon"
  76. },
  77. "elrate": {
  78. "fontIcon": "el-icon-star-off",
  79. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_rate,
  80. "className": "Elrate"
  81. },
  82. "elcolorpicker": {
  83. "fontIcon": "el-icon-help",
  84. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_colorpicker,
  85. "className": "Elcolorpicker"
  86. },
  87. "eltree": {
  88. "fontIcon": "o2-icon-tree",
  89. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_tree,
  90. "className": "Eltree"
  91. },
  92. "eldropdown": {
  93. "fontIcon": "el-icon-caret-bottom",
  94. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_dropdown,
  95. "className": "Eldropdown"
  96. },
  97. "elcommon": {
  98. "fontIcon": "el-icon-full-screen",
  99. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_common,
  100. "className": "Elcommon"
  101. }
  102. }