greeks-live-ui 0.0.19 → 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/dist/index.full.min.mjs +64 -52
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +5 -33
- 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-panel/src/chart-panel.mjs +6 -34
- package/es/packages/components/chart-panel/src/chart-panel.mjs.map +1 -1
- package/es/packages/components/chart-table/index.mjs +2 -2
- package/es/packages/components/chart-table/src/chart-table.mjs +15 -144
- package/es/packages/components/chart-table/src/chart-table.mjs.map +1 -1
- package/es/packages/components/chart-table/src/chart-table2.mjs +144 -15
- package/es/packages/components/chart-table/src/chart-table2.mjs.map +1 -1
- package/es/packages/components/checkbox/index.mjs +2 -2
- package/es/packages/components/checkbox/src/checkbox.mjs +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/checkbox-group/index.mjs +2 -2
- package/es/packages/components/checkbox-group/src/checkbox-group.mjs +31 -5
- package/es/packages/components/checkbox-group/src/checkbox-group.mjs.map +1 -1
- package/es/packages/components/checkbox-group/src/checkbox-group2.mjs +5 -31
- package/es/packages/components/checkbox-group/src/checkbox-group2.mjs.map +1 -1
- package/es/packages/components/demo/index.mjs +2 -2
- package/es/packages/components/demo/src/demo.mjs +5 -85
- package/es/packages/components/demo/src/demo.mjs.map +1 -1
- package/es/packages/components/demo/src/demo2.mjs +85 -5
- package/es/packages/components/demo/src/demo2.mjs.map +1 -1
- package/es/packages/components/dropdown-button/index.mjs +2 -2
- package/es/packages/components/dropdown-button/src/dropdown-button.mjs +39 -5
- package/es/packages/components/dropdown-button/src/dropdown-button.mjs.map +1 -1
- package/es/packages/components/dropdown-button/src/dropdown-button2.mjs +5 -39
- package/es/packages/components/dropdown-button/src/dropdown-button2.mjs.map +1 -1
- package/es/packages/components/icon/index.mjs +2 -2
- package/es/packages/components/icon/src/icon.mjs +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/input-number/index.mjs +2 -2
- package/es/packages/components/input-number/src/input-number.mjs +31 -5
- package/es/packages/components/input-number/src/input-number.mjs.map +1 -1
- package/es/packages/components/input-number/src/input-number2.mjs +5 -31
- package/es/packages/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/packages/components/panel-historical-delivery-price/index.mjs +2 -2
- package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.mjs +22 -412
- package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price.mjs.map +1 -1
- package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.mjs +412 -22
- package/es/packages/components/panel-historical-delivery-price/src/panel-historical-delivery-price2.mjs.map +1 -1
- package/es/packages/components/panel-iv-skew/index.mjs +2 -2
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew.mjs +398 -22
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew.mjs.map +1 -1
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew2.mjs +22 -398
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew2.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-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-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-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/spin/index.mjs +2 -2
- package/es/packages/components/spin/src/spin.mjs +5 -31
- package/es/packages/components/spin/src/spin.mjs.map +1 -1
- package/es/packages/components/spin/src/spin2.mjs +31 -5
- package/es/packages/components/spin/src/spin2.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/toggle-button/index.mjs +2 -2
- package/es/packages/components/toggle-button/src/toggle-button.mjs +51 -12
- package/es/packages/components/toggle-button/src/toggle-button.mjs.map +1 -1
- package/es/packages/components/toggle-button/src/toggle-button2.mjs +12 -51
- package/es/packages/components/toggle-button/src/toggle-button2.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 +19 -19
- 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 -301
- package/lib/packages/components/chart-panel/src/chart-panel2.js.map +1 -1
- package/lib/packages/components/chart-table/index.js +2 -2
- package/lib/packages/components/chart-table/src/chart-table.js +144 -16
- package/lib/packages/components/chart-table/src/chart-table.js.map +1 -1
- package/lib/packages/components/chart-table/src/chart-table2.js +16 -144
- package/lib/packages/components/chart-table/src/chart-table2.js.map +1 -1
- package/lib/packages/components/checkbox/index.js +2 -2
- package/lib/packages/components/checkbox/src/checkbox.js +6 -31
- package/lib/packages/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/packages/components/checkbox/src/checkbox2.js +31 -6
- package/lib/packages/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/packages/components/demo/index.js +2 -2
- package/lib/packages/components/demo/src/demo.js +6 -89
- package/lib/packages/components/demo/src/demo.js.map +1 -1
- package/lib/packages/components/demo/src/demo2.js +89 -6
- package/lib/packages/components/demo/src/demo2.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/icon/index.js +2 -2
- package/lib/packages/components/icon/src/icon.js +48 -16
- package/lib/packages/components/icon/src/icon.js.map +1 -1
- package/lib/packages/components/icon/src/icon2.js +16 -48
- package/lib/packages/components/icon/src/icon2.js.map +1 -1
- package/lib/packages/components/index.js +19 -19
- package/lib/packages/components/input-number/index.js +2 -2
- package/lib/packages/components/input-number/src/input-number.js +31 -6
- package/lib/packages/components/input-number/src/input-number.js.map +1 -1
- package/lib/packages/components/input-number/src/input-number2.js +6 -31
- package/lib/packages/components/input-number/src/input-number2.js.map +1 -1
- package/lib/packages/components/menu-item/index.js +2 -2
- package/lib/packages/components/menu-item/src/menu-item.js +31 -6
- package/lib/packages/components/menu-item/src/menu-item.js.map +1 -1
- package/lib/packages/components/menu-item/src/menu-item2.js +6 -31
- package/lib/packages/components/menu-item/src/menu-item2.js.map +1 -1
- package/lib/packages/components/page-turner/index.js +2 -2
- package/lib/packages/components/page-turner/src/page-turner.js +67 -13
- package/lib/packages/components/page-turner/src/page-turner.js.map +1 -1
- package/lib/packages/components/page-turner/src/page-turner2.js +13 -67
- package/lib/packages/components/page-turner/src/page-turner2.js.map +1 -1
- package/lib/packages/components/panel-atm-iv/index.js +2 -2
- package/lib/packages/components/panel-atm-iv/src/panel-atm-iv.js +886 -22
- package/lib/packages/components/panel-atm-iv/src/panel-atm-iv.js.map +1 -1
- package/lib/packages/components/panel-atm-iv/src/panel-atm-iv2.js +22 -886
- package/lib/packages/components/panel-atm-iv/src/panel-atm-iv2.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-max-pain-price/index.js +2 -2
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price.js +288 -23
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price.js.map +1 -1
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price2.js +23 -288
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price2.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-rv/index.js +2 -2
- package/lib/packages/components/panel-rv/src/panel-rv.js +741 -23
- package/lib/packages/components/panel-rv/src/panel-rv.js.map +1 -1
- package/lib/packages/components/panel-rv/src/panel-rv2.js +23 -741
- package/lib/packages/components/panel-rv/src/panel-rv2.js.map +1 -1
- package/lib/packages/components/panel-rv-calc/index.js +2 -2
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc.js +9 -507
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc.js.map +1 -1
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc2.js +507 -9
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc2.js.map +1 -1
- package/lib/packages/components/panel-vrp/index.js +2 -2
- package/lib/packages/components/panel-vrp/src/panel-vrp.js +23 -413
- package/lib/packages/components/panel-vrp/src/panel-vrp.js.map +1 -1
- package/lib/packages/components/panel-vrp/src/panel-vrp2.js +413 -23
- package/lib/packages/components/panel-vrp/src/panel-vrp2.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/toggle-button/index.js +2 -2
- package/lib/packages/components/toggle-button/src/toggle-button.js +51 -13
- package/lib/packages/components/toggle-button/src/toggle-button.js.map +1 -1
- package/lib/packages/components/toggle-button/src/toggle-button2.js +13 -51
- package/lib/packages/components/toggle-button/src/toggle-button2.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/g-chart-panel.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/antd.scss +22 -5
- package/theme-chalk/src/chart-panel.scss +1 -1
- package/web-types.json +1 -1
|
@@ -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
|
@@ -4,39 +4,39 @@ import './packages/components/index.mjs';
|
|
|
4
4
|
import './packages/constants/index.mjs';
|
|
5
5
|
export { makeInstaller } from './make-installer.mjs';
|
|
6
6
|
export { default as dayjs } from 'dayjs';
|
|
7
|
-
export { demoEmits, demoProps } from './packages/components/demo/src/
|
|
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
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
|
-
export { checkboxGroupEmits, checkboxGroupProps } from './packages/components/checkbox-group/src/checkbox-
|
|
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';
|
|
31
|
-
export { dropdownButtonEmits, dropdownButtonProps } from './packages/components/dropdown-button/src/dropdown-
|
|
31
|
+
export { dropdownButtonEmits, dropdownButtonProps } from './packages/components/dropdown-button/src/dropdown-button2.mjs';
|
|
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
35
|
export { chartEmits, chartProps } from './packages/components/chart/src/chart.mjs';
|
|
36
36
|
export { GChart } from './packages/components/chart/index.mjs';
|
|
37
|
-
export { spinEmits, spinProps } from './packages/components/spin/src/
|
|
37
|
+
export { spinEmits, spinProps } from './packages/components/spin/src/spin.mjs';
|
|
38
38
|
export { GSpin } from './packages/components/spin/index.mjs';
|
|
39
|
-
export { inputNumberEmits, inputNumberProps } from './packages/components/input-number/src/input-
|
|
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
41
|
export { menuEmits, menuProps } from './packages/components/menu/src/menu.mjs';
|
|
42
42
|
export { GMenu } from './packages/components/menu/index.mjs';
|
|
@@ -46,17 +46,17 @@ export { chartPanelEmits, chartPanelProps } from './packages/components/chart-pa
|
|
|
46
46
|
export { GChartPanel } from './packages/components/chart-panel/index.mjs';
|
|
47
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
|
-
export { toggleButtonEmits, toggleButtonProps } from './packages/components/toggle-button/src/toggle-
|
|
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
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
|
-
export { chartTableEmits, chartTableProps } from './packages/components/chart-table/src/chart-
|
|
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
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
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';
|
|
@@ -64,17 +64,17 @@ export { panelOptionFlowEmits, panelOptionFlowProps } from './packages/component
|
|
|
64
64
|
export { GPanelOptionFlow } from './packages/components/panel-option-flow/index.mjs';
|
|
65
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
|
-
export { panelHistoricalDeliveryPriceEmits, panelHistoricalDeliveryPriceProps } from './packages/components/panel-historical-delivery-price/src/panel-historical-delivery-
|
|
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
|
-
export { panelIvSkewEmits, panelIvSkewProps } from './packages/components/panel-iv-skew/src/panel-iv-
|
|
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;;;;"}
|
|
@@ -1,8 +1,75 @@
|
|
|
1
|
-
import '
|
|
2
|
-
import {
|
|
1
|
+
import { Button } from 'ant-design-vue/es';
|
|
2
|
+
import { createElementVNode, defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, createTextVNode, toDisplayString, createVNode, withCtx } from 'vue';
|
|
3
|
+
import '../../../hooks/index.mjs';
|
|
4
|
+
import { button1Props, button1Emits } from './button1.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';
|
|
3
9
|
|
|
4
|
-
const
|
|
5
|
-
|
|
10
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode(
|
|
11
|
+
"div",
|
|
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"]]);
|
|
6
73
|
|
|
7
|
-
export {
|
|
74
|
+
export { Button1 as default };
|
|
8
75
|
//# sourceMappingURL=button12.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button12.mjs","sources":["../../../../../../../packages/components/button1/src/button1.
|
|
1
|
+
{"version":3,"file":"button12.mjs","sources":["../../../../../../../packages/components/button1/src/button1.vue"],"sourcesContent":["<template>\n <div :class=\"[ns.b()]\">\n {{t('el.empty.text')}}\n <a-button type=\"primary\" class=\"ml-5\">\n {{ t('el.coverSelect.currentTitle') }}\n </a-button>\n \n <a-watermark content=\"Ant Design Vue\">\n <div style=\"height: 500px\" />\n </a-watermark>\n </div>\n</template>\n<script lang=\"ts\" setup>\nimport { useLocale, useNamespace } from '@greeks-live-ui/hooks'\nimport { button1Emits, button1Props } from './button1'\nimport { request } from '@greeks-live-ui/utils/fetch'\nimport { onMounted } from 'vue'\n\ndefineOptions({\n name: 'GButton1',\n})\nconst ns = useNamespace('button1')\nconst props = defineProps(button1Props)\nconst emits = defineEmits(button1Emits)\nconst { t } = useLocale()\n\nconst getList = async () => {\n console.log('getList')\n const res = await request({\n url: '/api/getList',\n })\n console.log(res)\n}\n\n// onMounted(() => { \n getList()\n// })\n\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAqBA,IAAA,MAAA,EAAA,GAAA,YAAA,CAAA,SAAA,CAAA,CAAA;AAGA,IAAA,MAAA,EAAA,CAAA,EAAA,GAAA,SAAA,EAAA,CAAA;AAEA,IAAA,MAAA,OAAA,GAAA,YAAA;AACA,MAAA,OAAA,CAAA,GAAA,CAAA,SAAA,CAAA,CAAA;AACA,MAAA,MAAA,GAAA,GAAA,MAAA,OAAA,CAAA;AAAA,QAAA,GAAA,EAAA,cAAA;AACA,OAAA,CAAA,CAAA;AAEA,MAAA,OAAA,CAAA,GAAA,CAAA,GAAA,CAAA,CAAA;AAAA,KAAA,CAAA;AAIA,IAAA,OAAA,EAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|