greeks-live-ui 0.1.19 → 0.1.21

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 (338) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.min.mjs +105 -105
  3. package/dist/index.full.min.mjs.map +1 -1
  4. package/dist/index.full.mjs +418 -104
  5. package/dist/locale/en.min.mjs +1 -1
  6. package/dist/locale/en.min.mjs.map +1 -1
  7. package/dist/locale/en.mjs +6 -0
  8. package/dist/locale/zh-cn.min.mjs +1 -1
  9. package/dist/locale/zh-cn.min.mjs.map +1 -1
  10. package/dist/locale/zh-cn.mjs +6 -0
  11. package/dist/locale/zh-tw.min.mjs +1 -1
  12. package/dist/locale/zh-tw.min.mjs.map +1 -1
  13. package/dist/locale/zh-tw.mjs +6 -0
  14. package/es/components/countdown/index.d.ts +1 -1
  15. package/es/components/countdown/src/countdown.vue.d.ts +1 -1
  16. package/es/components/greeks-summary/index.d.ts +22 -0
  17. package/es/components/greeks-summary/src/greeks-summary.d.ts +8 -0
  18. package/es/components/greeks-summary/src/greeks-summary.vue.d.ts +22 -0
  19. package/es/components/panel-vrp/index.d.ts +59 -24
  20. package/es/components/panel-vrp/src/panel-vrp.d.ts +5 -0
  21. package/es/components/panel-vrp/src/panel-vrp.vue.d.ts +61 -24
  22. package/es/index.mjs +29 -29
  23. package/es/locale/lang/en.d.ts +6 -0
  24. package/es/locale/lang/zh-cn.d.ts +6 -0
  25. package/es/locale/lang/zh-tw.d.ts +6 -0
  26. package/es/packages/components/chart/index.mjs +2 -2
  27. package/es/packages/components/chart/src/chart.mjs +12 -86
  28. package/es/packages/components/chart/src/chart.mjs.map +1 -1
  29. package/es/packages/components/chart/src/chart2.mjs +86 -12
  30. package/es/packages/components/chart/src/chart2.mjs.map +1 -1
  31. package/es/packages/components/checkbox/index.mjs +2 -2
  32. package/es/packages/components/checkbox/src/checkbox.mjs +5 -31
  33. package/es/packages/components/checkbox/src/checkbox.mjs.map +1 -1
  34. package/es/packages/components/checkbox/src/checkbox2.mjs +31 -5
  35. package/es/packages/components/checkbox/src/checkbox2.mjs.map +1 -1
  36. package/es/packages/components/checkbox-group/index.mjs +2 -2
  37. package/es/packages/components/checkbox-group/src/checkbox-group.mjs +31 -5
  38. package/es/packages/components/checkbox-group/src/checkbox-group.mjs.map +1 -1
  39. package/es/packages/components/checkbox-group/src/checkbox-group2.mjs +5 -31
  40. package/es/packages/components/checkbox-group/src/checkbox-group2.mjs.map +1 -1
  41. package/es/packages/components/currency-icon/index.mjs +2 -2
  42. package/es/packages/components/currency-icon/src/currency-icon.mjs +45 -8
  43. package/es/packages/components/currency-icon/src/currency-icon.mjs.map +1 -1
  44. package/es/packages/components/currency-icon/src/currency-icon2.mjs +8 -45
  45. package/es/packages/components/currency-icon/src/currency-icon2.mjs.map +1 -1
  46. package/es/packages/components/currency-radio-group/index.mjs +2 -2
  47. package/es/packages/components/currency-radio-group/src/currency-radio-group.mjs +57 -18
  48. package/es/packages/components/currency-radio-group/src/currency-radio-group.mjs.map +1 -1
  49. package/es/packages/components/currency-radio-group/src/currency-radio-group2.mjs +18 -57
  50. package/es/packages/components/currency-radio-group/src/currency-radio-group2.mjs.map +1 -1
  51. package/es/packages/components/date-time-picker/index.mjs +2 -2
  52. package/es/packages/components/date-time-picker/src/date-time-picker.mjs +12 -117
  53. package/es/packages/components/date-time-picker/src/date-time-picker.mjs.map +1 -1
  54. package/es/packages/components/date-time-picker/src/date-time-picker2.mjs +117 -12
  55. package/es/packages/components/date-time-picker/src/date-time-picker2.mjs.map +1 -1
  56. package/es/packages/components/dropdown/index.mjs +2 -2
  57. package/es/packages/components/dropdown/src/dropdown.mjs +34 -5
  58. package/es/packages/components/dropdown/src/dropdown.mjs.map +1 -1
  59. package/es/packages/components/dropdown/src/dropdown2.mjs +5 -34
  60. package/es/packages/components/dropdown/src/dropdown2.mjs.map +1 -1
  61. package/es/packages/components/dropdown-button/index.mjs +2 -2
  62. package/es/packages/components/dropdown-button/src/dropdown-button.mjs +5 -39
  63. package/es/packages/components/dropdown-button/src/dropdown-button.mjs.map +1 -1
  64. package/es/packages/components/dropdown-button/src/dropdown-button2.mjs +39 -5
  65. package/es/packages/components/dropdown-button/src/dropdown-button2.mjs.map +1 -1
  66. package/es/packages/components/greeks-summary/index.mjs +2 -2
  67. package/es/packages/components/greeks-summary/src/greeks-summary.mjs +340 -42
  68. package/es/packages/components/greeks-summary/src/greeks-summary.mjs.map +1 -1
  69. package/es/packages/components/greeks-summary/src/greeks-summary2.mjs +49 -300
  70. package/es/packages/components/greeks-summary/src/greeks-summary2.mjs.map +1 -1
  71. package/es/packages/components/index.mjs +29 -29
  72. package/es/packages/components/input-number/index.mjs +2 -2
  73. package/es/packages/components/input-number/src/input-number.mjs +31 -5
  74. package/es/packages/components/input-number/src/input-number.mjs.map +1 -1
  75. package/es/packages/components/input-number/src/input-number2.mjs +5 -31
  76. package/es/packages/components/input-number/src/input-number2.mjs.map +1 -1
  77. package/es/packages/components/menu-item/index.mjs +2 -2
  78. package/es/packages/components/menu-item/src/menu-item.mjs +31 -5
  79. package/es/packages/components/menu-item/src/menu-item.mjs.map +1 -1
  80. package/es/packages/components/menu-item/src/menu-item2.mjs +5 -31
  81. package/es/packages/components/menu-item/src/menu-item2.mjs.map +1 -1
  82. package/es/packages/components/page-turner/index.mjs +2 -2
  83. package/es/packages/components/page-turner/src/page-turner.mjs +12 -63
  84. package/es/packages/components/page-turner/src/page-turner.mjs.map +1 -1
  85. package/es/packages/components/page-turner/src/page-turner2.mjs +63 -12
  86. package/es/packages/components/page-turner/src/page-turner2.mjs.map +1 -1
  87. package/es/packages/components/panel-gex-by-expiry/index.mjs +2 -2
  88. package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry.mjs +22 -554
  89. package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry.mjs.map +1 -1
  90. package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry2.mjs +554 -22
  91. package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry2.mjs.map +1 -1
  92. package/es/packages/components/panel-max-pain-price/index.mjs +2 -2
  93. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs +369 -22
  94. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs.map +1 -1
  95. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs +22 -369
  96. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs.map +1 -1
  97. package/es/packages/components/panel-option-flow/index.mjs +2 -2
  98. package/es/packages/components/panel-option-flow/src/panel-option-flow.mjs +448 -22
  99. package/es/packages/components/panel-option-flow/src/panel-option-flow.mjs.map +1 -1
  100. package/es/packages/components/panel-option-flow/src/panel-option-flow2.mjs +22 -448
  101. package/es/packages/components/panel-option-flow/src/panel-option-flow2.mjs.map +1 -1
  102. package/es/packages/components/panel-option-open-interest/index.mjs +2 -2
  103. package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest.mjs +474 -22
  104. package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest.mjs.map +1 -1
  105. package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest2.mjs +22 -474
  106. package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest2.mjs.map +1 -1
  107. package/es/packages/components/panel-option-skew-table/index.mjs +2 -2
  108. package/es/packages/components/panel-option-skew-table/src/panel-option-skew-table.mjs +261 -21
  109. package/es/packages/components/panel-option-skew-table/src/panel-option-skew-table.mjs.map +1 -1
  110. package/es/packages/components/panel-option-skew-table/src/panel-option-skew-table2.mjs +21 -261
  111. package/es/packages/components/panel-option-skew-table/src/panel-option-skew-table2.mjs.map +1 -1
  112. package/es/packages/components/panel-rv-calc/index.mjs +2 -2
  113. package/es/packages/components/panel-rv-calc/src/panel-rv-calc.mjs +8 -507
  114. package/es/packages/components/panel-rv-calc/src/panel-rv-calc.mjs.map +1 -1
  115. package/es/packages/components/panel-rv-calc/src/panel-rv-calc2.mjs +507 -8
  116. package/es/packages/components/panel-rv-calc/src/panel-rv-calc2.mjs.map +1 -1
  117. package/es/packages/components/panel-sabr-calibration-diagnostics/index.mjs +2 -2
  118. package/es/packages/components/panel-sabr-calibration-diagnostics/src/panel-sabr-calibration-diagnostics.mjs +25 -386
  119. package/es/packages/components/panel-sabr-calibration-diagnostics/src/panel-sabr-calibration-diagnostics.mjs.map +1 -1
  120. package/es/packages/components/panel-sabr-calibration-diagnostics/src/panel-sabr-calibration-diagnostics2.mjs +386 -25
  121. package/es/packages/components/panel-sabr-calibration-diagnostics/src/panel-sabr-calibration-diagnostics2.mjs.map +1 -1
  122. package/es/packages/components/panel-skew/index.mjs +2 -2
  123. package/es/packages/components/panel-skew/src/panel-skew.mjs +21 -751
  124. package/es/packages/components/panel-skew/src/panel-skew.mjs.map +1 -1
  125. package/es/packages/components/panel-skew/src/panel-skew2.mjs +751 -21
  126. package/es/packages/components/panel-skew/src/panel-skew2.mjs.map +1 -1
  127. package/es/packages/components/panel-spots-etf-net-inflow/index.mjs +2 -2
  128. package/es/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow.mjs +624 -21
  129. package/es/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow.mjs.map +1 -1
  130. package/es/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow2.mjs +21 -624
  131. package/es/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow2.mjs.map +1 -1
  132. package/es/packages/components/panel-trade-scatter-plot/index.mjs +2 -2
  133. package/es/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot.mjs +21 -469
  134. package/es/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot.mjs.map +1 -1
  135. package/es/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot2.mjs +469 -21
  136. package/es/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot2.mjs.map +1 -1
  137. package/es/packages/components/panel-vol-fly/index.mjs +2 -2
  138. package/es/packages/components/panel-vol-fly/src/panel-vol-fly.mjs +758 -21
  139. package/es/packages/components/panel-vol-fly/src/panel-vol-fly.mjs.map +1 -1
  140. package/es/packages/components/panel-vol-fly/src/panel-vol-fly2.mjs +21 -758
  141. package/es/packages/components/panel-vol-fly/src/panel-vol-fly2.mjs.map +1 -1
  142. package/es/packages/components/panel-vrp/index.mjs +2 -2
  143. package/es/packages/components/panel-vrp/src/panel-vrp.mjs +22 -478
  144. package/es/packages/components/panel-vrp/src/panel-vrp.mjs.map +1 -1
  145. package/es/packages/components/panel-vrp/src/panel-vrp2.mjs +739 -22
  146. package/es/packages/components/panel-vrp/src/panel-vrp2.mjs.map +1 -1
  147. package/es/packages/components/radio/index.mjs +2 -2
  148. package/es/packages/components/radio/src/radio-button.mjs +1 -1
  149. package/es/packages/components/radio/src/radio-group.mjs +1 -1
  150. package/es/packages/components/radio/src/radio.mjs +31 -5
  151. package/es/packages/components/radio/src/radio.mjs.map +1 -1
  152. package/es/packages/components/radio/src/radio2.mjs +5 -31
  153. package/es/packages/components/radio/src/radio2.mjs.map +1 -1
  154. package/es/packages/components/spin/index.mjs +2 -2
  155. package/es/packages/components/spin/src/spin.mjs +31 -5
  156. package/es/packages/components/spin/src/spin.mjs.map +1 -1
  157. package/es/packages/components/spin/src/spin2.mjs +5 -31
  158. package/es/packages/components/spin/src/spin2.mjs.map +1 -1
  159. package/es/packages/components/tag/index.mjs +2 -2
  160. package/es/packages/components/tag/src/tag.mjs +112 -28
  161. package/es/packages/components/tag/src/tag.mjs.map +1 -1
  162. package/es/packages/components/tag/src/tag2.mjs +28 -112
  163. package/es/packages/components/tag/src/tag2.mjs.map +1 -1
  164. package/es/packages/components/toggle-button/index.mjs +2 -2
  165. package/es/packages/components/toggle-button/src/toggle-button.mjs +16 -95
  166. package/es/packages/components/toggle-button/src/toggle-button.mjs.map +1 -1
  167. package/es/packages/components/toggle-button/src/toggle-button2.mjs +95 -16
  168. package/es/packages/components/toggle-button/src/toggle-button2.mjs.map +1 -1
  169. package/es/packages/components/tooltip/index.mjs +2 -2
  170. package/es/packages/components/tooltip/src/tooltip.mjs +25 -86
  171. package/es/packages/components/tooltip/src/tooltip.mjs.map +1 -1
  172. package/es/packages/components/tooltip/src/tooltip2.mjs +86 -25
  173. package/es/packages/components/tooltip/src/tooltip2.mjs.map +1 -1
  174. package/es/packages/locale/lang/en.mjs +6 -0
  175. package/es/packages/locale/lang/en.mjs.map +1 -1
  176. package/es/packages/locale/lang/zh-cn.mjs +6 -0
  177. package/es/packages/locale/lang/zh-cn.mjs.map +1 -1
  178. package/es/packages/locale/lang/zh-tw.mjs +6 -0
  179. package/es/packages/locale/lang/zh-tw.mjs.map +1 -1
  180. package/es/utils/vue/vnode.d.ts +6 -6
  181. package/lib/components/countdown/index.d.ts +1 -1
  182. package/lib/components/countdown/src/countdown.vue.d.ts +1 -1
  183. package/lib/components/greeks-summary/index.d.ts +22 -0
  184. package/lib/components/greeks-summary/src/greeks-summary.d.ts +8 -0
  185. package/lib/components/greeks-summary/src/greeks-summary.vue.d.ts +22 -0
  186. package/lib/components/panel-vrp/index.d.ts +59 -24
  187. package/lib/components/panel-vrp/src/panel-vrp.d.ts +5 -0
  188. package/lib/components/panel-vrp/src/panel-vrp.vue.d.ts +61 -24
  189. package/lib/index.js +25 -25
  190. package/lib/locale/lang/en.d.ts +6 -0
  191. package/lib/locale/lang/zh-cn.d.ts +6 -0
  192. package/lib/locale/lang/zh-tw.d.ts +6 -0
  193. package/lib/packages/components/chart-panel/index.js +2 -2
  194. package/lib/packages/components/chart-panel/src/chart-panel.js +473 -55
  195. package/lib/packages/components/chart-panel/src/chart-panel.js.map +1 -1
  196. package/lib/packages/components/chart-panel/src/chart-panel2.js +55 -473
  197. package/lib/packages/components/chart-panel/src/chart-panel2.js.map +1 -1
  198. package/lib/packages/components/chart-table/index.js +2 -2
  199. package/lib/packages/components/chart-table/src/chart-table.js +16 -145
  200. package/lib/packages/components/chart-table/src/chart-table.js.map +1 -1
  201. package/lib/packages/components/chart-table/src/chart-table2.js +145 -16
  202. package/lib/packages/components/chart-table/src/chart-table2.js.map +1 -1
  203. package/lib/packages/components/checkbox-group/index.js +2 -2
  204. package/lib/packages/components/checkbox-group/src/checkbox-group.js +31 -6
  205. package/lib/packages/components/checkbox-group/src/checkbox-group.js.map +1 -1
  206. package/lib/packages/components/checkbox-group/src/checkbox-group2.js +6 -31
  207. package/lib/packages/components/checkbox-group/src/checkbox-group2.js.map +1 -1
  208. package/lib/packages/components/date-time-picker/index.js +2 -2
  209. package/lib/packages/components/date-time-picker/src/date-time-picker.js +121 -13
  210. package/lib/packages/components/date-time-picker/src/date-time-picker.js.map +1 -1
  211. package/lib/packages/components/date-time-picker/src/date-time-picker2.js +13 -121
  212. package/lib/packages/components/date-time-picker/src/date-time-picker2.js.map +1 -1
  213. package/lib/packages/components/direction-tag/index.js +2 -2
  214. package/lib/packages/components/direction-tag/src/direction-tag.js +72 -15
  215. package/lib/packages/components/direction-tag/src/direction-tag.js.map +1 -1
  216. package/lib/packages/components/direction-tag/src/direction-tag2.js +15 -72
  217. package/lib/packages/components/direction-tag/src/direction-tag2.js.map +1 -1
  218. package/lib/packages/components/greeks-summary/index.js +2 -2
  219. package/lib/packages/components/greeks-summary/src/greeks-summary.js +50 -300
  220. package/lib/packages/components/greeks-summary/src/greeks-summary.js.map +1 -1
  221. package/lib/packages/components/greeks-summary/src/greeks-summary2.js +340 -43
  222. package/lib/packages/components/greeks-summary/src/greeks-summary2.js.map +1 -1
  223. package/lib/packages/components/icon/index.js +2 -2
  224. package/lib/packages/components/icon/src/icon.js +54 -17
  225. package/lib/packages/components/icon/src/icon.js.map +1 -1
  226. package/lib/packages/components/icon/src/icon2.js +17 -54
  227. package/lib/packages/components/icon/src/icon2.js.map +1 -1
  228. package/lib/packages/components/index.js +25 -25
  229. package/lib/packages/components/number-format/index.js +2 -2
  230. package/lib/packages/components/number-format/src/number-format.js +72 -152
  231. package/lib/packages/components/number-format/src/number-format.js.map +1 -1
  232. package/lib/packages/components/number-format/src/number-format2.js +152 -72
  233. package/lib/packages/components/number-format/src/number-format2.js.map +1 -1
  234. package/lib/packages/components/page-turner/index.js +2 -2
  235. package/lib/packages/components/page-turner/src/page-turner.js +13 -63
  236. package/lib/packages/components/page-turner/src/page-turner.js.map +1 -1
  237. package/lib/packages/components/page-turner/src/page-turner2.js +63 -13
  238. package/lib/packages/components/page-turner/src/page-turner2.js.map +1 -1
  239. package/lib/packages/components/panel-atm-iv/index.js +2 -2
  240. package/lib/packages/components/panel-atm-iv/src/panel-atm-iv.js +1064 -22
  241. package/lib/packages/components/panel-atm-iv/src/panel-atm-iv.js.map +1 -1
  242. package/lib/packages/components/panel-atm-iv/src/panel-atm-iv2.js +22 -1064
  243. package/lib/packages/components/panel-atm-iv/src/panel-atm-iv2.js.map +1 -1
  244. package/lib/packages/components/panel-historical-delivery-price/index.js +2 -2
  245. package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.js +418 -23
  246. package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.js.map +1 -1
  247. package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.js +23 -418
  248. package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.js.map +1 -1
  249. package/lib/packages/components/panel-implied-volatility-surface/index.js +2 -2
  250. package/lib/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.js +336 -23
  251. package/lib/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.js.map +1 -1
  252. package/lib/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface2.js +23 -336
  253. package/lib/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface2.js.map +1 -1
  254. package/lib/packages/components/panel-max-pain-price/index.js +2 -2
  255. package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price.js +373 -23
  256. package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price.js.map +1 -1
  257. package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price2.js +23 -373
  258. package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price2.js.map +1 -1
  259. package/lib/packages/components/panel-option-flow/index.js +2 -2
  260. package/lib/packages/components/panel-option-flow/src/panel-option-flow.js +23 -448
  261. package/lib/packages/components/panel-option-flow/src/panel-option-flow.js.map +1 -1
  262. package/lib/packages/components/panel-option-flow/src/panel-option-flow2.js +448 -23
  263. package/lib/packages/components/panel-option-flow/src/panel-option-flow2.js.map +1 -1
  264. package/lib/packages/components/panel-option-open-interest/index.js +2 -2
  265. package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest.js +23 -474
  266. package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest.js.map +1 -1
  267. package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest2.js +474 -23
  268. package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest2.js.map +1 -1
  269. package/lib/packages/components/panel-rv-calc/index.js +2 -2
  270. package/lib/packages/components/panel-rv-calc/src/panel-rv-calc.js +507 -9
  271. package/lib/packages/components/panel-rv-calc/src/panel-rv-calc.js.map +1 -1
  272. package/lib/packages/components/panel-rv-calc/src/panel-rv-calc2.js +9 -507
  273. package/lib/packages/components/panel-rv-calc/src/panel-rv-calc2.js.map +1 -1
  274. package/lib/packages/components/panel-sabr-calibrated-parameters/index.js +2 -2
  275. package/lib/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters.js +26 -256
  276. package/lib/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters.js.map +1 -1
  277. package/lib/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters2.js +256 -26
  278. package/lib/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters2.js.map +1 -1
  279. package/lib/packages/components/panel-spots-etf-net-inflow/index.js +2 -2
  280. package/lib/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow.js +22 -624
  281. package/lib/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow.js.map +1 -1
  282. package/lib/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow2.js +624 -22
  283. package/lib/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow2.js.map +1 -1
  284. package/lib/packages/components/panel-vol-fly/index.js +2 -2
  285. package/lib/packages/components/panel-vol-fly/src/panel-vol-fly.js +758 -22
  286. package/lib/packages/components/panel-vol-fly/src/panel-vol-fly.js.map +1 -1
  287. package/lib/packages/components/panel-vol-fly/src/panel-vol-fly2.js +22 -758
  288. package/lib/packages/components/panel-vol-fly/src/panel-vol-fly2.js.map +1 -1
  289. package/lib/packages/components/panel-volatility-term-structure/index.js +2 -2
  290. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js +589 -23
  291. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js.map +1 -1
  292. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js +23 -589
  293. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js.map +1 -1
  294. package/lib/packages/components/panel-vrp/src/panel-vrp.js +322 -61
  295. package/lib/packages/components/panel-vrp/src/panel-vrp.js.map +1 -1
  296. package/lib/packages/components/panel-vrp/src/panel-vrp2.js.map +1 -1
  297. package/lib/packages/components/popover/index.js +2 -2
  298. package/lib/packages/components/popover/src/popover.js +34 -88
  299. package/lib/packages/components/popover/src/popover.js.map +1 -1
  300. package/lib/packages/components/popover/src/popover2.js +88 -34
  301. package/lib/packages/components/popover/src/popover2.js.map +1 -1
  302. package/lib/packages/components/progress/index.js +2 -2
  303. package/lib/packages/components/progress/src/progress.js +13 -45
  304. package/lib/packages/components/progress/src/progress.js.map +1 -1
  305. package/lib/packages/components/progress/src/progress2.js +45 -13
  306. package/lib/packages/components/progress/src/progress2.js.map +1 -1
  307. package/lib/packages/components/radio/index.js +2 -2
  308. package/lib/packages/components/radio/src/radio-button.js +1 -1
  309. package/lib/packages/components/radio/src/radio-group.js +1 -1
  310. package/lib/packages/components/radio/src/radio.js +6 -31
  311. package/lib/packages/components/radio/src/radio.js.map +1 -1
  312. package/lib/packages/components/radio/src/radio2.js +31 -6
  313. package/lib/packages/components/radio/src/radio2.js.map +1 -1
  314. package/lib/packages/components/select/index.js +2 -2
  315. package/lib/packages/components/select/src/option.js +1 -1
  316. package/lib/packages/components/select/src/select.js +15 -41
  317. package/lib/packages/components/select/src/select.js.map +1 -1
  318. package/lib/packages/components/select/src/select2.js +41 -15
  319. package/lib/packages/components/select/src/select2.js.map +1 -1
  320. package/lib/packages/components/spin/index.js +2 -2
  321. package/lib/packages/components/spin/src/spin.js +31 -6
  322. package/lib/packages/components/spin/src/spin.js.map +1 -1
  323. package/lib/packages/components/spin/src/spin2.js +6 -31
  324. package/lib/packages/components/spin/src/spin2.js.map +1 -1
  325. package/lib/packages/locale/lang/en.js +6 -0
  326. package/lib/packages/locale/lang/en.js.map +1 -1
  327. package/lib/packages/locale/lang/zh-cn.js +6 -0
  328. package/lib/packages/locale/lang/zh-cn.js.map +1 -1
  329. package/lib/packages/locale/lang/zh-tw.js +6 -0
  330. package/lib/packages/locale/lang/zh-tw.js.map +1 -1
  331. package/lib/utils/vue/vnode.d.ts +6 -6
  332. package/package.json +1 -1
  333. package/theme-chalk/g-greeks-summary.css +1 -1
  334. package/theme-chalk/g-panel-vrp.css +1 -0
  335. package/theme-chalk/index.css +1 -1
  336. package/theme-chalk/src/greeks-summary.scss +8 -1
  337. package/theme-chalk/src/panel-vrp.scss +72 -2
  338. package/web-types.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"progress2.js","sources":["../../../../../../../packages/components/progress/src/progress.ts"],"sourcesContent":["import { buildProps } from '@greeks-live-ui/utils'\nimport type Progress from './progress.vue'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const progressEmits = {}\nexport type ProgressEmits = typeof progressEmits\n\nexport const progressProps = buildProps({\n percent: {\n type: Number,\n required: true,\n },\n height: {\n type: Number,\n default: 6,\n },\n})\n\nexport type ProgressProps = ExtractPropTypes<typeof progressProps>\nexport type ProgressInstance = InstanceType<typeof Progress>\n"],"names":["buildProps"],"mappings":";;;;;;;AAIO,MAAM,gBAAgB,GAAC;AAGvB,MAAM,gBAAgBA,kBAAW,CAAA;AAAA,EACtC,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,MAAA;AAAA,IACN,QAAU,EAAA,IAAA;AAAA,GACZ;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,CAAA;AAAA,GACX;AACF,CAAC;;;;;"}
