greeks-live-ui 0.0.20 → 0.0.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.
- package/dist/index.css +1 -1
- 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/hooks/use-floating/index.d.ts +8 -8
- package/es/index.mjs +19 -19
- package/es/packages/components/button1/index.mjs +2 -2
- package/es/packages/components/button1/src/button1.mjs +5 -72
- package/es/packages/components/button1/src/button1.mjs.map +1 -1
- package/es/packages/components/button1/src/button12.mjs +72 -5
- package/es/packages/components/button1/src/button12.mjs.map +1 -1
- package/es/packages/components/chart/index.mjs +2 -2
- package/es/packages/components/chart/src/chart.mjs +12 -85
- package/es/packages/components/chart/src/chart.mjs.map +1 -1
- package/es/packages/components/chart/src/chart2.mjs +85 -12
- package/es/packages/components/chart/src/chart2.mjs.map +1 -1
- package/es/packages/components/checkbox/index.mjs +2 -2
- package/es/packages/components/checkbox/src/checkbox.mjs +5 -31
- package/es/packages/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/packages/components/checkbox/src/checkbox2.mjs +31 -5
- package/es/packages/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/packages/components/icon/index.mjs +2 -2
- package/es/packages/components/icon/src/icon.mjs +15 -48
- package/es/packages/components/icon/src/icon.mjs.map +1 -1
- package/es/packages/components/icon/src/icon2.mjs +48 -15
- package/es/packages/components/icon/src/icon2.mjs.map +1 -1
- package/es/packages/components/index.mjs +19 -19
- package/es/packages/components/menu/index.mjs +2 -2
- package/es/packages/components/menu/src/menu.mjs +5 -31
- package/es/packages/components/menu/src/menu.mjs.map +1 -1
- package/es/packages/components/menu/src/menu2.mjs +31 -5
- package/es/packages/components/menu/src/menu2.mjs.map +1 -1
- package/es/packages/components/menu-item/index.mjs +2 -2
- package/es/packages/components/menu-item/src/menu-item.mjs +5 -31
- package/es/packages/components/menu-item/src/menu-item.mjs.map +1 -1
- package/es/packages/components/menu-item/src/menu-item2.mjs +31 -5
- package/es/packages/components/menu-item/src/menu-item2.mjs.map +1 -1
- package/es/packages/components/page-turner/index.mjs +2 -2
- package/es/packages/components/page-turner/src/page-turner.mjs +12 -67
- package/es/packages/components/page-turner/src/page-turner.mjs.map +1 -1
- package/es/packages/components/page-turner/src/page-turner2.mjs +67 -12
- package/es/packages/components/page-turner/src/page-turner2.mjs.map +1 -1
- package/es/packages/components/panel/index.mjs +2 -2
- package/es/packages/components/panel/src/panel.mjs +82 -5
- package/es/packages/components/panel/src/panel.mjs.map +1 -1
- package/es/packages/components/panel/src/panel2.mjs +5 -82
- 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 +21 -886
- 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 +886 -21
- package/es/packages/components/panel-atm-iv/src/panel-atm-iv2.mjs.map +1 -1
- package/es/packages/components/panel-max-pain-price/index.mjs +2 -2
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs +288 -22
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs.map +1 -1
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs +22 -288
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs.map +1 -1
- package/es/packages/components/panel-option-open-interest/index.mjs +2 -2
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest.mjs +378 -22
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest.mjs.map +1 -1
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest2.mjs +22 -378
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest2.mjs.map +1 -1
- package/es/packages/components/panel-option-trade-volume/index.mjs +2 -2
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.mjs +504 -22
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.mjs.map +1 -1
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.mjs +22 -504
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.mjs.map +1 -1
- package/es/packages/components/panel-rv/index.mjs +2 -2
- package/es/packages/components/panel-rv/src/panel-rv.mjs +22 -741
- package/es/packages/components/panel-rv/src/panel-rv.mjs.map +1 -1
- package/es/packages/components/panel-rv/src/panel-rv2.mjs +741 -22
- 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 +8 -507
- 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 +507 -8
- 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 +21 -672
- package/es/packages/components/panel-skew/src/panel-skew.mjs.map +1 -1
- package/es/packages/components/panel-skew/src/panel-skew2.mjs +672 -21
- package/es/packages/components/panel-skew/src/panel-skew2.mjs.map +1 -1
- package/es/packages/components/panel-vrp/index.mjs +2 -2
- package/es/packages/components/panel-vrp/src/panel-vrp.mjs +22 -413
- package/es/packages/components/panel-vrp/src/panel-vrp.mjs.map +1 -1
- package/es/packages/components/panel-vrp/src/panel-vrp2.mjs +413 -22
- package/es/packages/components/panel-vrp/src/panel-vrp2.mjs.map +1 -1
- package/es/packages/components/select/index.mjs +2 -2
- package/es/packages/components/select/src/option.mjs +1 -1
- package/es/packages/components/select/src/select.mjs +10 -41
- package/es/packages/components/select/src/select.mjs.map +1 -1
- package/es/packages/components/select/src/select2.mjs +41 -10
- package/es/packages/components/select/src/select2.mjs.map +1 -1
- package/es/packages/components/table/index.mjs +2 -2
- package/es/packages/components/table/src/table.mjs +5 -37
- package/es/packages/components/table/src/table.mjs.map +1 -1
- package/es/packages/components/table/src/table2.mjs +37 -5
- package/es/packages/components/table/src/table2.mjs.map +1 -1
- package/es/packages/components/tooltip/index.mjs +2 -2
- package/es/packages/components/tooltip/src/tooltip.mjs +7 -33
- package/es/packages/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/packages/components/tooltip/src/tooltip2.mjs +33 -7
- package/es/packages/components/tooltip/src/tooltip2.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/hooks/use-floating/index.d.ts +8 -8
- package/lib/index.js +15 -15
- package/lib/packages/components/button1/index.js +2 -2
- package/lib/packages/components/button1/src/button1.js +6 -72
- package/lib/packages/components/button1/src/button1.js.map +1 -1
- package/lib/packages/components/button1/src/button12.js +72 -6
- package/lib/packages/components/button1/src/button12.js.map +1 -1
- package/lib/packages/components/chart-panel/index.js +2 -2
- package/lib/packages/components/chart-panel/src/chart-panel.js +273 -39
- package/lib/packages/components/chart-panel/src/chart-panel.js.map +1 -1
- package/lib/packages/components/chart-panel/src/chart-panel2.js +39 -273
- package/lib/packages/components/chart-panel/src/chart-panel2.js.map +1 -1
- package/lib/packages/components/checkbox-group/index.js +2 -2
- package/lib/packages/components/checkbox-group/src/checkbox-group.js +31 -6
- package/lib/packages/components/checkbox-group/src/checkbox-group.js.map +1 -1
- package/lib/packages/components/checkbox-group/src/checkbox-group2.js +6 -31
- package/lib/packages/components/checkbox-group/src/checkbox-group2.js.map +1 -1
- package/lib/packages/components/dropdown/index.js +2 -2
- package/lib/packages/components/dropdown/src/dropdown.js +34 -6
- package/lib/packages/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/packages/components/dropdown/src/dropdown2.js +6 -34
- package/lib/packages/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/packages/components/dropdown-button/index.js +2 -2
- package/lib/packages/components/dropdown-button/src/dropdown-button.js +39 -6
- package/lib/packages/components/dropdown-button/src/dropdown-button.js.map +1 -1
- package/lib/packages/components/dropdown-button/src/dropdown-button2.js +6 -39
- package/lib/packages/components/dropdown-button/src/dropdown-button2.js.map +1 -1
- package/lib/packages/components/index.js +15 -15
- package/lib/packages/components/menu/index.js +2 -2
- package/lib/packages/components/menu/src/menu.js +6 -31
- package/lib/packages/components/menu/src/menu.js.map +1 -1
- package/lib/packages/components/menu/src/menu2.js +31 -6
- package/lib/packages/components/menu/src/menu2.js.map +1 -1
- package/lib/packages/components/panel/index.js +2 -2
- package/lib/packages/components/panel/src/panel.js +82 -6
- package/lib/packages/components/panel/src/panel.js.map +1 -1
- package/lib/packages/components/panel/src/panel2.js +6 -82
- package/lib/packages/components/panel/src/panel2.js.map +1 -1
- package/lib/packages/components/panel-iv-skew/index.js +2 -2
- package/lib/packages/components/panel-iv-skew/src/panel-iv-skew.js +23 -398
- package/lib/packages/components/panel-iv-skew/src/panel-iv-skew.js.map +1 -1
- package/lib/packages/components/panel-iv-skew/src/panel-iv-skew2.js +398 -23
- package/lib/packages/components/panel-iv-skew/src/panel-iv-skew2.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 +378 -23
- 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 +23 -378
- 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/index.js +2 -2
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.js +504 -23
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.js.map +1 -1
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.js +23 -504
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.js.map +1 -1
- package/lib/packages/components/panel-skew/index.js +2 -2
- package/lib/packages/components/panel-skew/src/panel-skew.js +672 -22
- package/lib/packages/components/panel-skew/src/panel-skew.js.map +1 -1
- package/lib/packages/components/panel-skew/src/panel-skew2.js +22 -672
- package/lib/packages/components/panel-skew/src/panel-skew2.js.map +1 -1
- package/lib/packages/components/panel-volatility-term-structure/index.js +2 -2
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js +23 -365
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js.map +1 -1
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js +365 -23
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js.map +1 -1
- package/lib/packages/components/radio/index.js +2 -2
- package/lib/packages/components/radio/src/radio-button.js +1 -1
- package/lib/packages/components/radio/src/radio-group.js +1 -1
- package/lib/packages/components/radio/src/radio.js +31 -6
- package/lib/packages/components/radio/src/radio.js.map +1 -1
- package/lib/packages/components/radio/src/radio2.js +6 -31
- package/lib/packages/components/radio/src/radio2.js.map +1 -1
- package/lib/packages/components/select/index.js +2 -2
- package/lib/packages/components/select/src/option.js +1 -1
- package/lib/packages/components/select/src/select.js +15 -41
- package/lib/packages/components/select/src/select.js.map +1 -1
- package/lib/packages/components/select/src/select2.js +41 -15
- package/lib/packages/components/select/src/select2.js.map +1 -1
- package/lib/packages/components/tooltip/index.js +2 -2
- package/lib/packages/components/tooltip/src/tooltip.js +33 -8
- package/lib/packages/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/packages/components/tooltip/src/tooltip2.js +8 -33
- 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 +1 -2
- package/web-types.json +1 -1
|
@@ -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" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "toggle" | "line" | "bar" | "calc" | "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" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "toggle" | "line" | "bar" | "calc" | "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;
|
|
65
66
|
onLine?: ((line: boolean) => any) | undefined;
|
|
66
67
|
onBar?: ((bar: boolean) => any) | undefined;
|
|
67
68
|
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" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share") => any) | undefined;
|
|
76
76
|
}> & {}>;
|
|
77
|
-
emits: ((event: "search", search: boolean) => void) & ((event: "
|
|
77
|
+
emits: ((event: "search", search: boolean) => void) & ((event: "toggle", toggle: boolean) => void) & ((event: "line", line: boolean) => void) & ((event: "bar", bar: boolean) => void) & ((event: "calc", calc: 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" | "toggle" | "line" | "bar" | "calc" | "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" | "toggle" | "line" | "bar" | "calc" | "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" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (((new (...args: any[]) => ("search" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share")[]) | (() => ("search" | "toggle" | "line" | "bar" | "calc" | "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;
|
|
156
157
|
onLine?: ((line: boolean) => any) | undefined;
|
|
157
158
|
onBar?: ((bar: boolean) => any) | undefined;
|
|
158
159
|
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" | "toggle" | "line" | "bar" | "calc" | "refresh" | "fullscreen" | "setting" | "share") => any) | undefined;
|
|
167
167
|
}>, {
|
|
168
168
|
currency: string;
|
|
169
|
-
operations: ("search" | "
|
|
169
|
+
operations: ("search" | "toggle" | "line" | "bar" | "calc" | "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;
|
|
144
145
|
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;
|
|
145
148
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
146
149
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
147
150
|
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,32 +180,33 @@ 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;
|
|
183
190
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
191
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
184
192
|
"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;
|
|
185
195
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
186
196
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
187
197
|
"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;
|
|
191
198
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
192
199
|
"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;
|
|
204
206
|
getWidth: () => number;
|
|
205
207
|
getHeight: () => number;
|
|
206
208
|
getDom: () => HTMLElement;
|
|
207
209
|
getOption: () => import("echarts/types/dist/shared").ECBasicOption;
|
|
208
|
-
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts | undefined) => void;
|
|
209
210
|
dispatchAction: (payload: import("echarts/types/dist/shared").Payload, opt?: boolean | {
|
|
210
211
|
silent?: boolean | undefined;
|
|
211
212
|
flush?: boolean | undefined;
|
|
@@ -341,7 +342,6 @@ export declare const GDemo: import("greeks-live-ui/es/utils").SFCWithInstall<imp
|
|
|
341
342
|
seriesIndex: number;
|
|
342
343
|
data: any;
|
|
343
344
|
}) => 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;
|
|
379
380
|
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;
|
|
380
383
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
381
384
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
382
385
|
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;
|
|
418
425
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
426
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
419
427
|
"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;
|
|
420
430
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
421
431
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
422
432
|
"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;
|
|
426
433
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
427
434
|
"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;
|
|
@@ -141,13 +141,13 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
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;
|
|
144
145
|
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;
|
|
145
148
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
146
149
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
147
150
|
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,32 +180,33 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
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;
|
|
183
190
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
191
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
184
192
|
"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;
|
|
185
195
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
186
196
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
187
197
|
"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;
|
|
191
198
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
192
199
|
"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;
|
|
204
206
|
getWidth: () => number;
|
|
205
207
|
getHeight: () => number;
|
|
206
208
|
getDom: () => HTMLElement;
|
|
207
209
|
getOption: () => import("echarts/types/dist/shared").ECBasicOption;
|
|
208
|
-
resize: (opts?: import("echarts/types/dist/shared").ResizeOpts | undefined) => void;
|
|
209
210
|
dispatchAction: (payload: import("echarts/types/dist/shared").Payload, opt?: boolean | {
|
|
210
211
|
silent?: boolean | undefined;
|
|
211
212
|
flush?: boolean | undefined;
|
|
@@ -341,7 +342,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
341
342
|
seriesIndex: number;
|
|
342
343
|
data: any;
|
|
343
344
|
}) => void;
|
|
344
|
-
clear: () => void;
|
|
345
345
|
isDisposed: () => boolean;
|
|
346
346
|
dispose: () => void;
|
|
347
347
|
setOption: {
|
|
@@ -376,13 +376,13 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
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;
|
|
379
380
|
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;
|
|
380
383
|
onMouseout?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
381
384
|
onMouseover?: ((params: import("echarts/types/dist/shared").ECElementEvent) => void) | undefined;
|
|
382
385
|
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 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
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;
|
|
418
425
|
"onZr:click"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
426
|
+
"onZr:contextmenu"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
419
427
|
"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;
|
|
420
430
|
"onZr:mouseout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
421
431
|
"onZr:mouseover"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
422
432
|
"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;
|
|
426
433
|
"onZr:globalout"?: ((params: import("echarts/types/dist/shared").ElementEvent) => void) | undefined;
|
|
427
434
|
"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>;
|
|
437
437
|
export default _default;
|
|
@@ -41,16 +41,16 @@ export declare const useFloating: ({ middleware, placement, strategy }: UseFloat
|
|
|
41
41
|
referenceHidden?: boolean | undefined;
|
|
42
42
|
escaped?: boolean | undefined;
|
|
43
43
|
referenceHiddenOffsets?: {
|
|
44
|
-
|
|
44
|
+
top: number;
|
|
45
45
|
right: number;
|
|
46
46
|
bottom: number;
|
|
47
|
-
|
|
47
|
+
left: number;
|
|
48
48
|
} | undefined;
|
|
49
49
|
escapedOffsets?: {
|
|
50
|
-
|
|
50
|
+
top: number;
|
|
51
51
|
right: number;
|
|
52
52
|
bottom: number;
|
|
53
|
-
|
|
53
|
+
left: number;
|
|
54
54
|
} | undefined;
|
|
55
55
|
} | undefined;
|
|
56
56
|
offset?: {
|
|
@@ -92,16 +92,16 @@ export declare const useFloating: ({ middleware, placement, strategy }: UseFloat
|
|
|
92
92
|
referenceHidden?: boolean | undefined;
|
|
93
93
|
escaped?: boolean | undefined;
|
|
94
94
|
referenceHiddenOffsets?: {
|
|
95
|
-
|
|
95
|
+
top: number;
|
|
96
96
|
right: number;
|
|
97
97
|
bottom: number;
|
|
98
|
-
|
|
98
|
+
left: number;
|
|
99
99
|
} | undefined;
|
|
100
100
|
escapedOffsets?: {
|
|
101
|
-
|
|
101
|
+
top: number;
|
|
102
102
|
right: number;
|
|
103
103
|
bottom: number;
|
|
104
|
-
|
|
104
|
+
left: number;
|
|
105
105
|
} | undefined;
|
|
106
106
|
} | undefined;
|
|
107
107
|
offset?: {
|
package/es/index.mjs
CHANGED
|
@@ -6,25 +6,25 @@ export { makeInstaller } from './make-installer.mjs';
|
|
|
6
6
|
export { default as dayjs } from 'dayjs';
|
|
7
7
|
export { demoEmits, demoProps } from './packages/components/demo/src/demo.mjs';
|
|
8
8
|
export { GDemo } from './packages/components/demo/index.mjs';
|
|
9
|
-
export { button1Emits, button1Props } from './packages/components/button1/src/
|
|
9
|
+
export { button1Emits, button1Props } from './packages/components/button1/src/button1.mjs';
|
|
10
10
|
export { GButton1 } from './packages/components/button1/index.mjs';
|
|
11
11
|
export { configProviderProps } from './packages/components/config-provider/src/config-provider.mjs';
|
|
12
12
|
export { GConfigProvider } from './packages/components/config-provider/index.mjs';
|
|
13
|
-
export { panelEmits, panelProps } from './packages/components/panel/src/
|
|
13
|
+
export { panelEmits, panelProps } from './packages/components/panel/src/panel2.mjs';
|
|
14
14
|
export { GPanel } from './packages/components/panel/index.mjs';
|
|
15
|
-
export { selectEmits, selectProps } from './packages/components/select/src/
|
|
15
|
+
export { selectEmits, selectProps } from './packages/components/select/src/select.mjs';
|
|
16
16
|
export { GSelect, GSelectOption } from './packages/components/select/index.mjs';
|
|
17
17
|
export { radioEmits, radioProps } from './packages/components/radio/src/radio2.mjs';
|
|
18
18
|
export { GRadio, GRadioButton, GRadioGroup } from './packages/components/radio/index.mjs';
|
|
19
|
-
export { checkboxEmits, checkboxProps } from './packages/components/checkbox/src/
|
|
19
|
+
export { checkboxEmits, checkboxProps } from './packages/components/checkbox/src/checkbox.mjs';
|
|
20
20
|
export { GCheckbox } from './packages/components/checkbox/index.mjs';
|
|
21
21
|
export { checkboxGroupEmits, checkboxGroupProps } from './packages/components/checkbox-group/src/checkbox-group2.mjs';
|
|
22
22
|
export { GCheckboxGroup } from './packages/components/checkbox-group/index.mjs';
|
|
23
|
-
export { tooltipEmits, tooltipProps } from './packages/components/tooltip/src/
|
|
23
|
+
export { tooltipEmits, tooltipProps } from './packages/components/tooltip/src/tooltip.mjs';
|
|
24
24
|
export { GTooltip } from './packages/components/tooltip/index.mjs';
|
|
25
|
-
export { tableEmits, tableProps } from './packages/components/table/src/
|
|
25
|
+
export { tableEmits, tableProps } from './packages/components/table/src/table.mjs';
|
|
26
26
|
export { GTable } from './packages/components/table/index.mjs';
|
|
27
|
-
export { iconEmits, iconProps } from './packages/components/icon/src/
|
|
27
|
+
export { iconEmits, iconProps } from './packages/components/icon/src/icon.mjs';
|
|
28
28
|
export { GIcon } from './packages/components/icon/index.mjs';
|
|
29
29
|
export { dropdownEmits, dropdownProps } from './packages/components/dropdown/src/dropdown.mjs';
|
|
30
30
|
export { GDropdown } from './packages/components/dropdown/index.mjs';
|
|
@@ -32,49 +32,49 @@ export { dropdownButtonEmits, dropdownButtonProps } from './packages/components/
|
|
|
32
32
|
export { GDropdownButton } from './packages/components/dropdown-button/index.mjs';
|
|
33
33
|
export { radioDropdownEmits, radioDropdownProps } from './packages/components/radio-dropdown/src/radio-dropdown2.mjs';
|
|
34
34
|
export { GRadioDropdown } from './packages/components/radio-dropdown/index.mjs';
|
|
35
|
-
export { chartEmits, chartProps } from './packages/components/chart/src/
|
|
35
|
+
export { chartEmits, chartProps } from './packages/components/chart/src/chart.mjs';
|
|
36
36
|
export { GChart } from './packages/components/chart/index.mjs';
|
|
37
37
|
export { spinEmits, spinProps } from './packages/components/spin/src/spin.mjs';
|
|
38
38
|
export { GSpin } from './packages/components/spin/index.mjs';
|
|
39
39
|
export { inputNumberEmits, inputNumberProps } from './packages/components/input-number/src/input-number2.mjs';
|
|
40
40
|
export { GInputNumber } from './packages/components/input-number/index.mjs';
|
|
41
|
-
export { menuEmits, menuProps } from './packages/components/menu/src/
|
|
41
|
+
export { menuEmits, menuProps } from './packages/components/menu/src/menu.mjs';
|
|
42
42
|
export { GMenu } from './packages/components/menu/index.mjs';
|
|
43
|
-
export { menuItemEmits, menuItemProps } from './packages/components/menu-item/src/menu-
|
|
43
|
+
export { menuItemEmits, menuItemProps } from './packages/components/menu-item/src/menu-item.mjs';
|
|
44
44
|
export { GMenuItem } from './packages/components/menu-item/index.mjs';
|
|
45
45
|
export { chartPanelEmits, chartPanelProps } from './packages/components/chart-panel/src/chart-panel2.mjs';
|
|
46
46
|
export { GChartPanel } from './packages/components/chart-panel/index.mjs';
|
|
47
|
-
export { pageTurnerEmits, pageTurnerProps } from './packages/components/page-turner/src/page-
|
|
47
|
+
export { pageTurnerEmits, pageTurnerProps } from './packages/components/page-turner/src/page-turner.mjs';
|
|
48
48
|
export { GPageTurner } from './packages/components/page-turner/index.mjs';
|
|
49
49
|
export { toggleButtonEmits, toggleButtonProps } from './packages/components/toggle-button/src/toggle-button2.mjs';
|
|
50
50
|
export { GToggleButton } from './packages/components/toggle-button/index.mjs';
|
|
51
|
-
export { panelAtmIvEmits, panelAtmIvProps } from './packages/components/panel-atm-iv/src/panel-atm-
|
|
51
|
+
export { panelAtmIvEmits, panelAtmIvProps } from './packages/components/panel-atm-iv/src/panel-atm-iv.mjs';
|
|
52
52
|
export { GPanelAtmIv } from './packages/components/panel-atm-iv/index.mjs';
|
|
53
53
|
export { chartTableEmits, chartTableProps } from './packages/components/chart-table/src/chart-table.mjs';
|
|
54
54
|
export { GChartTable } from './packages/components/chart-table/index.mjs';
|
|
55
|
-
export { panelSkewEmits, panelSkewProps } from './packages/components/panel-skew/src/panel-
|
|
55
|
+
export { panelSkewEmits, panelSkewProps } from './packages/components/panel-skew/src/panel-skew.mjs';
|
|
56
56
|
export { GPanelSkew } from './packages/components/panel-skew/index.mjs';
|
|
57
|
-
export { panelRvEmits, panelRvProps } from './packages/components/panel-rv/src/panel-
|
|
57
|
+
export { panelRvEmits, panelRvProps } from './packages/components/panel-rv/src/panel-rv.mjs';
|
|
58
58
|
export { GPanelRv } from './packages/components/panel-rv/index.mjs';
|
|
59
|
-
export { panelRvCalcEmits, panelRvCalcProps } from './packages/components/panel-rv-calc/src/panel-rv-
|
|
59
|
+
export { panelRvCalcEmits, panelRvCalcProps } from './packages/components/panel-rv-calc/src/panel-rv-calc.mjs';
|
|
60
60
|
export { GPanelRvCalc } from './packages/components/panel-rv-calc/index.mjs';
|
|
61
61
|
export { panelVolatilityTermStructureEmits, panelVolatilityTermStructureProps } from './packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.mjs';
|
|
62
62
|
export { GPanelVolatilityTermStructure } from './packages/components/panel-volatility-term-structure/index.mjs';
|
|
63
63
|
export { panelOptionFlowEmits, panelOptionFlowProps } from './packages/components/panel-option-flow/src/panel-option-flow.mjs';
|
|
64
64
|
export { GPanelOptionFlow } from './packages/components/panel-option-flow/index.mjs';
|
|
65
|
-
export { panelOptionOpenInterestEmits, panelOptionOpenInterestProps } from './packages/components/panel-option-open-interest/src/panel-option-open-
|
|
65
|
+
export { panelOptionOpenInterestEmits, panelOptionOpenInterestProps } from './packages/components/panel-option-open-interest/src/panel-option-open-interest2.mjs';
|
|
66
66
|
export { GPanelOptionOpenInterest } from './packages/components/panel-option-open-interest/index.mjs';
|
|
67
67
|
export { panelHistoricalDeliveryPriceEmits, panelHistoricalDeliveryPriceProps } from './packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.mjs';
|
|
68
68
|
export { GPanelHistoricalDeliveryPrice } from './packages/components/panel-historical-delivery-price/index.mjs';
|
|
69
|
-
export { panelMaxPainPriceEmits, panelMaxPainPriceProps } from './packages/components/panel-max-pain-price/src/panel-max-pain-
|
|
69
|
+
export { panelMaxPainPriceEmits, panelMaxPainPriceProps } from './packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs';
|
|
70
70
|
export { GPanelMaxPainPrice } from './packages/components/panel-max-pain-price/index.mjs';
|
|
71
71
|
export { panelImpliedVolatilitySurfaceEmits, panelImpliedVolatilitySurfaceProps } from './packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.mjs';
|
|
72
72
|
export { GPanelImpliedVolatilitySurface } from './packages/components/panel-implied-volatility-surface/index.mjs';
|
|
73
73
|
export { panelIvSkewEmits, panelIvSkewProps } from './packages/components/panel-iv-skew/src/panel-iv-skew2.mjs';
|
|
74
74
|
export { GPanelIvSkew } from './packages/components/panel-iv-skew/index.mjs';
|
|
75
|
-
export { panelOptionTradeVolumeEmits, panelOptionTradeVolumeProps } from './packages/components/panel-option-trade-volume/src/panel-option-trade-
|
|
75
|
+
export { panelOptionTradeVolumeEmits, panelOptionTradeVolumeProps } from './packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.mjs';
|
|
76
76
|
export { GPanelOptionTradeVolume } from './packages/components/panel-option-trade-volume/index.mjs';
|
|
77
|
-
export { panelVrpEmits, panelVrpProps } from './packages/components/panel-vrp/src/panel-
|
|
77
|
+
export { panelVrpEmits, panelVrpProps } from './packages/components/panel-vrp/src/panel-vrp.mjs';
|
|
78
78
|
export { GPanelVrp } from './packages/components/panel-vrp/index.mjs';
|
|
79
79
|
export { EVENT_CODE } from './packages/constants/aria.mjs';
|
|
80
80
|
export { WEEK_DAYS, datePickTypes } from './packages/constants/date.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../utils/index.mjs';
|
|
2
|
-
import Button1 from './src/
|
|
3
|
-
export { button1Emits, button1Props } from './src/
|
|
2
|
+
import Button1 from './src/button12.mjs';
|
|
3
|
+
export { button1Emits, button1Props } from './src/button1.mjs';
|
|
4
4
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
5
5
|
|
|
6
6
|
const GButton1 = withInstall(Button1);
|
|
@@ -1,75 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import '../../../hooks/index.mjs';
|
|
4
|
-
import { button1Props, button1Emits } from './button12.mjs';
|
|
5
|
-
import { request } from '../../../utils/fetch.mjs';
|
|
6
|
-
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.mjs';
|
|
7
|
-
import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
|
|
8
|
-
import { useLocale } from '../../../hooks/use-locale/index.mjs';
|
|
1
|
+
import '../../../utils/index.mjs';
|
|
2
|
+
import { buildProps } from '../../../utils/vue/props/runtime.mjs';
|
|
9
3
|
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
{ style: { "height": "500px" } },
|
|
13
|
-
null,
|
|
14
|
-
-1
|
|
15
|
-
);
|
|
16
|
-
const __default__ = {
|
|
17
|
-
name: "GButton1"
|
|
18
|
-
};
|
|
19
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
|
-
...__default__,
|
|
21
|
-
props: button1Props,
|
|
22
|
-
emits: button1Emits,
|
|
23
|
-
setup(__props, { emit: emits }) {
|
|
24
|
-
const props = __props;
|
|
25
|
-
const ns = useNamespace("button1");
|
|
26
|
-
const { t } = useLocale();
|
|
27
|
-
const getList = async () => {
|
|
28
|
-
console.log("getList");
|
|
29
|
-
const res = await request({
|
|
30
|
-
url: "/api/getList"
|
|
31
|
-
});
|
|
32
|
-
console.log(res);
|
|
33
|
-
};
|
|
34
|
-
getList();
|
|
35
|
-
return (_ctx, _cache) => {
|
|
36
|
-
const _component_a_button = Button;
|
|
37
|
-
const _component_a_watermark = resolveComponent("a-watermark");
|
|
38
|
-
return openBlock(), createElementBlock(
|
|
39
|
-
"div",
|
|
40
|
-
{
|
|
41
|
-
class: normalizeClass([unref(ns).b()])
|
|
42
|
-
},
|
|
43
|
-
[
|
|
44
|
-
createTextVNode(
|
|
45
|
-
toDisplayString(unref(t)("el.empty.text")) + " ",
|
|
46
|
-
1
|
|
47
|
-
),
|
|
48
|
-
createVNode(_component_a_button, {
|
|
49
|
-
type: "primary",
|
|
50
|
-
class: "ml-5"
|
|
51
|
-
}, {
|
|
52
|
-
default: withCtx(() => [
|
|
53
|
-
createTextVNode(
|
|
54
|
-
toDisplayString(unref(t)("el.coverSelect.currentTitle")),
|
|
55
|
-
1
|
|
56
|
-
)
|
|
57
|
-
]),
|
|
58
|
-
_: 1
|
|
59
|
-
}),
|
|
60
|
-
createVNode(_component_a_watermark, { content: "Ant Design Vue" }, {
|
|
61
|
-
default: withCtx(() => [
|
|
62
|
-
_hoisted_1
|
|
63
|
-
]),
|
|
64
|
-
_: 1
|
|
65
|
-
})
|
|
66
|
-
],
|
|
67
|
-
2
|
|
68
|
-
);
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
var Button1 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/luobowen/Desktop/greeks/greeks-live-ui/packages/components/button1/src/button1.vue"]]);
|
|
4
|
+
const button1Emits = {};
|
|
5
|
+
const button1Props = buildProps({});
|
|
73
6
|
|
|
74
|
-
export {
|
|
7
|
+
export { button1Emits, button1Props };
|
|
75
8
|
//# sourceMappingURL=button1.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button1.mjs","sources":["../../../../../../../packages/components/button1/src/button1.
|
|
1
|
+
{"version":3,"file":"button1.mjs","sources":["../../../../../../../packages/components/button1/src/button1.ts"],"sourcesContent":["import { buildProps } from '@greeks-live-ui/utils'\nimport type Button1 from './button1.vue'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const button1Emits = {}\nexport type Button1Emits = typeof button1Emits\nexport const button1Props = buildProps({})\nexport type Button1Props = ExtractPropTypes<typeof button1Props>\nexport type Button1Instance = InstanceType<typeof Button1>\n"],"names":[],"mappings":";;;AAIO,MAAM,eAAe,GAAC;AAEhB,MAAA,YAAA,GAAe,UAAW,CAAA,EAAE;;;;"}
|