greeks-live-ui 0.1.5 → 0.1.6

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 (265) hide show
  1. package/attributes.json +1 -1
  2. package/dist/index.full.min.mjs +68 -68
  3. package/dist/index.full.min.mjs.map +1 -1
  4. package/dist/index.full.mjs +63 -28
  5. package/es/components/greeks-summary/index.d.ts +31 -9
  6. package/es/components/greeks-summary/src/greeks-summary.vue.d.ts +31 -9
  7. package/es/components/panel-atm-iv/index.d.ts +2 -2
  8. package/es/components/panel-atm-iv/src/panel-atm-iv.vue.d.ts +2 -2
  9. package/es/components/popover/index.d.ts +4 -4
  10. package/es/components/popover/src/popover.d.ts +1 -1
  11. package/es/components/popover/src/popover.vue.d.ts +4 -4
  12. package/es/components/tooltip/index.d.ts +31 -7
  13. package/es/components/tooltip/src/tooltip.d.ts +9 -2
  14. package/es/components/tooltip/src/tooltip.vue.d.ts +31 -7
  15. package/es/hooks/use-floating/index.d.ts +4 -4
  16. package/es/index.mjs +21 -21
  17. package/es/packages/components/chart/index.mjs +2 -2
  18. package/es/packages/components/chart/src/chart.mjs +12 -85
  19. package/es/packages/components/chart/src/chart.mjs.map +1 -1
  20. package/es/packages/components/chart/src/chart2.mjs +85 -12
  21. package/es/packages/components/chart/src/chart2.mjs.map +1 -1
  22. package/es/packages/components/currency-icon/index.mjs +2 -2
  23. package/es/packages/components/currency-icon/src/currency-icon.mjs +45 -8
  24. package/es/packages/components/currency-icon/src/currency-icon.mjs.map +1 -1
  25. package/es/packages/components/currency-icon/src/currency-icon2.mjs +8 -45
  26. package/es/packages/components/currency-icon/src/currency-icon2.mjs.map +1 -1
  27. package/es/packages/components/currency-radio-group/index.mjs +2 -2
  28. package/es/packages/components/currency-radio-group/src/currency-radio-group.mjs +57 -18
  29. package/es/packages/components/currency-radio-group/src/currency-radio-group.mjs.map +1 -1
  30. package/es/packages/components/currency-radio-group/src/currency-radio-group2.mjs +18 -57
  31. package/es/packages/components/currency-radio-group/src/currency-radio-group2.mjs.map +1 -1
  32. package/es/packages/components/date-time-picker/index.mjs +2 -2
  33. package/es/packages/components/date-time-picker/src/date-time-picker.mjs +117 -12
  34. package/es/packages/components/date-time-picker/src/date-time-picker.mjs.map +1 -1
  35. package/es/packages/components/date-time-picker/src/date-time-picker2.mjs +12 -117
  36. package/es/packages/components/date-time-picker/src/date-time-picker2.mjs.map +1 -1
  37. package/es/packages/components/greeks-summary/src/greeks-summary2.mjs +2 -12
  38. package/es/packages/components/greeks-summary/src/greeks-summary2.mjs.map +1 -1
  39. package/es/packages/components/icon/index.mjs +2 -2
  40. package/es/packages/components/icon/src/icon.mjs +16 -54
  41. package/es/packages/components/icon/src/icon.mjs.map +1 -1
  42. package/es/packages/components/icon/src/icon2.mjs +54 -16
  43. package/es/packages/components/icon/src/icon2.mjs.map +1 -1
  44. package/es/packages/components/index.mjs +21 -21
  45. package/es/packages/components/input-number/index.mjs +2 -2
  46. package/es/packages/components/input-number/src/input-number.mjs +31 -5
  47. package/es/packages/components/input-number/src/input-number.mjs.map +1 -1
  48. package/es/packages/components/input-number/src/input-number2.mjs +5 -31
  49. package/es/packages/components/input-number/src/input-number2.mjs.map +1 -1
  50. package/es/packages/components/page-turner/index.mjs +2 -2
  51. package/es/packages/components/page-turner/src/page-turner.mjs +12 -63
  52. package/es/packages/components/page-turner/src/page-turner.mjs.map +1 -1
  53. package/es/packages/components/page-turner/src/page-turner2.mjs +63 -12
  54. package/es/packages/components/page-turner/src/page-turner2.mjs.map +1 -1
  55. package/es/packages/components/panel/index.mjs +2 -2
  56. package/es/packages/components/panel/src/panel.mjs +82 -5
  57. package/es/packages/components/panel/src/panel.mjs.map +1 -1
  58. package/es/packages/components/panel/src/panel2.mjs +5 -82
  59. package/es/packages/components/panel/src/panel2.mjs.map +1 -1
  60. package/es/packages/components/panel-atm-iv/index.mjs +2 -2
  61. package/es/packages/components/panel-atm-iv/src/panel-atm-iv.mjs +1043 -21
  62. package/es/packages/components/panel-atm-iv/src/panel-atm-iv.mjs.map +1 -1
  63. package/es/packages/components/panel-atm-iv/src/panel-atm-iv2.mjs +21 -1013
  64. package/es/packages/components/panel-atm-iv/src/panel-atm-iv2.mjs.map +1 -1
  65. package/es/packages/components/panel-historical-delivery-price/index.mjs +2 -2
  66. package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.mjs +22 -417
  67. package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.mjs.map +1 -1
  68. package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.mjs +417 -22
  69. package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.mjs.map +1 -1
  70. package/es/packages/components/panel-max-pain-price/index.mjs +2 -2
  71. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs +22 -368
  72. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs.map +1 -1
  73. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs +368 -22
  74. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs.map +1 -1
  75. package/es/packages/components/panel-option-flow/index.mjs +2 -2
  76. package/es/packages/components/panel-option-flow/src/panel-option-flow.mjs +447 -22
  77. package/es/packages/components/panel-option-flow/src/panel-option-flow.mjs.map +1 -1
  78. package/es/packages/components/panel-option-flow/src/panel-option-flow2.mjs +22 -447
  79. package/es/packages/components/panel-option-flow/src/panel-option-flow2.mjs.map +1 -1
  80. package/es/packages/components/panel-option-skew-table/index.mjs +2 -2
  81. package/es/packages/components/panel-option-skew-table/src/panel-option-skew-table.mjs +21 -260
  82. package/es/packages/components/panel-option-skew-table/src/panel-option-skew-table.mjs.map +1 -1
  83. package/es/packages/components/panel-option-skew-table/src/panel-option-skew-table2.mjs +260 -21
  84. package/es/packages/components/panel-option-skew-table/src/panel-option-skew-table2.mjs.map +1 -1
  85. package/es/packages/components/panel-rv/index.mjs +2 -2
  86. package/es/packages/components/panel-rv/src/panel-rv.mjs +853 -22
  87. package/es/packages/components/panel-rv/src/panel-rv.mjs.map +1 -1
  88. package/es/packages/components/panel-rv/src/panel-rv2.mjs +22 -853
  89. package/es/packages/components/panel-rv/src/panel-rv2.mjs.map +1 -1
  90. package/es/packages/components/panel-rv-calc/index.mjs +2 -2
  91. package/es/packages/components/panel-rv-calc/src/panel-rv-calc.mjs +8 -507
  92. package/es/packages/components/panel-rv-calc/src/panel-rv-calc.mjs.map +1 -1
  93. package/es/packages/components/panel-rv-calc/src/panel-rv-calc2.mjs +507 -8
  94. package/es/packages/components/panel-rv-calc/src/panel-rv-calc2.mjs.map +1 -1
  95. package/es/packages/components/panel-trade-scatter-plot/index.mjs +2 -2
  96. package/es/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot.mjs +21 -475
  97. package/es/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot.mjs.map +1 -1
  98. package/es/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot2.mjs +475 -21
  99. package/es/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot2.mjs.map +1 -1
  100. package/es/packages/components/panel-volatility-term-structure/index.mjs +2 -2
  101. package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.mjs +576 -22
  102. package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.mjs.map +1 -1
  103. package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.mjs +22 -576
  104. package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.mjs.map +1 -1
  105. package/es/packages/components/progress/index.mjs +2 -2
  106. package/es/packages/components/progress/src/progress.mjs +12 -45
  107. package/es/packages/components/progress/src/progress.mjs.map +1 -1
  108. package/es/packages/components/progress/src/progress2.mjs +45 -12
  109. package/es/packages/components/progress/src/progress2.mjs.map +1 -1
  110. package/es/packages/components/radio/index.mjs +2 -2
  111. package/es/packages/components/radio/src/radio-button.mjs +1 -1
  112. package/es/packages/components/radio/src/radio-group.mjs +1 -1
  113. package/es/packages/components/radio/src/radio.mjs +31 -5
  114. package/es/packages/components/radio/src/radio.mjs.map +1 -1
  115. package/es/packages/components/radio/src/radio2.mjs +5 -31
  116. package/es/packages/components/radio/src/radio2.mjs.map +1 -1
  117. package/es/packages/components/radio-dropdown/index.mjs +2 -2
  118. package/es/packages/components/radio-dropdown/src/radio-dropdown.mjs +204 -15
  119. package/es/packages/components/radio-dropdown/src/radio-dropdown.mjs.map +1 -1
  120. package/es/packages/components/radio-dropdown/src/radio-dropdown2.mjs +15 -204
  121. package/es/packages/components/radio-dropdown/src/radio-dropdown2.mjs.map +1 -1
  122. package/es/packages/components/tooltip/index.mjs +2 -2
  123. package/es/packages/components/tooltip/src/tooltip.mjs +74 -14
  124. package/es/packages/components/tooltip/src/tooltip.mjs.map +1 -1
  125. package/es/packages/components/tooltip/src/tooltip2.mjs +21 -65
  126. package/es/packages/components/tooltip/src/tooltip2.mjs.map +1 -1
  127. package/lib/components/greeks-summary/index.d.ts +31 -9
  128. package/lib/components/greeks-summary/src/greeks-summary.vue.d.ts +31 -9
  129. package/lib/components/panel-atm-iv/index.d.ts +2 -2
  130. package/lib/components/panel-atm-iv/src/panel-atm-iv.vue.d.ts +2 -2
  131. package/lib/components/popover/index.d.ts +4 -4
  132. package/lib/components/popover/src/popover.d.ts +1 -1
  133. package/lib/components/popover/src/popover.vue.d.ts +4 -4
  134. package/lib/components/tooltip/index.d.ts +31 -7
  135. package/lib/components/tooltip/src/tooltip.d.ts +9 -2
  136. package/lib/components/tooltip/src/tooltip.vue.d.ts +31 -7
  137. package/lib/hooks/use-floating/index.d.ts +4 -4
  138. package/lib/index.js +24 -24
  139. package/lib/packages/components/checkbox/index.js +2 -2
  140. package/lib/packages/components/checkbox/src/checkbox.js +6 -31
  141. package/lib/packages/components/checkbox/src/checkbox.js.map +1 -1
  142. package/lib/packages/components/checkbox/src/checkbox2.js +31 -6
  143. package/lib/packages/components/checkbox/src/checkbox2.js.map +1 -1
  144. package/lib/packages/components/checkbox-group/index.js +2 -2
  145. package/lib/packages/components/checkbox-group/src/checkbox-group.js +6 -31
  146. package/lib/packages/components/checkbox-group/src/checkbox-group.js.map +1 -1
  147. package/lib/packages/components/checkbox-group/src/checkbox-group2.js +31 -6
  148. package/lib/packages/components/checkbox-group/src/checkbox-group2.js.map +1 -1
  149. package/lib/packages/components/countdown/index.js +2 -2
  150. package/lib/packages/components/countdown/src/countdown.js +163 -54
  151. package/lib/packages/components/countdown/src/countdown.js.map +1 -1
  152. package/lib/packages/components/countdown/src/countdown2.js +54 -163
  153. package/lib/packages/components/countdown/src/countdown2.js.map +1 -1
  154. package/lib/packages/components/currency-radio-group/index.js +2 -2
  155. package/lib/packages/components/currency-radio-group/src/currency-radio-group.js +57 -19
  156. package/lib/packages/components/currency-radio-group/src/currency-radio-group.js.map +1 -1
  157. package/lib/packages/components/currency-radio-group/src/currency-radio-group2.js +19 -57
  158. package/lib/packages/components/currency-radio-group/src/currency-radio-group2.js.map +1 -1
  159. package/lib/packages/components/date-time-picker/index.js +2 -2
  160. package/lib/packages/components/date-time-picker/src/date-time-picker.js +121 -13
  161. package/lib/packages/components/date-time-picker/src/date-time-picker.js.map +1 -1
  162. package/lib/packages/components/date-time-picker/src/date-time-picker2.js +13 -121
  163. package/lib/packages/components/date-time-picker/src/date-time-picker2.js.map +1 -1
  164. package/lib/packages/components/direction-tag/index.js +2 -2
  165. package/lib/packages/components/direction-tag/src/direction-tag.js +15 -72
  166. package/lib/packages/components/direction-tag/src/direction-tag.js.map +1 -1
  167. package/lib/packages/components/direction-tag/src/direction-tag2.js +72 -15
  168. package/lib/packages/components/direction-tag/src/direction-tag2.js.map +1 -1
  169. package/lib/packages/components/greeks-summary/index.js +2 -2
  170. package/lib/packages/components/greeks-summary/src/greeks-summary.js +31 -261
  171. package/lib/packages/components/greeks-summary/src/greeks-summary.js.map +1 -1
  172. package/lib/packages/components/greeks-summary/src/greeks-summary2.js +251 -31
  173. package/lib/packages/components/greeks-summary/src/greeks-summary2.js.map +1 -1
  174. package/lib/packages/components/index.js +24 -24
  175. package/lib/packages/components/menu-item/index.js +2 -2
  176. package/lib/packages/components/menu-item/src/menu-item.js +31 -6
  177. package/lib/packages/components/menu-item/src/menu-item.js.map +1 -1
  178. package/lib/packages/components/menu-item/src/menu-item2.js +6 -31
  179. package/lib/packages/components/menu-item/src/menu-item2.js.map +1 -1
  180. package/lib/packages/components/panel/index.js +2 -2
  181. package/lib/packages/components/panel/src/panel.js +82 -6
  182. package/lib/packages/components/panel/src/panel.js.map +1 -1
  183. package/lib/packages/components/panel/src/panel2.js +6 -82
  184. package/lib/packages/components/panel/src/panel2.js.map +1 -1
  185. package/lib/packages/components/panel-atm-iv/index.js +2 -2
  186. package/lib/packages/components/panel-atm-iv/src/panel-atm-iv.js +1043 -22
  187. package/lib/packages/components/panel-atm-iv/src/panel-atm-iv.js.map +1 -1
  188. package/lib/packages/components/panel-atm-iv/src/panel-atm-iv2.js +22 -1013
  189. package/lib/packages/components/panel-atm-iv/src/panel-atm-iv2.js.map +1 -1
  190. package/lib/packages/components/panel-historical-delivery-price/index.js +2 -2
  191. package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.js +23 -417
  192. package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.js.map +1 -1
  193. package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.js +417 -23
  194. package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.js.map +1 -1
  195. package/lib/packages/components/panel-iv-skew/index.js +2 -2
  196. package/lib/packages/components/panel-iv-skew/src/panel-iv-skew.js +409 -23
  197. package/lib/packages/components/panel-iv-skew/src/panel-iv-skew.js.map +1 -1
  198. package/lib/packages/components/panel-iv-skew/src/panel-iv-skew2.js +23 -409
  199. package/lib/packages/components/panel-iv-skew/src/panel-iv-skew2.js.map +1 -1
  200. package/lib/packages/components/panel-option-trade-volume/index.js +2 -2
  201. package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.js +23 -522
  202. package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.js.map +1 -1
  203. package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.js +522 -23
  204. package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.js.map +1 -1
  205. package/lib/packages/components/panel-rv/index.js +2 -2
  206. package/lib/packages/components/panel-rv/src/panel-rv.js +23 -853
  207. package/lib/packages/components/panel-rv/src/panel-rv.js.map +1 -1
  208. package/lib/packages/components/panel-rv/src/panel-rv2.js +853 -23
  209. package/lib/packages/components/panel-rv/src/panel-rv2.js.map +1 -1
  210. package/lib/packages/components/panel-trade-scatter-plot/index.js +2 -2
  211. package/lib/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot.js +22 -479
  212. package/lib/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot.js.map +1 -1
  213. package/lib/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot2.js +479 -22
  214. package/lib/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot2.js.map +1 -1
  215. package/lib/packages/components/panel-volatility-term-structure/index.js +2 -2
  216. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js +580 -23
  217. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js.map +1 -1
  218. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js +23 -580
  219. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js.map +1 -1
  220. package/lib/packages/components/panel-vrp/index.js +2 -2
  221. package/lib/packages/components/panel-vrp/src/panel-vrp.js +477 -23
  222. package/lib/packages/components/panel-vrp/src/panel-vrp.js.map +1 -1
  223. package/lib/packages/components/panel-vrp/src/panel-vrp2.js +23 -477
  224. package/lib/packages/components/panel-vrp/src/panel-vrp2.js.map +1 -1
  225. package/lib/packages/components/popover/index.js +2 -2
  226. package/lib/packages/components/popover/src/popover.js +88 -34
  227. package/lib/packages/components/popover/src/popover.js.map +1 -1
  228. package/lib/packages/components/popover/src/popover2.js +34 -88
  229. package/lib/packages/components/popover/src/popover2.js.map +1 -1
  230. package/lib/packages/components/radio/index.js +2 -2
  231. package/lib/packages/components/radio/src/radio-button.js +1 -1
  232. package/lib/packages/components/radio/src/radio-group.js +1 -1
  233. package/lib/packages/components/radio/src/radio.js +31 -6
  234. package/lib/packages/components/radio/src/radio.js.map +1 -1
  235. package/lib/packages/components/radio/src/radio2.js +6 -31
  236. package/lib/packages/components/radio/src/radio2.js.map +1 -1
  237. package/lib/packages/components/radio-dropdown/index.js +2 -2
  238. package/lib/packages/components/radio-dropdown/src/radio-dropdown.js +16 -204
  239. package/lib/packages/components/radio-dropdown/src/radio-dropdown.js.map +1 -1
  240. package/lib/packages/components/radio-dropdown/src/radio-dropdown2.js +204 -16
  241. package/lib/packages/components/radio-dropdown/src/radio-dropdown2.js.map +1 -1
  242. package/lib/packages/components/select/index.js +2 -2
  243. package/lib/packages/components/select/src/option.js +1 -1
  244. package/lib/packages/components/select/src/select.js +41 -15
  245. package/lib/packages/components/select/src/select.js.map +1 -1
  246. package/lib/packages/components/select/src/select2.js +15 -41
  247. package/lib/packages/components/select/src/select2.js.map +1 -1
  248. package/lib/packages/components/spin/index.js +2 -2
  249. package/lib/packages/components/spin/src/spin.js +31 -6
  250. package/lib/packages/components/spin/src/spin.js.map +1 -1
  251. package/lib/packages/components/spin/src/spin2.js +6 -31
  252. package/lib/packages/components/spin/src/spin2.js.map +1 -1
  253. package/lib/packages/components/toggle-button/index.js +2 -2
  254. package/lib/packages/components/toggle-button/src/toggle-button.js +94 -17
  255. package/lib/packages/components/toggle-button/src/toggle-button.js.map +1 -1
  256. package/lib/packages/components/toggle-button/src/toggle-button2.js +17 -94
  257. package/lib/packages/components/toggle-button/src/toggle-button2.js.map +1 -1
  258. package/lib/packages/components/tooltip/index.js +2 -2
  259. package/lib/packages/components/tooltip/src/tooltip.js +22 -65
  260. package/lib/packages/components/tooltip/src/tooltip.js.map +1 -1
  261. package/lib/packages/components/tooltip/src/tooltip2.js +74 -15
  262. package/lib/packages/components/tooltip/src/tooltip2.js.map +1 -1
  263. package/package.json +1 -1
  264. package/tags.json +1 -1
  265. package/web-types.json +1 -1