1
+ {"version":3,"file":"progress2.js","sources":["../../../../../../../packages/components/progress/src/progress.vue"],"sourcesContent":["<template>\n <div\n :class=\"[ns.b()]\"\n :style=\"{ height: height + 'px' }\"\n >\n <div\n :class=\"[ns.e('inner')]\"\n :style=\"{ width: percent + '%', backgroundColor: barColor }\"\n />\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed } from 'vue'\nimport { useNamespace } from '@greeks-live-ui/hooks'\nimport { progressEmits, progressProps } from './progress'\n\ndefineOptions({\n name: 'GProgress',\n})\n\nconst ns = useNamespace('progress')\nconst props = defineProps(progressProps)\nconst emits = defineEmits(progressEmits)\n\nconst barColor = computed(() => {\n if (props.percent < 60) return 'var(--theme-green-6)'\n if (props.percent < 80) return 'var(--theme-orange-6)'\n return 'var(--theme-red-6)'\n})\n</script>\n"],"names":["useNamespace","computed"],"mappings":";;;;;;;;;;;;;;;;;;;AAqBA,IAAA,MAAA,EAAA,GAAAA,kBAAA,CAAA,UAAA,CAAA,CAAA;AAIA,IAAA,MAAA,QAAA,GAAAC,YAAA,CAAA,MAAA;AACA,MAAA,IAAA,KAAA,CAAA,OAAA,GAAA,EAAA;AAAA,QAAA,OAAA,sBAAA,CAAA;AACA,MAAA,IAAA,KAAA,CAAA,OAAA,GAAA,EAAA;AAAA,QAAA,OAAA,uBAAA,CAAA;AACA,MAAA,OAAA,oBAAA,CAAA;AAAA,KAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('../../utils/index.js');
6
- var radio$1 = require('./src/radio.js');
6
+ var radio$1 = require('./src/radio2.js');
7
7
  var radioButton = require('./src/radio-button.js');
8
8
  var radioGroup = require('./src/radio-group.js');
9
- var radio = require('./src/radio2.js');
9
+ var radio = require('./src/radio.js');
10
10
  var install = require('../../utils/vue/install.js');
11
11
 
12
12
  const GRadio = install.withInstall(radio$1["default"], {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var lib = require('ant-design-vue/lib');
6
6
  var vue = require('vue');
7
7
  require('../../../hooks/index.js');
8
- var radio = require('./radio2.js');
8
+ var radio = require('./radio.js');
9
9
  var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
10
  var index = require('../../../hooks/use-namespace/index.js');
11
11
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var lib = require('ant-design-vue/lib');
6
6
  var vue = require('vue');
7
7
  require('../../../hooks/index.js');
8
- var radio = require('./radio2.js');
8
+ var radio = require('./radio.js');
9
9
  var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
10
  var index = require('../../../hooks/use-namespace/index.js');
11
11
 
@@ -2,37 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var lib = require('ant-design-vue/lib');
6
- var vue = require('vue');
7
- require('../../../hooks/index.js');
8
- var radio = require('./radio2.js');
9
- var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
- var index = require('../../../hooks/use-namespace/index.js');
5
+ require('../../../utils/index.js');
6
+ var runtime = require('../../../utils/vue/props/runtime.js');
11
7
 
12
- const __default__ = {
13
- name: "GRadio"
14
- };
15
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
16
- ...__default__,
17
- props: radio.radioProps,
18
- emits: radio.radioEmits,
19
- setup(__props, { emit: emits }) {
20
- const props = __props;
21
- const ns = index.useNamespace("radio");
22
- return (_ctx, _cache) => {
23
- const _component_a_radio = lib.Radio;
24
- return vue.openBlock(), vue.createBlock(_component_a_radio, vue.mergeProps({
25
- class: [vue.unref(ns).b()]
26
- }, props, vue.toHandlers(emits)), {
27
- default: vue.withCtx(() => [
28
- vue.renderSlot(_ctx.$slots, "default")
29
- ]),
30
- _: 3
31
- }, 16, ["class"]);
32
- };
33
- }
34
- });
35
- var Radio = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/luobowen/Desktop/greeks/greeks-live-ui/packages/components/radio/src/radio.vue"]]);
8
+ const radioEmits = {};
9
+ const radioProps = runtime.buildProps({});
36
10
 
37
- exports["default"] = Radio;
11
+ exports.radioEmits = radioEmits;
12
+ exports.radioProps = radioProps;
38
13
  //# sourceMappingURL=radio.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio.js","sources":["../../../../../../../packages/components/radio/src/radio.vue"],"sourcesContent":["<template>\n <a-radio\n :class=\"[ns.b()]\"\n v-bind=\"props\"\n v-on=\"emits\"\n >\n <slot></slot>\n </a-radio>\n</template>\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@greeks-live-ui/hooks'\nimport { radioEmits, radioProps } from './radio'\ndefineOptions({\n name: 'GRadio',\n})\nconst ns = useNamespace('radio')\nconst props = defineProps(radioProps)\nconst emits = defineEmits(radioEmits)\n</script>\n"],"names":["useNamespace"],"mappings":";;;;;;;;;;;;;;;;;;;;AAeA,IAAA,MAAA,EAAA,GAAAA,kBAAA,CAAA,OAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"radio.js","sources":["../../../../../../../packages/components/radio/src/radio.ts"],"sourcesContent":["import { buildProps } from '@greeks-live-ui/utils';\nimport type Radio from './radio.vue';\nimport type { ExtractPropTypes } from 'vue';\n\nexport const radioEmits = {};\nexport type RadioEmits = typeof radioEmits;\nexport const radioProps = buildProps({});\nexport type RadioProps = ExtractPropTypes<typeof radioProps>;\nexport type RadioInstance = InstanceType<typeof Radio>;\n"],"names":["buildProps"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAC;AAEd,MAAA,UAAA,GAAaA,kBAAW,CAAA,EAAE;;;;;"}
@@ -2,12 +2,37 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../../utils/index.js');
6
- var runtime = require('../../../utils/vue/props/runtime.js');
5
+ var lib = require('ant-design-vue/lib');
6
+ var vue = require('vue');
7
+ require('../../../hooks/index.js');
8
+ var radio = require('./radio.js');
9
+ var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
+ var index = require('../../../hooks/use-namespace/index.js');
7
11
 
8
- const radioEmits = {};
9
- const radioProps = runtime.buildProps({});
12
+ const __default__ = {
13
+ name: "GRadio"
14
+ };
15
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
16
+ ...__default__,
17
+ props: radio.radioProps,
18
+ emits: radio.radioEmits,
19
+ setup(__props, { emit: emits }) {
20
+ const props = __props;
21
+ const ns = index.useNamespace("radio");
22
+ return (_ctx, _cache) => {
23
+ const _component_a_radio = lib.Radio;
24
+ return vue.openBlock(), vue.createBlock(_component_a_radio, vue.mergeProps({
25
+ class: [vue.unref(ns).b()]
26
+ }, props, vue.toHandlers(emits)), {
27
+ default: vue.withCtx(() => [
28
+ vue.renderSlot(_ctx.$slots, "default")
29
+ ]),
30
+ _: 3
31
+ }, 16, ["class"]);
32
+ };
33
+ }
34
+ });
35
+ var Radio = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/luobowen/Desktop/greeks/greeks-live-ui/packages/components/radio/src/radio.vue"]]);
10
36
 
