greeks-live-ui 0.0.21 → 0.0.22
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.
- package/dist/index.css +1 -1
- package/dist/index.full.min.mjs +110 -110
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +39 -39
- package/es/components/chart/index.d.ts +28 -28
- package/es/components/chart/src/chart.vue.d.ts +28 -28
- package/es/components/chart-panel/index.d.ts +10 -10
- package/es/components/chart-panel/src/chart-panel.vue.d.ts +10 -10
- package/es/components/demo/index.d.ts +28 -28
- package/es/components/demo/src/demo.vue.d.ts +28 -28
- package/es/components/panel-atm-iv/index.d.ts +2 -2
- package/es/components/panel-atm-iv/src/panel-atm-iv.vue.d.ts +2 -2
- package/es/components/panel-historical-delivery-price/index.d.ts +2 -2
- package/es/components/panel-historical-delivery-price/src/panel-historical-delivery-price.vue.d.ts +2 -2
- package/es/components/panel-implied-volatility-surface/index.d.ts +2 -2
- package/es/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.vue.d.ts +2 -2
- package/es/components/panel-iv-skew/index.d.ts +1 -1
- package/es/components/panel-iv-skew/src/panel-iv-skew.vue.d.ts +1 -1
- package/es/components/panel-max-pain-price/index.d.ts +2 -2
- package/es/components/panel-max-pain-price/src/panel-max-pain-price.vue.d.ts +2 -2
- package/es/components/panel-option-flow/index.d.ts +1 -1
- package/es/components/panel-option-flow/src/panel-option-flow.vue.d.ts +1 -1
- package/es/components/panel-option-open-interest/index.d.ts +1 -1
- package/es/components/panel-option-open-interest/src/panel-option-open-interest.vue.d.ts +1 -1
- package/es/components/panel-option-trade-volume/index.d.ts +1 -1
- package/es/components/panel-option-trade-volume/src/panel-option-trade-volume.vue.d.ts +1 -1
- package/es/components/panel-rv/index.d.ts +12 -12
- package/es/components/panel-rv/src/panel-rv.vue.d.ts +12 -12
- package/es/components/panel-skew/index.d.ts +2 -2
- package/es/components/panel-skew/src/panel-skew.vue.d.ts +2 -2
- package/es/components/panel-volatility-term-structure/index.d.ts +2 -2
- package/es/components/panel-volatility-term-structure/src/panel-volatility-term-structure.vue.d.ts +2 -2
- package/es/components/panel-vrp/index.d.ts +2 -2
- package/es/components/panel-vrp/src/panel-vrp.vue.d.ts +2 -2
- package/es/hooks/use-floating/index.d.ts +8 -8
- package/es/index.mjs +21 -21
- package/es/packages/components/button1/index.mjs +2 -2
- package/es/packages/components/button1/src/button1.mjs +72 -5
- package/es/packages/components/button1/src/button1.mjs.map +1 -1
- package/es/packages/components/button1/src/button12.mjs +5 -72
- package/es/packages/components/button1/src/button12.mjs.map +1 -1
- package/es/packages/components/chart-panel/index.mjs +2 -2
- package/es/packages/components/chart-panel/src/chart-panel.mjs +38 -273
- package/es/packages/components/chart-panel/src/chart-panel.mjs.map +1 -1
- package/es/packages/components/chart-panel/src/chart-panel2.mjs +273 -38
- package/es/packages/components/chart-panel/src/chart-panel2.mjs.map +1 -1
- package/es/packages/components/chart-table/index.mjs +2 -2
- package/es/packages/components/chart-table/src/chart-table.mjs +144 -15
- package/es/packages/components/chart-table/src/chart-table.mjs.map +1 -1
- package/es/packages/components/chart-table/src/chart-table2.mjs +15 -144
- package/es/packages/components/chart-table/src/chart-table2.mjs.map +1 -1
- package/es/packages/components/checkbox/index.mjs +2 -2
- package/es/packages/components/checkbox/src/checkbox.mjs +31 -5
- package/es/packages/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/packages/components/checkbox/src/checkbox2.mjs +5 -31
- package/es/packages/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/packages/components/checkbox-group/index.mjs +2 -2
- package/es/packages/components/checkbox-group/src/checkbox-group.mjs +5 -31
- package/es/packages/components/checkbox-group/src/checkbox-group.mjs.map +1 -1
- package/es/packages/components/checkbox-group/src/checkbox-group2.mjs +31 -5
- package/es/packages/components/checkbox-group/src/checkbox-group2.mjs.map +1 -1
- package/es/packages/components/dropdown/index.mjs +2 -2
- package/es/packages/components/dropdown/src/dropdown.mjs +34 -5
- package/es/packages/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/packages/components/dropdown/src/dropdown2.mjs +5 -34
- package/es/packages/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/packages/components/dropdown-button/index.mjs +2 -2
- package/es/packages/components/dropdown-button/src/dropdown-button.mjs +5 -39
- package/es/packages/components/dropdown-button/src/dropdown-button.mjs.map +1 -1
- package/es/packages/components/dropdown-button/src/dropdown-button2.mjs +39 -5
- package/es/packages/components/dropdown-button/src/dropdown-button2.mjs.map +1 -1
- package/es/packages/components/icon/index.mjs +2 -2
- package/es/packages/components/icon/src/icon.mjs +48 -15
- package/es/packages/components/icon/src/icon.mjs.map +1 -1
- package/es/packages/components/icon/src/icon2.mjs +15 -48
- package/es/packages/components/icon/src/icon2.mjs.map +1 -1
- package/es/packages/components/icon/src/iconfont/iconfont.mjs +1 -1
- package/es/packages/components/icon/src/iconfont/iconfont.mjs.map +1 -1
- package/es/packages/components/index.mjs +21 -21
- package/es/packages/components/input-number/index.mjs +2 -2
- package/es/packages/components/input-number/src/input-number.mjs +5 -31
- package/es/packages/components/input-number/src/input-number.mjs.map +1 -1
- package/es/packages/components/input-number/src/input-number2.mjs +31 -5
- package/es/packages/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/packages/components/menu/index.mjs +2 -2
- package/es/packages/components/menu/src/menu.mjs +31 -5
- package/es/packages/components/menu/src/menu.mjs.map +1 -1
- package/es/packages/components/menu/src/menu2.mjs +5 -31
- package/es/packages/components/menu/src/menu2.mjs.map +1 -1
- package/es/packages/components/panel/index.mjs +2 -2
- package/es/packages/components/panel/src/panel.mjs +5 -82
- package/es/packages/components/panel/src/panel.mjs.map +1 -1
- package/es/packages/components/panel/src/panel2.mjs +82 -5
- package/es/packages/components/panel/src/panel2.mjs.map +1 -1
- package/es/packages/components/panel-atm-iv/index.mjs +2 -2
- package/es/packages/components/panel-atm-iv/src/panel-atm-iv.mjs +886 -21
- package/es/packages/components/panel-atm-iv/src/panel-atm-iv.mjs.map +1 -1
- package/es/packages/components/panel-atm-iv/src/panel-atm-iv2.mjs +21 -886
- package/es/packages/components/panel-atm-iv/src/panel-atm-iv2.mjs.map +1 -1
- package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.mjs +3 -3
- package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.mjs.map +1 -1
- package/es/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface2.mjs +3 -3
- package/es/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface2.mjs.map +1 -1
- package/es/packages/components/panel-iv-skew/index.mjs +2 -2
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew.mjs +22 -398
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew.mjs.map +1 -1
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew2.mjs +398 -22
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew2.mjs.map +1 -1
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs +3 -3
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs.map +1 -1
- package/es/packages/components/panel-option-flow/index.mjs +2 -2
- package/es/packages/components/panel-option-flow/src/panel-option-flow.mjs +430 -22
- package/es/packages/components/panel-option-flow/src/panel-option-flow.mjs.map +1 -1
- package/es/packages/components/panel-option-flow/src/panel-option-flow2.mjs +22 -430
- package/es/packages/components/panel-option-flow/src/panel-option-flow2.mjs.map +1 -1
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest.mjs +3 -3
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest.mjs.map +1 -1
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.mjs +3 -3
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.mjs.map +1 -1
- package/es/packages/components/panel-rv/src/panel-rv2.mjs +4 -4
- package/es/packages/components/panel-rv/src/panel-rv2.mjs.map +1 -1
- package/es/packages/components/panel-rv-calc/index.mjs +2 -2
- package/es/packages/components/panel-rv-calc/src/panel-rv-calc.mjs +507 -8
- package/es/packages/components/panel-rv-calc/src/panel-rv-calc.mjs.map +1 -1
- package/es/packages/components/panel-rv-calc/src/panel-rv-calc2.mjs +8 -507
- package/es/packages/components/panel-rv-calc/src/panel-rv-calc2.mjs.map +1 -1
- package/es/packages/components/panel-skew/index.mjs +2 -2
- package/es/packages/components/panel-skew/src/panel-skew.mjs +672 -21
- package/es/packages/components/panel-skew/src/panel-skew.mjs.map +1 -1
- package/es/packages/components/panel-skew/src/panel-skew2.mjs +21 -672
- package/es/packages/components/panel-skew/src/panel-skew2.mjs.map +1 -1
- package/es/packages/components/panel-volatility-term-structure/index.mjs +2 -2
- package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.mjs +365 -22
- package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.mjs.map +1 -1
- package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.mjs +22 -365
- package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.mjs.map +1 -1
- package/es/packages/components/panel-vrp/index.mjs +2 -2
- package/es/packages/components/panel-vrp/src/panel-vrp.mjs +413 -22
- package/es/packages/components/panel-vrp/src/panel-vrp.mjs.map +1 -1
- package/es/packages/components/panel-vrp/src/panel-vrp2.mjs +22 -413
- package/es/packages/components/panel-vrp/src/panel-vrp2.mjs.map +1 -1
- package/es/packages/components/radio/index.mjs +2 -2
- package/es/packages/components/radio/src/radio-button.mjs +1 -1
- package/es/packages/components/radio/src/radio-group.mjs +1 -1
- package/es/packages/components/radio/src/radio.mjs +5 -31
- package/es/packages/components/radio/src/radio.mjs.map +1 -1
- package/es/packages/components/radio/src/radio2.mjs +31 -5
- package/es/packages/components/radio/src/radio2.mjs.map +1 -1
- package/es/packages/components/radio-dropdown/index.mjs +2 -2
- package/es/packages/components/radio-dropdown/src/radio-dropdown.mjs +15 -204
- package/es/packages/components/radio-dropdown/src/radio-dropdown.mjs.map +1 -1
- package/es/packages/components/radio-dropdown/src/radio-dropdown2.mjs +204 -15
- package/es/packages/components/radio-dropdown/src/radio-dropdown2.mjs.map +1 -1
- package/es/packages/components/toggle-button/index.mjs +2 -2
- package/es/packages/components/toggle-button/src/toggle-button.mjs +12 -51
- package/es/packages/components/toggle-button/src/toggle-button.mjs.map +1 -1
- package/es/packages/components/toggle-button/src/toggle-button2.mjs +51 -12
- package/es/packages/components/toggle-button/src/toggle-button2.mjs.map +1 -1
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/chart/index.d.ts +28 -28
- package/lib/components/chart/src/chart.vue.d.ts +28 -28
- package/lib/components/chart-panel/index.d.ts +10 -10
- package/lib/components/chart-panel/src/chart-panel.vue.d.ts +10 -10
- package/lib/components/demo/index.d.ts +28 -28
- package/lib/components/demo/src/demo.vue.d.ts +28 -28
- package/lib/components/panel-atm-iv/index.d.ts +2 -2
- package/lib/components/panel-atm-iv/src/panel-atm-iv.vue.d.ts +2 -2
- package/lib/components/panel-historical-delivery-price/index.d.ts +2 -2
- package/lib/components/panel-historical-delivery-price/src/panel-historical-delivery-price.vue.d.ts +2 -2
- package/lib/components/panel-implied-volatility-surface/index.d.ts +2 -2
- package/lib/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.vue.d.ts +2 -2
- package/lib/components/panel-iv-skew/index.d.ts +1 -1
- package/lib/components/panel-iv-skew/src/panel-iv-skew.vue.d.ts +1 -1
- package/lib/components/panel-max-pain-price/index.d.ts +2 -2
- package/lib/components/panel-max-pain-price/src/panel-max-pain-price.vue.d.ts +2 -2
- package/lib/components/panel-option-flow/index.d.ts +1 -1
- package/lib/components/panel-option-flow/src/panel-option-flow.vue.d.ts +1 -1
- package/lib/components/panel-option-open-interest/index.d.ts +1 -1
- package/lib/components/panel-option-open-interest/src/panel-option-open-interest.vue.d.ts +1 -1
- package/lib/components/panel-option-trade-volume/index.d.ts +1 -1
- package/lib/components/panel-option-trade-volume/src/panel-option-trade-volume.vue.d.ts +1 -1
- package/lib/components/panel-rv/index.d.ts +12 -12
- package/lib/components/panel-rv/src/panel-rv.vue.d.ts +12 -12
- package/lib/components/panel-skew/index.d.ts +2 -2
- package/lib/components/panel-skew/src/panel-skew.vue.d.ts +2 -2
- package/lib/components/panel-volatility-term-structure/index.d.ts +2 -2
- package/lib/components/panel-volatility-term-structure/src/panel-volatility-term-structure.vue.d.ts +2 -2
- package/lib/components/panel-vrp/index.d.ts +2 -2
- package/lib/components/panel-vrp/src/panel-vrp.vue.d.ts +2 -2
- package/lib/hooks/use-floating/index.d.ts +8 -8
- package/lib/index.js +21 -21
- package/lib/packages/components/button1/index.js +2 -2
- package/lib/packages/components/button1/src/button1.js +72 -6
- package/lib/packages/components/button1/src/button1.js.map +1 -1
- package/lib/packages/components/button1/src/button12.js +6 -72
- package/lib/packages/components/button1/src/button12.js.map +1 -1
- package/lib/packages/components/chart/index.js +2 -2
- package/lib/packages/components/chart/src/chart.js +89 -13
- package/lib/packages/components/chart/src/chart.js.map +1 -1
- package/lib/packages/components/chart/src/chart2.js +13 -89
- package/lib/packages/components/chart/src/chart2.js.map +1 -1
- package/lib/packages/components/chart-panel/index.js +2 -2
- package/lib/packages/components/chart-panel/src/chart-panel.js +39 -273
- package/lib/packages/components/chart-panel/src/chart-panel.js.map +1 -1
- package/lib/packages/components/chart-panel/src/chart-panel2.js +273 -39
- package/lib/packages/components/chart-panel/src/chart-panel2.js.map +1 -1
- package/lib/packages/components/chart-table/index.js +2 -2
- package/lib/packages/components/chart-table/src/chart-table.js +16 -144
- package/lib/packages/components/chart-table/src/chart-table.js.map +1 -1
- package/lib/packages/components/chart-table/src/chart-table2.js +144 -16
- package/lib/packages/components/chart-table/src/chart-table2.js.map +1 -1
- package/lib/packages/components/checkbox-group/index.js +2 -2
- package/lib/packages/components/checkbox-group/src/checkbox-group.js +6 -31
- package/lib/packages/components/checkbox-group/src/checkbox-group.js.map +1 -1
- package/lib/packages/components/checkbox-group/src/checkbox-group2.js +31 -6
- package/lib/packages/components/checkbox-group/src/checkbox-group2.js.map +1 -1
- package/lib/packages/components/dropdown-button/index.js +2 -2
- package/lib/packages/components/dropdown-button/src/dropdown-button.js +6 -39
- package/lib/packages/components/dropdown-button/src/dropdown-button.js.map +1 -1
- package/lib/packages/components/dropdown-button/src/dropdown-button2.js +39 -6
- package/lib/packages/components/dropdown-button/src/dropdown-button2.js.map +1 -1
- package/lib/packages/components/icon/index.js +2 -2
- package/lib/packages/components/icon/src/icon.js +16 -48
- package/lib/packages/components/icon/src/icon.js.map +1 -1
- package/lib/packages/components/icon/src/icon2.js +48 -16
- package/lib/packages/components/icon/src/icon2.js.map +1 -1
- package/lib/packages/components/icon/src/iconfont/iconfont.js +1 -1
- package/lib/packages/components/icon/src/iconfont/iconfont.js.map +1 -1
- package/lib/packages/components/index.js +21 -21
- package/lib/packages/components/input-number/index.js +2 -2
- package/lib/packages/components/input-number/src/input-number.js +6 -31
- package/lib/packages/components/input-number/src/input-number.js.map +1 -1
- package/lib/packages/components/input-number/src/input-number2.js +31 -6
- package/lib/packages/components/input-number/src/input-number2.js.map +1 -1
- package/lib/packages/components/menu/index.js +2 -2
- package/lib/packages/components/menu/src/menu.js +31 -6
- package/lib/packages/components/menu/src/menu.js.map +1 -1
- package/lib/packages/components/menu/src/menu2.js +6 -31
- package/lib/packages/components/menu/src/menu2.js.map +1 -1
- package/lib/packages/components/menu-item/index.js +2 -2
- package/lib/packages/components/menu-item/src/menu-item.js +6 -31
- package/lib/packages/components/menu-item/src/menu-item.js.map +1 -1
- package/lib/packages/components/menu-item/src/menu-item2.js +31 -6
- package/lib/packages/components/menu-item/src/menu-item2.js.map +1 -1
- package/lib/packages/components/page-turner/index.js +2 -2
- package/lib/packages/components/page-turner/src/page-turner.js +13 -67
- package/lib/packages/components/page-turner/src/page-turner.js.map +1 -1
- package/lib/packages/components/page-turner/src/page-turner2.js +67 -13
- package/lib/packages/components/page-turner/src/page-turner2.js.map +1 -1
- package/lib/packages/components/panel-atm-iv/index.js +2 -2
- package/lib/packages/components/panel-atm-iv/src/panel-atm-iv.js +22 -886
- package/lib/packages/components/panel-atm-iv/src/panel-atm-iv.js.map +1 -1
- package/lib/packages/components/panel-atm-iv/src/panel-atm-iv2.js +886 -22
- package/lib/packages/components/panel-atm-iv/src/panel-atm-iv2.js.map +1 -1
- package/lib/packages/components/panel-historical-delivery-price/index.js +2 -2
- package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.js +412 -23
- package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.js.map +1 -1
- package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.js +23 -412
- package/lib/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.js.map +1 -1
- package/lib/packages/components/panel-implied-volatility-surface/index.js +2 -2
- package/lib/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.js +279 -23
- package/lib/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.js.map +1 -1
- package/lib/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface2.js +23 -279
- package/lib/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface2.js.map +1 -1
- package/lib/packages/components/panel-iv-skew/src/panel-iv-skew2.js +3 -3
- package/lib/packages/components/panel-iv-skew/src/panel-iv-skew2.js.map +1 -1
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price.js +3 -3
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price.js.map +1 -1
- package/lib/packages/components/panel-option-flow/index.js +2 -2
- package/lib/packages/components/panel-option-flow/src/panel-option-flow.js +430 -23
- package/lib/packages/components/panel-option-flow/src/panel-option-flow.js.map +1 -1
- package/lib/packages/components/panel-option-flow/src/panel-option-flow2.js +23 -430
- package/lib/packages/components/panel-option-flow/src/panel-option-flow2.js.map +1 -1
- package/lib/packages/components/panel-option-open-interest/index.js +2 -2
- package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest.js +23 -378
- package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest.js.map +1 -1
- package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest2.js +378 -23
- package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest2.js.map +1 -1
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.js +3 -3
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.js.map +1 -1
- package/lib/packages/components/panel-rv/index.js +2 -2
- package/lib/packages/components/panel-rv/src/panel-rv.js +23 -741
- package/lib/packages/components/panel-rv/src/panel-rv.js.map +1 -1
- package/lib/packages/components/panel-rv/src/panel-rv2.js +741 -23
- package/lib/packages/components/panel-rv/src/panel-rv2.js.map +1 -1
- package/lib/packages/components/panel-rv-calc/index.js +2 -2
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc.js +507 -9
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc.js.map +1 -1
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc2.js +9 -507
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc2.js.map +1 -1
- package/lib/packages/components/panel-skew/src/panel-skew.js +3 -3
- package/lib/packages/components/panel-skew/src/panel-skew.js.map +1 -1
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js +3 -3
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js.map +1 -1
- package/lib/packages/components/panel-vrp/src/panel-vrp2.js +3 -3
- package/lib/packages/components/panel-vrp/src/panel-vrp2.js.map +1 -1
- package/lib/packages/components/spin/index.js +2 -2
- package/lib/packages/components/spin/src/spin.js +6 -31
- package/lib/packages/components/spin/src/spin.js.map +1 -1
- package/lib/packages/components/spin/src/spin2.js +31 -6
- package/lib/packages/components/spin/src/spin2.js.map +1 -1
- package/lib/packages/components/toggle-button/index.js +2 -2
- package/lib/packages/components/toggle-button/src/toggle-button.js +13 -51
- package/lib/packages/components/toggle-button/src/toggle-button.js.map +1 -1
- package/lib/packages/components/toggle-button/src/toggle-button2.js +51 -13
- package/lib/packages/components/toggle-button/src/toggle-button2.js.map +1 -1
- package/lib/packages/components/tooltip/index.js +2 -2
- package/lib/packages/components/tooltip/src/tooltip.js +8 -33
- package/lib/packages/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/packages/components/tooltip/src/tooltip2.js +33 -8
- package/lib/packages/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/g-antd.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/antd.scss +27 -2
- package/web-types.json +1 -1
|
@@ -97,13 +97,13 @@ export declare const GChart: import("greeks-live-ui/es/utils").SFCWithInstall<im
|
|
|
97
97
|
manualUpdate?: boolean | undefined;
|
|
98
98
|
} & {
|
|
99
99
|
onClick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
100
|
-
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
101
100
|
onDblclick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
102
|
-
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
103
|
-
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
104
101
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
105
102
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
106
103
|
onMouseup?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
104
|
+
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
105
|
+
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
106
|
+
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
107
107
|
onGlobalout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
108
108
|
onHighlight?: ((params: any) => void) | undefined;
|
|
109
109
|
onDownplay?: ((params: any) => void) | undefined;
|
|
@@ -136,33 +136,32 @@ export declare const GChart: import("greeks-live-ui/es/utils").SFCWithInstall<im
|
|
|
136
136
|
elapsedTime: number;
|
|
137
137
|
}) => void) | undefined;
|
|
138
138
|
onFinished?: (() => void) | undefined;
|
|
139
|
-
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
140
|
-
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
141
|
-
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
142
|
-
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
143
|
-
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
144
|
-
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
145
|
-
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
146
139
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
147
|
-
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
148
140
|
"onZr:dblclick"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
149
|
-
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
150
|
-
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
151
141
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
152
142
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
153
143
|
"onZr:mouseup"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
144
|
+
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
145
|
+
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
146
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
154
147
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
155
148
|
"onZr:mousewheel"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
149
|
+
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
150
|
+
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
151
|
+
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
152
|
+
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
153
|
+
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
154
|
+
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
155
|
+
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
156
156
|
}, {
|
|
157
157
|
root: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
158
158
|
chart: import("vue").Ref<import("echarts/types/dist/shared").EChartsType | undefined, import("echarts/types/dist/shared").EChartsType | undefined>;
|
|
159
159
|
}, {}, {}, {
|
|
160
|
-
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts | undefined) => void;
|
|
161
|
-
clear: () => void;
|
|
162
160
|
getWidth: () => number;
|
|
163
161
|
getHeight: () => number;
|
|
164
162
|
getDom: () => HTMLElement;
|
|
165
163
|
getOption: () => import("echarts/types/dist/shared").ECBasicOption;
|
|
164
|
+
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts | undefined) => void;
|
|
166
165
|
dispatchAction: (payload: import("echarts/types/dist/shared").Payload, opt?: boolean | {
|
|
167
166
|
silent?: boolean | undefined;
|
|
168
167
|
flush?: boolean | undefined;
|
|
@@ -298,6 +297,7 @@ export declare const GChart: import("greeks-live-ui/es/utils").SFCWithInstall<im
|
|
|
298
297
|
seriesIndex: number;
|
|
299
298
|
data: any;
|
|
300
299
|
}) => void;
|
|
300
|
+
clear: () => void;
|
|
301
301
|
isDisposed: () => boolean;
|
|
302
302
|
dispose: () => void;
|
|
303
303
|
setOption: {
|
|
@@ -332,13 +332,13 @@ export declare const GChart: import("greeks-live-ui/es/utils").SFCWithInstall<im
|
|
|
332
332
|
manualUpdate?: boolean | undefined;
|
|
333
333
|
} & {
|
|
334
334
|
onClick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
335
|
-
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
336
335
|
onDblclick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
337
|
-
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
338
|
-
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
339
336
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
340
337
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
341
338
|
onMouseup?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
339
|
+
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
340
|
+
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
341
|
+
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
342
342
|
onGlobalout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
343
343
|
onHighlight?: ((params: any) => void) | undefined;
|
|
344
344
|
onDownplay?: ((params: any) => void) | undefined;
|
|
@@ -371,23 +371,23 @@ export declare const GChart: import("greeks-live-ui/es/utils").SFCWithInstall<im
|
|
|
371
371
|
elapsedTime: number;
|
|
372
372
|
}) => void) | undefined;
|
|
373
373
|
onFinished?: (() => void) | undefined;
|
|
374
|
-
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
375
|
-
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
376
|
-
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
377
|
-
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
378
|
-
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
379
|
-
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
380
|
-
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
381
374
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
382
|
-
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
383
375
|
"onZr:dblclick"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
384
|
-
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
385
|
-
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
386
376
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
387
377
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
388
378
|
"onZr:mouseup"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
379
|
+
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
380
|
+
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
381
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
389
382
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
390
383
|
"onZr:mousewheel"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
384
|
+
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
385
|
+
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
386
|
+
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
387
|
+
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
388
|
+
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
389
|
+
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
390
|
+
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
391
391
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
392
392
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
393
393
|
option: {
|
|
@@ -98,13 +98,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
98
98
|
manualUpdate?: boolean | undefined;
|
|
99
99
|
} & {
|
|
100
100
|
onClick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
101
|
-
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
102
101
|
onDblclick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
103
|
-
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
104
|
-
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
105
102
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
106
103
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
107
104
|
onMouseup?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
105
|
+
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
106
|
+
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
107
|
+
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
108
108
|
onGlobalout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
109
109
|
onHighlight?: ((params: any) => void) | undefined;
|
|
110
110
|
onDownplay?: ((params: any) => void) | undefined;
|
|
@@ -137,33 +137,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
137
137
|
elapsedTime: number;
|
|
138
138
|
}) => void) | undefined;
|
|
139
139
|
onFinished?: (() => void) | undefined;
|
|
140
|
-
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
141
|
-
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
142
|
-
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
143
|
-
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
144
|
-
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
145
|
-
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
146
|
-
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
147
140
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
148
|
-
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
149
141
|
"onZr:dblclick"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
150
|
-
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
151
|
-
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
152
142
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
153
143
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
154
144
|
"onZr:mouseup"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
145
|
+
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
146
|
+
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
147
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
155
148
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
156
149
|
"onZr:mousewheel"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
150
|
+
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
151
|
+
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
152
|
+
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
153
|
+
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
154
|
+
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
155
|
+
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
156
|
+
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
root: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
159
159
|
chart: import("vue").Ref<import("echarts/types/dist/shared").EChartsType | undefined, import("echarts/types/dist/shared").EChartsType | undefined>;
|
|
160
160
|
}, {}, {}, {
|
|
161
|
-
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts | undefined) => void;
|
|
162
|
-
clear: () => void;
|
|
163
161
|
getWidth: () => number;
|
|
164
162
|
getHeight: () => number;
|
|
165
163
|
getDom: () => HTMLElement;
|
|
166
164
|
getOption: () => import("echarts/types/dist/shared").ECBasicOption;
|
|
165
|
+
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts | undefined) => void;
|
|
167
166
|
dispatchAction: (payload: import("echarts/types/dist/shared").Payload, opt?: boolean | {
|
|
168
167
|
silent?: boolean | undefined;
|
|
169
168
|
flush?: boolean | undefined;
|
|
@@ -299,6 +298,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
299
298
|
seriesIndex: number;
|
|
300
299
|
data: any;
|
|
301
300
|
}) => void;
|
|
301
|
+
clear: () => void;
|
|
302
302
|
isDisposed: () => boolean;
|
|
303
303
|
dispose: () => void;
|
|
304
304
|
setOption: {
|
|
@@ -333,13 +333,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
333
333
|
manualUpdate?: boolean | undefined;
|
|
334
334
|
} & {
|
|
335
335
|
onClick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
336
|
-
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
337
336
|
onDblclick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
338
|
-
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
339
|
-
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
340
337
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
341
338
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
342
339
|
onMouseup?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
340
|
+
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
341
|
+
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
342
|
+
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
343
343
|
onGlobalout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
344
344
|
onHighlight?: ((params: any) => void) | undefined;
|
|
345
345
|
onDownplay?: ((params: any) => void) | undefined;
|
|
@@ -372,23 +372,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
372
372
|
elapsedTime: number;
|
|
373
373
|
}) => void) | undefined;
|
|
374
374
|
onFinished?: (() => void) | undefined;
|
|
375
|
-
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
376
|
-
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
377
|
-
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
378
|
-
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
379
|
-
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
380
|
-
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
381
|
-
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
382
375
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
383
|
-
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
384
376
|
"onZr:dblclick"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
385
|
-
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
386
|
-
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
387
377
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
388
378
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
389
379
|
"onZr:mouseup"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
380
|
+
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
381
|
+
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
382
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
390
383
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
391
384
|
"onZr:mousewheel"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
385
|
+
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
386
|
+
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
387
|
+
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
388
|
+
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
389
|
+
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
390
|
+
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
391
|
+
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
392
392
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
393
393
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
394
394
|
option: {
|
|
@@ -6,7 +6,7 @@ export declare const GChartPanel: import("greeks-live-ui/es/utils").SFCWithInsta
|
|
|
6
6
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7
7
|
__epPropKey: true;
|
|
8
8
|
};
|
|
9
|
-
operations: import("greeks-live-ui/es/utils").EpPropFinalized<(new (...args: any[]) => ("search" | "
|
|
9
|
+
operations: import("greeks-live-ui/es/utils").EpPropFinalized<(new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[])) | null)[], unknown, unknown, never[], boolean>;
|
|
10
10
|
loading: {
|
|
11
11
|
readonly type: import("vue").PropType<import("greeks-live-ui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
12
12
|
readonly required: false;
|
|
@@ -46,7 +46,7 @@ export declare const GChartPanel: import("greeks-live-ui/es/utils").SFCWithInsta
|
|
|
46
46
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
47
47
|
__epPropKey: true;
|
|
48
48
|
};
|
|
49
|
-
operations: import("greeks-live-ui/es/utils").EpPropFinalized<(new (...args: any[]) => ("search" | "
|
|
49
|
+
operations: import("greeks-live-ui/es/utils").EpPropFinalized<(new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[])) | null)[], unknown, unknown, never[], boolean>;
|
|
50
50
|
loading: {
|
|
51
51
|
readonly type: import("vue").PropType<import("greeks-live-ui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
52
52
|
readonly required: false;
|
|
@@ -61,19 +61,19 @@ export declare const GChartPanel: import("greeks-live-ui/es/utils").SFCWithInsta
|
|
|
61
61
|
};
|
|
62
62
|
}>> & Readonly<{
|
|
63
63
|
onSearch?: ((search: boolean) => any) | undefined;
|
|
64
|
-
onToggle?: ((toggle: boolean) => any) | undefined;
|
|
65
64
|
onLine?: ((line: boolean) => any) | undefined;
|
|
66
65
|
onBar?: ((bar: boolean) => any) | undefined;
|
|
67
66
|
onCalc?: ((calc: boolean) => any) | undefined;
|
|
67
|
+
onToggle?: ((toggle: boolean) => any) | undefined;
|
|
68
68
|
onRefresh?: ((refresh: boolean) => any) | undefined;
|
|
69
69
|
onFullscreen?: ((fullscreen: boolean) => any) | undefined;
|
|
70
70
|
onSetting?: ((setting: boolean) => any) | undefined;
|
|
71
71
|
onShare?: ((share: boolean) => any) | undefined;
|
|
72
72
|
"onUpdate:currency"?: ((currency: string) => any) | undefined;
|
|
73
73
|
"onUpdate:exchange"?: ((exchange: string) => any) | undefined;
|
|
74
|
-
onOperation?: ((operation: "search" | "
|
|
74
|
+
onOperation?: ((operation: "search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share") => any) | undefined;
|
|
75
75
|
}> & {}>;
|
|
76
|
-
emits: ((event: "search", search: boolean) => void) & ((event: "
|
|
76
|
+
emits: ((event: "search", search: boolean) => void) & ((event: "line", line: boolean) => void) & ((event: "bar", bar: boolean) => void) & ((event: "calc", calc: boolean) => void) & ((event: "toggle", toggle: boolean) => void) & ((event: "refresh", refresh: boolean) => void) & ((event: "fullscreen", fullscreen: boolean) => void) & ((event: "setting", setting: boolean) => void) & ((event: "share", share: boolean) => void) & ((event: "update:currency", currency: string) => void) & ((event: "update:exchange", exchange: string) => void) & ((event: "operation", operation: "search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share") => void);
|
|
77
77
|
isMobile: import("vue").Ref<boolean, boolean>;
|
|
78
78
|
isPC: import("vue").ComputedRef<boolean>;
|
|
79
79
|
exchangeList: {
|
|
@@ -119,7 +119,7 @@ export declare const GChartPanel: import("greeks-live-ui/es/utils").SFCWithInsta
|
|
|
119
119
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
120
|
'update:currency': (currency: string) => boolean;
|
|
121
121
|
'update:exchange': (exchange: string) => boolean;
|
|
122
|
-
operation: (operation: "search" | "
|
|
122
|
+
operation: (operation: "search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share") => boolean;
|
|
123
123
|
line: (line: boolean) => boolean;
|
|
124
124
|
bar: (bar: boolean) => boolean;
|
|
125
125
|
calc: (calc: boolean) => boolean;
|
|
@@ -137,7 +137,7 @@ export declare const GChartPanel: import("greeks-live-ui/es/utils").SFCWithInsta
|
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
139
139
|
};
|
|
140
|
-
operations: import("greeks-live-ui/es/utils").EpPropFinalized<(new (...args: any[]) => ("search" | "
|
|
140
|
+
operations: import("greeks-live-ui/es/utils").EpPropFinalized<(new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[])) | null)[], unknown, unknown, never[], boolean>;
|
|
141
141
|
loading: {
|
|
142
142
|
readonly type: import("vue").PropType<import("greeks-live-ui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
143
143
|
readonly required: false;
|
|
@@ -152,20 +152,20 @@ export declare const GChartPanel: import("greeks-live-ui/es/utils").SFCWithInsta
|
|
|
152
152
|
};
|
|
153
153
|
}>> & Readonly<{
|
|
154
154
|
onSearch?: ((search: boolean) => any) | undefined;
|
|
155
|
-
onToggle?: ((toggle: boolean) => any) | undefined;
|
|
156
155
|
onLine?: ((line: boolean) => any) | undefined;
|
|
157
156
|
onBar?: ((bar: boolean) => any) | undefined;
|
|
158
157
|
onCalc?: ((calc: boolean) => any) | undefined;
|
|
158
|
+
onToggle?: ((toggle: boolean) => any) | undefined;
|
|
159
159
|
onRefresh?: ((refresh: boolean) => any) | undefined;
|
|
160
160
|
onFullscreen?: ((fullscreen: boolean) => any) | undefined;
|
|
161
161
|
onSetting?: ((setting: boolean) => any) | undefined;
|
|
162
162
|
onShare?: ((share: boolean) => any) | undefined;
|
|
163
163
|
"onUpdate:currency"?: ((currency: string) => any) | undefined;
|
|
164
164
|
"onUpdate:exchange"?: ((exchange: string) => any) | undefined;
|
|
165
|
-
onOperation?: ((operation: "search" | "
|
|
165
|
+
onOperation?: ((operation: "search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share") => any) | undefined;
|
|
166
166
|
}>, {
|
|
167
167
|
currency: string;
|
|
168
|
-
operations: ("search" | "
|
|
168
|
+
operations: ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[];
|
|
169
169
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
170
170
|
export default GChartPanel;
|
|
171
171
|
export * from './src/chart-panel';
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
|
-
operations: import("../../../utils").EpPropFinalized<(new (...args: any[]) => ("search" | "
|
|
10
|
+
operations: import("../../../utils").EpPropFinalized<(new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[])) | null)[], unknown, unknown, never[], boolean>;
|
|
11
11
|
loading: {
|
|
12
12
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
13
13
|
readonly required: false;
|
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
49
49
|
};
|
|
50
|
-
operations: import("../../../utils").EpPropFinalized<(new (...args: any[]) => ("search" | "
|
|
50
|
+
operations: import("../../../utils").EpPropFinalized<(new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[])) | null)[], unknown, unknown, never[], boolean>;
|
|
51
51
|
loading: {
|
|
52
52
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
53
53
|
readonly required: false;
|
|
@@ -62,19 +62,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
62
62
|
};
|
|
63
63
|
}>> & Readonly<{
|
|
64
64
|
onSearch?: ((search: boolean) => any) | undefined;
|
|
65
|
-
onToggle?: ((toggle: boolean) => any) | undefined;
|
|
66
65
|
onLine?: ((line: boolean) => any) | undefined;
|
|
67
66
|
onBar?: ((bar: boolean) => any) | undefined;
|
|
68
67
|
onCalc?: ((calc: boolean) => any) | undefined;
|
|
68
|
+
onToggle?: ((toggle: boolean) => any) | undefined;
|
|
69
69
|
onRefresh?: ((refresh: boolean) => any) | undefined;
|
|
70
70
|
onFullscreen?: ((fullscreen: boolean) => any) | undefined;
|
|
71
71
|
onSetting?: ((setting: boolean) => any) | undefined;
|
|
72
72
|
onShare?: ((share: boolean) => any) | undefined;
|
|
73
73
|
"onUpdate:currency"?: ((currency: string) => any) | undefined;
|
|
74
74
|
"onUpdate:exchange"?: ((exchange: string) => any) | undefined;
|
|
75
|
-
onOperation?: ((operation: "search" | "
|
|
75
|
+
onOperation?: ((operation: "search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share") => any) | undefined;
|
|
76
76
|
}> & {}>;
|
|
77
|
-
emits: ((event: "search", search: boolean) => void) & ((event: "
|
|
77
|
+
emits: ((event: "search", search: boolean) => void) & ((event: "line", line: boolean) => void) & ((event: "bar", bar: boolean) => void) & ((event: "calc", calc: boolean) => void) & ((event: "toggle", toggle: boolean) => void) & ((event: "refresh", refresh: boolean) => void) & ((event: "fullscreen", fullscreen: boolean) => void) & ((event: "setting", setting: boolean) => void) & ((event: "share", share: boolean) => void) & ((event: "update:currency", currency: string) => void) & ((event: "update:exchange", exchange: string) => void) & ((event: "operation", operation: "search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share") => void);
|
|
78
78
|
isMobile: import("vue").Ref<boolean, boolean>;
|
|
79
79
|
isPC: import("vue").ComputedRef<boolean>;
|
|
80
80
|
exchangeList: {
|
|
@@ -120,7 +120,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
120
120
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
121
121
|
'update:currency': (currency: string) => boolean;
|
|
122
122
|
'update:exchange': (exchange: string) => boolean;
|
|
123
|
-
operation: (operation: "search" | "
|
|
123
|
+
operation: (operation: "search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share") => boolean;
|
|
124
124
|
line: (line: boolean) => boolean;
|
|
125
125
|
bar: (bar: boolean) => boolean;
|
|
126
126
|
calc: (calc: boolean) => boolean;
|
|
@@ -138,7 +138,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
138
138
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
139
|
__epPropKey: true;
|
|
140
140
|
};
|
|
141
|
-
operations: import("../../../utils").EpPropFinalized<(new (...args: any[]) => ("search" | "
|
|
141
|
+
operations: import("../../../utils").EpPropFinalized<(new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[])) | null)[], unknown, unknown, never[], boolean>;
|
|
142
142
|
loading: {
|
|
143
143
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
144
144
|
readonly required: false;
|
|
@@ -153,19 +153,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
153
|
};
|
|
154
154
|
}>> & Readonly<{
|
|
155
155
|
onSearch?: ((search: boolean) => any) | undefined;
|
|
156
|
-
onToggle?: ((toggle: boolean) => any) | undefined;
|
|
157
156
|
onLine?: ((line: boolean) => any) | undefined;
|
|
158
157
|
onBar?: ((bar: boolean) => any) | undefined;
|
|
159
158
|
onCalc?: ((calc: boolean) => any) | undefined;
|
|
159
|
+
onToggle?: ((toggle: boolean) => any) | undefined;
|
|
160
160
|
onRefresh?: ((refresh: boolean) => any) | undefined;
|
|
161
161
|
onFullscreen?: ((fullscreen: boolean) => any) | undefined;
|
|
162
162
|
onSetting?: ((setting: boolean) => any) | undefined;
|
|
163
163
|
onShare?: ((share: boolean) => any) | undefined;
|
|
164
164
|
"onUpdate:currency"?: ((currency: string) => any) | undefined;
|
|
165
165
|
"onUpdate:exchange"?: ((exchange: string) => any) | undefined;
|
|
166
|
-
onOperation?: ((operation: "search" | "
|
|
166
|
+
onOperation?: ((operation: "search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share") => any) | undefined;
|
|
167
167
|
}>, {
|
|
168
168
|
currency: string;
|
|
169
|
-
operations: ("search" | "
|
|
169
|
+
operations: ("search" | "line" | "bar" | "calc" | "toggle" | "refresh" | "fullscreen" | "setting" | "share")[];
|
|
170
170
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
171
171
|
export default _default;
|
|
@@ -141,13 +141,13 @@ export declare const GDemo: import("greeks-live-ui/es/utils").SFCWithInstall<imp
|
|
|
141
141
|
manualUpdate?: boolean | undefined;
|
|
142
142
|
} & {
|
|
143
143
|
onClick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
144
|
-
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
145
144
|
onDblclick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
146
|
-
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
147
|
-
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
148
145
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
149
146
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
150
147
|
onMouseup?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
148
|
+
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
149
|
+
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
150
|
+
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
151
151
|
onGlobalout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
152
152
|
onHighlight?: ((params: any) => void) | undefined;
|
|
153
153
|
onDownplay?: ((params: any) => void) | undefined;
|
|
@@ -180,33 +180,32 @@ export declare const GDemo: import("greeks-live-ui/es/utils").SFCWithInstall<imp
|
|
|
180
180
|
elapsedTime: number;
|
|
181
181
|
}) => void) | undefined;
|
|
182
182
|
onFinished?: (() => void) | undefined;
|
|
183
|
-
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
184
|
-
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
185
|
-
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
186
|
-
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
187
|
-
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
188
|
-
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
189
|
-
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
190
183
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
191
|
-
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
192
184
|
"onZr:dblclick"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
193
|
-
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
194
|
-
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
195
185
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
196
186
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
197
187
|
"onZr:mouseup"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
188
|
+
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
189
|
+
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
190
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
198
191
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
199
192
|
"onZr:mousewheel"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
193
|
+
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
194
|
+
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
195
|
+
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
196
|
+
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
197
|
+
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
198
|
+
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
199
|
+
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
200
200
|
}, {
|
|
201
201
|
root: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
202
202
|
chart: import("vue").Ref<import("echarts/types/dist/shared").EChartsType | undefined, import("echarts/types/dist/shared").EChartsType | undefined>;
|
|
203
203
|
}, {}, {}, {
|
|
204
|
-
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts | undefined) => void;
|
|
205
|
-
clear: () => void;
|
|
206
204
|
getWidth: () => number;
|
|
207
205
|
getHeight: () => number;
|
|
208
206
|
getDom: () => HTMLElement;
|
|
209
207
|
getOption: () => import("echarts/types/dist/shared").ECBasicOption;
|
|
208
|
+
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts | undefined) => void;
|
|
210
209
|
dispatchAction: (payload: import("echarts/types/dist/shared").Payload, opt?: boolean | {
|
|
211
210
|
silent?: boolean | undefined;
|
|
212
211
|
flush?: boolean | undefined;
|
|
@@ -342,6 +341,7 @@ export declare const GDemo: import("greeks-live-ui/es/utils").SFCWithInstall<imp
|
|
|
342
341
|
seriesIndex: number;
|
|
343
342
|
data: any;
|
|
344
343
|
}) => void;
|
|
344
|
+
clear: () => void;
|
|
345
345
|
isDisposed: () => boolean;
|
|
346
346
|
dispose: () => void;
|
|
347
347
|
setOption: {
|
|
@@ -376,13 +376,13 @@ export declare const GDemo: import("greeks-live-ui/es/utils").SFCWithInstall<imp
|
|
|
376
376
|
manualUpdate?: boolean | undefined;
|
|
377
377
|
} & {
|
|
378
378
|
onClick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
379
|
-
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
380
379
|
onDblclick?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
381
|
-
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
382
|
-
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
383
380
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
384
381
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
385
382
|
onMouseup?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
383
|
+
onMousedown?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
384
|
+
onMousemove?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
385
|
+
onContextmenu?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
386
386
|
onGlobalout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
387
387
|
onHighlight?: ((params: any) => void) | undefined;
|
|
388
388
|
onDownplay?: ((params: any) => void) | undefined;
|
|
@@ -415,23 +415,23 @@ export declare const GDemo: import("greeks-live-ui/es/utils").SFCWithInstall<imp
|
|
|
415
415
|
elapsedTime: number;
|
|
416
416
|
}) => void) | undefined;
|
|
417
417
|
onFinished?: (() => void) | undefined;
|
|
418
|
-
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
419
|
-
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
420
|
-
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
421
|
-
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
422
|
-
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
423
|
-
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
424
|
-
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
425
418
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
426
|
-
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
427
419
|
"onZr:dblclick"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
428
|
-
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
429
|
-
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
430
420
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
431
421
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
432
422
|
"onZr:mouseup"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
423
|
+
"onZr:mousedown"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
424
|
+
"onZr:mousemove"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
425
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
433
426
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
434
427
|
"onZr:mousewheel"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
428
|
+
"onZr:drag"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
429
|
+
"onZr:dragstart"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
430
|
+
"onZr:dragend"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
431
|
+
"onZr:dragenter"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
432
|
+
"onZr:dragleave"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
433
|
+
"onZr:dragover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
434
|
+
"onZr:drop"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
435
435
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
436
436
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
437
437
|
export default GDemo;
|