package/attributes.json CHANGED
@@ -1 +1 @@
1
- {"el-countdown/start-ts":{"type":"number","description":"开始时间戳(毫秒)\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/end-ts":{"type":"number","description":"结束时间戳(毫秒)\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/time":{"type":"number","description":"倒计时时长(毫秒)\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/show-progress":{"type":"boolean","description":"是否显示进度条, default: false.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/show-text":{"type":"boolean","description":"是否显示文本, default: true.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/format":{"type":"'colon' | 'unit' | 'compact'","options":["colon","unit","compact"],"description":"当前显示的时间格式, default: 'colon'.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/hover-format":{"type":"'colon' | 'unit' | 'compact'","options":["colon","unit","compact"],"description":"hover时显示的时间格式, default: 'colon'.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/progress-size":{"type":"number","description":"进度条大小, default: 14.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/update-interval":{"type":"number","description":"更新间隔(毫秒), default: 1000.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/stroke-color":{"type":"string","description":"进度条颜色, default: 'var(--theme-brand-500)'.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/stroke-width":{"type":"number","description":"进度条宽度, default: 8.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/end-display":{"type":"string | boolean | null","description":"倒计时结束时的显示内容, default: null.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/on-end":{"type":"event","description":"倒计时结束时触发\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-events)"},"el-currency-icon/currency":{"type":"string","description":"货币代码\n\n[Docs](https://element-plus.org/en-US/component/currency-icon.html#currency-icon-attributes)"},"el-currency-radio-group/model-value":{"type":"string","description":"当前选中的货币, default: 'ALL'.\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-attributes)"},"el-currency-radio-group/show-all":{"type":"boolean","description":"是否显示 \"All\" 选项, default: true.\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-attributes)"},"el-currency-radio-group/custom-currencies":{"type":"{ label: string; value: string }[]","description":"自定义货币选项, default: [].\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-attributes)"},"el-currency-radio-group/update:model-value":{"type":"event","description":"选中值变化时触发\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-events)"},"el-currency-radio-group/change":{"type":"event","description":"选中值变化时触发\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-events)"},"el-direction-tag/direction":{"type":"'buy' | 'sell' | 'long' | 'short'","options":["buy","sell","long","short"],"description":"方向值, default: 'buy'.\n\n[Docs](https://element-plus.org/en-US/component/direction-tag.html#directiontag-attributes)"},"el-direction-tag/mode":{"type":"'trade' | 'position'","options":["trade","position"],"description":"模式类型, default: 'trade'.\n\n[Docs](https://element-plus.org/en-US/component/direction-tag.html#directiontag-attributes)"},"el-direction-tag/update:direction":{"type":"event","description":"方向值改变时触发\n\n[Docs](https://element-plus.org/en-US/component/direction-tag.html#directiontag-events)"},"el-direction-tag/change":{"type":"event","description":"方向值改变时触发\n\n[Docs](https://element-plus.org/en-US/component/direction-tag.html#directiontag-events)"},"el-greeks-summary/delta":{"type":"number","description":"Delta 值, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/gamma":{"type":"number","description":"Gamma 值, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/vega":{"type":"number","description":"Vega 值, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/theta":{"type":"number","description":"Theta 值, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/vanna":{"type":"number","description":"Vanna 值(用于 Vega tooltip)\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/vomma":{"type":"number","description":"Vomma 值(用于 Vega tooltip)\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/layout":{"type":"'horizontal' | 'vertical'","options":["horizontal","vertical"],"description":"布局方式, default: 'horizontal'.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-icon/name":{"type":"string","description":"图标名称\n\n[Docs](https://element-plus.org/en-US/component/icon.html#icon-attributes)"},"el-icon/size":{"type":"number | string","description":"图标大小\n\n[Docs](https://element-plus.org/en-US/component/icon.html#icon-attributes)"},"el-icon/color":{"type":"string","description":"图标颜色\n\n[Docs](https://element-plus.org/en-US/component/icon.html#icon-attributes)"},"el-icon/click":{"type":"event","description":"点击事件\n\n[Docs](https://element-plus.org/en-US/component/icon.html#icon-events)"},"el-number-format/value":{"type":"number | null | undefined","description":"要格式化的数值, default: null.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/symbol":{"type":"string","description":"货币符号, default: ''.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/digits":{"type":"number | null","description":"小数位数, default: null.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/display-symbol":{"type":"boolean","description":"是否显示符号图标, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/use-custom-color":{"type":"boolean","description":"是否使用自定义颜色, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/addon-before":{"type":"string","description":"前缀文本, default: ''.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/addon-after":{"type":"string","description":"后缀文本, default: ''.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/color-auto-change":{"type":"boolean","description":"是否自动改变颜色, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/zero-is-null":{"type":"boolean","description":"是否将0显示为null, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/size":{"type":"number","description":"字体大小, default: 12.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/placeholder":{"type":"string","description":"占位符文本, default: '-'.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/digits-follow-value":{"type":"boolean","description":"小数位是否跟随数值, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/max":{"type":"number","description":"最大值限制, default: undefined.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/ellipsis":{"type":"boolean","description":"是否显示省略号, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/max-digits":{"type":"number","description":"最大小数位数, default: 8.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/assets-number":{"type":"boolean","description":"是否使用资产数字格式, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/reverse-color":{"type":"boolean","description":"是否反转颜色, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-panel-atm-iv/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-attributes)"},"el-panel-atm-iv/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-attributes)"},"el-panel-atm-iv/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-attributes)"},"el-panel-atm-iv/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-attributes)"},"el-panel-atm-iv/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-events)"},"el-panel-atm-iv/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-events)"},"el-panel-historical-delivery-price/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-attributes)"},"el-panel-historical-delivery-price/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-attributes)"},"el-panel-historical-delivery-price/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-attributes)"},"el-panel-historical-delivery-price/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-attributes)"},"el-panel-historical-delivery-price/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-events)"},"el-panel-historical-delivery-price/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-events)"},"el-panel-implied-volatility-surface/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-attributes)"},"el-panel-implied-volatility-surface/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-attributes)"},"el-panel-implied-volatility-surface/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-attributes)"},"el-panel-implied-volatility-surface/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-attributes)"},"el-panel-implied-volatility-surface/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-events)"},"el-panel-implied-volatility-surface/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-events)"},"el-panel-iv-skew/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-attributes)"},"el-panel-iv-skew/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-attributes)"},"el-panel-iv-skew/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-attributes)"},"el-panel-iv-skew/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-attributes)"},"el-panel-iv-skew/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-events)"},"el-panel-iv-skew/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-events)"},"el-panel-max-pain-price/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-attributes)"},"el-panel-max-pain-price/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-attributes)"},"el-panel-max-pain-price/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-attributes)"},"el-panel-max-pain-price/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-attributes)"},"el-panel-max-pain-price/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-events)"},"el-panel-max-pain-price/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-events)"},"el-panel-option-flow/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-attributes)"},"el-panel-option-flow/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-attributes)"},"el-panel-option-flow/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-attributes)"},"el-panel-option-flow/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-attributes)"},"el-panel-option-flow/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-events)"},"el-panel-option-flow/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-events)"},"el-panel-option-open-interest/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-attributes)"},"el-panel-option-open-interest/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-attributes)"},"el-panel-option-open-interest/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-attributes)"},"el-panel-option-open-interest/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-attributes)"},"el-panel-option-open-interest/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-events)"},"el-panel-option-open-interest/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-events)"},"el-panel-option-skew-table/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-attributes)"},"el-panel-option-skew-table/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-attributes)"},"el-panel-option-skew-table/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-attributes)"},"el-panel-option-skew-table/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-attributes)"},"el-panel-option-skew-table/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-events)"},"el-panel-option-skew-table/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-events)"},"el-panel-option-trade-volume/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-attributes)"},"el-panel-option-trade-volume/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-attributes)"},"el-panel-option-trade-volume/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-attributes)"},"el-panel-option-trade-volume/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-attributes)"},"el-panel-option-trade-volume/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-events)"},"el-panel-option-trade-volume/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-events)"},"el-panel-rv-calc/currency":{"type":"string","description":"币种\n\n[Docs](https://element-plus.org/en-US/component/panel-rv-calc.html#panelrvcalc-attributes)"},"el-panel-rv/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-attributes)"},"el-panel-rv/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-attributes)"},"el-panel-rv/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-attributes)"},"el-panel-rv/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-attributes)"},"el-panel-rv/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-events)"},"el-panel-rv/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-events)"},"el-panel-skew/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-attributes)"},"el-panel-skew/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-attributes)"},"el-panel-skew/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-attributes)"},"el-panel-skew/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-attributes)"},"el-panel-skew/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-events)"},"el-panel-skew/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-events)"},"el-panel-spots-etf-net-inflow/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-attributes)"},"el-panel-spots-etf-net-inflow/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-attributes)"},"el-panel-spots-etf-net-inflow/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-attributes)"},"el-panel-spots-etf-net-inflow/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-attributes)"},"el-panel-spots-etf-net-inflow/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-events)"},"el-panel-spots-etf-net-inflow/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-events)"},"el-panel-trade-scatter-plot/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-attributes)"},"el-panel-trade-scatter-plot/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-attributes)"},"el-panel-trade-scatter-plot/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-attributes)"},"el-panel-trade-scatter-plot/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-attributes)"},"el-panel-trade-scatter-plot/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-events)"},"el-panel-trade-scatter-plot/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-events)"},"el-panel-volatility-term-structure/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-attributes)"},"el-panel-volatility-term-structure/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-attributes)"},"el-panel-volatility-term-structure/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-attributes)"},"el-panel-volatility-term-structure/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-attributes)"},"el-panel-volatility-term-structure/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-events)"},"el-panel-volatility-term-structure/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-events)"},"el-panel-vrp/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-attributes)"},"el-panel-vrp/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-attributes)"},"el-panel-vrp/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-attributes)"},"el-panel-vrp/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-attributes)"},"el-panel-vrp/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-events)"},"el-panel-vrp/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-events)"},"el-popover/placement":{"type":"'top' | 'bottom' | 'left' | 'right' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom'","options":["top","bottom","left","right","topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"],"description":"气泡框位置, default: 'bottom'.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/underdotted":{"type":"boolean","description":"是否显示下划线点状样式, default: false.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/max-width":{"type":"number | string","description":"气泡框最大宽度, default: 320.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/arrow":{"type":"boolean","description":"是否显示箭头, default: true.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/open":{"type":"boolean | null","description":"是否显示气泡框, default: null.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/get-popup-container":{"type":"(triggerElement: HTMLElement) => HTMLElement","description":"指定气泡框渲染的父容器, default: () => document.body.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/open-change":{"type":"event","description":"显示状态改变时触发\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-events)"},"el-popover/update:open":{"type":"event","description":"显示状态改变时触发\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-events)"},"el-tooltip/color":{"type":"string","description":"自定义背景颜色\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/type":{"type":"'black' | 'gray'","options":["black","gray"],"description":"预设样式类型, default: 'black'.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/placement":{"type":"'top' | 'bottom' | 'left' | 'right' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom'","options":["top","bottom","left","right","topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"],"description":"气泡框位置, default: 'top'.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/trigger":{"type":"'hover' | 'focus' | 'click'","options":["hover","focus","click"],"description":"触发行为, default: 'hover'.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/mouse-enter-delay":{"type":"number","description":"鼠标移入后延时多少才显示 Tooltip, default: 0.5.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/mouse-leave-delay":{"type":"number","description":"鼠标移出后延时多少才隐藏 Tooltip, default: 0.1.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/overlay-class-name":{"type":"string","description":"卡片类名\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/overlay-style":{"type":"object","description":"卡片样式\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/open":{"type":"boolean","description":"用于手动控制浮层显隐\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/visible-change":{"type":"event","description":"显示状态改变时触发\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-events)"},"el-tooltip/update:open":{"type":"event","description":"显示状态改变时触发\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-events)"}}
1
+ {"el-countdown/start-ts":{"type":"number","description":"开始时间戳(毫秒)\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/end-ts":{"type":"number","description":"结束时间戳(毫秒)\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/time":{"type":"number","description":"倒计时时长(毫秒)\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/show-progress":{"type":"boolean","description":"是否显示进度条, default: false.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/show-text":{"type":"boolean","description":"是否显示文本, default: true.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/format":{"type":"'colon' | 'unit' | 'compact'","options":["colon","unit","compact"],"description":"当前显示的时间格式, default: 'colon'.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/hover-format":{"type":"'colon' | 'unit' | 'compact'","options":["colon","unit","compact"],"description":"hover时显示的时间格式, default: 'colon'.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/progress-size":{"type":"number","description":"进度条大小, default: 14.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/update-interval":{"type":"number","description":"更新间隔(毫秒), default: 1000.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/stroke-color":{"type":"string","description":"进度条颜色, default: 'var(--theme-brand-500)'.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/stroke-width":{"type":"number","description":"进度条宽度, default: 8.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/end-display":{"type":"string | boolean | null","description":"倒计时结束时的显示内容, default: null.\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-attributes)"},"el-countdown/on-end":{"type":"event","description":"倒计时结束时触发\n\n[Docs](https://element-plus.org/en-US/component/countdown.html#countdown-events)"},"el-currency-icon/currency":{"type":"string","description":"货币代码\n\n[Docs](https://element-plus.org/en-US/component/currency-icon.html#currency-icon-attributes)"},"el-currency-radio-group/model-value":{"type":"string","description":"当前选中的货币, default: 'ALL'.\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-attributes)"},"el-currency-radio-group/show-all":{"type":"boolean","description":"是否显示 \"All\" 选项, default: true.\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-attributes)"},"el-currency-radio-group/custom-currencies":{"type":"{ label: string; value: string }[]","description":"自定义货币选项, default: [].\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-attributes)"},"el-currency-radio-group/update:model-value":{"type":"event","description":"选中值变化时触发\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-events)"},"el-currency-radio-group/change":{"type":"event","description":"选中值变化时触发\n\n[Docs](https://element-plus.org/en-US/component/currency-radio-group.html#currency-radio-group-events)"},"el-direction-tag/direction":{"type":"'buy' | 'sell' | 'long' | 'short'","options":["buy","sell","long","short"],"description":"方向值, default: 'buy'.\n\n[Docs](https://element-plus.org/en-US/component/direction-tag.html#directiontag-attributes)"},"el-direction-tag/mode":{"type":"'trade' | 'position'","options":["trade","position"],"description":"模式类型, default: 'trade'.\n\n[Docs](https://element-plus.org/en-US/component/direction-tag.html#directiontag-attributes)"},"el-direction-tag/update:direction":{"type":"event","description":"方向值改变时触发\n\n[Docs](https://element-plus.org/en-US/component/direction-tag.html#directiontag-events)"},"el-direction-tag/change":{"type":"event","description":"方向值改变时触发\n\n[Docs](https://element-plus.org/en-US/component/direction-tag.html#directiontag-events)"},"el-greeks-summary/delta":{"type":"number","description":"Delta 值, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/gamma":{"type":"number","description":"Gamma 值, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/vega":{"type":"number","description":"Vega 值, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/theta":{"type":"number","description":"Theta 值, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/vanna":{"type":"number","description":"Vanna 值(用于 Vega tooltip)\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/vomma":{"type":"number","description":"Vomma 值(用于 Vega tooltip)\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-greeks-summary/layout":{"type":"'horizontal' | 'vertical'","options":["horizontal","vertical"],"description":"布局方式, default: 'horizontal'.\n\n[Docs](https://element-plus.org/en-US/component/greeks-summary.html#greeks-summary-attributes)"},"el-icon/name":{"type":"string","description":"图标名称\n\n[Docs](https://element-plus.org/en-US/component/icon.html#icon-attributes)"},"el-icon/size":{"type":"number | string","description":"图标大小\n\n[Docs](https://element-plus.org/en-US/component/icon.html#icon-attributes)"},"el-icon/color":{"type":"string","description":"图标颜色\n\n[Docs](https://element-plus.org/en-US/component/icon.html#icon-attributes)"},"el-icon/click":{"type":"event","description":"点击事件\n\n[Docs](https://element-plus.org/en-US/component/icon.html#icon-events)"},"el-number-format/value":{"type":"number | null | undefined","description":"要格式化的数值, default: null.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/symbol":{"type":"string","description":"货币符号, default: ''.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/digits":{"type":"number | null","description":"小数位数, default: null.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/display-symbol":{"type":"boolean","description":"是否显示符号图标, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/use-custom-color":{"type":"boolean","description":"是否使用自定义颜色, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/addon-before":{"type":"string","description":"前缀文本, default: ''.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/addon-after":{"type":"string","description":"后缀文本, default: ''.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/color-auto-change":{"type":"boolean","description":"是否自动改变颜色, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/zero-is-null":{"type":"boolean","description":"是否将0显示为null, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/size":{"type":"number","description":"字体大小, default: 12.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/placeholder":{"type":"string","description":"占位符文本, default: '-'.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/digits-follow-value":{"type":"boolean","description":"小数位是否跟随数值, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/max":{"type":"number","description":"最大值限制, default: undefined.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/ellipsis":{"type":"boolean","description":"是否显示省略号, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/max-digits":{"type":"number","description":"最大小数位数, default: 8.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/assets-number":{"type":"boolean","description":"是否使用资产数字格式, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-number-format/reverse-color":{"type":"boolean","description":"是否反转颜色, default: false.\n\n[Docs](https://element-plus.org/en-US/component/number-format.html#numberformat-attributes)"},"el-panel-atm-iv/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-attributes)"},"el-panel-atm-iv/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-attributes)"},"el-panel-atm-iv/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-attributes)"},"el-panel-atm-iv/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-attributes)"},"el-panel-atm-iv/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-events)"},"el-panel-atm-iv/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-atm-iv.html#panelatmiv-events)"},"el-panel-historical-delivery-price/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-attributes)"},"el-panel-historical-delivery-price/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-attributes)"},"el-panel-historical-delivery-price/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-attributes)"},"el-panel-historical-delivery-price/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-attributes)"},"el-panel-historical-delivery-price/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-events)"},"el-panel-historical-delivery-price/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-historical-delivery-price.html#panelhistoricaldeliveryprice-events)"},"el-panel-implied-volatility-surface/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-attributes)"},"el-panel-implied-volatility-surface/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-attributes)"},"el-panel-implied-volatility-surface/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-attributes)"},"el-panel-implied-volatility-surface/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-attributes)"},"el-panel-implied-volatility-surface/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-events)"},"el-panel-implied-volatility-surface/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-implied-volatility-surface.html#panelimpliedvolatilitysurface-events)"},"el-panel-iv-skew/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-attributes)"},"el-panel-iv-skew/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-attributes)"},"el-panel-iv-skew/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-attributes)"},"el-panel-iv-skew/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-attributes)"},"el-panel-iv-skew/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-events)"},"el-panel-iv-skew/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-iv-skew.html#panelivskew-events)"},"el-panel-max-pain-price/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-attributes)"},"el-panel-max-pain-price/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-attributes)"},"el-panel-max-pain-price/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-attributes)"},"el-panel-max-pain-price/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-attributes)"},"el-panel-max-pain-price/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-events)"},"el-panel-max-pain-price/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-max-pain-price.html#panelmaxpainprice-events)"},"el-panel-option-flow/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-attributes)"},"el-panel-option-flow/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-attributes)"},"el-panel-option-flow/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-attributes)"},"el-panel-option-flow/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-attributes)"},"el-panel-option-flow/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-events)"},"el-panel-option-flow/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-flow.html#paneloptionflow-events)"},"el-panel-option-open-interest/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-attributes)"},"el-panel-option-open-interest/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-attributes)"},"el-panel-option-open-interest/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-attributes)"},"el-panel-option-open-interest/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-attributes)"},"el-panel-option-open-interest/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-events)"},"el-panel-option-open-interest/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-open-interest.html#paneloptionopeninterest-events)"},"el-panel-option-skew-table/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-attributes)"},"el-panel-option-skew-table/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-attributes)"},"el-panel-option-skew-table/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-attributes)"},"el-panel-option-skew-table/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-attributes)"},"el-panel-option-skew-table/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-events)"},"el-panel-option-skew-table/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-skew-table.html#paneloptionskewtable-events)"},"el-panel-option-trade-volume/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-attributes)"},"el-panel-option-trade-volume/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-attributes)"},"el-panel-option-trade-volume/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-attributes)"},"el-panel-option-trade-volume/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-attributes)"},"el-panel-option-trade-volume/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-events)"},"el-panel-option-trade-volume/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-option-trade-volume.html#paneloptiontradevolume-events)"},"el-panel-rv-calc/currency":{"type":"string","description":"币种\n\n[Docs](https://element-plus.org/en-US/component/panel-rv-calc.html#panelrvcalc-attributes)"},"el-panel-rv/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-attributes)"},"el-panel-rv/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-attributes)"},"el-panel-rv/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-attributes)"},"el-panel-rv/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-attributes)"},"el-panel-rv/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-events)"},"el-panel-rv/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-rv.html#panelrv-events)"},"el-panel-skew/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-attributes)"},"el-panel-skew/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-attributes)"},"el-panel-skew/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-attributes)"},"el-panel-skew/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-attributes)"},"el-panel-skew/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-events)"},"el-panel-skew/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-skew.html#panelskew-events)"},"el-panel-spots-etf-net-inflow/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-attributes)"},"el-panel-spots-etf-net-inflow/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-attributes)"},"el-panel-spots-etf-net-inflow/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-attributes)"},"el-panel-spots-etf-net-inflow/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-attributes)"},"el-panel-spots-etf-net-inflow/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-events)"},"el-panel-spots-etf-net-inflow/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-spots-etf-net-inflow.html#panelspotsetfnetinflow-events)"},"el-panel-trade-scatter-plot/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-attributes)"},"el-panel-trade-scatter-plot/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-attributes)"},"el-panel-trade-scatter-plot/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-attributes)"},"el-panel-trade-scatter-plot/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-attributes)"},"el-panel-trade-scatter-plot/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-events)"},"el-panel-trade-scatter-plot/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-trade-scatter-plot.html#paneltradescatterplot-events)"},"el-panel-volatility-term-structure/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-attributes)"},"el-panel-volatility-term-structure/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-attributes)"},"el-panel-volatility-term-structure/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-attributes)"},"el-panel-volatility-term-structure/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-attributes)"},"el-panel-volatility-term-structure/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-events)"},"el-panel-volatility-term-structure/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-volatility-term-structure.html#panelvolatilitytermstructure-events)"},"el-panel-vrp/default-currency":{"type":"string","description":"默认币种\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-attributes)"},"el-panel-vrp/default-exchange":{"type":"string","description":"默认交易所\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-attributes)"},"el-panel-vrp/currency":{"type":"string","description":"当前币种(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-attributes)"},"el-panel-vrp/exchange":{"type":"string","description":"当前交易所(支持v-model)\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-attributes)"},"el-panel-vrp/update:currency":{"type":"event","description":"币种变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-events)"},"el-panel-vrp/update:exchange":{"type":"event","description":"交易所变更事件\n\n[Docs](https://element-plus.org/en-US/component/panel-vrp.html#panelvrp-events)"},"el-popover/placement":{"type":"'top' | 'bottom' | 'left' | 'right' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom'","options":["top","bottom","left","right","topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"],"description":"气泡框位置, default: 'bottom'.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/underdotted":{"type":"boolean","description":"是否显示下划线点状样式, default: false.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/max-width":{"type":"number | string","description":"气泡框最大宽度, default: 320.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/arrow":{"type":"boolean","description":"是否显示箭头, default: true.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/open":{"type":"boolean | null","description":"是否显示气泡框, default: null.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/get-popup-container":{"type":"(triggerElement: HTMLElement) => HTMLElement","description":"指定气泡框渲染的父容器, default: () => document.body.\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-attributes)"},"el-popover/open-change":{"type":"event","description":"显示状态改变时触发\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-events)"},"el-popover/update:open":{"type":"event","description":"显示状态改变时触发\n\n[Docs](https://element-plus.org/en-US/component/popover.html#popover-events)"},"el-tooltip/color":{"type":"string","description":"自定义背景颜色\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/type":{"type":"'black' | 'gray'","options":["black","gray"],"description":"预设样式类型, default: 'gray'.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/placement":{"type":"'top' | 'bottom' | 'left' | 'right' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom'","options":["top","bottom","left","right","topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"],"description":"气泡框位置, default: 'top'.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/trigger":{"type":"'hover' | 'focus' | 'click' | 'contextMenu'","options":["hover","focus","click","contextMenu"],"description":"触发行为。不指定时自动根据设备类型判断:移动端为 'click',桌面端为 'hover', default: -(自动判断).\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/is-mobile":{"type":"boolean | null","description":"手动指定设备类型以控制响应式 placement 和 align。不指定时自动检测, default: null.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/mouse-enter-delay":{"type":"number","description":"鼠标移入后延时多少才显示 Tooltip, default: 0.5.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/mouse-leave-delay":{"type":"number","description":"鼠标移出后延时多少才隐藏 Tooltip, default: 0.1.\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/overlay-class-name":{"type":"string","description":"卡片类名\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/overlay-style":{"type":"object","description":"卡片样式\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/open":{"type":"boolean","description":"用于手动控制浮层显隐\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-attributes)"},"el-tooltip/visible-change":{"type":"event","description":"显示状态改变时触发\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-events)"},"el-tooltip/update:open":{"type":"event","description":"显示状态改变时触发\n\n[Docs](https://element-plus.org/en-US/component/tooltip.html#tooltip-events)"}}