11
- exports.radioEmits = radioEmits;
12
- exports.radioProps = radioProps;
37
+ exports["default"] = Radio;
13
38
  //# sourceMappingURL=radio2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio2.js","sources":["../../../../../../../packages/components/radio/src/radio.ts"],"sourcesContent":["import { buildProps } from '@greeks-live-ui/utils';\nimport type Radio from './radio.vue';\nimport type { ExtractPropTypes } from 'vue';\n\nexport const radioEmits = {};\nexport type RadioEmits = typeof radioEmits;\nexport const radioProps = buildProps({});\nexport type RadioProps = ExtractPropTypes<typeof radioProps>;\nexport type RadioInstance = InstanceType<typeof Radio>;\n"],"names":["buildProps"],"mappings":";;;;;;;AAIO,MAAM,aAAa,GAAC;AAEd,MAAA,UAAA,GAAaA,kBAAW,CAAA,EAAE;;;;;"}
1
+ {"version":3,"file":"radio2.js","sources":["../../../../../../../packages/components/radio/src/radio.vue"],"sourcesContent":["<template>\n <a-radio\n :class=\"[ns.b()]\"\n v-bind=\"props\"\n v-on=\"emits\"\n >\n <slot></slot>\n </a-radio>\n</template>\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@greeks-live-ui/hooks'\nimport { radioEmits, radioProps } from './radio'\ndefineOptions({\n name: 'GRadio',\n})\nconst ns = useNamespace('radio')\nconst props = defineProps(radioProps)\nconst emits = defineEmits(radioEmits)\n</script>\n"],"names":["useNamespace"],"mappings":";;;;;;;;;;;;;;;;;;;;AAeA,IAAA,MAAA,EAAA,GAAAA,kBAAA,CAAA,OAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;"}
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('../../utils/index.js');
6
- var select$1 = require('./src/select.js');
6
+ var select$1 = require('./src/select2.js');
7
7
  var option = require('./src/option.js');
