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/lib/index.js
CHANGED
|
@@ -9,29 +9,29 @@ var makeInstaller = require('./make-installer.js');
|
|
|
9
9
|
var dayjs = require('dayjs');
|
|
10
10
|
var demo = require('./packages/components/demo/src/demo.js');
|
|
11
11
|
var index = require('./packages/components/demo/index.js');
|
|
12
|
-
var button1 = require('./packages/components/button1/src/
|
|
12
|
+
var button1 = require('./packages/components/button1/src/button1.js');
|
|
13
13
|
var index$1 = require('./packages/components/button1/index.js');
|
|
14
14
|
var configProvider = require('./packages/components/config-provider/src/config-provider.js');
|
|
15
15
|
var index$2 = require('./packages/components/config-provider/index.js');
|
|
16
|
-
var panel = require('./packages/components/panel/src/
|
|
16
|
+
var panel = require('./packages/components/panel/src/panel2.js');
|
|
17
17
|
var index$3 = require('./packages/components/panel/index.js');
|
|
18
|
-
var select = require('./packages/components/select/src/
|
|
18
|
+
var select = require('./packages/components/select/src/select.js');
|
|
19
19
|
var index$4 = require('./packages/components/select/index.js');
|
|
20
|
-
var radio = require('./packages/components/radio/src/
|
|
20
|
+
var radio = require('./packages/components/radio/src/radio2.js');
|
|
21
21
|
var index$5 = require('./packages/components/radio/index.js');
|
|
22
22
|
var checkbox = require('./packages/components/checkbox/src/checkbox.js');
|
|
23
23
|
var index$6 = require('./packages/components/checkbox/index.js');
|
|
24
|
-
var checkboxGroup = require('./packages/components/checkbox-group/src/checkbox-
|
|
24
|
+
var checkboxGroup = require('./packages/components/checkbox-group/src/checkbox-group2.js');
|
|
25
25
|
var index$7 = require('./packages/components/checkbox-group/index.js');
|
|
26
|
-
var tooltip = require('./packages/components/tooltip/src/
|
|
26
|
+
var tooltip = require('./packages/components/tooltip/src/tooltip2.js');
|
|
27
27
|
var index$8 = require('./packages/components/tooltip/index.js');
|
|
28
28
|
var table = require('./packages/components/table/src/table2.js');
|
|
29
29
|
var index$9 = require('./packages/components/table/index.js');
|
|
30
30
|
var icon = require('./packages/components/icon/src/icon2.js');
|
|
31
31
|
var index$a = require('./packages/components/icon/index.js');
|
|
32
|
-
var dropdown = require('./packages/components/dropdown/src/
|
|
32
|
+
var dropdown = require('./packages/components/dropdown/src/dropdown2.js');
|
|
33
33
|
var index$b = require('./packages/components/dropdown/index.js');
|
|
34
|
-
var dropdownButton = require('./packages/components/dropdown-button/src/dropdown-
|
|
34
|
+
var dropdownButton = require('./packages/components/dropdown-button/src/dropdown-button2.js');
|
|
35
35
|
var index$c = require('./packages/components/dropdown-button/index.js');
|
|
36
36
|
var radioDropdown = require('./packages/components/radio-dropdown/src/radio-dropdown.js');
|
|
37
37
|
var index$d = require('./packages/components/radio-dropdown/index.js');
|
|
@@ -41,11 +41,11 @@ var spin = require('./packages/components/spin/src/spin2.js');
|
|
|
41
41
|
var index$f = require('./packages/components/spin/index.js');
|
|
42
42
|
var inputNumber = require('./packages/components/input-number/src/input-number2.js');
|
|
43
43
|
var index$g = require('./packages/components/input-number/index.js');
|
|
44
|
-
var menu = require('./packages/components/menu/src/
|
|
44
|
+
var menu = require('./packages/components/menu/src/menu.js');
|
|
45
45
|
var index$h = require('./packages/components/menu/index.js');
|
|
46
46
|
var menuItem = require('./packages/components/menu-item/src/menu-item2.js');
|
|
47
47
|
var index$i = require('./packages/components/menu-item/index.js');
|
|
48
|
-
var chartPanel = require('./packages/components/chart-panel/src/chart-
|
|
48
|
+
var chartPanel = require('./packages/components/chart-panel/src/chart-panel2.js');
|
|
49
49
|
var index$j = require('./packages/components/chart-panel/index.js');
|
|
50
50
|
var pageTurner = require('./packages/components/page-turner/src/page-turner2.js');
|
|
51
51
|
var index$k = require('./packages/components/page-turner/index.js');
|
|
@@ -55,17 +55,17 @@ var panelAtmIv = require('./packages/components/panel-atm-iv/src/panel-atm-iv2.j
|
|
|
55
55
|
var index$m = require('./packages/components/panel-atm-iv/index.js');
|
|
56
56
|
var chartTable = require('./packages/components/chart-table/src/chart-table2.js');
|
|
57
57
|
var index$n = require('./packages/components/chart-table/index.js');
|
|
58
|
-
var panelSkew = require('./packages/components/panel-skew/src/panel-
|
|
58
|
+
var panelSkew = require('./packages/components/panel-skew/src/panel-skew2.js');
|
|
59
59
|
var index$o = require('./packages/components/panel-skew/index.js');
|
|
60
60
|
var panelRv = require('./packages/components/panel-rv/src/panel-rv2.js');
|
|
61
61
|
var index$p = require('./packages/components/panel-rv/index.js');
|
|
62
62
|
var panelRvCalc = require('./packages/components/panel-rv-calc/src/panel-rv-calc.js');
|
|
63
63
|
var index$q = require('./packages/components/panel-rv-calc/index.js');
|
|
64
|
-
var panelVolatilityTermStructure = require('./packages/components/panel-volatility-term-structure/src/panel-volatility-term-
|
|
64
|
+
var panelVolatilityTermStructure = require('./packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js');
|
|
65
65
|
var index$r = require('./packages/components/panel-volatility-term-structure/index.js');
|
|
66
66
|
var panelOptionFlow = require('./packages/components/panel-option-flow/src/panel-option-flow.js');
|
|
67
67
|
var index$s = require('./packages/components/panel-option-flow/index.js');
|
|
68
|
-
var panelOptionOpenInterest = require('./packages/components/panel-option-open-interest/src/panel-option-open-
|
|
68
|
+
var panelOptionOpenInterest = require('./packages/components/panel-option-open-interest/src/panel-option-open-interest2.js');
|
|
69
69
|
var index$t = require('./packages/components/panel-option-open-interest/index.js');
|
|
70
70
|
var panelHistoricalDeliveryPrice = require('./packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.js');
|
|
71
71
|
var index$u = require('./packages/components/panel-historical-delivery-price/index.js');
|
|
@@ -73,9 +73,9 @@ var panelMaxPainPrice = require('./packages/components/panel-max-pain-price/src/
|
|
|
73
73
|
var index$v = require('./packages/components/panel-max-pain-price/index.js');
|
|
74
74
|
var panelImpliedVolatilitySurface = require('./packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.js');
|
|
75
75
|
var index$w = require('./packages/components/panel-implied-volatility-surface/index.js');
|
|
76
|
-
var panelIvSkew = require('./packages/components/panel-iv-skew/src/panel-iv-
|
|
76
|
+
var panelIvSkew = require('./packages/components/panel-iv-skew/src/panel-iv-skew.js');
|
|
77
77
|
var index$x = require('./packages/components/panel-iv-skew/index.js');
|
|
78
|
-
var panelOptionTradeVolume = require('./packages/components/panel-option-trade-volume/src/panel-option-trade-
|
|
78
|
+
var panelOptionTradeVolume = require('./packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.js');
|
|
79
79
|
var index$y = require('./packages/components/panel-option-trade-volume/index.js');
|
|
80
80
|
var panelVrp = require('./packages/components/panel-vrp/src/panel-vrp.js');
|
|
81
81
|
var index$z = require('./packages/components/panel-vrp/index.js');
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
require('../../utils/index.js');
|
|
6
|
-
var button1$1 = require('./src/
|
|
7
|
-
var button1 = require('./src/
|
|
6
|
+
var button1$1 = require('./src/button12.js');
|
|
7
|
+
var button1 = require('./src/button1.js');
|
|
8
8
|
var install = require('../../utils/vue/install.js');
|
|
9
9
|
|
|
10
10
|
const GButton1 = install.withInstall(button1$1["default"]);
|
|
@@ -2,78 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
var
|
|
7
|
-
require('../../../hooks/index.js');
|
|
8
|
-
var button1 = require('./button12.js');
|
|
9
|
-
var fetch = require('../../../utils/fetch.js');
|
|
10
|
-
var pluginVue_exportHelper = require('../../../../_virtual/plugin-vue_export-helper.js');
|
|
11
|
-
var index = require('../../../hooks/use-namespace/index.js');
|
|
12
|
-
var index$1 = require('../../../hooks/use-locale/index.js');
|
|
5
|
+
require('../../../utils/index.js');
|
|
6
|
+
var runtime = require('../../../utils/vue/props/runtime.js');
|
|
13
7
|
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
{ style: { "height": "500px" } },
|
|
17
|
-
null,
|
|
18
|
-
-1
|
|
19
|
-
);
|
|
20
|
-
const __default__ = {
|
|
21
|
-
name: "GButton1"
|
|
22
|
-
};
|
|
23
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
24
|
-
...__default__,
|
|
25
|
-
props: button1.button1Props,
|
|
26
|
-
emits: button1.button1Emits,
|
|
27
|
-
setup(__props, { emit: emits }) {
|
|
28
|
-
const props = __props;
|
|
29
|
-
const ns = index.useNamespace("button1");
|
|
30
|
-
const { t } = index$1.useLocale();
|
|
31
|
-
const getList = async () => {
|
|
32
|
-
console.log("getList");
|
|
33
|
-
const res = await fetch.request({
|
|
34
|
-
url: "/api/getList"
|
|
35
|
-
});
|
|
36
|
-
console.log(res);
|
|
37
|
-
};
|
|
38
|
-
getList();
|
|
39
|
-
return (_ctx, _cache) => {
|
|
40
|
-
const _component_a_button = lib.Button;
|
|
41
|
-
const _component_a_watermark = vue.resolveComponent("a-watermark");
|
|
42
|
-
return vue.openBlock(), vue.createElementBlock(
|
|
43
|
-
"div",
|
|
44
|
-
{
|
|
45
|
-
class: vue.normalizeClass([vue.unref(ns).b()])
|
|
46
|
-
},
|
|
47
|
-
[
|
|
48
|
-
vue.createTextVNode(
|
|
49
|
-
vue.toDisplayString(vue.unref(t)("el.empty.text")) + " ",
|
|
50
|
-
1
|
|
51
|
-
),
|
|
52
|
-
vue.createVNode(_component_a_button, {
|
|
53
|
-
type: "primary",
|
|
54
|
-
class: "ml-5"
|
|
55
|
-
}, {
|
|
56
|
-
default: vue.withCtx(() => [
|
|
57
|
-
vue.createTextVNode(
|
|
58
|
-
vue.toDisplayString(vue.unref(t)("el.coverSelect.currentTitle")),
|
|
59
|
-
1
|
|
60
|
-
)
|
|
61
|
-
]),
|
|
62
|
-
_: 1
|
|
63
|
-
}),
|
|
64
|
-
vue.createVNode(_component_a_watermark, { content: "Ant Design Vue" }, {
|
|
65
|
-
default: vue.withCtx(() => [
|
|
66
|
-
_hoisted_1
|
|
67
|
-
]),
|
|
68
|
-
_: 1
|
|
69
|
-
})
|
|
70
|
-
],
|
|
71
|
-
2
|
|
72
|
-
);
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
});
|
|
76
|
-
var Button1 = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/luobowen/Desktop/greeks/greeks-live-ui/packages/components/button1/src/button1.vue"]]);
|
|
8
|
+
const button1Emits = {};
|
|
9
|
+
const button1Props = runtime.buildProps({});
|
|
77
10
|
|
|
78
|
-
exports
|
|
11
|
+
exports.button1Emits = button1Emits;
|
|
12
|
+
exports.button1Props = button1Props;
|
|
79
13
|
//# sourceMappingURL=button1.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button1.js","sources":["../../../../../../../packages/components/button1/src/button1.
|
|
1
|
+
{"version":3,"file":"button1.js","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":["buildProps"],"mappings":";;;;;;;AAIO,MAAM,eAAe,GAAC;AAEhB,MAAA,YAAA,GAAeA,kBAAW,CAAA,EAAE;;;;;"}
|