@ecan-bi/datav 1.0.87 → 1.0.88
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.es.js +209 -59
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +209 -59
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +69 -69
- package/es/container/border/Border.js +7 -7
- package/es/container/border/Border.js.map +1 -1
- package/es/container/border/index.js +1 -1
- package/es/container/border/index.js.map +1 -1
- package/es/container/border/props.js +1 -1
- package/es/container/border/props.js.map +1 -1
- package/es/container/modal/Modal.js +6 -6
- package/es/container/modal/Modal.js.map +1 -1
- package/es/container/modal/index.js +1 -1
- package/es/container/modal/index.js.map +1 -1
- package/es/container/modal/props.js +1 -1
- package/es/container/modal/props.js.map +1 -1
- package/es/container/tabs/Tabs.js +8 -8
- package/es/container/tabs/Tabs.js.map +1 -1
- package/es/container/tabs/index.js +1 -1
- package/es/container/tabs/index.js.map +1 -1
- package/es/container/tabs/props.js +1 -1
- package/es/container/tabs/props.js.map +1 -1
- package/es/control/button/Button.js +5 -5
- package/es/control/button/Button.js.map +1 -1
- package/es/control/button/index.js +1 -1
- package/es/control/button/index.js.map +1 -1
- package/es/control/button/props.js +1 -1
- package/es/control/button/props.js.map +1 -1
- package/es/control/checkbox/Checkbox.js +12 -7
- package/es/control/checkbox/Checkbox.js.map +1 -1
- package/es/control/checkbox/index.js +1 -1
- package/es/control/checkbox/index.js.map +1 -1
- package/es/control/checkbox/props.js +1 -1
- package/es/control/checkbox/props.js.map +1 -1
- package/es/control/date-picker/DatePicker.js +14 -10
- package/es/control/date-picker/DatePicker.js.map +1 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
- package/es/control/date-picker/index.js +1 -1
- package/es/control/date-picker/index.js.map +1 -1
- package/es/control/date-picker/props.js +1 -1
- package/es/control/date-picker/props.js.map +1 -1
- package/es/control/input/Input.js +4 -4
- package/es/control/input/Input.js.map +1 -1
- package/es/control/input/index.js +1 -1
- package/es/control/input/index.js.map +1 -1
- package/es/control/input/props.js +1 -1
- package/es/control/input/props.js.map +1 -1
- package/es/control/range-picker/RangePicker.js +6 -6
- package/es/control/range-picker/RangePicker.js.map +1 -1
- package/es/control/range-picker/index.js +1 -1
- package/es/control/range-picker/index.js.map +1 -1
- package/es/control/range-picker/props.js +1 -1
- package/es/control/range-picker/props.js.map +1 -1
- package/es/control/select/Select.js +7 -7
- package/es/control/select/Select.js.map +1 -1
- package/es/control/select/index.js +1 -1
- package/es/control/select/index.js.map +1 -1
- package/es/control/select/props.js +1 -1
- package/es/control/select/props.js.map +1 -1
- package/es/graph/bar/Bar.js +12 -12
- package/es/graph/bar/Bar.js.map +1 -1
- package/es/graph/bar/index.js +1 -1
- package/es/graph/bar/index.js.map +1 -1
- package/es/graph/bar/props.js +1 -1
- package/es/graph/bar/props.js.map +1 -1
- package/es/graph/combo-graph/ComboGraph.js +11 -11
- package/es/graph/combo-graph/ComboGraph.js.map +1 -1
- package/es/graph/combo-graph/index.js +1 -1
- package/es/graph/combo-graph/index.js.map +1 -1
- package/es/graph/combo-graph/props.js +1 -1
- package/es/graph/combo-graph/props.js.map +1 -1
- package/es/graph/custom-graph/CustomGraph.js +3 -3
- package/es/graph/custom-graph/CustomGraph.js.map +1 -1
- package/es/graph/custom-graph/index.js +1 -1
- package/es/graph/custom-graph/index.js.map +1 -1
- package/es/graph/custom-graph/props.js +1 -1
- package/es/graph/custom-graph/props.js.map +1 -1
- package/es/graph/line/Line.js +11 -11
- package/es/graph/line/Line.js.map +1 -1
- package/es/graph/line/index.js +1 -1
- package/es/graph/line/index.js.map +1 -1
- package/es/graph/line/props.js +1 -1
- package/es/graph/line/props.js.map +1 -1
- package/es/graph/pie/Pie.js +10 -10
- package/es/graph/pie/Pie.js.map +1 -1
- package/es/graph/pie/index.js +1 -1
- package/es/graph/pie/index.js.map +1 -1
- package/es/graph/pie/props.js +1 -1
- package/es/graph/pie/props.js.map +1 -1
- package/es/graph/scatter/Scatter.js +9 -9
- package/es/graph/scatter/Scatter.js.map +1 -1
- package/es/graph/scatter/index.js +1 -1
- package/es/graph/scatter/index.js.map +1 -1
- package/es/graph/scatter/props.js +1 -1
- package/es/graph/scatter/props.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
- package/es/hooks/useDownloadFile.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
- package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
- package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
- package/es/hooks/useImagePath.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
- package/es/hooks/useIndicatorData.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
- package/es/hooks/useOnEvent.js.map +1 -0
- package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
- package/es/hooks/usePageUrl.js.map +1 -0
- package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
- package/es/hooks/usePickComponentStyle.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useRequestData.js +3 -8
- package/es/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
- package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
- package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
- package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
- package/es/hooks/useValueFormatter.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
- package/es/hooks/useVariablesInText.js.map +1 -0
- package/es/map/map/Map.js +5 -5
- package/es/map/map/Map.js.map +1 -1
- package/es/map/map/index.js +1 -1
- package/es/map/map/index.js.map +1 -1
- package/es/map/map/props.js +1 -1
- package/es/map/map/props.js.map +1 -1
- package/es/media/image/Image.js +7 -7
- package/es/media/image/Image.js.map +1 -1
- package/es/media/image/index.js +1 -1
- package/es/media/image/index.js.map +1 -1
- package/es/media/image/props.js +1 -1
- package/es/media/image/props.js.map +1 -1
- package/es/setting/page-config/PageConfig.js +4 -4
- package/es/setting/page-config/PageConfig.js.map +1 -1
- package/es/setting/page-config/index.js +1 -1
- package/es/setting/page-config/index.js.map +1 -1
- package/es/setting/page-config/props.js +1 -1
- package/es/setting/page-config/props.js.map +1 -1
- package/es/setting/provider-config/ProviderConfig.js +4 -4
- package/es/setting/provider-config/ProviderConfig.js.map +1 -1
- package/es/setting/provider-config/index.js +1 -1
- package/es/setting/provider-config/index.js.map +1 -1
- package/es/setting/provider-config/props.js +1 -1
- package/es/setting/provider-config/props.js.map +1 -1
- package/es/table/table/Table.js +10 -10
- package/es/table/table/Table.js.map +1 -1
- package/es/table/table/index.js +1 -1
- package/es/table/table/index.js.map +1 -1
- package/es/table/table/props.js +1 -1
- package/es/table/table/props.js.map +1 -1
- package/es/text/list/List.js +9 -9
- package/es/text/list/List.js.map +1 -1
- package/es/text/list/index.js +1 -1
- package/es/text/list/index.js.map +1 -1
- package/es/text/list/props.js +1 -1
- package/es/text/list/props.js.map +1 -1
- package/es/text/proportion/Proportion.js +7 -7
- package/es/text/proportion/Proportion.js.map +1 -1
- package/es/text/proportion/index.js +1 -1
- package/es/text/proportion/index.js.map +1 -1
- package/es/text/proportion/props.js +1 -1
- package/es/text/proportion/props.js.map +1 -1
- package/es/text/scroll-text/index.js +1 -1
- package/es/text/scroll-text/index.js.map +1 -1
- package/es/text/text/Text.js +7 -7
- package/es/text/text/Text.js.map +1 -1
- package/es/text/text/index.js +1 -1
- package/es/text/text/index.js.map +1 -1
- package/es/text/text/props.js +1 -1
- package/es/text/text/props.js.map +1 -1
- package/es/text/time-display/TimeDisplay.js +4 -4
- package/es/text/time-display/TimeDisplay.js.map +1 -1
- package/es/text/time-display/index.js +1 -1
- package/es/text/time-display/index.js.map +1 -1
- package/es/text/time-display/props.js +1 -1
- package/es/text/time-display/props.js.map +1 -1
- package/es/{_utils → utils}/constant.js +0 -0
- package/es/utils/constant.js.map +1 -0
- package/es/{_utils → utils}/props.js +0 -0
- package/es/utils/props.js.map +1 -0
- package/es/{_utils → utils}/request.js +0 -0
- package/es/utils/request.js.map +1 -0
- package/es/{_utils → utils}/util.js +0 -0
- package/es/utils/util.js.map +1 -0
- package/es/{_utils → utils}/withInstall.js +0 -0
- package/es/utils/withInstall.js.map +1 -0
- package/lib/container/border/Border.js +7 -7
- package/lib/container/border/Border.js.map +1 -1
- package/lib/container/border/index.js +1 -1
- package/lib/container/border/index.js.map +1 -1
- package/lib/container/border/props.js +1 -1
- package/lib/container/border/props.js.map +1 -1
- package/lib/container/modal/Modal.js +6 -6
- package/lib/container/modal/Modal.js.map +1 -1
- package/lib/container/modal/index.js +1 -1
- package/lib/container/modal/index.js.map +1 -1
- package/lib/container/modal/props.js +1 -1
- package/lib/container/modal/props.js.map +1 -1
- package/lib/container/tabs/Tabs.js +8 -8
- package/lib/container/tabs/Tabs.js.map +1 -1
- package/lib/container/tabs/index.js +1 -1
- package/lib/container/tabs/index.js.map +1 -1
- package/lib/container/tabs/props.js +1 -1
- package/lib/container/tabs/props.js.map +1 -1
- package/lib/control/button/Button.js +5 -5
- package/lib/control/button/Button.js.map +1 -1
- package/lib/control/button/index.js +1 -1
- package/lib/control/button/index.js.map +1 -1
- package/lib/control/button/props.js +1 -1
- package/lib/control/button/props.js.map +1 -1
- package/lib/control/checkbox/Checkbox.js +12 -7
- package/lib/control/checkbox/Checkbox.js.map +1 -1
- package/lib/control/checkbox/index.js +1 -1
- package/lib/control/checkbox/index.js.map +1 -1
- package/lib/control/checkbox/props.js +1 -1
- package/lib/control/checkbox/props.js.map +1 -1
- package/lib/control/date-picker/DatePicker.js +13 -9
- package/lib/control/date-picker/DatePicker.js.map +1 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
- package/lib/control/date-picker/index.js +1 -1
- package/lib/control/date-picker/index.js.map +1 -1
- package/lib/control/date-picker/props.js +1 -1
- package/lib/control/date-picker/props.js.map +1 -1
- package/lib/control/input/Input.js +4 -4
- package/lib/control/input/Input.js.map +1 -1
- package/lib/control/input/index.js +1 -1
- package/lib/control/input/index.js.map +1 -1
- package/lib/control/input/props.js +1 -1
- package/lib/control/input/props.js.map +1 -1
- package/lib/control/range-picker/RangePicker.js +6 -6
- package/lib/control/range-picker/RangePicker.js.map +1 -1
- package/lib/control/range-picker/index.js +1 -1
- package/lib/control/range-picker/index.js.map +1 -1
- package/lib/control/range-picker/props.js +1 -1
- package/lib/control/range-picker/props.js.map +1 -1
- package/lib/control/select/Select.js +7 -7
- package/lib/control/select/Select.js.map +1 -1
- package/lib/control/select/index.js +1 -1
- package/lib/control/select/index.js.map +1 -1
- package/lib/control/select/props.js +1 -1
- package/lib/control/select/props.js.map +1 -1
- package/lib/graph/bar/Bar.js +12 -12
- package/lib/graph/bar/Bar.js.map +1 -1
- package/lib/graph/bar/index.js +1 -1
- package/lib/graph/bar/index.js.map +1 -1
- package/lib/graph/bar/props.js +1 -1
- package/lib/graph/bar/props.js.map +1 -1
- package/lib/graph/combo-graph/ComboGraph.js +11 -11
- package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
- package/lib/graph/combo-graph/index.js +1 -1
- package/lib/graph/combo-graph/index.js.map +1 -1
- package/lib/graph/combo-graph/props.js +1 -1
- package/lib/graph/combo-graph/props.js.map +1 -1
- package/lib/graph/custom-graph/CustomGraph.js +3 -3
- package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
- package/lib/graph/custom-graph/index.js +1 -1
- package/lib/graph/custom-graph/index.js.map +1 -1
- package/lib/graph/custom-graph/props.js +1 -1
- package/lib/graph/custom-graph/props.js.map +1 -1
- package/lib/graph/line/Line.js +11 -11
- package/lib/graph/line/Line.js.map +1 -1
- package/lib/graph/line/index.js +1 -1
- package/lib/graph/line/index.js.map +1 -1
- package/lib/graph/line/props.js +1 -1
- package/lib/graph/line/props.js.map +1 -1
- package/lib/graph/pie/Pie.js +10 -10
- package/lib/graph/pie/Pie.js.map +1 -1
- package/lib/graph/pie/index.js +1 -1
- package/lib/graph/pie/index.js.map +1 -1
- package/lib/graph/pie/props.js +1 -1
- package/lib/graph/pie/props.js.map +1 -1
- package/lib/graph/scatter/Scatter.js +9 -9
- package/lib/graph/scatter/Scatter.js.map +1 -1
- package/lib/graph/scatter/index.js +1 -1
- package/lib/graph/scatter/index.js.map +1 -1
- package/lib/graph/scatter/props.js +1 -1
- package/lib/graph/scatter/props.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
- package/lib/hooks/useDownloadFile.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
- package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
- package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
- package/lib/hooks/useImagePath.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
- package/lib/hooks/useIndicatorData.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
- package/lib/hooks/useOnEvent.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
- package/lib/hooks/usePageUrl.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
- package/lib/hooks/usePickComponentStyle.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useRequestData.js +3 -8
- package/lib/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
- package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
- package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
- package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
- package/lib/hooks/useValueFormatter.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
- package/lib/hooks/useVariablesInText.js.map +1 -0
- package/lib/map/map/Map.js +5 -5
- package/lib/map/map/Map.js.map +1 -1
- package/lib/map/map/index.js +1 -1
- package/lib/map/map/index.js.map +1 -1
- package/lib/map/map/props.js +1 -1
- package/lib/map/map/props.js.map +1 -1
- package/lib/media/image/Image.js +7 -7
- package/lib/media/image/Image.js.map +1 -1
- package/lib/media/image/index.js +1 -1
- package/lib/media/image/index.js.map +1 -1
- package/lib/media/image/props.js +1 -1
- package/lib/media/image/props.js.map +1 -1
- package/lib/setting/page-config/PageConfig.js +4 -4
- package/lib/setting/page-config/PageConfig.js.map +1 -1
- package/lib/setting/page-config/index.js +1 -1
- package/lib/setting/page-config/index.js.map +1 -1
- package/lib/setting/page-config/props.js +1 -1
- package/lib/setting/page-config/props.js.map +1 -1
- package/lib/setting/provider-config/ProviderConfig.js +4 -4
- package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
- package/lib/setting/provider-config/index.js +1 -1
- package/lib/setting/provider-config/index.js.map +1 -1
- package/lib/setting/provider-config/props.js +1 -1
- package/lib/setting/provider-config/props.js.map +1 -1
- package/lib/style.css +6940 -6940
- package/lib/table/table/Table.js +10 -10
- package/lib/table/table/Table.js.map +1 -1
- package/lib/table/table/index.js +1 -1
- package/lib/table/table/index.js.map +1 -1
- package/lib/table/table/props.js +1 -1
- package/lib/table/table/props.js.map +1 -1
- package/lib/text/list/List.js +9 -9
- package/lib/text/list/List.js.map +1 -1
- package/lib/text/list/index.js +1 -1
- package/lib/text/list/index.js.map +1 -1
- package/lib/text/list/props.js +1 -1
- package/lib/text/list/props.js.map +1 -1
- package/lib/text/proportion/Proportion.js +7 -7
- package/lib/text/proportion/Proportion.js.map +1 -1
- package/lib/text/proportion/index.js +1 -1
- package/lib/text/proportion/index.js.map +1 -1
- package/lib/text/proportion/props.js +1 -1
- package/lib/text/proportion/props.js.map +1 -1
- package/lib/text/scroll-text/index.js +1 -1
- package/lib/text/scroll-text/index.js.map +1 -1
- package/lib/text/text/Text.js +7 -7
- package/lib/text/text/Text.js.map +1 -1
- package/lib/text/text/index.js +1 -1
- package/lib/text/text/index.js.map +1 -1
- package/lib/text/text/props.js +1 -1
- package/lib/text/text/props.js.map +1 -1
- package/lib/text/time-display/TimeDisplay.js +4 -4
- package/lib/text/time-display/TimeDisplay.js.map +1 -1
- package/lib/text/time-display/index.js +1 -1
- package/lib/text/time-display/index.js.map +1 -1
- package/lib/text/time-display/props.js +1 -1
- package/lib/text/time-display/props.js.map +1 -1
- package/lib/{_utils → utils}/constant.js +0 -0
- package/lib/utils/constant.js.map +1 -0
- package/lib/{_utils → utils}/props.js +0 -0
- package/lib/utils/props.js.map +1 -0
- package/lib/{_utils → utils}/request.js +0 -0
- package/lib/utils/request.js.map +1 -0
- package/lib/{_utils → utils}/util.js +0 -0
- package/lib/utils/util.js.map +1 -0
- package/lib/{_utils → utils}/withInstall.js +0 -0
- package/lib/utils/withInstall.js.map +1 -0
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +140 -140
- package/types/container/border/index.d.ts +141 -141
- package/types/container/border/props.d.ts +71 -71
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +2 -2
- package/types/container/tabs/index.d.ts +1 -1
- package/types/container/tabs/props.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +120 -120
- package/types/control/button/index.d.ts +121 -121
- package/types/control/button/props.d.ts +61 -61
- package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
- package/types/control/checkbox/index.d.ts +97 -97
- package/types/control/checkbox/props.d.ts +49 -49
- package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
- package/types/control/date-picker/index.d.ts +105 -105
- package/types/control/date-picker/props.d.ts +53 -53
- package/types/control/input/Input.vue.d.ts +96 -96
- package/types/control/input/index.d.ts +97 -97
- package/types/control/input/props.d.ts +49 -49
- package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
- package/types/control/range-picker/index.d.ts +105 -105
- package/types/control/range-picker/props.d.ts +53 -53
- package/types/control/select/Select.vue.d.ts +100 -100
- package/types/control/select/index.d.ts +101 -101
- package/types/control/select/props.d.ts +51 -51
- package/types/graph/bar/Bar.vue.d.ts +282 -310
- package/types/graph/bar/index.d.ts +282 -310
- package/types/graph/bar/props.d.ts +141 -156
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
- package/types/graph/combo-graph/index.d.ts +9 -7
- package/types/graph/combo-graph/props.d.ts +1 -1
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
- package/types/graph/custom-graph/index.d.ts +97 -97
- package/types/graph/custom-graph/props.d.ts +49 -49
- package/types/graph/line/Line.vue.d.ts +33 -3
- package/types/graph/line/index.d.ts +34 -4
- package/types/graph/line/props.d.ts +17 -1
- package/types/graph/pie/Pie.vue.d.ts +1 -1
- package/types/graph/pie/index.d.ts +2 -2
- package/types/graph/pie/props.d.ts +1 -1
- package/types/graph/scatter/index.d.ts +1 -1
- package/types/graph/scatter/props.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
- package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePickEchartsData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useTooltipFormatter.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
- package/types/hooks/useVariablesInText.d.ts +7 -0
- package/types/map/map/Map.vue.d.ts +224 -224
- package/types/map/map/index.d.ts +225 -225
- package/types/map/map/props.d.ts +113 -113
- package/types/media/image/Image.vue.d.ts +104 -104
- package/types/media/image/index.d.ts +105 -105
- package/types/media/image/props.d.ts +53 -53
- package/types/setting/page-config/index.d.ts +1 -1
- package/types/setting/provider-config/index.d.ts +1 -1
- package/types/table/table/Table.vue.d.ts +168 -168
- package/types/table/table/index.d.ts +169 -169
- package/types/table/table/props.d.ts +85 -85
- package/types/text/list/List.vue.d.ts +128 -128
- package/types/text/list/index.d.ts +129 -129
- package/types/text/list/props.d.ts +65 -65
- package/types/text/proportion/Proportion.vue.d.ts +144 -144
- package/types/text/proportion/index.d.ts +145 -145
- package/types/text/proportion/props.d.ts +73 -73
- package/types/text/scroll-text/index.d.ts +1 -1
- package/types/text/text/Text.vue.d.ts +140 -140
- package/types/text/text/index.d.ts +141 -141
- package/types/text/text/props.d.ts +71 -71
- package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
- package/types/text/time-display/index.d.ts +121 -121
- package/types/text/time-display/props.d.ts +61 -61
- package/types/{_utils → utils}/constant.d.ts +0 -0
- package/types/{_utils → utils}/props.d.ts +0 -0
- package/types/{_utils → utils}/request.d.ts +0 -0
- package/types/{_utils → utils}/util.d.ts +0 -0
- package/types/{_utils → utils}/withInstall.d.ts +0 -0
- package/es/_utils/constant.js.map +0 -1
- package/es/_utils/hooks/useDownloadFile.js.map +0 -1
- package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
- package/es/_utils/hooks/useImagePath.js.map +0 -1
- package/es/_utils/hooks/useIndicatorData.js.map +0 -1
- package/es/_utils/hooks/useOnEvent.js.map +0 -1
- package/es/_utils/hooks/usePageUrl.js.map +0 -1
- package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
- package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
- package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
- package/es/_utils/hooks/useValueFormatter.js.map +0 -1
- package/es/_utils/hooks/useVariablesInText.js.map +0 -1
- package/es/_utils/props.js.map +0 -1
- package/es/_utils/request.js.map +0 -1
- package/es/_utils/util.js.map +0 -1
- package/es/_utils/withInstall.js.map +0 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
- package/lib/_utils/constant.js.map +0 -1
- package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
- package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
- package/lib/_utils/hooks/useImagePath.js.map +0 -1
- package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
- package/lib/_utils/hooks/useOnEvent.js.map +0 -1
- package/lib/_utils/hooks/usePageUrl.js.map +0 -1
- package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
- package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
- package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
- package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
- package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
- package/lib/_utils/props.js.map +0 -1
- package/lib/_utils/request.js.map +0 -1
- package/lib/_utils/util.js.map +0 -1
- package/lib/_utils/withInstall.js.map +0 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
- package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare const EcanBar: import(
|
|
1
|
+
export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
data: {
|
|
3
3
|
type?: undefined;
|
|
4
4
|
default?: undefined;
|
|
5
5
|
} | {
|
|
6
6
|
type: any;
|
|
7
|
-
default: string | number | boolean | string[] | import("../../
|
|
7
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
8
8
|
[key: string]: any;
|
|
9
|
-
} | import("../../
|
|
9
|
+
} | import("../../utils/props").RequestParams | {
|
|
10
10
|
[key: string]: any;
|
|
11
11
|
chartType: "bar";
|
|
12
12
|
plugin: "1";
|
|
@@ -18,9 +18,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
18
18
|
default?: undefined;
|
|
19
19
|
} | {
|
|
20
20
|
type: any;
|
|
21
|
-
default: string | number | boolean | string[] | import("../../
|
|
21
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
22
22
|
[key: string]: any;
|
|
23
|
-
} | import("../../
|
|
23
|
+
} | import("../../utils/props").RequestParams | {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
chartType: "bar";
|
|
26
26
|
plugin: "1";
|
|
@@ -32,9 +32,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
32
32
|
default?: undefined;
|
|
33
33
|
} | {
|
|
34
34
|
type: any;
|
|
35
|
-
default: string | number | boolean | string[] | import("../../
|
|
35
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
36
36
|
[key: string]: any;
|
|
37
|
-
} | import("../../
|
|
37
|
+
} | import("../../utils/props").RequestParams | {
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
chartType: "bar";
|
|
40
40
|
plugin: "1";
|
|
@@ -46,9 +46,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
46
46
|
default?: undefined;
|
|
47
47
|
} | {
|
|
48
48
|
type: any;
|
|
49
|
-
default: string | number | boolean | string[] | import("../../
|
|
49
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
50
50
|
[key: string]: any;
|
|
51
|
-
} | import("../../
|
|
51
|
+
} | import("../../utils/props").RequestParams | {
|
|
52
52
|
[key: string]: any;
|
|
53
53
|
chartType: "bar";
|
|
54
54
|
plugin: "1";
|
|
@@ -60,9 +60,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
60
60
|
default?: undefined;
|
|
61
61
|
} | {
|
|
62
62
|
type: any;
|
|
63
|
-
default: string | number | boolean | string[] | import("../../
|
|
63
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
64
64
|
[key: string]: any;
|
|
65
|
-
} | import("../../
|
|
65
|
+
} | import("../../utils/props").RequestParams | {
|
|
66
66
|
[key: string]: any;
|
|
67
67
|
chartType: "bar";
|
|
68
68
|
plugin: "1";
|
|
@@ -74,9 +74,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
74
74
|
default?: undefined;
|
|
75
75
|
} | {
|
|
76
76
|
type: any;
|
|
77
|
-
default: string | number | boolean | string[] | import("../../
|
|
77
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
78
78
|
[key: string]: any;
|
|
79
|
-
} | import("../../
|
|
79
|
+
} | import("../../utils/props").RequestParams | {
|
|
80
80
|
[key: string]: any;
|
|
81
81
|
chartType: "bar";
|
|
82
82
|
plugin: "1";
|
|
@@ -88,9 +88,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
88
88
|
default?: undefined;
|
|
89
89
|
} | {
|
|
90
90
|
type: any;
|
|
91
|
-
default: string | number | boolean | string[] | import("../../
|
|
91
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
92
92
|
[key: string]: any;
|
|
93
|
-
} | import("../../
|
|
93
|
+
} | import("../../utils/props").RequestParams | {
|
|
94
94
|
[key: string]: any;
|
|
95
95
|
chartType: "bar";
|
|
96
96
|
plugin: "1";
|
|
@@ -102,9 +102,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
102
102
|
default?: undefined;
|
|
103
103
|
} | {
|
|
104
104
|
type: any;
|
|
105
|
-
default: string | number | boolean | string[] | import("../../
|
|
105
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
106
106
|
[key: string]: any;
|
|
107
|
-
} | import("../../
|
|
107
|
+
} | import("../../utils/props").RequestParams | {
|
|
108
108
|
[key: string]: any;
|
|
109
109
|
chartType: "bar";
|
|
110
110
|
plugin: "1";
|
|
@@ -116,9 +116,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
116
116
|
default?: undefined;
|
|
117
117
|
} | {
|
|
118
118
|
type: any;
|
|
119
|
-
default: string | number | boolean | string[] | import("../../
|
|
119
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
120
120
|
[key: string]: any;
|
|
121
|
-
} | import("../../
|
|
121
|
+
} | import("../../utils/props").RequestParams | {
|
|
122
122
|
[key: string]: any;
|
|
123
123
|
chartType: "bar";
|
|
124
124
|
plugin: "1";
|
|
@@ -130,9 +130,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
130
130
|
default?: undefined;
|
|
131
131
|
} | {
|
|
132
132
|
type: any;
|
|
133
|
-
default: string | number | boolean | string[] | import("../../
|
|
133
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
134
134
|
[key: string]: any;
|
|
135
|
-
} | import("../../
|
|
135
|
+
} | import("../../utils/props").RequestParams | {
|
|
136
136
|
[key: string]: any;
|
|
137
137
|
chartType: "bar";
|
|
138
138
|
plugin: "1";
|
|
@@ -144,9 +144,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
144
144
|
default?: undefined;
|
|
145
145
|
} | {
|
|
146
146
|
type: any;
|
|
147
|
-
default: string | number | boolean | string[] | import("../../
|
|
147
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
148
148
|
[key: string]: any;
|
|
149
|
-
} | import("../../
|
|
149
|
+
} | import("../../utils/props").RequestParams | {
|
|
150
150
|
[key: string]: any;
|
|
151
151
|
chartType: "bar";
|
|
152
152
|
plugin: "1";
|
|
@@ -158,9 +158,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
158
158
|
default?: undefined;
|
|
159
159
|
} | {
|
|
160
160
|
type: any;
|
|
161
|
-
default: string | number | boolean | string[] | import("../../
|
|
161
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
162
162
|
[key: string]: any;
|
|
163
|
-
} | import("../../
|
|
163
|
+
} | import("../../utils/props").RequestParams | {
|
|
164
164
|
[key: string]: any;
|
|
165
165
|
chartType: "bar";
|
|
166
166
|
plugin: "1";
|
|
@@ -172,9 +172,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
172
172
|
default?: undefined;
|
|
173
173
|
} | {
|
|
174
174
|
type: any;
|
|
175
|
-
default: string | number | boolean | string[] | import("../../
|
|
175
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
176
176
|
[key: string]: any;
|
|
177
|
-
} | import("../../
|
|
177
|
+
} | import("../../utils/props").RequestParams | {
|
|
178
178
|
[key: string]: any;
|
|
179
179
|
chartType: "bar";
|
|
180
180
|
plugin: "1";
|
|
@@ -186,9 +186,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
186
186
|
default?: undefined;
|
|
187
187
|
} | {
|
|
188
188
|
type: any;
|
|
189
|
-
default: string | number | boolean | string[] | import("../../
|
|
189
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
190
190
|
[key: string]: any;
|
|
191
|
-
} | import("../../
|
|
191
|
+
} | import("../../utils/props").RequestParams | {
|
|
192
192
|
[key: string]: any;
|
|
193
193
|
chartType: "bar";
|
|
194
194
|
plugin: "1";
|
|
@@ -200,9 +200,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
200
200
|
default?: undefined;
|
|
201
201
|
} | {
|
|
202
202
|
type: any;
|
|
203
|
-
default: string | number | boolean | string[] | import("../../
|
|
203
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
204
204
|
[key: string]: any;
|
|
205
|
-
} | import("../../
|
|
205
|
+
} | import("../../utils/props").RequestParams | {
|
|
206
206
|
[key: string]: any;
|
|
207
207
|
chartType: "bar";
|
|
208
208
|
plugin: "1";
|
|
@@ -214,9 +214,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
214
214
|
default?: undefined;
|
|
215
215
|
} | {
|
|
216
216
|
type: any;
|
|
217
|
-
default: string | number | boolean | string[] | import("../../
|
|
217
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
218
218
|
[key: string]: any;
|
|
219
|
-
} | import("../../
|
|
219
|
+
} | import("../../utils/props").RequestParams | {
|
|
220
220
|
[key: string]: any;
|
|
221
221
|
chartType: "bar";
|
|
222
222
|
plugin: "1";
|
|
@@ -228,9 +228,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
228
228
|
default?: undefined;
|
|
229
229
|
} | {
|
|
230
230
|
type: any;
|
|
231
|
-
default: string | number | boolean | string[] | import("../../
|
|
231
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
232
232
|
[key: string]: any;
|
|
233
|
-
} | import("../../
|
|
233
|
+
} | import("../../utils/props").RequestParams | {
|
|
234
234
|
[key: string]: any;
|
|
235
235
|
chartType: "bar";
|
|
236
236
|
plugin: "1";
|
|
@@ -242,9 +242,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
242
242
|
default?: undefined;
|
|
243
243
|
} | {
|
|
244
244
|
type: any;
|
|
245
|
-
default: string | number | boolean | string[] | import("../../
|
|
245
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
246
246
|
[key: string]: any;
|
|
247
|
-
} | import("../../
|
|
247
|
+
} | import("../../utils/props").RequestParams | {
|
|
248
248
|
[key: string]: any;
|
|
249
249
|
chartType: "bar";
|
|
250
250
|
plugin: "1";
|
|
@@ -256,9 +256,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
256
256
|
default?: undefined;
|
|
257
257
|
} | {
|
|
258
258
|
type: any;
|
|
259
|
-
default: string | number | boolean | string[] | import("../../
|
|
259
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
260
260
|
[key: string]: any;
|
|
261
|
-
} | import("../../
|
|
261
|
+
} | import("../../utils/props").RequestParams | {
|
|
262
262
|
[key: string]: any;
|
|
263
263
|
chartType: "bar";
|
|
264
264
|
plugin: "1";
|
|
@@ -270,9 +270,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
270
270
|
default?: undefined;
|
|
271
271
|
} | {
|
|
272
272
|
type: any;
|
|
273
|
-
default: string | number | boolean | string[] | import("../../
|
|
273
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
274
274
|
[key: string]: any;
|
|
275
|
-
} | import("../../
|
|
275
|
+
} | import("../../utils/props").RequestParams | {
|
|
276
276
|
[key: string]: any;
|
|
277
277
|
chartType: "bar";
|
|
278
278
|
plugin: "1";
|
|
@@ -284,9 +284,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
284
284
|
default?: undefined;
|
|
285
285
|
} | {
|
|
286
286
|
type: any;
|
|
287
|
-
default: string | number | boolean | string[] | import("../../
|
|
287
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
288
288
|
[key: string]: any;
|
|
289
|
-
} | import("../../
|
|
289
|
+
} | import("../../utils/props").RequestParams | {
|
|
290
290
|
[key: string]: any;
|
|
291
291
|
chartType: "bar";
|
|
292
292
|
plugin: "1";
|
|
@@ -298,9 +298,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
298
298
|
default?: undefined;
|
|
299
299
|
} | {
|
|
300
300
|
type: any;
|
|
301
|
-
default: string | number | boolean | string[] | import("../../
|
|
301
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
302
302
|
[key: string]: any;
|
|
303
|
-
} | import("../../
|
|
303
|
+
} | import("../../utils/props").RequestParams | {
|
|
304
304
|
[key: string]: any;
|
|
305
305
|
chartType: "bar";
|
|
306
306
|
plugin: "1";
|
|
@@ -312,9 +312,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
312
312
|
default?: undefined;
|
|
313
313
|
} | {
|
|
314
314
|
type: any;
|
|
315
|
-
default: string | number | boolean | string[] | import("../../
|
|
315
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
316
316
|
[key: string]: any;
|
|
317
|
-
} | import("../../
|
|
317
|
+
} | import("../../utils/props").RequestParams | {
|
|
318
318
|
[key: string]: any;
|
|
319
319
|
chartType: "bar";
|
|
320
320
|
plugin: "1";
|
|
@@ -326,9 +326,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
326
326
|
default?: undefined;
|
|
327
327
|
} | {
|
|
328
328
|
type: any;
|
|
329
|
-
default: string | number | boolean | string[] | import("../../
|
|
329
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
330
330
|
[key: string]: any;
|
|
331
|
-
} | import("../../
|
|
331
|
+
} | import("../../utils/props").RequestParams | {
|
|
332
332
|
[key: string]: any;
|
|
333
333
|
chartType: "bar";
|
|
334
334
|
plugin: "1";
|
|
@@ -340,9 +340,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
340
340
|
default?: undefined;
|
|
341
341
|
} | {
|
|
342
342
|
type: any;
|
|
343
|
-
default: string | number | boolean | string[] | import("../../
|
|
343
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
344
344
|
[key: string]: any;
|
|
345
|
-
} | import("../../
|
|
345
|
+
} | import("../../utils/props").RequestParams | {
|
|
346
346
|
[key: string]: any;
|
|
347
347
|
chartType: "bar";
|
|
348
348
|
plugin: "1";
|
|
@@ -354,9 +354,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
354
354
|
default?: undefined;
|
|
355
355
|
} | {
|
|
356
356
|
type: any;
|
|
357
|
-
default: string | number | boolean | string[] | import("../../
|
|
357
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
358
358
|
[key: string]: any;
|
|
359
|
-
} | import("../../
|
|
359
|
+
} | import("../../utils/props").RequestParams | {
|
|
360
360
|
[key: string]: any;
|
|
361
361
|
chartType: "bar";
|
|
362
362
|
plugin: "1";
|
|
@@ -368,23 +368,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
368
368
|
default?: undefined;
|
|
369
369
|
} | {
|
|
370
370
|
type: any;
|
|
371
|
-
default: string | number | boolean | string[] | import("../../
|
|
371
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
372
372
|
[key: string]: any;
|
|
373
|
-
} | import("../../
|
|
374
|
-
[key: string]: any;
|
|
375
|
-
chartType: "bar";
|
|
376
|
-
plugin: "1";
|
|
377
|
-
layer: "2";
|
|
378
|
-
};
|
|
379
|
-
};
|
|
380
|
-
tooltipTrigger: {
|
|
381
|
-
type?: undefined;
|
|
382
|
-
default?: undefined;
|
|
383
|
-
} | {
|
|
384
|
-
type: any;
|
|
385
|
-
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
386
|
-
[key: string]: any;
|
|
387
|
-
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
373
|
+
} | import("../../utils/props").RequestParams | {
|
|
388
374
|
[key: string]: any;
|
|
389
375
|
chartType: "bar";
|
|
390
376
|
plugin: "1";
|
|
@@ -396,9 +382,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
396
382
|
default?: undefined;
|
|
397
383
|
} | {
|
|
398
384
|
type: any;
|
|
399
|
-
default: string | number | boolean | string[] | import("../../
|
|
385
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
400
386
|
[key: string]: any;
|
|
401
|
-
} | import("../../
|
|
387
|
+
} | import("../../utils/props").RequestParams | {
|
|
402
388
|
[key: string]: any;
|
|
403
389
|
chartType: "bar";
|
|
404
390
|
plugin: "1";
|
|
@@ -410,9 +396,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
410
396
|
default?: undefined;
|
|
411
397
|
} | {
|
|
412
398
|
type: any;
|
|
413
|
-
default: string | number | boolean | string[] | import("../../
|
|
399
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
414
400
|
[key: string]: any;
|
|
415
|
-
} | import("../../
|
|
401
|
+
} | import("../../utils/props").RequestParams | {
|
|
416
402
|
[key: string]: any;
|
|
417
403
|
chartType: "bar";
|
|
418
404
|
plugin: "1";
|
|
@@ -424,9 +410,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
424
410
|
default?: undefined;
|
|
425
411
|
} | {
|
|
426
412
|
type: any;
|
|
427
|
-
default: string | number | boolean | string[] | import("../../
|
|
413
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
428
414
|
[key: string]: any;
|
|
429
|
-
} | import("../../
|
|
415
|
+
} | import("../../utils/props").RequestParams | {
|
|
430
416
|
[key: string]: any;
|
|
431
417
|
chartType: "bar";
|
|
432
418
|
plugin: "1";
|
|
@@ -438,9 +424,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
438
424
|
default?: undefined;
|
|
439
425
|
} | {
|
|
440
426
|
type: any;
|
|
441
|
-
default: string | number | boolean | string[] | import("../../
|
|
427
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
442
428
|
[key: string]: any;
|
|
443
|
-
} | import("../../
|
|
429
|
+
} | import("../../utils/props").RequestParams | {
|
|
444
430
|
[key: string]: any;
|
|
445
431
|
chartType: "bar";
|
|
446
432
|
plugin: "1";
|
|
@@ -452,9 +438,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
452
438
|
default?: undefined;
|
|
453
439
|
} | {
|
|
454
440
|
type: any;
|
|
455
|
-
default: string | number | boolean | string[] | import("../../
|
|
441
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
456
442
|
[key: string]: any;
|
|
457
|
-
} | import("../../
|
|
443
|
+
} | import("../../utils/props").RequestParams | {
|
|
458
444
|
[key: string]: any;
|
|
459
445
|
chartType: "bar";
|
|
460
446
|
plugin: "1";
|
|
@@ -466,9 +452,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
466
452
|
default?: undefined;
|
|
467
453
|
} | {
|
|
468
454
|
type: any;
|
|
469
|
-
default: string | number | boolean | string[] | import("../../
|
|
455
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
470
456
|
[key: string]: any;
|
|
471
|
-
} | import("../../
|
|
457
|
+
} | import("../../utils/props").RequestParams | {
|
|
472
458
|
[key: string]: any;
|
|
473
459
|
chartType: "bar";
|
|
474
460
|
plugin: "1";
|
|
@@ -480,9 +466,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
480
466
|
default?: undefined;
|
|
481
467
|
} | {
|
|
482
468
|
type: any;
|
|
483
|
-
default: string | number | boolean | string[] | import("../../
|
|
469
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
484
470
|
[key: string]: any;
|
|
485
|
-
} | import("../../
|
|
471
|
+
} | import("../../utils/props").RequestParams | {
|
|
486
472
|
[key: string]: any;
|
|
487
473
|
chartType: "bar";
|
|
488
474
|
plugin: "1";
|
|
@@ -494,9 +480,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
494
480
|
default?: undefined;
|
|
495
481
|
} | {
|
|
496
482
|
type: any;
|
|
497
|
-
default: string | number | boolean | string[] | import("../../
|
|
483
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
498
484
|
[key: string]: any;
|
|
499
|
-
} | import("../../
|
|
485
|
+
} | import("../../utils/props").RequestParams | {
|
|
500
486
|
[key: string]: any;
|
|
501
487
|
chartType: "bar";
|
|
502
488
|
plugin: "1";
|
|
@@ -508,9 +494,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
508
494
|
default?: undefined;
|
|
509
495
|
} | {
|
|
510
496
|
type: any;
|
|
511
|
-
default: string | number | boolean | string[] | import("../../
|
|
497
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
512
498
|
[key: string]: any;
|
|
513
|
-
} | import("../../
|
|
499
|
+
} | import("../../utils/props").RequestParams | {
|
|
514
500
|
[key: string]: any;
|
|
515
501
|
chartType: "bar";
|
|
516
502
|
plugin: "1";
|
|
@@ -522,9 +508,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
522
508
|
default?: undefined;
|
|
523
509
|
} | {
|
|
524
510
|
type: any;
|
|
525
|
-
default: string | number | boolean | string[] | import("../../
|
|
511
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
526
512
|
[key: string]: any;
|
|
527
|
-
} | import("../../
|
|
513
|
+
} | import("../../utils/props").RequestParams | {
|
|
528
514
|
[key: string]: any;
|
|
529
515
|
chartType: "bar";
|
|
530
516
|
plugin: "1";
|
|
@@ -536,9 +522,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
536
522
|
default?: undefined;
|
|
537
523
|
} | {
|
|
538
524
|
type: any;
|
|
539
|
-
default: string | number | boolean | string[] | import("../../
|
|
525
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
540
526
|
[key: string]: any;
|
|
541
|
-
} | import("../../
|
|
527
|
+
} | import("../../utils/props").RequestParams | {
|
|
542
528
|
[key: string]: any;
|
|
543
529
|
chartType: "bar";
|
|
544
530
|
plugin: "1";
|
|
@@ -550,9 +536,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
550
536
|
default?: undefined;
|
|
551
537
|
} | {
|
|
552
538
|
type: any;
|
|
553
|
-
default: string | number | boolean | string[] | import("../../
|
|
539
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
554
540
|
[key: string]: any;
|
|
555
|
-
} | import("../../
|
|
541
|
+
} | import("../../utils/props").RequestParams | {
|
|
556
542
|
[key: string]: any;
|
|
557
543
|
chartType: "bar";
|
|
558
544
|
plugin: "1";
|
|
@@ -564,9 +550,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
564
550
|
default?: undefined;
|
|
565
551
|
} | {
|
|
566
552
|
type: any;
|
|
567
|
-
default: string | number | boolean | string[] | import("../../
|
|
553
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
568
554
|
[key: string]: any;
|
|
569
|
-
} | import("../../
|
|
555
|
+
} | import("../../utils/props").RequestParams | {
|
|
570
556
|
[key: string]: any;
|
|
571
557
|
chartType: "bar";
|
|
572
558
|
plugin: "1";
|
|
@@ -578,9 +564,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
578
564
|
default?: undefined;
|
|
579
565
|
} | {
|
|
580
566
|
type: any;
|
|
581
|
-
default: string | number | boolean | string[] | import("../../
|
|
567
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
582
568
|
[key: string]: any;
|
|
583
|
-
} | import("../../
|
|
569
|
+
} | import("../../utils/props").RequestParams | {
|
|
584
570
|
[key: string]: any;
|
|
585
571
|
chartType: "bar";
|
|
586
572
|
plugin: "1";
|
|
@@ -592,9 +578,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
592
578
|
default?: undefined;
|
|
593
579
|
} | {
|
|
594
580
|
type: any;
|
|
595
|
-
default: string | number | boolean | string[] | import("../../
|
|
581
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
596
582
|
[key: string]: any;
|
|
597
|
-
} | import("../../
|
|
583
|
+
} | import("../../utils/props").RequestParams | {
|
|
598
584
|
[key: string]: any;
|
|
599
585
|
chartType: "bar";
|
|
600
586
|
plugin: "1";
|
|
@@ -606,9 +592,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
606
592
|
default?: undefined;
|
|
607
593
|
} | {
|
|
608
594
|
type: any;
|
|
609
|
-
default: string | number | boolean | string[] | import("../../
|
|
595
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
610
596
|
[key: string]: any;
|
|
611
|
-
} | import("../../
|
|
597
|
+
} | import("../../utils/props").RequestParams | {
|
|
612
598
|
[key: string]: any;
|
|
613
599
|
chartType: "bar";
|
|
614
600
|
plugin: "1";
|
|
@@ -620,9 +606,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
620
606
|
default?: undefined;
|
|
621
607
|
} | {
|
|
622
608
|
type: any;
|
|
623
|
-
default: string | number | boolean | string[] | import("../../
|
|
609
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
624
610
|
[key: string]: any;
|
|
625
|
-
} | import("../../
|
|
611
|
+
} | import("../../utils/props").RequestParams | {
|
|
626
612
|
[key: string]: any;
|
|
627
613
|
chartType: "bar";
|
|
628
614
|
plugin: "1";
|
|
@@ -634,9 +620,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
634
620
|
default?: undefined;
|
|
635
621
|
} | {
|
|
636
622
|
type: any;
|
|
637
|
-
default: string | number | boolean | string[] | import("../../
|
|
623
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
638
624
|
[key: string]: any;
|
|
639
|
-
} | import("../../
|
|
625
|
+
} | import("../../utils/props").RequestParams | {
|
|
640
626
|
[key: string]: any;
|
|
641
627
|
chartType: "bar";
|
|
642
628
|
plugin: "1";
|
|
@@ -648,9 +634,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
648
634
|
default?: undefined;
|
|
649
635
|
} | {
|
|
650
636
|
type: any;
|
|
651
|
-
default: string | number | boolean | string[] | import("../../
|
|
637
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
652
638
|
[key: string]: any;
|
|
653
|
-
} | import("../../
|
|
639
|
+
} | import("../../utils/props").RequestParams | {
|
|
654
640
|
[key: string]: any;
|
|
655
641
|
chartType: "bar";
|
|
656
642
|
plugin: "1";
|
|
@@ -662,9 +648,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
662
648
|
default?: undefined;
|
|
663
649
|
} | {
|
|
664
650
|
type: any;
|
|
665
|
-
default: string | number | boolean | string[] | import("../../
|
|
651
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
666
652
|
[key: string]: any;
|
|
667
|
-
} | import("../../
|
|
653
|
+
} | import("../../utils/props").RequestParams | {
|
|
668
654
|
[key: string]: any;
|
|
669
655
|
chartType: "bar";
|
|
670
656
|
plugin: "1";
|
|
@@ -676,9 +662,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
676
662
|
default?: undefined;
|
|
677
663
|
} | {
|
|
678
664
|
type: any;
|
|
679
|
-
default: string | number | boolean | string[] | import("../../
|
|
665
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
680
666
|
[key: string]: any;
|
|
681
|
-
} | import("../../
|
|
667
|
+
} | import("../../utils/props").RequestParams | {
|
|
682
668
|
[key: string]: any;
|
|
683
669
|
chartType: "bar";
|
|
684
670
|
plugin: "1";
|
|
@@ -690,9 +676,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
690
676
|
default?: undefined;
|
|
691
677
|
} | {
|
|
692
678
|
type: any;
|
|
693
|
-
default: string | number | boolean | string[] | import("../../
|
|
679
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
694
680
|
[key: string]: any;
|
|
695
|
-
} | import("../../
|
|
681
|
+
} | import("../../utils/props").RequestParams | {
|
|
696
682
|
[key: string]: any;
|
|
697
683
|
chartType: "bar";
|
|
698
684
|
plugin: "1";
|
|
@@ -704,9 +690,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
704
690
|
default?: undefined;
|
|
705
691
|
} | {
|
|
706
692
|
type: any;
|
|
707
|
-
default: string | number | boolean | string[] | import("../../
|
|
693
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
708
694
|
[key: string]: any;
|
|
709
|
-
} | import("../../
|
|
695
|
+
} | import("../../utils/props").RequestParams | {
|
|
710
696
|
[key: string]: any;
|
|
711
697
|
chartType: "bar";
|
|
712
698
|
plugin: "1";
|
|
@@ -718,9 +704,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
718
704
|
default?: undefined;
|
|
719
705
|
} | {
|
|
720
706
|
type: any;
|
|
721
|
-
default: string | number | boolean | string[] | import("../../
|
|
707
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
722
708
|
[key: string]: any;
|
|
723
|
-
} | import("../../
|
|
709
|
+
} | import("../../utils/props").RequestParams | {
|
|
724
710
|
[key: string]: any;
|
|
725
711
|
chartType: "bar";
|
|
726
712
|
plugin: "1";
|
|
@@ -732,9 +718,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
732
718
|
default?: undefined;
|
|
733
719
|
} | {
|
|
734
720
|
type: any;
|
|
735
|
-
default: string | number | boolean | string[] | import("../../
|
|
721
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
736
722
|
[key: string]: any;
|
|
737
|
-
} | import("../../
|
|
723
|
+
} | import("../../utils/props").RequestParams | {
|
|
738
724
|
[key: string]: any;
|
|
739
725
|
chartType: "bar";
|
|
740
726
|
plugin: "1";
|
|
@@ -746,9 +732,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
746
732
|
default?: undefined;
|
|
747
733
|
} | {
|
|
748
734
|
type: any;
|
|
749
|
-
default: string | number | boolean | string[] | import("../../
|
|
735
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
750
736
|
[key: string]: any;
|
|
751
|
-
} | import("../../
|
|
737
|
+
} | import("../../utils/props").RequestParams | {
|
|
752
738
|
[key: string]: any;
|
|
753
739
|
chartType: "bar";
|
|
754
740
|
plugin: "1";
|
|
@@ -760,9 +746,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
760
746
|
default?: undefined;
|
|
761
747
|
} | {
|
|
762
748
|
type: any;
|
|
763
|
-
default: string | number | boolean | string[] | import("../../
|
|
749
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
764
750
|
[key: string]: any;
|
|
765
|
-
} | import("../../
|
|
751
|
+
} | import("../../utils/props").RequestParams | {
|
|
766
752
|
[key: string]: any;
|
|
767
753
|
chartType: "bar";
|
|
768
754
|
plugin: "1";
|
|
@@ -774,9 +760,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
774
760
|
default?: undefined;
|
|
775
761
|
} | {
|
|
776
762
|
type: any;
|
|
777
|
-
default: string | number | boolean | string[] | import("../../
|
|
763
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
778
764
|
[key: string]: any;
|
|
779
|
-
} | import("../../
|
|
765
|
+
} | import("../../utils/props").RequestParams | {
|
|
780
766
|
[key: string]: any;
|
|
781
767
|
chartType: "bar";
|
|
782
768
|
plugin: "1";
|
|
@@ -788,9 +774,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
788
774
|
default?: undefined;
|
|
789
775
|
} | {
|
|
790
776
|
type: any;
|
|
791
|
-
default: string | number | boolean | string[] | import("../../
|
|
777
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
792
778
|
[key: string]: any;
|
|
793
|
-
} | import("../../
|
|
779
|
+
} | import("../../utils/props").RequestParams | {
|
|
794
780
|
[key: string]: any;
|
|
795
781
|
chartType: "bar";
|
|
796
782
|
plugin: "1";
|
|
@@ -802,9 +788,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
802
788
|
default?: undefined;
|
|
803
789
|
} | {
|
|
804
790
|
type: any;
|
|
805
|
-
default: string | number | boolean | string[] | import("../../
|
|
791
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
806
792
|
[key: string]: any;
|
|
807
|
-
} | import("../../
|
|
793
|
+
} | import("../../utils/props").RequestParams | {
|
|
808
794
|
[key: string]: any;
|
|
809
795
|
chartType: "bar";
|
|
810
796
|
plugin: "1";
|
|
@@ -816,9 +802,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
816
802
|
default?: undefined;
|
|
817
803
|
} | {
|
|
818
804
|
type: any;
|
|
819
|
-
default: string | number | boolean | string[] | import("../../
|
|
805
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
820
806
|
[key: string]: any;
|
|
821
|
-
} | import("../../
|
|
807
|
+
} | import("../../utils/props").RequestParams | {
|
|
822
808
|
[key: string]: any;
|
|
823
809
|
chartType: "bar";
|
|
824
810
|
plugin: "1";
|
|
@@ -830,9 +816,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
830
816
|
default?: undefined;
|
|
831
817
|
} | {
|
|
832
818
|
type: any;
|
|
833
|
-
default: string | number | boolean | string[] | import("../../
|
|
819
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
834
820
|
[key: string]: any;
|
|
835
|
-
} | import("../../
|
|
821
|
+
} | import("../../utils/props").RequestParams | {
|
|
836
822
|
[key: string]: any;
|
|
837
823
|
chartType: "bar";
|
|
838
824
|
plugin: "1";
|
|
@@ -844,9 +830,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
844
830
|
default?: undefined;
|
|
845
831
|
} | {
|
|
846
832
|
type: any;
|
|
847
|
-
default: string | number | boolean | string[] | import("../../
|
|
833
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
848
834
|
[key: string]: any;
|
|
849
|
-
} | import("../../
|
|
835
|
+
} | import("../../utils/props").RequestParams | {
|
|
850
836
|
[key: string]: any;
|
|
851
837
|
chartType: "bar";
|
|
852
838
|
plugin: "1";
|
|
@@ -858,9 +844,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
858
844
|
default?: undefined;
|
|
859
845
|
} | {
|
|
860
846
|
type: any;
|
|
861
|
-
default: string | number | boolean | string[] | import("../../
|
|
847
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
862
848
|
[key: string]: any;
|
|
863
|
-
} | import("../../
|
|
849
|
+
} | import("../../utils/props").RequestParams | {
|
|
864
850
|
[key: string]: any;
|
|
865
851
|
chartType: "bar";
|
|
866
852
|
plugin: "1";
|
|
@@ -872,9 +858,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
872
858
|
default?: undefined;
|
|
873
859
|
} | {
|
|
874
860
|
type: any;
|
|
875
|
-
default: string | number | boolean | string[] | import("../../
|
|
861
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
876
862
|
[key: string]: any;
|
|
877
|
-
} | import("../../
|
|
863
|
+
} | import("../../utils/props").RequestParams | {
|
|
878
864
|
[key: string]: any;
|
|
879
865
|
chartType: "bar";
|
|
880
866
|
plugin: "1";
|
|
@@ -886,9 +872,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
886
872
|
default?: undefined;
|
|
887
873
|
} | {
|
|
888
874
|
type: any;
|
|
889
|
-
default: string | number | boolean | string[] | import("../../
|
|
875
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
890
876
|
[key: string]: any;
|
|
891
|
-
} | import("../../
|
|
877
|
+
} | import("../../utils/props").RequestParams | {
|
|
892
878
|
[key: string]: any;
|
|
893
879
|
chartType: "bar";
|
|
894
880
|
plugin: "1";
|
|
@@ -900,9 +886,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
900
886
|
default?: undefined;
|
|
901
887
|
} | {
|
|
902
888
|
type: any;
|
|
903
|
-
default: string | number | boolean | string[] | import("../../
|
|
889
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
904
890
|
[key: string]: any;
|
|
905
|
-
} | import("../../
|
|
891
|
+
} | import("../../utils/props").RequestParams | {
|
|
906
892
|
[key: string]: any;
|
|
907
893
|
chartType: "bar";
|
|
908
894
|
plugin: "1";
|
|
@@ -914,9 +900,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
914
900
|
default?: undefined;
|
|
915
901
|
} | {
|
|
916
902
|
type: any;
|
|
917
|
-
default: string | number | boolean | string[] | import("../../
|
|
903
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
918
904
|
[key: string]: any;
|
|
919
|
-
} | import("../../
|
|
905
|
+
} | import("../../utils/props").RequestParams | {
|
|
920
906
|
[key: string]: any;
|
|
921
907
|
chartType: "bar";
|
|
922
908
|
plugin: "1";
|
|
@@ -928,9 +914,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
928
914
|
default?: undefined;
|
|
929
915
|
} | {
|
|
930
916
|
type: any;
|
|
931
|
-
default: string | number | boolean | string[] | import("../../
|
|
917
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
932
918
|
[key: string]: any;
|
|
933
|
-
} | import("../../
|
|
919
|
+
} | import("../../utils/props").RequestParams | {
|
|
934
920
|
[key: string]: any;
|
|
935
921
|
chartType: "bar";
|
|
936
922
|
plugin: "1";
|
|
@@ -942,9 +928,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
942
928
|
default?: undefined;
|
|
943
929
|
} | {
|
|
944
930
|
type: any;
|
|
945
|
-
default: string | number | boolean | string[] | import("../../
|
|
931
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
946
932
|
[key: string]: any;
|
|
947
|
-
} | import("../../
|
|
933
|
+
} | import("../../utils/props").RequestParams | {
|
|
948
934
|
[key: string]: any;
|
|
949
935
|
chartType: "bar";
|
|
950
936
|
plugin: "1";
|
|
@@ -956,9 +942,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
956
942
|
default?: undefined;
|
|
957
943
|
} | {
|
|
958
944
|
type: any;
|
|
959
|
-
default: string | number | boolean | string[] | import("../../
|
|
945
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
960
946
|
[key: string]: any;
|
|
961
|
-
} | import("../../
|
|
947
|
+
} | import("../../utils/props").RequestParams | {
|
|
962
948
|
[key: string]: any;
|
|
963
949
|
chartType: "bar";
|
|
964
950
|
plugin: "1";
|
|
@@ -970,9 +956,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
970
956
|
default?: undefined;
|
|
971
957
|
} | {
|
|
972
958
|
type: any;
|
|
973
|
-
default: string | number | boolean | string[] | import("../../
|
|
959
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
974
960
|
[key: string]: any;
|
|
975
|
-
} | import("../../
|
|
961
|
+
} | import("../../utils/props").RequestParams | {
|
|
976
962
|
[key: string]: any;
|
|
977
963
|
chartType: "bar";
|
|
978
964
|
plugin: "1";
|
|
@@ -984,9 +970,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
984
970
|
default?: undefined;
|
|
985
971
|
} | {
|
|
986
972
|
type: any;
|
|
987
|
-
default: string | number | boolean | string[] | import("../../
|
|
973
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
988
974
|
[key: string]: any;
|
|
989
|
-
} | import("../../
|
|
975
|
+
} | import("../../utils/props").RequestParams | {
|
|
990
976
|
[key: string]: any;
|
|
991
977
|
chartType: "bar";
|
|
992
978
|
plugin: "1";
|
|
@@ -1066,7 +1052,7 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1066
1052
|
show: string | number | boolean | {
|
|
1067
1053
|
[key: string]: any;
|
|
1068
1054
|
};
|
|
1069
|
-
formatter: string;
|
|
1055
|
+
formatter: (params: any) => string;
|
|
1070
1056
|
textStyle: {
|
|
1071
1057
|
color: string | number | boolean | {
|
|
1072
1058
|
[key: string]: any;
|
|
@@ -1185,9 +1171,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1185
1171
|
default?: undefined;
|
|
1186
1172
|
} | {
|
|
1187
1173
|
type: any;
|
|
1188
|
-
default: string | number | boolean | string[] | import("../../
|
|
1174
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1189
1175
|
[key: string]: any;
|
|
1190
|
-
} | import("../../
|
|
1176
|
+
} | import("../../utils/props").RequestParams | {
|
|
1191
1177
|
[key: string]: any;
|
|
1192
1178
|
chartType: "bar";
|
|
1193
1179
|
plugin: "1";
|
|
@@ -1199,9 +1185,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1199
1185
|
default?: undefined;
|
|
1200
1186
|
} | {
|
|
1201
1187
|
type: any;
|
|
1202
|
-
default: string | number | boolean | string[] | import("../../
|
|
1188
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1203
1189
|
[key: string]: any;
|
|
1204
|
-
} | import("../../
|
|
1190
|
+
} | import("../../utils/props").RequestParams | {
|
|
1205
1191
|
[key: string]: any;
|
|
1206
1192
|
chartType: "bar";
|
|
1207
1193
|
plugin: "1";
|
|
@@ -1213,9 +1199,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1213
1199
|
default?: undefined;
|
|
1214
1200
|
} | {
|
|
1215
1201
|
type: any;
|
|
1216
|
-
default: string | number | boolean | string[] | import("../../
|
|
1202
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1217
1203
|
[key: string]: any;
|
|
1218
|
-
} | import("../../
|
|
1204
|
+
} | import("../../utils/props").RequestParams | {
|
|
1219
1205
|
[key: string]: any;
|
|
1220
1206
|
chartType: "bar";
|
|
1221
1207
|
plugin: "1";
|
|
@@ -1227,9 +1213,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1227
1213
|
default?: undefined;
|
|
1228
1214
|
} | {
|
|
1229
1215
|
type: any;
|
|
1230
|
-
default: string | number | boolean | string[] | import("../../
|
|
1216
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1231
1217
|
[key: string]: any;
|
|
1232
|
-
} | import("../../
|
|
1218
|
+
} | import("../../utils/props").RequestParams | {
|
|
1233
1219
|
[key: string]: any;
|
|
1234
1220
|
chartType: "bar";
|
|
1235
1221
|
plugin: "1";
|
|
@@ -1241,9 +1227,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1241
1227
|
default?: undefined;
|
|
1242
1228
|
} | {
|
|
1243
1229
|
type: any;
|
|
1244
|
-
default: string | number | boolean | string[] | import("../../
|
|
1230
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1245
1231
|
[key: string]: any;
|
|
1246
|
-
} | import("../../
|
|
1232
|
+
} | import("../../utils/props").RequestParams | {
|
|
1247
1233
|
[key: string]: any;
|
|
1248
1234
|
chartType: "bar";
|
|
1249
1235
|
plugin: "1";
|
|
@@ -1255,9 +1241,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1255
1241
|
default?: undefined;
|
|
1256
1242
|
} | {
|
|
1257
1243
|
type: any;
|
|
1258
|
-
default: string | number | boolean | string[] | import("../../
|
|
1244
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1259
1245
|
[key: string]: any;
|
|
1260
|
-
} | import("../../
|
|
1246
|
+
} | import("../../utils/props").RequestParams | {
|
|
1261
1247
|
[key: string]: any;
|
|
1262
1248
|
chartType: "bar";
|
|
1263
1249
|
plugin: "1";
|
|
@@ -1269,9 +1255,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1269
1255
|
default?: undefined;
|
|
1270
1256
|
} | {
|
|
1271
1257
|
type: any;
|
|
1272
|
-
default: string | number | boolean | string[] | import("../../
|
|
1258
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1273
1259
|
[key: string]: any;
|
|
1274
|
-
} | import("../../
|
|
1260
|
+
} | import("../../utils/props").RequestParams | {
|
|
1275
1261
|
[key: string]: any;
|
|
1276
1262
|
chartType: "bar";
|
|
1277
1263
|
plugin: "1";
|
|
@@ -1283,9 +1269,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1283
1269
|
default?: undefined;
|
|
1284
1270
|
} | {
|
|
1285
1271
|
type: any;
|
|
1286
|
-
default: string | number | boolean | string[] | import("../../
|
|
1272
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1287
1273
|
[key: string]: any;
|
|
1288
|
-
} | import("../../
|
|
1274
|
+
} | import("../../utils/props").RequestParams | {
|
|
1289
1275
|
[key: string]: any;
|
|
1290
1276
|
chartType: "bar";
|
|
1291
1277
|
plugin: "1";
|
|
@@ -1297,9 +1283,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1297
1283
|
default?: undefined;
|
|
1298
1284
|
} | {
|
|
1299
1285
|
type: any;
|
|
1300
|
-
default: string | number | boolean | string[] | import("../../
|
|
1286
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1301
1287
|
[key: string]: any;
|
|
1302
|
-
} | import("../../
|
|
1288
|
+
} | import("../../utils/props").RequestParams | {
|
|
1303
1289
|
[key: string]: any;
|
|
1304
1290
|
chartType: "bar";
|
|
1305
1291
|
plugin: "1";
|
|
@@ -1311,9 +1297,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1311
1297
|
default?: undefined;
|
|
1312
1298
|
} | {
|
|
1313
1299
|
type: any;
|
|
1314
|
-
default: string | number | boolean | string[] | import("../../
|
|
1300
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1315
1301
|
[key: string]: any;
|
|
1316
|
-
} | import("../../
|
|
1302
|
+
} | import("../../utils/props").RequestParams | {
|
|
1317
1303
|
[key: string]: any;
|
|
1318
1304
|
chartType: "bar";
|
|
1319
1305
|
plugin: "1";
|
|
@@ -1325,9 +1311,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1325
1311
|
default?: undefined;
|
|
1326
1312
|
} | {
|
|
1327
1313
|
type: any;
|
|
1328
|
-
default: string | number | boolean | string[] | import("../../
|
|
1314
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1329
1315
|
[key: string]: any;
|
|
1330
|
-
} | import("../../
|
|
1316
|
+
} | import("../../utils/props").RequestParams | {
|
|
1331
1317
|
[key: string]: any;
|
|
1332
1318
|
chartType: "bar";
|
|
1333
1319
|
plugin: "1";
|
|
@@ -1339,9 +1325,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1339
1325
|
default?: undefined;
|
|
1340
1326
|
} | {
|
|
1341
1327
|
type: any;
|
|
1342
|
-
default: string | number | boolean | string[] | import("../../
|
|
1328
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1343
1329
|
[key: string]: any;
|
|
1344
|
-
} | import("../../
|
|
1330
|
+
} | import("../../utils/props").RequestParams | {
|
|
1345
1331
|
[key: string]: any;
|
|
1346
1332
|
chartType: "bar";
|
|
1347
1333
|
plugin: "1";
|
|
@@ -1353,9 +1339,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1353
1339
|
default?: undefined;
|
|
1354
1340
|
} | {
|
|
1355
1341
|
type: any;
|
|
1356
|
-
default: string | number | boolean | string[] | import("../../
|
|
1342
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1357
1343
|
[key: string]: any;
|
|
1358
|
-
} | import("../../
|
|
1344
|
+
} | import("../../utils/props").RequestParams | {
|
|
1359
1345
|
[key: string]: any;
|
|
1360
1346
|
chartType: "bar";
|
|
1361
1347
|
plugin: "1";
|
|
@@ -1367,9 +1353,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1367
1353
|
default?: undefined;
|
|
1368
1354
|
} | {
|
|
1369
1355
|
type: any;
|
|
1370
|
-
default: string | number | boolean | string[] | import("../../
|
|
1356
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1371
1357
|
[key: string]: any;
|
|
1372
|
-
} | import("../../
|
|
1358
|
+
} | import("../../utils/props").RequestParams | {
|
|
1373
1359
|
[key: string]: any;
|
|
1374
1360
|
chartType: "bar";
|
|
1375
1361
|
plugin: "1";
|
|
@@ -1381,9 +1367,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1381
1367
|
default?: undefined;
|
|
1382
1368
|
} | {
|
|
1383
1369
|
type: any;
|
|
1384
|
-
default: string | number | boolean | string[] | import("../../
|
|
1370
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1385
1371
|
[key: string]: any;
|
|
1386
|
-
} | import("../../
|
|
1372
|
+
} | import("../../utils/props").RequestParams | {
|
|
1387
1373
|
[key: string]: any;
|
|
1388
1374
|
chartType: "bar";
|
|
1389
1375
|
plugin: "1";
|
|
@@ -1395,9 +1381,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1395
1381
|
default?: undefined;
|
|
1396
1382
|
} | {
|
|
1397
1383
|
type: any;
|
|
1398
|
-
default: string | number | boolean | string[] | import("../../
|
|
1384
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1399
1385
|
[key: string]: any;
|
|
1400
|
-
} | import("../../
|
|
1386
|
+
} | import("../../utils/props").RequestParams | {
|
|
1401
1387
|
[key: string]: any;
|
|
1402
1388
|
chartType: "bar";
|
|
1403
1389
|
plugin: "1";
|
|
@@ -1409,9 +1395,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1409
1395
|
default?: undefined;
|
|
1410
1396
|
} | {
|
|
1411
1397
|
type: any;
|
|
1412
|
-
default: string | number | boolean | string[] | import("../../
|
|
1398
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1413
1399
|
[key: string]: any;
|
|
1414
|
-
} | import("../../
|
|
1400
|
+
} | import("../../utils/props").RequestParams | {
|
|
1415
1401
|
[key: string]: any;
|
|
1416
1402
|
chartType: "bar";
|
|
1417
1403
|
plugin: "1";
|
|
@@ -1423,9 +1409,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1423
1409
|
default?: undefined;
|
|
1424
1410
|
} | {
|
|
1425
1411
|
type: any;
|
|
1426
|
-
default: string | number | boolean | string[] | import("../../
|
|
1412
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1427
1413
|
[key: string]: any;
|
|
1428
|
-
} | import("../../
|
|
1414
|
+
} | import("../../utils/props").RequestParams | {
|
|
1429
1415
|
[key: string]: any;
|
|
1430
1416
|
chartType: "bar";
|
|
1431
1417
|
plugin: "1";
|
|
@@ -1437,9 +1423,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1437
1423
|
default?: undefined;
|
|
1438
1424
|
} | {
|
|
1439
1425
|
type: any;
|
|
1440
|
-
default: string | number | boolean | string[] | import("../../
|
|
1426
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1441
1427
|
[key: string]: any;
|
|
1442
|
-
} | import("../../
|
|
1428
|
+
} | import("../../utils/props").RequestParams | {
|
|
1443
1429
|
[key: string]: any;
|
|
1444
1430
|
chartType: "bar";
|
|
1445
1431
|
plugin: "1";
|
|
@@ -1451,9 +1437,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1451
1437
|
default?: undefined;
|
|
1452
1438
|
} | {
|
|
1453
1439
|
type: any;
|
|
1454
|
-
default: string | number | boolean | string[] | import("../../
|
|
1440
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1455
1441
|
[key: string]: any;
|
|
1456
|
-
} | import("../../
|
|
1442
|
+
} | import("../../utils/props").RequestParams | {
|
|
1457
1443
|
[key: string]: any;
|
|
1458
1444
|
chartType: "bar";
|
|
1459
1445
|
plugin: "1";
|
|
@@ -1465,9 +1451,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1465
1451
|
default?: undefined;
|
|
1466
1452
|
} | {
|
|
1467
1453
|
type: any;
|
|
1468
|
-
default: string | number | boolean | string[] | import("../../
|
|
1454
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1469
1455
|
[key: string]: any;
|
|
1470
|
-
} | import("../../
|
|
1456
|
+
} | import("../../utils/props").RequestParams | {
|
|
1471
1457
|
[key: string]: any;
|
|
1472
1458
|
chartType: "bar";
|
|
1473
1459
|
plugin: "1";
|
|
@@ -1479,9 +1465,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1479
1465
|
default?: undefined;
|
|
1480
1466
|
} | {
|
|
1481
1467
|
type: any;
|
|
1482
|
-
default: string | number | boolean | string[] | import("../../
|
|
1468
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1483
1469
|
[key: string]: any;
|
|
1484
|
-
} | import("../../
|
|
1470
|
+
} | import("../../utils/props").RequestParams | {
|
|
1485
1471
|
[key: string]: any;
|
|
1486
1472
|
chartType: "bar";
|
|
1487
1473
|
plugin: "1";
|
|
@@ -1493,9 +1479,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1493
1479
|
default?: undefined;
|
|
1494
1480
|
} | {
|
|
1495
1481
|
type: any;
|
|
1496
|
-
default: string | number | boolean | string[] | import("../../
|
|
1482
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1497
1483
|
[key: string]: any;
|
|
1498
|
-
} | import("../../
|
|
1484
|
+
} | import("../../utils/props").RequestParams | {
|
|
1499
1485
|
[key: string]: any;
|
|
1500
1486
|
chartType: "bar";
|
|
1501
1487
|
plugin: "1";
|
|
@@ -1507,9 +1493,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1507
1493
|
default?: undefined;
|
|
1508
1494
|
} | {
|
|
1509
1495
|
type: any;
|
|
1510
|
-
default: string | number | boolean | string[] | import("../../
|
|
1496
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1511
1497
|
[key: string]: any;
|
|
1512
|
-
} | import("../../
|
|
1498
|
+
} | import("../../utils/props").RequestParams | {
|
|
1513
1499
|
[key: string]: any;
|
|
1514
1500
|
chartType: "bar";
|
|
1515
1501
|
plugin: "1";
|
|
@@ -1521,9 +1507,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1521
1507
|
default?: undefined;
|
|
1522
1508
|
} | {
|
|
1523
1509
|
type: any;
|
|
1524
|
-
default: string | number | boolean | string[] | import("../../
|
|
1510
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1525
1511
|
[key: string]: any;
|
|
1526
|
-
} | import("../../
|
|
1512
|
+
} | import("../../utils/props").RequestParams | {
|
|
1527
1513
|
[key: string]: any;
|
|
1528
1514
|
chartType: "bar";
|
|
1529
1515
|
plugin: "1";
|
|
@@ -1535,9 +1521,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1535
1521
|
default?: undefined;
|
|
1536
1522
|
} | {
|
|
1537
1523
|
type: any;
|
|
1538
|
-
default: string | number | boolean | string[] | import("../../
|
|
1524
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1539
1525
|
[key: string]: any;
|
|
1540
|
-
} | import("../../
|
|
1526
|
+
} | import("../../utils/props").RequestParams | {
|
|
1541
1527
|
[key: string]: any;
|
|
1542
1528
|
chartType: "bar";
|
|
1543
1529
|
plugin: "1";
|
|
@@ -1549,23 +1535,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1549
1535
|
default?: undefined;
|
|
1550
1536
|
} | {
|
|
1551
1537
|
type: any;
|
|
1552
|
-
default: string | number | boolean | string[] | import("../../
|
|
1553
|
-
[key: string]: any;
|
|
1554
|
-
} | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
|
|
1555
|
-
[key: string]: any;
|
|
1556
|
-
chartType: "bar";
|
|
1557
|
-
plugin: "1";
|
|
1558
|
-
layer: "2";
|
|
1559
|
-
};
|
|
1560
|
-
};
|
|
1561
|
-
tooltipTrigger: {
|
|
1562
|
-
type?: undefined;
|
|
1563
|
-
default?: undefined;
|
|
1564
|
-
} | {
|
|
1565
|
-
type: any;
|
|
1566
|
-
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
1538
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1567
1539
|
[key: string]: any;
|
|
1568
|
-
} | import("../../
|
|
1540
|
+
} | import("../../utils/props").RequestParams | {
|
|
1569
1541
|
[key: string]: any;
|
|
1570
1542
|
chartType: "bar";
|
|
1571
1543
|
plugin: "1";
|
|
@@ -1577,9 +1549,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1577
1549
|
default?: undefined;
|
|
1578
1550
|
} | {
|
|
1579
1551
|
type: any;
|
|
1580
|
-
default: string | number | boolean | string[] | import("../../
|
|
1552
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1581
1553
|
[key: string]: any;
|
|
1582
|
-
} | import("../../
|
|
1554
|
+
} | import("../../utils/props").RequestParams | {
|
|
1583
1555
|
[key: string]: any;
|
|
1584
1556
|
chartType: "bar";
|
|
1585
1557
|
plugin: "1";
|
|
@@ -1591,9 +1563,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1591
1563
|
default?: undefined;
|
|
1592
1564
|
} | {
|
|
1593
1565
|
type: any;
|
|
1594
|
-
default: string | number | boolean | string[] | import("../../
|
|
1566
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1595
1567
|
[key: string]: any;
|
|
1596
|
-
} | import("../../
|
|
1568
|
+
} | import("../../utils/props").RequestParams | {
|
|
1597
1569
|
[key: string]: any;
|
|
1598
1570
|
chartType: "bar";
|
|
1599
1571
|
plugin: "1";
|
|
@@ -1605,9 +1577,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1605
1577
|
default?: undefined;
|
|
1606
1578
|
} | {
|
|
1607
1579
|
type: any;
|
|
1608
|
-
default: string | number | boolean | string[] | import("../../
|
|
1580
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1609
1581
|
[key: string]: any;
|
|
1610
|
-
} | import("../../
|
|
1582
|
+
} | import("../../utils/props").RequestParams | {
|
|
1611
1583
|
[key: string]: any;
|
|
1612
1584
|
chartType: "bar";
|
|
1613
1585
|
plugin: "1";
|
|
@@ -1619,9 +1591,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1619
1591
|
default?: undefined;
|
|
1620
1592
|
} | {
|
|
1621
1593
|
type: any;
|
|
1622
|
-
default: string | number | boolean | string[] | import("../../
|
|
1594
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1623
1595
|
[key: string]: any;
|
|
1624
|
-
} | import("../../
|
|
1596
|
+
} | import("../../utils/props").RequestParams | {
|
|
1625
1597
|
[key: string]: any;
|
|
1626
1598
|
chartType: "bar";
|
|
1627
1599
|
plugin: "1";
|
|
@@ -1633,9 +1605,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1633
1605
|
default?: undefined;
|
|
1634
1606
|
} | {
|
|
1635
1607
|
type: any;
|
|
1636
|
-
default: string | number | boolean | string[] | import("../../
|
|
1608
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1637
1609
|
[key: string]: any;
|
|
1638
|
-
} | import("../../
|
|
1610
|
+
} | import("../../utils/props").RequestParams | {
|
|
1639
1611
|
[key: string]: any;
|
|
1640
1612
|
chartType: "bar";
|
|
1641
1613
|
plugin: "1";
|
|
@@ -1647,9 +1619,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1647
1619
|
default?: undefined;
|
|
1648
1620
|
} | {
|
|
1649
1621
|
type: any;
|
|
1650
|
-
default: string | number | boolean | string[] | import("../../
|
|
1622
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1651
1623
|
[key: string]: any;
|
|
1652
|
-
} | import("../../
|
|
1624
|
+
} | import("../../utils/props").RequestParams | {
|
|
1653
1625
|
[key: string]: any;
|
|
1654
1626
|
chartType: "bar";
|
|
1655
1627
|
plugin: "1";
|
|
@@ -1661,9 +1633,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1661
1633
|
default?: undefined;
|
|
1662
1634
|
} | {
|
|
1663
1635
|
type: any;
|
|
1664
|
-
default: string | number | boolean | string[] | import("../../
|
|
1636
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1665
1637
|
[key: string]: any;
|
|
1666
|
-
} | import("../../
|
|
1638
|
+
} | import("../../utils/props").RequestParams | {
|
|
1667
1639
|
[key: string]: any;
|
|
1668
1640
|
chartType: "bar";
|
|
1669
1641
|
plugin: "1";
|
|
@@ -1675,9 +1647,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1675
1647
|
default?: undefined;
|
|
1676
1648
|
} | {
|
|
1677
1649
|
type: any;
|
|
1678
|
-
default: string | number | boolean | string[] | import("../../
|
|
1650
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1679
1651
|
[key: string]: any;
|
|
1680
|
-
} | import("../../
|
|
1652
|
+
} | import("../../utils/props").RequestParams | {
|
|
1681
1653
|
[key: string]: any;
|
|
1682
1654
|
chartType: "bar";
|
|
1683
1655
|
plugin: "1";
|
|
@@ -1689,9 +1661,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1689
1661
|
default?: undefined;
|
|
1690
1662
|
} | {
|
|
1691
1663
|
type: any;
|
|
1692
|
-
default: string | number | boolean | string[] | import("../../
|
|
1664
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1693
1665
|
[key: string]: any;
|
|
1694
|
-
} | import("../../
|
|
1666
|
+
} | import("../../utils/props").RequestParams | {
|
|
1695
1667
|
[key: string]: any;
|
|
1696
1668
|
chartType: "bar";
|
|
1697
1669
|
plugin: "1";
|
|
@@ -1703,9 +1675,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1703
1675
|
default?: undefined;
|
|
1704
1676
|
} | {
|
|
1705
1677
|
type: any;
|
|
1706
|
-
default: string | number | boolean | string[] | import("../../
|
|
1678
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1707
1679
|
[key: string]: any;
|
|
1708
|
-
} | import("../../
|
|
1680
|
+
} | import("../../utils/props").RequestParams | {
|
|
1709
1681
|
[key: string]: any;
|
|
1710
1682
|
chartType: "bar";
|
|
1711
1683
|
plugin: "1";
|
|
@@ -1717,9 +1689,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1717
1689
|
default?: undefined;
|
|
1718
1690
|
} | {
|
|
1719
1691
|
type: any;
|
|
1720
|
-
default: string | number | boolean | string[] | import("../../
|
|
1692
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1721
1693
|
[key: string]: any;
|
|
1722
|
-
} | import("../../
|
|
1694
|
+
} | import("../../utils/props").RequestParams | {
|
|
1723
1695
|
[key: string]: any;
|
|
1724
1696
|
chartType: "bar";
|
|
1725
1697
|
plugin: "1";
|
|
@@ -1731,9 +1703,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1731
1703
|
default?: undefined;
|
|
1732
1704
|
} | {
|
|
1733
1705
|
type: any;
|
|
1734
|
-
default: string | number | boolean | string[] | import("../../
|
|
1706
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1735
1707
|
[key: string]: any;
|
|
1736
|
-
} | import("../../
|
|
1708
|
+
} | import("../../utils/props").RequestParams | {
|
|
1737
1709
|
[key: string]: any;
|
|
1738
1710
|
chartType: "bar";
|
|
1739
1711
|
plugin: "1";
|
|
@@ -1745,9 +1717,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1745
1717
|
default?: undefined;
|
|
1746
1718
|
} | {
|
|
1747
1719
|
type: any;
|
|
1748
|
-
default: string | number | boolean | string[] | import("../../
|
|
1720
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1749
1721
|
[key: string]: any;
|
|
1750
|
-
} | import("../../
|
|
1722
|
+
} | import("../../utils/props").RequestParams | {
|
|
1751
1723
|
[key: string]: any;
|
|
1752
1724
|
chartType: "bar";
|
|
1753
1725
|
plugin: "1";
|
|
@@ -1759,9 +1731,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1759
1731
|
default?: undefined;
|
|
1760
1732
|
} | {
|
|
1761
1733
|
type: any;
|
|
1762
|
-
default: string | number | boolean | string[] | import("../../
|
|
1734
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1763
1735
|
[key: string]: any;
|
|
1764
|
-
} | import("../../
|
|
1736
|
+
} | import("../../utils/props").RequestParams | {
|
|
1765
1737
|
[key: string]: any;
|
|
1766
1738
|
chartType: "bar";
|
|
1767
1739
|
plugin: "1";
|
|
@@ -1773,9 +1745,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1773
1745
|
default?: undefined;
|
|
1774
1746
|
} | {
|
|
1775
1747
|
type: any;
|
|
1776
|
-
default: string | number | boolean | string[] | import("../../
|
|
1748
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1777
1749
|
[key: string]: any;
|
|
1778
|
-
} | import("../../
|
|
1750
|
+
} | import("../../utils/props").RequestParams | {
|
|
1779
1751
|
[key: string]: any;
|
|
1780
1752
|
chartType: "bar";
|
|
1781
1753
|
plugin: "1";
|
|
@@ -1787,9 +1759,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1787
1759
|
default?: undefined;
|
|
1788
1760
|
} | {
|
|
1789
1761
|
type: any;
|
|
1790
|
-
default: string | number | boolean | string[] | import("../../
|
|
1762
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1791
1763
|
[key: string]: any;
|
|
1792
|
-
} | import("../../
|
|
1764
|
+
} | import("../../utils/props").RequestParams | {
|
|
1793
1765
|
[key: string]: any;
|
|
1794
1766
|
chartType: "bar";
|
|
1795
1767
|
plugin: "1";
|
|
@@ -1801,9 +1773,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1801
1773
|
default?: undefined;
|
|
1802
1774
|
} | {
|
|
1803
1775
|
type: any;
|
|
1804
|
-
default: string | number | boolean | string[] | import("../../
|
|
1776
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1805
1777
|
[key: string]: any;
|
|
1806
|
-
} | import("../../
|
|
1778
|
+
} | import("../../utils/props").RequestParams | {
|
|
1807
1779
|
[key: string]: any;
|
|
1808
1780
|
chartType: "bar";
|
|
1809
1781
|
plugin: "1";
|
|
@@ -1815,9 +1787,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1815
1787
|
default?: undefined;
|
|
1816
1788
|
} | {
|
|
1817
1789
|
type: any;
|
|
1818
|
-
default: string | number | boolean | string[] | import("../../
|
|
1790
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1819
1791
|
[key: string]: any;
|
|
1820
|
-
} | import("../../
|
|
1792
|
+
} | import("../../utils/props").RequestParams | {
|
|
1821
1793
|
[key: string]: any;
|
|
1822
1794
|
chartType: "bar";
|
|
1823
1795
|
plugin: "1";
|
|
@@ -1829,9 +1801,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1829
1801
|
default?: undefined;
|
|
1830
1802
|
} | {
|
|
1831
1803
|
type: any;
|
|
1832
|
-
default: string | number | boolean | string[] | import("../../
|
|
1804
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1833
1805
|
[key: string]: any;
|
|
1834
|
-
} | import("../../
|
|
1806
|
+
} | import("../../utils/props").RequestParams | {
|
|
1835
1807
|
[key: string]: any;
|
|
1836
1808
|
chartType: "bar";
|
|
1837
1809
|
plugin: "1";
|
|
@@ -1843,9 +1815,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1843
1815
|
default?: undefined;
|
|
1844
1816
|
} | {
|
|
1845
1817
|
type: any;
|
|
1846
|
-
default: string | number | boolean | string[] | import("../../
|
|
1818
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1847
1819
|
[key: string]: any;
|
|
1848
|
-
} | import("../../
|
|
1820
|
+
} | import("../../utils/props").RequestParams | {
|
|
1849
1821
|
[key: string]: any;
|
|
1850
1822
|
chartType: "bar";
|
|
1851
1823
|
plugin: "1";
|
|
@@ -1857,9 +1829,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1857
1829
|
default?: undefined;
|
|
1858
1830
|
} | {
|
|
1859
1831
|
type: any;
|
|
1860
|
-
default: string | number | boolean | string[] | import("../../
|
|
1832
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1861
1833
|
[key: string]: any;
|
|
1862
|
-
} | import("../../
|
|
1834
|
+
} | import("../../utils/props").RequestParams | {
|
|
1863
1835
|
[key: string]: any;
|
|
1864
1836
|
chartType: "bar";
|
|
1865
1837
|
plugin: "1";
|
|
@@ -1871,9 +1843,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1871
1843
|
default?: undefined;
|
|
1872
1844
|
} | {
|
|
1873
1845
|
type: any;
|
|
1874
|
-
default: string | number | boolean | string[] | import("../../
|
|
1846
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1875
1847
|
[key: string]: any;
|
|
1876
|
-
} | import("../../
|
|
1848
|
+
} | import("../../utils/props").RequestParams | {
|
|
1877
1849
|
[key: string]: any;
|
|
1878
1850
|
chartType: "bar";
|
|
1879
1851
|
plugin: "1";
|
|
@@ -1885,9 +1857,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1885
1857
|
default?: undefined;
|
|
1886
1858
|
} | {
|
|
1887
1859
|
type: any;
|
|
1888
|
-
default: string | number | boolean | string[] | import("../../
|
|
1860
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1889
1861
|
[key: string]: any;
|
|
1890
|
-
} | import("../../
|
|
1862
|
+
} | import("../../utils/props").RequestParams | {
|
|
1891
1863
|
[key: string]: any;
|
|
1892
1864
|
chartType: "bar";
|
|
1893
1865
|
plugin: "1";
|
|
@@ -1899,9 +1871,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1899
1871
|
default?: undefined;
|
|
1900
1872
|
} | {
|
|
1901
1873
|
type: any;
|
|
1902
|
-
default: string | number | boolean | string[] | import("../../
|
|
1874
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1903
1875
|
[key: string]: any;
|
|
1904
|
-
} | import("../../
|
|
1876
|
+
} | import("../../utils/props").RequestParams | {
|
|
1905
1877
|
[key: string]: any;
|
|
1906
1878
|
chartType: "bar";
|
|
1907
1879
|
plugin: "1";
|
|
@@ -1913,9 +1885,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1913
1885
|
default?: undefined;
|
|
1914
1886
|
} | {
|
|
1915
1887
|
type: any;
|
|
1916
|
-
default: string | number | boolean | string[] | import("../../
|
|
1888
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1917
1889
|
[key: string]: any;
|
|
1918
|
-
} | import("../../
|
|
1890
|
+
} | import("../../utils/props").RequestParams | {
|
|
1919
1891
|
[key: string]: any;
|
|
1920
1892
|
chartType: "bar";
|
|
1921
1893
|
plugin: "1";
|
|
@@ -1927,9 +1899,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1927
1899
|
default?: undefined;
|
|
1928
1900
|
} | {
|
|
1929
1901
|
type: any;
|
|
1930
|
-
default: string | number | boolean | string[] | import("../../
|
|
1902
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1931
1903
|
[key: string]: any;
|
|
1932
|
-
} | import("../../
|
|
1904
|
+
} | import("../../utils/props").RequestParams | {
|
|
1933
1905
|
[key: string]: any;
|
|
1934
1906
|
chartType: "bar";
|
|
1935
1907
|
plugin: "1";
|
|
@@ -1941,9 +1913,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1941
1913
|
default?: undefined;
|
|
1942
1914
|
} | {
|
|
1943
1915
|
type: any;
|
|
1944
|
-
default: string | number | boolean | string[] | import("../../
|
|
1916
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1945
1917
|
[key: string]: any;
|
|
1946
|
-
} | import("../../
|
|
1918
|
+
} | import("../../utils/props").RequestParams | {
|
|
1947
1919
|
[key: string]: any;
|
|
1948
1920
|
chartType: "bar";
|
|
1949
1921
|
plugin: "1";
|
|
@@ -1955,9 +1927,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1955
1927
|
default?: undefined;
|
|
1956
1928
|
} | {
|
|
1957
1929
|
type: any;
|
|
1958
|
-
default: string | number | boolean | string[] | import("../../
|
|
1930
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1959
1931
|
[key: string]: any;
|
|
1960
|
-
} | import("../../
|
|
1932
|
+
} | import("../../utils/props").RequestParams | {
|
|
1961
1933
|
[key: string]: any;
|
|
1962
1934
|
chartType: "bar";
|
|
1963
1935
|
plugin: "1";
|
|
@@ -1969,9 +1941,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1969
1941
|
default?: undefined;
|
|
1970
1942
|
} | {
|
|
1971
1943
|
type: any;
|
|
1972
|
-
default: string | number | boolean | string[] | import("../../
|
|
1944
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1973
1945
|
[key: string]: any;
|
|
1974
|
-
} | import("../../
|
|
1946
|
+
} | import("../../utils/props").RequestParams | {
|
|
1975
1947
|
[key: string]: any;
|
|
1976
1948
|
chartType: "bar";
|
|
1977
1949
|
plugin: "1";
|
|
@@ -1983,9 +1955,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1983
1955
|
default?: undefined;
|
|
1984
1956
|
} | {
|
|
1985
1957
|
type: any;
|
|
1986
|
-
default: string | number | boolean | string[] | import("../../
|
|
1958
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
1987
1959
|
[key: string]: any;
|
|
1988
|
-
} | import("../../
|
|
1960
|
+
} | import("../../utils/props").RequestParams | {
|
|
1989
1961
|
[key: string]: any;
|
|
1990
1962
|
chartType: "bar";
|
|
1991
1963
|
plugin: "1";
|
|
@@ -1997,9 +1969,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
1997
1969
|
default?: undefined;
|
|
1998
1970
|
} | {
|
|
1999
1971
|
type: any;
|
|
2000
|
-
default: string | number | boolean | string[] | import("../../
|
|
1972
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2001
1973
|
[key: string]: any;
|
|
2002
|
-
} | import("../../
|
|
1974
|
+
} | import("../../utils/props").RequestParams | {
|
|
2003
1975
|
[key: string]: any;
|
|
2004
1976
|
chartType: "bar";
|
|
2005
1977
|
plugin: "1";
|
|
@@ -2011,9 +1983,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2011
1983
|
default?: undefined;
|
|
2012
1984
|
} | {
|
|
2013
1985
|
type: any;
|
|
2014
|
-
default: string | number | boolean | string[] | import("../../
|
|
1986
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2015
1987
|
[key: string]: any;
|
|
2016
|
-
} | import("../../
|
|
1988
|
+
} | import("../../utils/props").RequestParams | {
|
|
2017
1989
|
[key: string]: any;
|
|
2018
1990
|
chartType: "bar";
|
|
2019
1991
|
plugin: "1";
|
|
@@ -2025,9 +1997,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2025
1997
|
default?: undefined;
|
|
2026
1998
|
} | {
|
|
2027
1999
|
type: any;
|
|
2028
|
-
default: string | number | boolean | string[] | import("../../
|
|
2000
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2029
2001
|
[key: string]: any;
|
|
2030
|
-
} | import("../../
|
|
2002
|
+
} | import("../../utils/props").RequestParams | {
|
|
2031
2003
|
[key: string]: any;
|
|
2032
2004
|
chartType: "bar";
|
|
2033
2005
|
plugin: "1";
|
|
@@ -2039,9 +2011,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2039
2011
|
default?: undefined;
|
|
2040
2012
|
} | {
|
|
2041
2013
|
type: any;
|
|
2042
|
-
default: string | number | boolean | string[] | import("../../
|
|
2014
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2043
2015
|
[key: string]: any;
|
|
2044
|
-
} | import("../../
|
|
2016
|
+
} | import("../../utils/props").RequestParams | {
|
|
2045
2017
|
[key: string]: any;
|
|
2046
2018
|
chartType: "bar";
|
|
2047
2019
|
plugin: "1";
|
|
@@ -2053,9 +2025,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2053
2025
|
default?: undefined;
|
|
2054
2026
|
} | {
|
|
2055
2027
|
type: any;
|
|
2056
|
-
default: string | number | boolean | string[] | import("../../
|
|
2028
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2057
2029
|
[key: string]: any;
|
|
2058
|
-
} | import("../../
|
|
2030
|
+
} | import("../../utils/props").RequestParams | {
|
|
2059
2031
|
[key: string]: any;
|
|
2060
2032
|
chartType: "bar";
|
|
2061
2033
|
plugin: "1";
|
|
@@ -2067,9 +2039,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2067
2039
|
default?: undefined;
|
|
2068
2040
|
} | {
|
|
2069
2041
|
type: any;
|
|
2070
|
-
default: string | number | boolean | string[] | import("../../
|
|
2042
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2071
2043
|
[key: string]: any;
|
|
2072
|
-
} | import("../../
|
|
2044
|
+
} | import("../../utils/props").RequestParams | {
|
|
2073
2045
|
[key: string]: any;
|
|
2074
2046
|
chartType: "bar";
|
|
2075
2047
|
plugin: "1";
|
|
@@ -2081,9 +2053,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2081
2053
|
default?: undefined;
|
|
2082
2054
|
} | {
|
|
2083
2055
|
type: any;
|
|
2084
|
-
default: string | number | boolean | string[] | import("../../
|
|
2056
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2085
2057
|
[key: string]: any;
|
|
2086
|
-
} | import("../../
|
|
2058
|
+
} | import("../../utils/props").RequestParams | {
|
|
2087
2059
|
[key: string]: any;
|
|
2088
2060
|
chartType: "bar";
|
|
2089
2061
|
plugin: "1";
|
|
@@ -2095,9 +2067,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2095
2067
|
default?: undefined;
|
|
2096
2068
|
} | {
|
|
2097
2069
|
type: any;
|
|
2098
|
-
default: string | number | boolean | string[] | import("../../
|
|
2070
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2099
2071
|
[key: string]: any;
|
|
2100
|
-
} | import("../../
|
|
2072
|
+
} | import("../../utils/props").RequestParams | {
|
|
2101
2073
|
[key: string]: any;
|
|
2102
2074
|
chartType: "bar";
|
|
2103
2075
|
plugin: "1";
|
|
@@ -2109,9 +2081,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2109
2081
|
default?: undefined;
|
|
2110
2082
|
} | {
|
|
2111
2083
|
type: any;
|
|
2112
|
-
default: string | number | boolean | string[] | import("../../
|
|
2084
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2113
2085
|
[key: string]: any;
|
|
2114
|
-
} | import("../../
|
|
2086
|
+
} | import("../../utils/props").RequestParams | {
|
|
2115
2087
|
[key: string]: any;
|
|
2116
2088
|
chartType: "bar";
|
|
2117
2089
|
plugin: "1";
|
|
@@ -2123,9 +2095,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2123
2095
|
default?: undefined;
|
|
2124
2096
|
} | {
|
|
2125
2097
|
type: any;
|
|
2126
|
-
default: string | number | boolean | string[] | import("../../
|
|
2098
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2127
2099
|
[key: string]: any;
|
|
2128
|
-
} | import("../../
|
|
2100
|
+
} | import("../../utils/props").RequestParams | {
|
|
2129
2101
|
[key: string]: any;
|
|
2130
2102
|
chartType: "bar";
|
|
2131
2103
|
plugin: "1";
|
|
@@ -2137,9 +2109,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2137
2109
|
default?: undefined;
|
|
2138
2110
|
} | {
|
|
2139
2111
|
type: any;
|
|
2140
|
-
default: string | number | boolean | string[] | import("../../
|
|
2112
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2141
2113
|
[key: string]: any;
|
|
2142
|
-
} | import("../../
|
|
2114
|
+
} | import("../../utils/props").RequestParams | {
|
|
2143
2115
|
[key: string]: any;
|
|
2144
2116
|
chartType: "bar";
|
|
2145
2117
|
plugin: "1";
|
|
@@ -2151,9 +2123,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2151
2123
|
default?: undefined;
|
|
2152
2124
|
} | {
|
|
2153
2125
|
type: any;
|
|
2154
|
-
default: string | number | boolean | string[] | import("../../
|
|
2126
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2155
2127
|
[key: string]: any;
|
|
2156
|
-
} | import("../../
|
|
2128
|
+
} | import("../../utils/props").RequestParams | {
|
|
2157
2129
|
[key: string]: any;
|
|
2158
2130
|
chartType: "bar";
|
|
2159
2131
|
plugin: "1";
|
|
@@ -2165,9 +2137,9 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
|
|
|
2165
2137
|
default?: undefined;
|
|
2166
2138
|
} | {
|
|
2167
2139
|
type: any;
|
|
2168
|
-
default: string | number | boolean | string[] | import("../../
|
|
2140
|
+
default: string | number | boolean | string[] | import("../../utils/props").Events | import("../../utils/props").Data | import("../../utils/props").KeyTypeDataFieldNames | import("../../utils/props").ValueTypeDataFieldNames | {
|
|
2169
2141
|
[key: string]: any;
|
|
2170
|
-
} | import("../../
|
|
2142
|
+
} | import("../../utils/props").RequestParams | {
|
|
2171
2143
|
[key: string]: any;
|
|
2172
2144
|
chartType: "bar";
|
|
2173
2145
|
plugin: "1";
|