8
- var select = require('./src/select2.js');
8
+ var select = require('./src/select.js');
9
9
  var install = require('../../utils/vue/install.js');
10
10
 
11
11
  const GSelect = install.withInstall(select$1["default"], {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var lib = require('ant-design-vue/lib');
6
6
  var vue = require('vue');
7
7
  require('../../../hooks/index.js');
8
- var select = require('./select2.js');
8
+ var select = require('./select.js');
9
9
  var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
10
  var index = require('../../../hooks/use-namespace/index.js');
11
11
 
@@ -2,49 +2,23 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var lib = require('ant-design-vue/lib');
6
- var vue = require('vue');
7
- require('../../../hooks/index.js');
8
- var select = require('./select2.js');
9
- var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
- var index = require('../../../hooks/use-namespace/index.js');
5
+ require('../../../utils/index.js');
6
+ var antDesignVue = require('ant-design-vue');
7
+ var runtime = require('../../../utils/vue/props/runtime.js');
11
8
 
12
- const __default__ = {
13
- name: "GSelect"
14
- };
15
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
16
- ...__default__,
17
- props: select.selectProps,
18
- emits: select.selectEmits,
19
- setup(__props, { emit: emits }) {
20
- const props = __props;
21
- const ns = index.useNamespace("select");
22
- return (_ctx, _cache) => {
23
- const _component_g_icon = vue.resolveComponent("g-icon");
24
- const _component_a_select = lib.Select;
25
- return vue.openBlock(), vue.createBlock(_component_a_select, vue.mergeProps({
26
- ref: "select",
27
- class: [vue.unref(ns).b(), vue.unref(ns).m(props.size)]
28
- }, props, vue.toHandlers(emits), {
29
- getPopupContainer: (triggerNode) => triggerNode.parentElement
30
- }), {
31
- suffixIcon: vue.withCtx(() => [
32
- vue.renderSlot(_ctx.$slots, "suffixIcon", {}, () => [
33
- vue.createVNode(_component_g_icon, {
34
- name: "basic_arrow_down_solid",
35
- size: 24
36
- })
37
- ])
38
- ]),
39
- default: vue.withCtx(() => [
40
- vue.renderSlot(_ctx.$slots, "default")
41
- ]),
42
- _: 3
43
- }, 16, ["class", "getPopupContainer"]);
44
- };
9
+ const selectEmits = {};
10
+ const selectProps = runtime.buildProps({
11
+ size: {
12
+ type: String,
13
+ values: ["small", "medium", "large"],
14
+ default: "medium"
45
15
  }
46
16
  });
47
- var Select = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/luobowen/Desktop/greeks/greeks-live-ui/packages/components/select/src/select.vue"]]);
48
17
 
49
- exports["default"] = Select;
18
+ Object.defineProperty(exports, 'GSelectOption', {
19
+ enumerable: true,
20
+ get: function () { return antDesignVue.SelectOption; }
21
+ });
22
+ exports.selectEmits = selectEmits;
23
+ exports.selectProps = selectProps;
50
24
  //# sourceMappingURL=select.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.js","sources":["../../../../../../../packages/components/select/src/select.vue"],"sourcesContent":["<template>\n <a-select\n ref=\"select\"\n :class=\"[ns.b(), ns.m(props.size)]\"\n v-bind=\"props\"\n v-on=\"emits\"\n :getPopupContainer=\"(triggerNode) => triggerNode.parentElement\"\n >\n <template #suffixIcon>\n <slot name=\"suffixIcon\">\n <g-icon name=\"basic_arrow_down_solid\" :size=\"24\"></g-icon>\n </slot>\n </template>\n <slot></slot>\n </a-select>\n</template>\n\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@greeks-live-ui/hooks'\nimport { selectEmits, selectProps } from './select'\n\ndefineOptions({\n name: 'GSelect',\n})\n\nconst ns = useNamespace('select')\nconst props = defineProps(selectProps)\nconst emits = defineEmits(selectEmits)\n</script>\n"],"names":["useNamespace"],"mappings":";;;;;;;;;;;;;;;;;;;;AAyBA,IAAA,MAAA,EAAA,GAAAA,kBAAA,CAAA,QAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"select.js","sources":["../../../../../../../packages/components/select/src/select.ts"],"sourcesContent":["import { buildProps } from '@greeks-live-ui/utils';\nimport type { ExtractPropTypes } from 'vue';\nimport type GSelect from './select.vue';\nimport { SelectOption as GSelectOption } from 'ant-design-vue';\n\nexport const selectEmits = {};\nexport type SelectEmits = typeof selectEmits;\n\nexport const selectProps = buildProps({\n size: {\n type: String,\n values: ['small', 'medium', 'large'],\n default: 'medium',\n },\n});\nexport type SelectProps = ExtractPropTypes<typeof selectProps>;\n\nexport type SelectInstance = InstanceType<typeof GSelect>;\n\nexport { GSelect, GSelectOption };\n"],"names":["buildProps"],"mappings":";;;;;;;;AAKO,MAAM,cAAc,GAAC;AAGrB,MAAM,cAAcA,kBAAW,CAAA;AAAA,EACpC,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,MAAA;AAAA,IACN,MAAQ,EAAA,CAAC,OAAS,EAAA,QAAA,EAAU,OAAO,CAAA;AAAA,IACnC,OAAS,EAAA,QAAA;AAAA,GACX;AACF,CAAC;;;;;;;;;"}
@@ -2,23 +2,49 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../../utils/index.js');
6
- var antDesignVue = require('ant-design-vue');
7
- var runtime = require('../../../utils/vue/props/runtime.js');
5
+ var lib = require('ant-design-vue/lib');
6
+ var vue = require('vue');
7
+ require('../../../hooks/index.js');
8
+ var select = require('./select.js');
9
+ var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
+ var index = require('../../../hooks/use-namespace/index.js');
8
11
 
9
- const selectEmits = {};
10
- const selectProps = runtime.buildProps({
11
- size: {
12
- type: String,
13
- values: ["small", "medium", "large"],
14
- default: "medium"
12
+ const __default__ = {
13
+ name: "GSelect"
14
+ };
15
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
16
+ ...__default__,
17
+ props: select.selectProps,
18
+ emits: select.selectEmits,
19
+ setup(__props, { emit: emits }) {
20
+ const props = __props;
21
+ const ns = index.useNamespace("select");
22
+ return (_ctx, _cache) => {
23
+ const _component_g_icon = vue.resolveComponent("g-icon");
24
+ const _component_a_select = lib.Select;
25
+ return vue.openBlock(), vue.createBlock(_component_a_select, vue.mergeProps({
26
+ ref: "select",
27
+ class: [vue.unref(ns).b(), vue.unref(ns).m(props.size)]
28
+ }, props, vue.toHandlers(emits), {
29
+ getPopupContainer: (triggerNode) => triggerNode.parentElement
30
+ }), {
31
+ suffixIcon: vue.withCtx(() => [
32
+ vue.renderSlot(_ctx.$slots, "suffixIcon", {}, () => [
33
+ vue.createVNode(_component_g_icon, {
34
+ name: "basic_arrow_down_solid",
35
+ size: 24
36
+ })
37
+ ])
38
+ ]),
39
+ default: vue.withCtx(() => [
40
+ vue.renderSlot(_ctx.$slots, "default")
41
+ ]),
42
+ _: 3
43
+ }, 16, ["class", "getPopupContainer"]);
44
+ };
15
45
  }
16
46
  });
47
+ var Select = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/luobowen/Desktop/greeks/greeks-live-ui/packages/components/select/src/select.vue"]]);
17
48
 
18
- Object.defineProperty(exports, 'GSelectOption', {
19
- enumerable: true,
20
- get: function () { return antDesignVue.SelectOption; }
21
- });
22
- exports.selectEmits = selectEmits;
23
- exports.selectProps = selectProps;
49
+ exports["default"] = Select;
24
50
  //# sourceMappingURL=select2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"select2.js","sources":["../../../../../../../packages/components/select/src/select.ts"],"sourcesContent":["import { buildProps } from '@greeks-live-ui/utils';\nimport type { ExtractPropTypes } from 'vue';\nimport type GSelect from './select.vue';\nimport { SelectOption as GSelectOption } from 'ant-design-vue';\n\nexport const selectEmits = {};\nexport type SelectEmits = typeof selectEmits;\n\nexport const selectProps = buildProps({\n size: {\n type: String,\n values: ['small', 'medium', 'large'],\n default: 'medium',\n },\n});\nexport type SelectProps = ExtractPropTypes<typeof selectProps>;\n\nexport type SelectInstance = InstanceType<typeof GSelect>;\n\nexport { GSelect, GSelectOption };\n"],"names":["buildProps"],"mappings":";;;;;;;;AAKO,MAAM,cAAc,GAAC;AAGrB,MAAM,cAAcA,kBAAW,CAAA;AAAA,EACpC,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,MAAA;AAAA,IACN,MAAQ,EAAA,CAAC,OAAS,EAAA,QAAA,EAAU,OAAO,CAAA;AAAA,IACnC,OAAS,EAAA,QAAA;AAAA,GACX;AACF,CAAC;;;;;;;;;"}
1
+ {"version":3,"file":"select2.js","sources":["../../../../../../../packages/components/select/src/select.vue"],"sourcesContent":["<template>\n <a-select\n ref=\"select\"\n :class=\"[ns.b(), ns.m(props.size)]\"\n v-bind=\"props\"\n v-on=\"emits\"\n :getPopupContainer=\"(triggerNode) => triggerNode.parentElement\"\n >\n <template #suffixIcon>\n <slot name=\"suffixIcon\">\n <g-icon name=\"basic_arrow_down_solid\" :size=\"24\"></g-icon>\n </slot>\n </template>\n <slot></slot>\n </a-select>\n</template>\n\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@greeks-live-ui/hooks'\nimport { selectEmits, selectProps } from './select'\n\ndefineOptions({\n name: 'GSelect',\n})\n\nconst ns = useNamespace('select')\nconst props = defineProps(selectProps)\nconst emits = defineEmits(selectEmits)\n</script>\n"],"names":["useNamespace"],"mappings":";;;;;;;;;;;;;;;;;;;;AAyBA,IAAA,MAAA,EAAA,GAAAA,kBAAA,CAAA,QAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('../../utils/index.js');
6
- var spin$1 = require('./src/spin2.js');
7
- var spin = require('./src/spin.js');
6
+ var spin$1 = require('./src/spin.js');
7
+ var spin = require('./src/spin2.js');
8
8
  var install = require('../../utils/vue/install.js');
9
9
 
10
10
  const GSpin = install.withInstall(spin$1["default"]);
@@ -2,12 +2,37 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../../utils/index.js');
6
- var runtime = require('../../../utils/vue/props/runtime.js');
5
+ var lib = require('ant-design-vue/lib');
6
+ var vue = require('vue');
7
+ require('../../../hooks/index.js');
8
+ var spin = require('./spin2.js');
9
+ var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
+ var index = require('../../../hooks/use-namespace/index.js');
7
11
 
8
- const spinEmits = {};
9
- const spinProps = runtime.buildProps({});
12
+ const __default__ = {
13
+ name: "GSpin"
14
+ };
15
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
16
+ ...__default__,
17
+ props: spin.spinProps,
18
+ emits: spin.spinEmits,
19
+ setup(__props, { emit: emits }) {
20
+ const props = __props;
21
+ const ns = index.useNamespace("spin");
22
+ return (_ctx, _cache) => {
23
+ const _component_a_spin = lib.Spin;
24
+ return vue.openBlock(), vue.createBlock(_component_a_spin, vue.mergeProps({
25
+ class: [vue.unref(ns).b()]
26
+ }, props, vue.toHandlers(emits)), {
27
+ default: vue.withCtx(() => [
28
+ vue.renderSlot(_ctx.$slots, "default")
29
+ ]),
30
+ _: 3
31
+ }, 16, ["class"]);
32
+ };
33
+ }
34
+ });
35
+ var Spin = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/luobowen/Desktop/greeks/greeks-live-ui/packages/components/spin/src/spin.vue"]]);
10
36
 
11
- exports.spinEmits = spinEmits;
12
- exports.spinProps = spinProps;
37
+ exports["default"] = Spin;
13
38
  //# sourceMappingURL=spin.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"spin.js","sources":["../../../../../../../packages/components/spin/src/spin.ts"],"sourcesContent":["import { buildProps } from '@greeks-live-ui/utils'\nimport type Spin from './spin.vue'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const spinEmits = {}\nexport type SpinEmits = typeof spinEmits\nexport const spinProps = buildProps({})\nexport type SpinProps = ExtractPropTypes<typeof spinProps>\nexport type SpinInstance = InstanceType<typeof Spin>\n"],"names":["buildProps"],"mappings":";;;;;;;AAIO,MAAM,YAAY,GAAC;AAEb,MAAA,SAAA,GAAYA,kBAAW,CAAA,EAAE;;;;;"}
1
+ {"version":3,"file":"spin.js","sources":["../../../../../../../packages/components/spin/src/spin.vue"],"sourcesContent":["<template>\n <a-spin :class=\"[ns.b()]\" v-bind=\"props\" v-on=\"emits\">\n <slot></slot>\n </a-spin>\n</template>\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@greeks-live-ui/hooks';\nimport { spinEmits, spinProps } from './spin';\ndefineOptions({\n name: 'GSpin',\n});\nconst ns = useNamespace('spin');\nconst props = defineProps(spinProps);\nconst emits = defineEmits(spinEmits);\n</script>\n"],"names":["useNamespace"],"mappings":";;;;;;;;;;;;;;;;;;;;AAWA,IAAA,MAAA,EAAA,GAAAA,kBAAA,CAAA,MAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;"}
@@ -2,37 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var lib = require('ant-design-vue/lib');
6
- var vue = require('vue');
7
- require('../../../hooks/index.js');
8
- var spin = require('./spin.js');
9
- var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
10
- var index = require('../../../hooks/use-namespace/index.js');
5
+ require('../../../utils/index.js');
6
+ var runtime = require('../../../utils/vue/props/runtime.js');
11
7
 
12
- const __default__ = {
13
- name: "GSpin"
14
- };
15
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
16
- ...__default__,
17
- props: spin.spinProps,
18
- emits: spin.spinEmits,
19
- setup(__props, { emit: emits }) {
20
- const props = __props;
21
- const ns = index.useNamespace("spin");
22
- return (_ctx, _cache) => {
23
- const _component_a_spin = lib.Spin;
24
- return vue.openBlock(), vue.createBlock(_component_a_spin, vue.mergeProps({
25
- class: [vue.unref(ns).b()]
26
- }, props, vue.toHandlers(emits)), {
27
- default: vue.withCtx(() => [
28
- vue.renderSlot(_ctx.$slots, "default")
29
- ]),
30
- _: 3
31
- }, 16, ["class"]);
32
- };
33
- }
34
- });
35
- var Spin = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/luobowen/Desktop/greeks/greeks-live-ui/packages/components/spin/src/spin.vue"]]);
8
+ const spinEmits = {};
9
+ const spinProps = runtime.buildProps({});
36
10
 
37
- exports["default"] = Spin;
11
+ exports.spinEmits = spinEmits;
12
+ exports.spinProps = spinProps;
38
13
  //# sourceMappingURL=spin2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"spin2.js","sources":["../../../../../../../packages/components/spin/src/spin.vue"],"sourcesContent":["<template>\n <a-spin :class=\"[ns.b()]\" v-bind=\"props\" v-on=\"emits\">\n <slot></slot>\n </a-spin>\n</template>\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@greeks-live-ui/hooks';\nimport { spinEmits, spinProps } from './spin';\ndefineOptions({\n name: 'GSpin',\n});\nconst ns = useNamespace('spin');\nconst props = defineProps(spinProps);\nconst emits = defineEmits(spinEmits);\n</script>\n"],"names":["useNamespace"],"mappings":";;;;;;;;;;;;;;;;;;;;AAWA,IAAA,MAAA,EAAA,GAAAA,kBAAA,CAAA,MAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"spin2.js","sources":["../../../../../../../packages/components/spin/src/spin.ts"],"sourcesContent":["import { buildProps } from '@greeks-live-ui/utils'\nimport type Spin from './spin.vue'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const spinEmits = {}\nexport type SpinEmits = typeof spinEmits\nexport const spinProps = buildProps({})\nexport type SpinProps = ExtractPropTypes<typeof spinProps>\nexport type SpinInstance = InstanceType<typeof Spin>\n"],"names":["buildProps"],"mappings":";;;;;;;AAIO,MAAM,YAAY,GAAC;AAEb,MAAA,SAAA,GAAYA,kBAAW,CAAA,EAAE;;;;;"}
@@ -61,6 +61,12 @@ var en = {
61
61
  periodLabel: "Period:",
62
62
  vrp: "VRP",
63
63
  vrpTips: "<p>VRP\uFF08Volatility Risk Premium\uFF09</p><p>VRP, or Volatility Risk Premium, represents the difference between implied volatility (IV) and realized volatility (RV), where VRP = IV - RV.</p><p>Volatility traders care not only about what is expected (Implied Volatility) but also what actually transpired (Realized Volatility). VRP serves as a metric to measure the fluctuation in the difference between these two.</p>",
64
+ vrpMean: "Mean VRP: ",
65
+ vrpRangeStats: "Range VRP Stats",
66
+ statMean: "Mean: ",
67
+ statMax: "Max: ",
68
+ statMin: "Min: ",
69
+ statDays: "Days: ",
64
70
  volTenor: "Vol Tenor:",
65
71
  samplePeriod: "Sample Period:",
66
72
  ivSurface: "Implied Volatility Surface",
@@ -1 +1 @@
1
- {"version":3,"file":"en.js","sources":["../../../../../../packages/locale/lang/en.ts"],"sourcesContent":["export default {\n name: 'en',\n message: {\n gex: 'GEX (Gamma Exposure)',\n gexTips: `<p>GEX (Gamma Exposure)</p><p>This chart shows the aggregated net gamma exposure of option dealers at each strike price. Positive gamma (green) indicates dealer hedging dampens price movement; negative gamma (red) indicates dealer hedging amplifies price movement.</p><p>GEX = Σ(Option Gamma × Open Interest × Contract Multiplier × Spot Price) per $1 move</p>`,\n gexByExpiry: 'GEX by Expiration',\n gexByExpiryTips: `<p>GEX by Expiration</p><p>This chart breaks down gamma exposure at each strike price by expiration date. Each color represents a different expiry, allowing users to identify which expirations contribute most to the gamma profile at specific strikes.</p><p>GEX per Expiry = Σ(Option Gamma × Open Interest × Contract Multiplier × Spot Price) for a given expiration</p>`,\n sabrCalibratedParameters: 'SABR Calibrated Parameters',\n sabrCalibratedParametersTips:\n '<p>SABR Calibrated Parameters</p><p>Displays the calibrated SABR model parameters (Alpha, Rho, Nu) and Forward price for each expiry. Used to assess volatility smile dynamics.</p>',\n sabrCalibrationDiagnostics: 'SABR Calibration Diagnostics',\n sabrCalibrationDiagnosticsTips:\n '<p>SABR Calibration Diagnostics</p><p>Diagnostic metrics evaluating the quality and stability of the SABR model calibration for each expiry.</p>',\n sabrIVTitle: 'SABR IV Curve',\n sabrIVTips:\n '<p>SABR IV Curve</p><p>Compares the continuous SABR implied volatility curve against actual market Mid IV across different strike prices for a selected expiry.</p>',\n sabrIVStrikes: 'Strikes',\n sabrIVYAxisLabel: 'Implied Volatility',\n sabrIVLegendModel: 'SABR Model',\n sabrIVLegendMarket: 'Market Mid IV',\n sabrIVLegendInterpolated: 'Interpolated Strike',\n sabrIVInterpolatedStrike: 'Interpolated Strike',\n sabrIVTooltipSabrAtmIv: 'SABR ATM IV',\n sabrIVTooltipMarketMidIv: 'Market Mid IV',\n sabrCalibrationDiagnosticsState: 'State',\n sabrCalibrationDiagnosticsStateApplied: 'Applied',\n sabrCalibrationDiagnosticsStateWarmingUp: 'Warming up',\n sabrCalibrationDiagnosticsStateInvalid: 'Invalid',\n sabrCalibrationDiagnosticsReasonWarmingUp:\n 'Gathering data points (Min requirement: 1440 points).',\n sabrCalibrationDiagnosticsReasonExpiryTooShort:\n 'Expiry is less than 7 days, or SABR surface parameters are invalid.',\n sabrCalibrationDiagnosticsReasonMissingSurface:\n 'SABR surface data not found for this expiry.',\n sabrCalibrationDiagnosticsReasonProviderUnavailable:\n 'Skew data provider is currently unavailable.',\n sabrCalibrationDiagnosticsReasonMissingHistory:\n 'Historical data missing for this expiry.',\n sabrCalibrationDiagnosticsReasonStale:\n 'Surface data is stale (delayed over 60 seconds).',\n sabrCalibrationDiagnosticsReasonUnknown: 'Unknown SABR calibration error.',\n strike: 'Strike',\n contractsPer1Move: 'Nr contracts for $1 move in underlying',\n atmIVTips:\n '<p>ATM IV (At-the-Money Implied Volatility)</p><p>This chart displays the changes in implied volatility (IV) of at-the-money options (ATM) over time. It also overlays Realized Volatility (RV) for comparison.</p><p>By default, it shows the IV for 1 month, 3 months, and 6 months, along with 7-day RV. You can also choose to overlay different RV periods through column management in the top right corner.</p>',\n deltaSkewTips:\n '<p>25Δ Skew (25-Delta Skew)</p><p>This chart shows the degree of volatility skewness between Call and Put options with a Delta of 0.25.</p><p>25Δ Skew = 25d Call IV - 25d Put IV</p>',\n volFly: '25Δ Fly',\n volFlyTips:\n \"<p>25Δ Fly (25 Delta Fly)</p><p>This chart shows volatility surface convexity, measuring the market's pricing differential for extreme market conditions.</p><p>Fly = Avg(25Δ Call IV, 25Δ Put IV) - 50Δ Call IV</p>\",\n realizedVolatilityTips: `<p>Realized Volatility (RV)</p><p>This chart displays the realized volatility for options with different expiration dates. You can use the calculator view in the upper-right corner to customize.</p><p>Realized Volatility (RV), also known as Historical Volatility (HV).</p>`,\n atmVolatilityTermStructure: 'ATM Volatility Term Structure',\n atmVolatilityTermStructureTips: `<p>ATM Volatility Term Structure</p><p>This chart simultaneously shows the implied volatility for at-the-money options (ATM IV) and forward volatility (FWD IV) with different expiration dates.</p><p>FWD IV, for Forward IV. Divide the time period into near-term and far-term, and the IV after excluding near-term IV adjustments is the forward IV (similar to forward rates).</p><p>Learn More: <a href=\"https://en.wikipedia.org/wiki/Forward_volatility\" target=\"_blank\"> Forward volatility - Wikipedia</a></p>`,\n optionFlow: 'Option Flow',\n optionFlowTips:\n '<p>Option Flow (Option Trading Ratio)</p><p>This chart shows the trading volume and ratio of buy and sell orders, as well as block trades, for call and put options in the last 1 hour and 24 hours. You can switch between different time periods in the upper-right corner.</p>',\n upto: 'Up to:',\n total: 'Total:',\n optionsOpenInterest: 'Option Open Interest',\n optionsOpenInterestTips:\n '<p>Options Open Interest</p><p>This chart displays the open interest for options at different strike prices or expiration dates.</p>',\n cprTips: '<p>PCR = Total number of Puts / Total number of Calls</p>',\n historicalDeliveryPrice: 'Historical Delivery Price',\n historicalDeliveryPriceTips:\n '<p>Historical Delivery Price</p><p>This chart shows the recent daily historical delivery prices.</p>',\n maxPainPrice: 'Max Pain Price',\n maxPainPriceTips:\n '<p>Max Pain Price</p><p>This chart shows the strike price with the most concentrated open interest for different expiration dates, also known as the \"Max Pain\" price.</p>',\n ivSkew: 'IV Skew',\n iVSkewTips:\n '<p>IV Skew (Implied Volatility Skew Curve)</p><p>This chart shows the skew curve formed by IV for options with different exercise prices.</p>',\n optionTradeVolume: 'Option Trade Volume',\n optionTradeVolumeTips:\n '<p>Option Trade Volume</p><p>This chart shows the distribution of option trading volume over time, both in the Buy and Sell directions. You can switch between different time granularities in the upper-right corner.</p>',\n periodLabel: 'Period:',\n vrp: 'VRP',\n vrpTips:\n '<p>VRP(Volatility Risk Premium)</p><p>VRP, or Volatility Risk Premium, represents the difference between implied volatility (IV) and realized volatility (RV), where VRP = IV - RV.</p><p>Volatility traders care not only about what is expected (Implied Volatility) but also what actually transpired (Realized Volatility). VRP serves as a metric to measure the fluctuation in the difference between these two.</p>',\n volTenor: 'Vol Tenor:',\n samplePeriod: 'Sample Period:',\n ivSurface: 'Implied Volatility Surface',\n impliedVolatilitySurfaceTips:\n '<p>Implied Volatility Surface</p><p>This 3D chart shows a surface formed by the implied volatility (IV) of options with different expiration dates and strike prices. It supports mouse dragging, as well as zooming in and out.</p>',\n tradeScatterPlot: 'Trade Scatter Plot',\n tradeScatterPlotTips:\n '<p>Trade Scatter Plot</p><p>This scatter plot shows the distribution of trades across time and Mark Price spread (SFM), where dot size represents the number of contracts traded.</p>',\n contracts: 'Contracts',\n spotsEtfNetInflow: 'Spots ETF Net Inflow',\n spotsEtfNetInflowTips:\n '<p>Spots ETF Net Inflow</p><p>This chart shows the market spot ETF net inflows and net assets.</p>',\n optionSkewTable: 'Option Skew Table',\n optionSkewTableTips:\n '<p>Option Skew Table</p><p>This table shows volatility skew values for contracts with different expiration dates across various Delta values.</p>',\n\n expiryIn: 'Expiry In',\n chg1dTips: 'Changes in the Last Day',\n chg2dTips: 'Changes in the Last 2 Days',\n chg1wTips: 'Changes in the Last Week',\n chg2wTips: 'Changes in the Last 2 Weeks',\n chg1mTips: 'Changes in the last Month',\n\n colon: ':',\n algorithm: 'Algorithm',\n day: 'day',\n rv: 'Realized volatility',\n unbiasedHv: 'Unbiased estimator of volatility',\n parkinsonHv: 'Parkinson volatility',\n klineResolution: 'Resolution',\n period: 'Period',\n hour: 'Hours',\n minute: 'Mins',\n calc: 'CALCULATE',\n kLinePeriodStatement: '* Maximum 1000 cycles.',\n tooManyRequest: 'invalid param, param resolution is required',\n tips: 'Notifications',\n buy: 'Buy',\n sell: 'Sell',\n long: 'Long',\n short: 'Short',\n range: 'Range:',\n time: 'Time:',\n contractsLabel: 'Contracts:',\n mode: 'Mode:',\n natural: 'Natural',\n settlement: 'Settlement',\n naturalModeTips:\n '<p>Natural Time Comparison Mode shows the change of the value between the current time and a specified natural time period in the past (1 day/2 days/1 week, etc.). For example, Chg-1D displays the change between the current value and the value from 24 hours ago.</p>',\n settlementModeTips:\n '<p>Settlement Time Comparison Mode shows the change of the value between the current time and the most recent settlement time. For example, Chg-1D displays the change between the current value and the value at the previous settlement time. Useful for analyzing the value changes within settlement cycles.</p>',\n deltaTotal: 'Delta Total',\n optionsDelta: 'Options Delta',\n expiry: 'Expiry',\n },\n};\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"en.js","sources":["../../../../../../packages/locale/lang/en.ts"],"sourcesContent":["export default {\n name: 'en',\n message: {\n gex: 'GEX (Gamma Exposure)',\n gexTips: `<p>GEX (Gamma Exposure)</p><p>This chart shows the aggregated net gamma exposure of option dealers at each strike price. Positive gamma (green) indicates dealer hedging dampens price movement; negative gamma (red) indicates dealer hedging amplifies price movement.</p><p>GEX = Σ(Option Gamma × Open Interest × Contract Multiplier × Spot Price) per $1 move</p>`,\n gexByExpiry: 'GEX by Expiration',\n gexByExpiryTips: `<p>GEX by Expiration</p><p>This chart breaks down gamma exposure at each strike price by expiration date. Each color represents a different expiry, allowing users to identify which expirations contribute most to the gamma profile at specific strikes.</p><p>GEX per Expiry = Σ(Option Gamma × Open Interest × Contract Multiplier × Spot Price) for a given expiration</p>`,\n sabrCalibratedParameters: 'SABR Calibrated Parameters',\n sabrCalibratedParametersTips:\n '<p>SABR Calibrated Parameters</p><p>Displays the calibrated SABR model parameters (Alpha, Rho, Nu) and Forward price for each expiry. Used to assess volatility smile dynamics.</p>',\n sabrCalibrationDiagnostics: 'SABR Calibration Diagnostics',\n sabrCalibrationDiagnosticsTips:\n '<p>SABR Calibration Diagnostics</p><p>Diagnostic metrics evaluating the quality and stability of the SABR model calibration for each expiry.</p>',\n sabrIVTitle: 'SABR IV Curve',\n sabrIVTips:\n '<p>SABR IV Curve</p><p>Compares the continuous SABR implied volatility curve against actual market Mid IV across different strike prices for a selected expiry.</p>',\n sabrIVStrikes: 'Strikes',\n sabrIVYAxisLabel: 'Implied Volatility',\n sabrIVLegendModel: 'SABR Model',\n sabrIVLegendMarket: 'Market Mid IV',\n sabrIVLegendInterpolated: 'Interpolated Strike',\n sabrIVInterpolatedStrike: 'Interpolated Strike',\n sabrIVTooltipSabrAtmIv: 'SABR ATM IV',\n sabrIVTooltipMarketMidIv: 'Market Mid IV',\n sabrCalibrationDiagnosticsState: 'State',\n sabrCalibrationDiagnosticsStateApplied: 'Applied',\n sabrCalibrationDiagnosticsStateWarmingUp: 'Warming up',\n sabrCalibrationDiagnosticsStateInvalid: 'Invalid',\n sabrCalibrationDiagnosticsReasonWarmingUp:\n 'Gathering data points (Min requirement: 1440 points).',\n sabrCalibrationDiagnosticsReasonExpiryTooShort:\n 'Expiry is less than 7 days, or SABR surface parameters are invalid.',\n sabrCalibrationDiagnosticsReasonMissingSurface:\n 'SABR surface data not found for this expiry.',\n sabrCalibrationDiagnosticsReasonProviderUnavailable:\n 'Skew data provider is currently unavailable.',\n sabrCalibrationDiagnosticsReasonMissingHistory:\n 'Historical data missing for this expiry.',\n sabrCalibrationDiagnosticsReasonStale:\n 'Surface data is stale (delayed over 60 seconds).',\n sabrCalibrationDiagnosticsReasonUnknown: 'Unknown SABR calibration error.',\n strike: 'Strike',\n contractsPer1Move: 'Nr contracts for $1 move in underlying',\n atmIVTips:\n '<p>ATM IV (At-the-Money Implied Volatility)</p><p>This chart displays the changes in implied volatility (IV) of at-the-money options (ATM) over time. It also overlays Realized Volatility (RV) for comparison.</p><p>By default, it shows the IV for 1 month, 3 months, and 6 months, along with 7-day RV. You can also choose to overlay different RV periods through column management in the top right corner.</p>',\n deltaSkewTips:\n '<p>25Δ Skew (25-Delta Skew)</p><p>This chart shows the degree of volatility skewness between Call and Put options with a Delta of 0.25.</p><p>25Δ Skew = 25d Call IV - 25d Put IV</p>',\n volFly: '25Δ Fly',\n volFlyTips:\n \"<p>25Δ Fly (25 Delta Fly)</p><p>This chart shows volatility surface convexity, measuring the market's pricing differential for extreme market conditions.</p><p>Fly = Avg(25Δ Call IV, 25Δ Put IV) - 50Δ Call IV</p>\",\n realizedVolatilityTips: `<p>Realized Volatility (RV)</p><p>This chart displays the realized volatility for options with different expiration dates. You can use the calculator view in the upper-right corner to customize.</p><p>Realized Volatility (RV), also known as Historical Volatility (HV).</p>`,\n atmVolatilityTermStructure: 'ATM Volatility Term Structure',\n atmVolatilityTermStructureTips: `<p>ATM Volatility Term Structure</p><p>This chart simultaneously shows the implied volatility for at-the-money options (ATM IV) and forward volatility (FWD IV) with different expiration dates.</p><p>FWD IV, for Forward IV. Divide the time period into near-term and far-term, and the IV after excluding near-term IV adjustments is the forward IV (similar to forward rates).</p><p>Learn More: <a href=\"https://en.wikipedia.org/wiki/Forward_volatility\" target=\"_blank\"> Forward volatility - Wikipedia</a></p>`,\n optionFlow: 'Option Flow',\n optionFlowTips:\n '<p>Option Flow (Option Trading Ratio)</p><p>This chart shows the trading volume and ratio of buy and sell orders, as well as block trades, for call and put options in the last 1 hour and 24 hours. You can switch between different time periods in the upper-right corner.</p>',\n upto: 'Up to:',\n total: 'Total:',\n optionsOpenInterest: 'Option Open Interest',\n optionsOpenInterestTips:\n '<p>Options Open Interest</p><p>This chart displays the open interest for options at different strike prices or expiration dates.</p>',\n cprTips: '<p>PCR = Total number of Puts / Total number of Calls</p>',\n historicalDeliveryPrice: 'Historical Delivery Price',\n historicalDeliveryPriceTips:\n '<p>Historical Delivery Price</p><p>This chart shows the recent daily historical delivery prices.</p>',\n maxPainPrice: 'Max Pain Price',\n maxPainPriceTips:\n '<p>Max Pain Price</p><p>This chart shows the strike price with the most concentrated open interest for different expiration dates, also known as the \"Max Pain\" price.</p>',\n ivSkew: 'IV Skew',\n iVSkewTips:\n '<p>IV Skew (Implied Volatility Skew Curve)</p><p>This chart shows the skew curve formed by IV for options with different exercise prices.</p>',\n optionTradeVolume: 'Option Trade Volume',\n optionTradeVolumeTips:\n '<p>Option Trade Volume</p><p>This chart shows the distribution of option trading volume over time, both in the Buy and Sell directions. You can switch between different time granularities in the upper-right corner.</p>',\n periodLabel: 'Period:',\n vrp: 'VRP',\n vrpTips:\n '<p>VRP(Volatility Risk Premium)</p><p>VRP, or Volatility Risk Premium, represents the difference between implied volatility (IV) and realized volatility (RV), where VRP = IV - RV.</p><p>Volatility traders care not only about what is expected (Implied Volatility) but also what actually transpired (Realized Volatility). VRP serves as a metric to measure the fluctuation in the difference between these two.</p>',\n vrpMean: 'Mean VRP: ',\n vrpRangeStats: 'Range VRP Stats',\n statMean: 'Mean: ',\n statMax: 'Max: ',\n statMin: 'Min: ',\n statDays: 'Days: ',\n volTenor: 'Vol Tenor:',\n samplePeriod: 'Sample Period:',\n ivSurface: 'Implied Volatility Surface',\n impliedVolatilitySurfaceTips:\n '<p>Implied Volatility Surface</p><p>This 3D chart shows a surface formed by the implied volatility (IV) of options with different expiration dates and strike prices. It supports mouse dragging, as well as zooming in and out.</p>',\n tradeScatterPlot: 'Trade Scatter Plot',\n tradeScatterPlotTips:\n '<p>Trade Scatter Plot</p><p>This scatter plot shows the distribution of trades across time and Mark Price spread (SFM), where dot size represents the number of contracts traded.</p>',\n contracts: 'Contracts',\n spotsEtfNetInflow: 'Spots ETF Net Inflow',\n spotsEtfNetInflowTips:\n '<p>Spots ETF Net Inflow</p><p>This chart shows the market spot ETF net inflows and net assets.</p>',\n optionSkewTable: 'Option Skew Table',\n optionSkewTableTips:\n '<p>Option Skew Table</p><p>This table shows volatility skew values for contracts with different expiration dates across various Delta values.</p>',\n\n expiryIn: 'Expiry In',\n chg1dTips: 'Changes in the Last Day',\n chg2dTips: 'Changes in the Last 2 Days',\n chg1wTips: 'Changes in the Last Week',\n chg2wTips: 'Changes in the Last 2 Weeks',\n chg1mTips: 'Changes in the last Month',\n\n colon: ':',\n algorithm: 'Algorithm',\n day: 'day',\n rv: 'Realized volatility',\n unbiasedHv: 'Unbiased estimator of volatility',\n parkinsonHv: 'Parkinson volatility',\n klineResolution: 'Resolution',\n period: 'Period',\n hour: 'Hours',\n minute: 'Mins',\n calc: 'CALCULATE',\n kLinePeriodStatement: '* Maximum 1000 cycles.',\n tooManyRequest: 'invalid param, param resolution is required',\n tips: 'Notifications',\n buy: 'Buy',\n sell: 'Sell',\n long: 'Long',\n short: 'Short',\n range: 'Range:',\n time: 'Time:',\n contractsLabel: 'Contracts:',\n mode: 'Mode:',\n natural: 'Natural',\n settlement: 'Settlement',\n naturalModeTips:\n '<p>Natural Time Comparison Mode shows the change of the value between the current time and a specified natural time period in the past (1 day/2 days/1 week, etc.). For example, Chg-1D displays the change between the current value and the value from 24 hours ago.</p>',\n settlementModeTips:\n '<p>Settlement Time Comparison Mode shows the change of the value between the current time and the most recent settlement time. For example, Chg-1D displays the change between the current value and the value at the previous settlement time. Useful for analyzing the value changes within settlement cycles.</p>',\n deltaTotal: 'Delta Total',\n optionsDelta: 'Options Delta',\n expiry: 'Expiry',\n },\n};\n"],"names":[],"mappings":"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"}
@@ -61,6 +61,12 @@ var ZhCN = {
61
61
  periodLabel: "\u7C92\u5EA6\uFF1A",
62
62
  vrp: "\u6CE2\u52A8\u7387\u98CE\u9669\u6EA2\u4EF7",
63
63
  vrpTips: "<p>VRP\uFF08\u6CE2\u52A8\u7387\u98CE\u9669\u6EA2\u4EF7\uFF09</p><p>VRP \u5373 Volatility Risk Premium\uFF0C\u5373\u9690\u542B\u6CE2\u52A8\u7387\u4E0E\u5B9E\u73B0\u6CE2\u52A8\u7387\u4E4B\u5DEE\uFF0CVRP = IV - RV\u3002</p><p>\u6CE2\u52A8\u7387\u4EA4\u6613\u8005\u9664\u4E86\u5173\u6CE8\u9884\u671F\u7684\u6CE2\u52A8\u7387\uFF08\u9690\u542B\u6CE2\u52A8\u7387\uFF0CIV\uFF09\u4E4B\u5916\uFF0C\u4E5F\u5173\u6CE8\u5B9E\u9645\u53D1\u751F\u7684\u60C5\u51B5\uFF08\u5B9E\u73B0\u6CE2\u52A8\u7387\uFF0CRV\uFF09\u3002VRP \u5C31\u662F\u8861\u91CF\u4E8C\u8005\u4E4B\u95F4\u7684\u5DEE\u503C\u53D8\u52A8\u7684\u6307\u6807\u3002</p>",
64
+ vrpMean: "VRP \u5747\u503C\uFF1A",
65
+ vrpRangeStats: "\u533A\u95F4 VRP \u7EDF\u8BA1",
66
+ statMean: "\u5747\u503C\uFF1A",
67
+ statMax: "\u6700\u5927\uFF1A",
68
+ statMin: "\u6700\u5C0F\uFF1A",
69
+ statDays: "\u5929\u6570\uFF1A",
64
70
  volTenor: "\u6CE2\u52A8\u7387\u5468\u671F\uFF1A",
65
71
  samplePeriod: "\u6570\u636E\u6837\u672C\u5468\u671F\uFF1A",
66
72
  ivSurface: "\u9690\u542B\u6CE2\u52A8\u7387\u66F2\u9762",