template.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Elautocomplete",
  5. "description": "",
  6. "isReadonly" : false,
  7. "placement" : "bottom-start",
  8. "size" : "default",
  9. "popperClass": "",
  10. "triggerOnFocus" : true,
  11. "vueData": {},
  12. "vueMethods": {},
  13. "vueCss": {},
  14. "vueSlot": "",
  15. "prefixIcon": "",
  16. "suffixIcon": "",
  17. "elProperties": {},
  18. "elStyles": {},
  19. "events": {
  20. "queryLoad": {
  21. "code": "",
  22. "html": ""
  23. },
  24. "postLoad": {
  25. "code": "",
  26. "html": ""
  27. },
  28. "load": {
  29. "code": "",
  30. "html": ""
  31. },
  32. "select": {
  33. "code": "",
  34. "html": ""
  35. },
  36. "change": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "click": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "dblclick": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "keydown": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "keypress": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "keyup": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "mousedown": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "mousemove": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "mouseout": {
  69. "code": "",
  70. "html": ""
  71. },
  72. "mouseover": {
  73. "code": "",
  74. "html": ""
  75. },
  76. "mouseup": {
  77. "code": "",
  78. "html": ""
  79. }
  80. },
  81. "properties": {},
  82. "class": "",
  83. "styles": {},
  84. "container": "",
  85. "showSectionKey": true,
  86. "sectionNodeStyles": {"overflow": "hidden"},
  87. "sectionKeyStyles": {"float": "left"},
  88. "sectionContentStyles": {"float": "left"},
  89. "keyContentSeparator": ":"
  90. }