@ecan-bi/datav 1.0.87 → 1.0.89
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 +319 -92
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +318 -91
- 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 -9
- 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 +2 -2
- 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 +44 -13
- 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 +2 -3
- package/es/graph/bar/props.js.map +1 -1
- package/es/graph/combo-graph/ComboGraph.js +55 -23
- 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 +2 -2
- 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 +48 -14
- 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 +8 -7
- package/es/graph/line/props.js.map +1 -1
- package/es/graph/pie/Pie.js +32 -11
- 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 +2 -2
- package/es/graph/pie/props.js.map +1 -1
- package/es/graph/scatter/Scatter.js +19 -10
- 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 +2 -2
- 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 +4 -9
- package/es/hooks/useRequestData.js.map +1 -0
- 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 +17 -10
- package/es/hooks/useValueFormatter.js.map +1 -0
- package/es/hooks/useVariablesInText.js +45 -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 +7 -5
- 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 +96 -37
- 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 +2 -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 +27 -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 +5 -2
- 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 -9
- 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 +2 -2
- 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 +44 -13
- 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 +2 -3
- package/lib/graph/bar/props.js.map +1 -1
- package/lib/graph/combo-graph/ComboGraph.js +55 -23
- 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 +2 -2
- 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 +48 -14
- 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 +8 -7
- package/lib/graph/line/props.js.map +1 -1
- package/lib/graph/pie/Pie.js +32 -11
- 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 +2 -2
- package/lib/graph/pie/props.js.map +1 -1
- package/lib/graph/scatter/Scatter.js +19 -10
- 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 +2 -2
- 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 +4 -9
- package/lib/hooks/useRequestData.js.map +1 -0
- 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 +17 -10
- package/lib/hooks/useValueFormatter.js.map +1 -0
- package/lib/hooks/useVariablesInText.js +45 -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 +7 -5
- 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 +2806 -2806
- package/lib/table/table/Table.js +96 -37
- 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 +2 -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 +27 -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 +5 -2
- 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}/useRequestData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestDiagramData.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 +212 -173
- package/types/table/table/index.d.ts +213 -174
- package/types/table/table/props.d.ts +106 -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 +206 -140
- package/types/text/text/index.d.ts +207 -141
- package/types/text/text/props.d.ts +107 -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/useRequestData.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 +0 -23
- 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/useRequestData.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 +0 -23
- 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/usePickEchartsData.d.ts +0 -2
- package/types/_utils/hooks/useTooltipFormatter.d.ts +0 -4
- package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Props, Data, KeyTypeDataFieldNames, ValueTypeDataFieldNames } from '../../
|
|
1
|
+
import { Props, Data, KeyTypeDataFieldNames, ValueTypeDataFieldNames } from '../../utils/props';
|
|
2
2
|
export interface BarProps extends Props {
|
|
3
3
|
data: Data;
|
|
4
4
|
titleText: string;
|
|
@@ -27,7 +27,6 @@ export interface BarProps extends Props {
|
|
|
27
27
|
keyTypeDataFieldNames: KeyTypeDataFieldNames;
|
|
28
28
|
dataFieldConfigType: 'key' | 'value';
|
|
29
29
|
tooltipShow: boolean;
|
|
30
|
-
tooltipTrigger: 'item' | 'axis' | 'none';
|
|
31
30
|
tooltipTextStyleColor: string;
|
|
32
31
|
tooltipFormatter: string;
|
|
33
32
|
gridContainLabel: boolean;
|
|
@@ -62,9 +61,9 @@ export declare const barComponentProps: {
|
|
|
62
61
|
default?: undefined;
|
|
63
62
|
} | {
|
|
64
63
|
type: any;
|
|
65
|
-
default: string | number | boolean | string[] | import('../../
|
|
64
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
66
65
|
[key: string]: any;
|
|
67
|
-
} | import('../../
|
|
66
|
+
} | import('../../utils/props').RequestParams | {
|
|
68
67
|
[key: string]: any;
|
|
69
68
|
chartType: 'bar';
|
|
70
69
|
plugin: '1';
|
|
@@ -76,9 +75,9 @@ export declare const barComponentProps: {
|
|
|
76
75
|
default?: undefined;
|
|
77
76
|
} | {
|
|
78
77
|
type: any;
|
|
79
|
-
default: string | number | boolean | string[] | import('../../
|
|
78
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
80
79
|
[key: string]: any;
|
|
81
|
-
} | import('../../
|
|
80
|
+
} | import('../../utils/props').RequestParams | {
|
|
82
81
|
[key: string]: any;
|
|
83
82
|
chartType: 'bar';
|
|
84
83
|
plugin: '1';
|
|
@@ -90,9 +89,9 @@ export declare const barComponentProps: {
|
|
|
90
89
|
default?: undefined;
|
|
91
90
|
} | {
|
|
92
91
|
type: any;
|
|
93
|
-
default: string | number | boolean | string[] | import('../../
|
|
92
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
94
93
|
[key: string]: any;
|
|
95
|
-
} | import('../../
|
|
94
|
+
} | import('../../utils/props').RequestParams | {
|
|
96
95
|
[key: string]: any;
|
|
97
96
|
chartType: 'bar';
|
|
98
97
|
plugin: '1';
|
|
@@ -104,9 +103,9 @@ export declare const barComponentProps: {
|
|
|
104
103
|
default?: undefined;
|
|
105
104
|
} | {
|
|
106
105
|
type: any;
|
|
107
|
-
default: string | number | boolean | string[] | import('../../
|
|
106
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
108
107
|
[key: string]: any;
|
|
109
|
-
} | import('../../
|
|
108
|
+
} | import('../../utils/props').RequestParams | {
|
|
110
109
|
[key: string]: any;
|
|
111
110
|
chartType: 'bar';
|
|
112
111
|
plugin: '1';
|
|
@@ -118,9 +117,9 @@ export declare const barComponentProps: {
|
|
|
118
117
|
default?: undefined;
|
|
119
118
|
} | {
|
|
120
119
|
type: any;
|
|
121
|
-
default: string | number | boolean | string[] | import('../../
|
|
120
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
122
121
|
[key: string]: any;
|
|
123
|
-
} | import('../../
|
|
122
|
+
} | import('../../utils/props').RequestParams | {
|
|
124
123
|
[key: string]: any;
|
|
125
124
|
chartType: 'bar';
|
|
126
125
|
plugin: '1';
|
|
@@ -132,9 +131,9 @@ export declare const barComponentProps: {
|
|
|
132
131
|
default?: undefined;
|
|
133
132
|
} | {
|
|
134
133
|
type: any;
|
|
135
|
-
default: string | number | boolean | string[] | import('../../
|
|
134
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
136
135
|
[key: string]: any;
|
|
137
|
-
} | import('../../
|
|
136
|
+
} | import('../../utils/props').RequestParams | {
|
|
138
137
|
[key: string]: any;
|
|
139
138
|
chartType: 'bar';
|
|
140
139
|
plugin: '1';
|
|
@@ -146,9 +145,9 @@ export declare const barComponentProps: {
|
|
|
146
145
|
default?: undefined;
|
|
147
146
|
} | {
|
|
148
147
|
type: any;
|
|
149
|
-
default: string | number | boolean | string[] | import('../../
|
|
148
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
150
149
|
[key: string]: any;
|
|
151
|
-
} | import('../../
|
|
150
|
+
} | import('../../utils/props').RequestParams | {
|
|
152
151
|
[key: string]: any;
|
|
153
152
|
chartType: 'bar';
|
|
154
153
|
plugin: '1';
|
|
@@ -160,9 +159,9 @@ export declare const barComponentProps: {
|
|
|
160
159
|
default?: undefined;
|
|
161
160
|
} | {
|
|
162
161
|
type: any;
|
|
163
|
-
default: string | number | boolean | string[] | import('../../
|
|
162
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
164
163
|
[key: string]: any;
|
|
165
|
-
} | import('../../
|
|
164
|
+
} | import('../../utils/props').RequestParams | {
|
|
166
165
|
[key: string]: any;
|
|
167
166
|
chartType: 'bar';
|
|
168
167
|
plugin: '1';
|
|
@@ -174,9 +173,9 @@ export declare const barComponentProps: {
|
|
|
174
173
|
default?: undefined;
|
|
175
174
|
} | {
|
|
176
175
|
type: any;
|
|
177
|
-
default: string | number | boolean | string[] | import('../../
|
|
176
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
178
177
|
[key: string]: any;
|
|
179
|
-
} | import('../../
|
|
178
|
+
} | import('../../utils/props').RequestParams | {
|
|
180
179
|
[key: string]: any;
|
|
181
180
|
chartType: 'bar';
|
|
182
181
|
plugin: '1';
|
|
@@ -188,9 +187,9 @@ export declare const barComponentProps: {
|
|
|
188
187
|
default?: undefined;
|
|
189
188
|
} | {
|
|
190
189
|
type: any;
|
|
191
|
-
default: string | number | boolean | string[] | import('../../
|
|
190
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
192
191
|
[key: string]: any;
|
|
193
|
-
} | import('../../
|
|
192
|
+
} | import('../../utils/props').RequestParams | {
|
|
194
193
|
[key: string]: any;
|
|
195
194
|
chartType: 'bar';
|
|
196
195
|
plugin: '1';
|
|
@@ -202,9 +201,9 @@ export declare const barComponentProps: {
|
|
|
202
201
|
default?: undefined;
|
|
203
202
|
} | {
|
|
204
203
|
type: any;
|
|
205
|
-
default: string | number | boolean | string[] | import('../../
|
|
204
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
206
205
|
[key: string]: any;
|
|
207
|
-
} | import('../../
|
|
206
|
+
} | import('../../utils/props').RequestParams | {
|
|
208
207
|
[key: string]: any;
|
|
209
208
|
chartType: 'bar';
|
|
210
209
|
plugin: '1';
|
|
@@ -216,9 +215,9 @@ export declare const barComponentProps: {
|
|
|
216
215
|
default?: undefined;
|
|
217
216
|
} | {
|
|
218
217
|
type: any;
|
|
219
|
-
default: string | number | boolean | string[] | import('../../
|
|
218
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
220
219
|
[key: string]: any;
|
|
221
|
-
} | import('../../
|
|
220
|
+
} | import('../../utils/props').RequestParams | {
|
|
222
221
|
[key: string]: any;
|
|
223
222
|
chartType: 'bar';
|
|
224
223
|
plugin: '1';
|
|
@@ -230,9 +229,9 @@ export declare const barComponentProps: {
|
|
|
230
229
|
default?: undefined;
|
|
231
230
|
} | {
|
|
232
231
|
type: any;
|
|
233
|
-
default: string | number | boolean | string[] | import('../../
|
|
232
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
234
233
|
[key: string]: any;
|
|
235
|
-
} | import('../../
|
|
234
|
+
} | import('../../utils/props').RequestParams | {
|
|
236
235
|
[key: string]: any;
|
|
237
236
|
chartType: 'bar';
|
|
238
237
|
plugin: '1';
|
|
@@ -244,9 +243,9 @@ export declare const barComponentProps: {
|
|
|
244
243
|
default?: undefined;
|
|
245
244
|
} | {
|
|
246
245
|
type: any;
|
|
247
|
-
default: string | number | boolean | string[] | import('../../
|
|
246
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
248
247
|
[key: string]: any;
|
|
249
|
-
} | import('../../
|
|
248
|
+
} | import('../../utils/props').RequestParams | {
|
|
250
249
|
[key: string]: any;
|
|
251
250
|
chartType: 'bar';
|
|
252
251
|
plugin: '1';
|
|
@@ -258,9 +257,9 @@ export declare const barComponentProps: {
|
|
|
258
257
|
default?: undefined;
|
|
259
258
|
} | {
|
|
260
259
|
type: any;
|
|
261
|
-
default: string | number | boolean | string[] | import('../../
|
|
260
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
262
261
|
[key: string]: any;
|
|
263
|
-
} | import('../../
|
|
262
|
+
} | import('../../utils/props').RequestParams | {
|
|
264
263
|
[key: string]: any;
|
|
265
264
|
chartType: 'bar';
|
|
266
265
|
plugin: '1';
|
|
@@ -272,9 +271,9 @@ export declare const barComponentProps: {
|
|
|
272
271
|
default?: undefined;
|
|
273
272
|
} | {
|
|
274
273
|
type: any;
|
|
275
|
-
default: string | number | boolean | string[] | import('../../
|
|
274
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
276
275
|
[key: string]: any;
|
|
277
|
-
} | import('../../
|
|
276
|
+
} | import('../../utils/props').RequestParams | {
|
|
278
277
|
[key: string]: any;
|
|
279
278
|
chartType: 'bar';
|
|
280
279
|
plugin: '1';
|
|
@@ -286,9 +285,9 @@ export declare const barComponentProps: {
|
|
|
286
285
|
default?: undefined;
|
|
287
286
|
} | {
|
|
288
287
|
type: any;
|
|
289
|
-
default: string | number | boolean | string[] | import('../../
|
|
288
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
290
289
|
[key: string]: any;
|
|
291
|
-
} | import('../../
|
|
290
|
+
} | import('../../utils/props').RequestParams | {
|
|
292
291
|
[key: string]: any;
|
|
293
292
|
chartType: 'bar';
|
|
294
293
|
plugin: '1';
|
|
@@ -300,9 +299,9 @@ export declare const barComponentProps: {
|
|
|
300
299
|
default?: undefined;
|
|
301
300
|
} | {
|
|
302
301
|
type: any;
|
|
303
|
-
default: string | number | boolean | string[] | import('../../
|
|
302
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
304
303
|
[key: string]: any;
|
|
305
|
-
} | import('../../
|
|
304
|
+
} | import('../../utils/props').RequestParams | {
|
|
306
305
|
[key: string]: any;
|
|
307
306
|
chartType: 'bar';
|
|
308
307
|
plugin: '1';
|
|
@@ -314,9 +313,9 @@ export declare const barComponentProps: {
|
|
|
314
313
|
default?: undefined;
|
|
315
314
|
} | {
|
|
316
315
|
type: any;
|
|
317
|
-
default: string | number | boolean | string[] | import('../../
|
|
316
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
318
317
|
[key: string]: any;
|
|
319
|
-
} | import('../../
|
|
318
|
+
} | import('../../utils/props').RequestParams | {
|
|
320
319
|
[key: string]: any;
|
|
321
320
|
chartType: 'bar';
|
|
322
321
|
plugin: '1';
|
|
@@ -328,9 +327,9 @@ export declare const barComponentProps: {
|
|
|
328
327
|
default?: undefined;
|
|
329
328
|
} | {
|
|
330
329
|
type: any;
|
|
331
|
-
default: string | number | boolean | string[] | import('../../
|
|
330
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
332
331
|
[key: string]: any;
|
|
333
|
-
} | import('../../
|
|
332
|
+
} | import('../../utils/props').RequestParams | {
|
|
334
333
|
[key: string]: any;
|
|
335
334
|
chartType: 'bar';
|
|
336
335
|
plugin: '1';
|
|
@@ -342,9 +341,9 @@ export declare const barComponentProps: {
|
|
|
342
341
|
default?: undefined;
|
|
343
342
|
} | {
|
|
344
343
|
type: any;
|
|
345
|
-
default: string | number | boolean | string[] | import('../../
|
|
344
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
346
345
|
[key: string]: any;
|
|
347
|
-
} | import('../../
|
|
346
|
+
} | import('../../utils/props').RequestParams | {
|
|
348
347
|
[key: string]: any;
|
|
349
348
|
chartType: 'bar';
|
|
350
349
|
plugin: '1';
|
|
@@ -356,9 +355,9 @@ export declare const barComponentProps: {
|
|
|
356
355
|
default?: undefined;
|
|
357
356
|
} | {
|
|
358
357
|
type: any;
|
|
359
|
-
default: string | number | boolean | string[] | import('../../
|
|
358
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
360
359
|
[key: string]: any;
|
|
361
|
-
} | import('../../
|
|
360
|
+
} | import('../../utils/props').RequestParams | {
|
|
362
361
|
[key: string]: any;
|
|
363
362
|
chartType: 'bar';
|
|
364
363
|
plugin: '1';
|
|
@@ -370,9 +369,9 @@ export declare const barComponentProps: {
|
|
|
370
369
|
default?: undefined;
|
|
371
370
|
} | {
|
|
372
371
|
type: any;
|
|
373
|
-
default: string | number | boolean | string[] | import('../../
|
|
372
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
374
373
|
[key: string]: any;
|
|
375
|
-
} | import('../../
|
|
374
|
+
} | import('../../utils/props').RequestParams | {
|
|
376
375
|
[key: string]: any;
|
|
377
376
|
chartType: 'bar';
|
|
378
377
|
plugin: '1';
|
|
@@ -384,9 +383,9 @@ export declare const barComponentProps: {
|
|
|
384
383
|
default?: undefined;
|
|
385
384
|
} | {
|
|
386
385
|
type: any;
|
|
387
|
-
default: string | number | boolean | string[] | import('../../
|
|
386
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
388
387
|
[key: string]: any;
|
|
389
|
-
} | import('../../
|
|
388
|
+
} | import('../../utils/props').RequestParams | {
|
|
390
389
|
[key: string]: any;
|
|
391
390
|
chartType: 'bar';
|
|
392
391
|
plugin: '1';
|
|
@@ -398,9 +397,9 @@ export declare const barComponentProps: {
|
|
|
398
397
|
default?: undefined;
|
|
399
398
|
} | {
|
|
400
399
|
type: any;
|
|
401
|
-
default: string | number | boolean | string[] | import('../../
|
|
400
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
402
401
|
[key: string]: any;
|
|
403
|
-
} | import('../../
|
|
402
|
+
} | import('../../utils/props').RequestParams | {
|
|
404
403
|
[key: string]: any;
|
|
405
404
|
chartType: 'bar';
|
|
406
405
|
plugin: '1';
|
|
@@ -412,9 +411,9 @@ export declare const barComponentProps: {
|
|
|
412
411
|
default?: undefined;
|
|
413
412
|
} | {
|
|
414
413
|
type: any;
|
|
415
|
-
default: string | number | boolean | string[] | import('../../
|
|
414
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
416
415
|
[key: string]: any;
|
|
417
|
-
} | import('../../
|
|
416
|
+
} | import('../../utils/props').RequestParams | {
|
|
418
417
|
[key: string]: any;
|
|
419
418
|
chartType: 'bar';
|
|
420
419
|
plugin: '1';
|
|
@@ -426,23 +425,9 @@ export declare const barComponentProps: {
|
|
|
426
425
|
default?: undefined;
|
|
427
426
|
} | {
|
|
428
427
|
type: any;
|
|
429
|
-
default: string | number | boolean | string[] | import('../../
|
|
428
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
430
429
|
[key: string]: any;
|
|
431
|
-
} | import('../../
|
|
432
|
-
[key: string]: any;
|
|
433
|
-
chartType: 'bar';
|
|
434
|
-
plugin: '1';
|
|
435
|
-
layer: '2';
|
|
436
|
-
};
|
|
437
|
-
};
|
|
438
|
-
tooltipTrigger: {
|
|
439
|
-
type?: undefined;
|
|
440
|
-
default?: undefined;
|
|
441
|
-
} | {
|
|
442
|
-
type: any;
|
|
443
|
-
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
444
|
-
[key: string]: any;
|
|
445
|
-
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
430
|
+
} | import('../../utils/props').RequestParams | {
|
|
446
431
|
[key: string]: any;
|
|
447
432
|
chartType: 'bar';
|
|
448
433
|
plugin: '1';
|
|
@@ -454,9 +439,9 @@ export declare const barComponentProps: {
|
|
|
454
439
|
default?: undefined;
|
|
455
440
|
} | {
|
|
456
441
|
type: any;
|
|
457
|
-
default: string | number | boolean | string[] | import('../../
|
|
442
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
458
443
|
[key: string]: any;
|
|
459
|
-
} | import('../../
|
|
444
|
+
} | import('../../utils/props').RequestParams | {
|
|
460
445
|
[key: string]: any;
|
|
461
446
|
chartType: 'bar';
|
|
462
447
|
plugin: '1';
|
|
@@ -468,9 +453,9 @@ export declare const barComponentProps: {
|
|
|
468
453
|
default?: undefined;
|
|
469
454
|
} | {
|
|
470
455
|
type: any;
|
|
471
|
-
default: string | number | boolean | string[] | import('../../
|
|
456
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
472
457
|
[key: string]: any;
|
|
473
|
-
} | import('../../
|
|
458
|
+
} | import('../../utils/props').RequestParams | {
|
|
474
459
|
[key: string]: any;
|
|
475
460
|
chartType: 'bar';
|
|
476
461
|
plugin: '1';
|
|
@@ -482,9 +467,9 @@ export declare const barComponentProps: {
|
|
|
482
467
|
default?: undefined;
|
|
483
468
|
} | {
|
|
484
469
|
type: any;
|
|
485
|
-
default: string | number | boolean | string[] | import('../../
|
|
470
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
486
471
|
[key: string]: any;
|
|
487
|
-
} | import('../../
|
|
472
|
+
} | import('../../utils/props').RequestParams | {
|
|
488
473
|
[key: string]: any;
|
|
489
474
|
chartType: 'bar';
|
|
490
475
|
plugin: '1';
|
|
@@ -496,9 +481,9 @@ export declare const barComponentProps: {
|
|
|
496
481
|
default?: undefined;
|
|
497
482
|
} | {
|
|
498
483
|
type: any;
|
|
499
|
-
default: string | number | boolean | string[] | import('../../
|
|
484
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
500
485
|
[key: string]: any;
|
|
501
|
-
} | import('../../
|
|
486
|
+
} | import('../../utils/props').RequestParams | {
|
|
502
487
|
[key: string]: any;
|
|
503
488
|
chartType: 'bar';
|
|
504
489
|
plugin: '1';
|
|
@@ -510,9 +495,9 @@ export declare const barComponentProps: {
|
|
|
510
495
|
default?: undefined;
|
|
511
496
|
} | {
|
|
512
497
|
type: any;
|
|
513
|
-
default: string | number | boolean | string[] | import('../../
|
|
498
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
514
499
|
[key: string]: any;
|
|
515
|
-
} | import('../../
|
|
500
|
+
} | import('../../utils/props').RequestParams | {
|
|
516
501
|
[key: string]: any;
|
|
517
502
|
chartType: 'bar';
|
|
518
503
|
plugin: '1';
|
|
@@ -524,9 +509,9 @@ export declare const barComponentProps: {
|
|
|
524
509
|
default?: undefined;
|
|
525
510
|
} | {
|
|
526
511
|
type: any;
|
|
527
|
-
default: string | number | boolean | string[] | import('../../
|
|
512
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
528
513
|
[key: string]: any;
|
|
529
|
-
} | import('../../
|
|
514
|
+
} | import('../../utils/props').RequestParams | {
|
|
530
515
|
[key: string]: any;
|
|
531
516
|
chartType: 'bar';
|
|
532
517
|
plugin: '1';
|
|
@@ -538,9 +523,9 @@ export declare const barComponentProps: {
|
|
|
538
523
|
default?: undefined;
|
|
539
524
|
} | {
|
|
540
525
|
type: any;
|
|
541
|
-
default: string | number | boolean | string[] | import('../../
|
|
526
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
542
527
|
[key: string]: any;
|
|
543
|
-
} | import('../../
|
|
528
|
+
} | import('../../utils/props').RequestParams | {
|
|
544
529
|
[key: string]: any;
|
|
545
530
|
chartType: 'bar';
|
|
546
531
|
plugin: '1';
|
|
@@ -552,9 +537,9 @@ export declare const barComponentProps: {
|
|
|
552
537
|
default?: undefined;
|
|
553
538
|
} | {
|
|
554
539
|
type: any;
|
|
555
|
-
default: string | number | boolean | string[] | import('../../
|
|
540
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
556
541
|
[key: string]: any;
|
|
557
|
-
} | import('../../
|
|
542
|
+
} | import('../../utils/props').RequestParams | {
|
|
558
543
|
[key: string]: any;
|
|
559
544
|
chartType: 'bar';
|
|
560
545
|
plugin: '1';
|
|
@@ -566,9 +551,9 @@ export declare const barComponentProps: {
|
|
|
566
551
|
default?: undefined;
|
|
567
552
|
} | {
|
|
568
553
|
type: any;
|
|
569
|
-
default: string | number | boolean | string[] | import('../../
|
|
554
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
570
555
|
[key: string]: any;
|
|
571
|
-
} | import('../../
|
|
556
|
+
} | import('../../utils/props').RequestParams | {
|
|
572
557
|
[key: string]: any;
|
|
573
558
|
chartType: 'bar';
|
|
574
559
|
plugin: '1';
|
|
@@ -580,9 +565,9 @@ export declare const barComponentProps: {
|
|
|
580
565
|
default?: undefined;
|
|
581
566
|
} | {
|
|
582
567
|
type: any;
|
|
583
|
-
default: string | number | boolean | string[] | import('../../
|
|
568
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
584
569
|
[key: string]: any;
|
|
585
|
-
} | import('../../
|
|
570
|
+
} | import('../../utils/props').RequestParams | {
|
|
586
571
|
[key: string]: any;
|
|
587
572
|
chartType: 'bar';
|
|
588
573
|
plugin: '1';
|
|
@@ -594,9 +579,9 @@ export declare const barComponentProps: {
|
|
|
594
579
|
default?: undefined;
|
|
595
580
|
} | {
|
|
596
581
|
type: any;
|
|
597
|
-
default: string | number | boolean | string[] | import('../../
|
|
582
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
598
583
|
[key: string]: any;
|
|
599
|
-
} | import('../../
|
|
584
|
+
} | import('../../utils/props').RequestParams | {
|
|
600
585
|
[key: string]: any;
|
|
601
586
|
chartType: 'bar';
|
|
602
587
|
plugin: '1';
|
|
@@ -608,9 +593,9 @@ export declare const barComponentProps: {
|
|
|
608
593
|
default?: undefined;
|
|
609
594
|
} | {
|
|
610
595
|
type: any;
|
|
611
|
-
default: string | number | boolean | string[] | import('../../
|
|
596
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
612
597
|
[key: string]: any;
|
|
613
|
-
} | import('../../
|
|
598
|
+
} | import('../../utils/props').RequestParams | {
|
|
614
599
|
[key: string]: any;
|
|
615
600
|
chartType: 'bar';
|
|
616
601
|
plugin: '1';
|
|
@@ -622,9 +607,9 @@ export declare const barComponentProps: {
|
|
|
622
607
|
default?: undefined;
|
|
623
608
|
} | {
|
|
624
609
|
type: any;
|
|
625
|
-
default: string | number | boolean | string[] | import('../../
|
|
610
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
626
611
|
[key: string]: any;
|
|
627
|
-
} | import('../../
|
|
612
|
+
} | import('../../utils/props').RequestParams | {
|
|
628
613
|
[key: string]: any;
|
|
629
614
|
chartType: 'bar';
|
|
630
615
|
plugin: '1';
|
|
@@ -636,9 +621,9 @@ export declare const barComponentProps: {
|
|
|
636
621
|
default?: undefined;
|
|
637
622
|
} | {
|
|
638
623
|
type: any;
|
|
639
|
-
default: string | number | boolean | string[] | import('../../
|
|
624
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
640
625
|
[key: string]: any;
|
|
641
|
-
} | import('../../
|
|
626
|
+
} | import('../../utils/props').RequestParams | {
|
|
642
627
|
[key: string]: any;
|
|
643
628
|
chartType: 'bar';
|
|
644
629
|
plugin: '1';
|
|
@@ -650,9 +635,9 @@ export declare const barComponentProps: {
|
|
|
650
635
|
default?: undefined;
|
|
651
636
|
} | {
|
|
652
637
|
type: any;
|
|
653
|
-
default: string | number | boolean | string[] | import('../../
|
|
638
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
654
639
|
[key: string]: any;
|
|
655
|
-
} | import('../../
|
|
640
|
+
} | import('../../utils/props').RequestParams | {
|
|
656
641
|
[key: string]: any;
|
|
657
642
|
chartType: 'bar';
|
|
658
643
|
plugin: '1';
|
|
@@ -664,9 +649,9 @@ export declare const barComponentProps: {
|
|
|
664
649
|
default?: undefined;
|
|
665
650
|
} | {
|
|
666
651
|
type: any;
|
|
667
|
-
default: string | number | boolean | string[] | import('../../
|
|
652
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
668
653
|
[key: string]: any;
|
|
669
|
-
} | import('../../
|
|
654
|
+
} | import('../../utils/props').RequestParams | {
|
|
670
655
|
[key: string]: any;
|
|
671
656
|
chartType: 'bar';
|
|
672
657
|
plugin: '1';
|
|
@@ -678,9 +663,9 @@ export declare const barComponentProps: {
|
|
|
678
663
|
default?: undefined;
|
|
679
664
|
} | {
|
|
680
665
|
type: any;
|
|
681
|
-
default: string | number | boolean | string[] | import('../../
|
|
666
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
682
667
|
[key: string]: any;
|
|
683
|
-
} | import('../../
|
|
668
|
+
} | import('../../utils/props').RequestParams | {
|
|
684
669
|
[key: string]: any;
|
|
685
670
|
chartType: 'bar';
|
|
686
671
|
plugin: '1';
|
|
@@ -692,9 +677,9 @@ export declare const barComponentProps: {
|
|
|
692
677
|
default?: undefined;
|
|
693
678
|
} | {
|
|
694
679
|
type: any;
|
|
695
|
-
default: string | number | boolean | string[] | import('../../
|
|
680
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
696
681
|
[key: string]: any;
|
|
697
|
-
} | import('../../
|
|
682
|
+
} | import('../../utils/props').RequestParams | {
|
|
698
683
|
[key: string]: any;
|
|
699
684
|
chartType: 'bar';
|
|
700
685
|
plugin: '1';
|
|
@@ -706,9 +691,9 @@ export declare const barComponentProps: {
|
|
|
706
691
|
default?: undefined;
|
|
707
692
|
} | {
|
|
708
693
|
type: any;
|
|
709
|
-
default: string | number | boolean | string[] | import('../../
|
|
694
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
710
695
|
[key: string]: any;
|
|
711
|
-
} | import('../../
|
|
696
|
+
} | import('../../utils/props').RequestParams | {
|
|
712
697
|
[key: string]: any;
|
|
713
698
|
chartType: 'bar';
|
|
714
699
|
plugin: '1';
|
|
@@ -720,9 +705,9 @@ export declare const barComponentProps: {
|
|
|
720
705
|
default?: undefined;
|
|
721
706
|
} | {
|
|
722
707
|
type: any;
|
|
723
|
-
default: string | number | boolean | string[] | import('../../
|
|
708
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
724
709
|
[key: string]: any;
|
|
725
|
-
} | import('../../
|
|
710
|
+
} | import('../../utils/props').RequestParams | {
|
|
726
711
|
[key: string]: any;
|
|
727
712
|
chartType: 'bar';
|
|
728
713
|
plugin: '1';
|
|
@@ -734,9 +719,9 @@ export declare const barComponentProps: {
|
|
|
734
719
|
default?: undefined;
|
|
735
720
|
} | {
|
|
736
721
|
type: any;
|
|
737
|
-
default: string | number | boolean | string[] | import('../../
|
|
722
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
738
723
|
[key: string]: any;
|
|
739
|
-
} | import('../../
|
|
724
|
+
} | import('../../utils/props').RequestParams | {
|
|
740
725
|
[key: string]: any;
|
|
741
726
|
chartType: 'bar';
|
|
742
727
|
plugin: '1';
|
|
@@ -748,9 +733,9 @@ export declare const barComponentProps: {
|
|
|
748
733
|
default?: undefined;
|
|
749
734
|
} | {
|
|
750
735
|
type: any;
|
|
751
|
-
default: string | number | boolean | string[] | import('../../
|
|
736
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
752
737
|
[key: string]: any;
|
|
753
|
-
} | import('../../
|
|
738
|
+
} | import('../../utils/props').RequestParams | {
|
|
754
739
|
[key: string]: any;
|
|
755
740
|
chartType: 'bar';
|
|
756
741
|
plugin: '1';
|
|
@@ -762,9 +747,9 @@ export declare const barComponentProps: {
|
|
|
762
747
|
default?: undefined;
|
|
763
748
|
} | {
|
|
764
749
|
type: any;
|
|
765
|
-
default: string | number | boolean | string[] | import('../../
|
|
750
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
766
751
|
[key: string]: any;
|
|
767
|
-
} | import('../../
|
|
752
|
+
} | import('../../utils/props').RequestParams | {
|
|
768
753
|
[key: string]: any;
|
|
769
754
|
chartType: 'bar';
|
|
770
755
|
plugin: '1';
|
|
@@ -776,9 +761,9 @@ export declare const barComponentProps: {
|
|
|
776
761
|
default?: undefined;
|
|
777
762
|
} | {
|
|
778
763
|
type: any;
|
|
779
|
-
default: string | number | boolean | string[] | import('../../
|
|
764
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
780
765
|
[key: string]: any;
|
|
781
|
-
} | import('../../
|
|
766
|
+
} | import('../../utils/props').RequestParams | {
|
|
782
767
|
[key: string]: any;
|
|
783
768
|
chartType: 'bar';
|
|
784
769
|
plugin: '1';
|
|
@@ -790,9 +775,9 @@ export declare const barComponentProps: {
|
|
|
790
775
|
default?: undefined;
|
|
791
776
|
} | {
|
|
792
777
|
type: any;
|
|
793
|
-
default: string | number | boolean | string[] | import('../../
|
|
778
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
794
779
|
[key: string]: any;
|
|
795
|
-
} | import('../../
|
|
780
|
+
} | import('../../utils/props').RequestParams | {
|
|
796
781
|
[key: string]: any;
|
|
797
782
|
chartType: 'bar';
|
|
798
783
|
plugin: '1';
|
|
@@ -804,9 +789,9 @@ export declare const barComponentProps: {
|
|
|
804
789
|
default?: undefined;
|
|
805
790
|
} | {
|
|
806
791
|
type: any;
|
|
807
|
-
default: string | number | boolean | string[] | import('../../
|
|
792
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
808
793
|
[key: string]: any;
|
|
809
|
-
} | import('../../
|
|
794
|
+
} | import('../../utils/props').RequestParams | {
|
|
810
795
|
[key: string]: any;
|
|
811
796
|
chartType: 'bar';
|
|
812
797
|
plugin: '1';
|
|
@@ -818,9 +803,9 @@ export declare const barComponentProps: {
|
|
|
818
803
|
default?: undefined;
|
|
819
804
|
} | {
|
|
820
805
|
type: any;
|
|
821
|
-
default: string | number | boolean | string[] | import('../../
|
|
806
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
822
807
|
[key: string]: any;
|
|
823
|
-
} | import('../../
|
|
808
|
+
} | import('../../utils/props').RequestParams | {
|
|
824
809
|
[key: string]: any;
|
|
825
810
|
chartType: 'bar';
|
|
826
811
|
plugin: '1';
|
|
@@ -832,9 +817,9 @@ export declare const barComponentProps: {
|
|
|
832
817
|
default?: undefined;
|
|
833
818
|
} | {
|
|
834
819
|
type: any;
|
|
835
|
-
default: string | number | boolean | string[] | import('../../
|
|
820
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
836
821
|
[key: string]: any;
|
|
837
|
-
} | import('../../
|
|
822
|
+
} | import('../../utils/props').RequestParams | {
|
|
838
823
|
[key: string]: any;
|
|
839
824
|
chartType: 'bar';
|
|
840
825
|
plugin: '1';
|
|
@@ -846,9 +831,9 @@ export declare const barComponentProps: {
|
|
|
846
831
|
default?: undefined;
|
|
847
832
|
} | {
|
|
848
833
|
type: any;
|
|
849
|
-
default: string | number | boolean | string[] | import('../../
|
|
834
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
850
835
|
[key: string]: any;
|
|
851
|
-
} | import('../../
|
|
836
|
+
} | import('../../utils/props').RequestParams | {
|
|
852
837
|
[key: string]: any;
|
|
853
838
|
chartType: 'bar';
|
|
854
839
|
plugin: '1';
|
|
@@ -860,9 +845,9 @@ export declare const barComponentProps: {
|
|
|
860
845
|
default?: undefined;
|
|
861
846
|
} | {
|
|
862
847
|
type: any;
|
|
863
|
-
default: string | number | boolean | string[] | import('../../
|
|
848
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
864
849
|
[key: string]: any;
|
|
865
|
-
} | import('../../
|
|
850
|
+
} | import('../../utils/props').RequestParams | {
|
|
866
851
|
[key: string]: any;
|
|
867
852
|
chartType: 'bar';
|
|
868
853
|
plugin: '1';
|
|
@@ -874,9 +859,9 @@ export declare const barComponentProps: {
|
|
|
874
859
|
default?: undefined;
|
|
875
860
|
} | {
|
|
876
861
|
type: any;
|
|
877
|
-
default: string | number | boolean | string[] | import('../../
|
|
862
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
878
863
|
[key: string]: any;
|
|
879
|
-
} | import('../../
|
|
864
|
+
} | import('../../utils/props').RequestParams | {
|
|
880
865
|
[key: string]: any;
|
|
881
866
|
chartType: 'bar';
|
|
882
867
|
plugin: '1';
|
|
@@ -888,9 +873,9 @@ export declare const barComponentProps: {
|
|
|
888
873
|
default?: undefined;
|
|
889
874
|
} | {
|
|
890
875
|
type: any;
|
|
891
|
-
default: string | number | boolean | string[] | import('../../
|
|
876
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
892
877
|
[key: string]: any;
|
|
893
|
-
} | import('../../
|
|
878
|
+
} | import('../../utils/props').RequestParams | {
|
|
894
879
|
[key: string]: any;
|
|
895
880
|
chartType: 'bar';
|
|
896
881
|
plugin: '1';
|
|
@@ -902,9 +887,9 @@ export declare const barComponentProps: {
|
|
|
902
887
|
default?: undefined;
|
|
903
888
|
} | {
|
|
904
889
|
type: any;
|
|
905
|
-
default: string | number | boolean | string[] | import('../../
|
|
890
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
906
891
|
[key: string]: any;
|
|
907
|
-
} | import('../../
|
|
892
|
+
} | import('../../utils/props').RequestParams | {
|
|
908
893
|
[key: string]: any;
|
|
909
894
|
chartType: 'bar';
|
|
910
895
|
plugin: '1';
|
|
@@ -916,9 +901,9 @@ export declare const barComponentProps: {
|
|
|
916
901
|
default?: undefined;
|
|
917
902
|
} | {
|
|
918
903
|
type: any;
|
|
919
|
-
default: string | number | boolean | string[] | import('../../
|
|
904
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
920
905
|
[key: string]: any;
|
|
921
|
-
} | import('../../
|
|
906
|
+
} | import('../../utils/props').RequestParams | {
|
|
922
907
|
[key: string]: any;
|
|
923
908
|
chartType: 'bar';
|
|
924
909
|
plugin: '1';
|
|
@@ -930,9 +915,9 @@ export declare const barComponentProps: {
|
|
|
930
915
|
default?: undefined;
|
|
931
916
|
} | {
|
|
932
917
|
type: any;
|
|
933
|
-
default: string | number | boolean | string[] | import('../../
|
|
918
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
934
919
|
[key: string]: any;
|
|
935
|
-
} | import('../../
|
|
920
|
+
} | import('../../utils/props').RequestParams | {
|
|
936
921
|
[key: string]: any;
|
|
937
922
|
chartType: 'bar';
|
|
938
923
|
plugin: '1';
|
|
@@ -944,9 +929,9 @@ export declare const barComponentProps: {
|
|
|
944
929
|
default?: undefined;
|
|
945
930
|
} | {
|
|
946
931
|
type: any;
|
|
947
|
-
default: string | number | boolean | string[] | import('../../
|
|
932
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
948
933
|
[key: string]: any;
|
|
949
|
-
} | import('../../
|
|
934
|
+
} | import('../../utils/props').RequestParams | {
|
|
950
935
|
[key: string]: any;
|
|
951
936
|
chartType: 'bar';
|
|
952
937
|
plugin: '1';
|
|
@@ -958,9 +943,9 @@ export declare const barComponentProps: {
|
|
|
958
943
|
default?: undefined;
|
|
959
944
|
} | {
|
|
960
945
|
type: any;
|
|
961
|
-
default: string | number | boolean | string[] | import('../../
|
|
946
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
962
947
|
[key: string]: any;
|
|
963
|
-
} | import('../../
|
|
948
|
+
} | import('../../utils/props').RequestParams | {
|
|
964
949
|
[key: string]: any;
|
|
965
950
|
chartType: 'bar';
|
|
966
951
|
plugin: '1';
|
|
@@ -972,9 +957,9 @@ export declare const barComponentProps: {
|
|
|
972
957
|
default?: undefined;
|
|
973
958
|
} | {
|
|
974
959
|
type: any;
|
|
975
|
-
default: string | number | boolean | string[] | import('../../
|
|
960
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
976
961
|
[key: string]: any;
|
|
977
|
-
} | import('../../
|
|
962
|
+
} | import('../../utils/props').RequestParams | {
|
|
978
963
|
[key: string]: any;
|
|
979
964
|
chartType: 'bar';
|
|
980
965
|
plugin: '1';
|
|
@@ -986,9 +971,9 @@ export declare const barComponentProps: {
|
|
|
986
971
|
default?: undefined;
|
|
987
972
|
} | {
|
|
988
973
|
type: any;
|
|
989
|
-
default: string | number | boolean | string[] | import('../../
|
|
974
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
990
975
|
[key: string]: any;
|
|
991
|
-
} | import('../../
|
|
976
|
+
} | import('../../utils/props').RequestParams | {
|
|
992
977
|
[key: string]: any;
|
|
993
978
|
chartType: 'bar';
|
|
994
979
|
plugin: '1';
|
|
@@ -1000,9 +985,9 @@ export declare const barComponentProps: {
|
|
|
1000
985
|
default?: undefined;
|
|
1001
986
|
} | {
|
|
1002
987
|
type: any;
|
|
1003
|
-
default: string | number | boolean | string[] | import('../../
|
|
988
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
1004
989
|
[key: string]: any;
|
|
1005
|
-
} | import('../../
|
|
990
|
+
} | import('../../utils/props').RequestParams | {
|
|
1006
991
|
[key: string]: any;
|
|
1007
992
|
chartType: 'bar';
|
|
1008
993
|
plugin: '1';
|
|
@@ -1014,9 +999,9 @@ export declare const barComponentProps: {
|
|
|
1014
999
|
default?: undefined;
|
|
1015
1000
|
} | {
|
|
1016
1001
|
type: any;
|
|
1017
|
-
default: string | number | boolean | string[] | import('../../
|
|
1002
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
1018
1003
|
[key: string]: any;
|
|
1019
|
-
} | import('../../
|
|
1004
|
+
} | import('../../utils/props').RequestParams | {
|
|
1020
1005
|
[key: string]: any;
|
|
1021
1006
|
chartType: 'bar';
|
|
1022
1007
|
plugin: '1';
|
|
@@ -1028,9 +1013,9 @@ export declare const barComponentProps: {
|
|
|
1028
1013
|
default?: undefined;
|
|
1029
1014
|
} | {
|
|
1030
1015
|
type: any;
|
|
1031
|
-
default: string | number | boolean | string[] | import('../../
|
|
1016
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
1032
1017
|
[key: string]: any;
|
|
1033
|
-
} | import('../../
|
|
1018
|
+
} | import('../../utils/props').RequestParams | {
|
|
1034
1019
|
[key: string]: any;
|
|
1035
1020
|
chartType: 'bar';
|
|
1036
1021
|
plugin: '1';
|
|
@@ -1042,9 +1027,9 @@ export declare const barComponentProps: {
|
|
|
1042
1027
|
default?: undefined;
|
|
1043
1028
|
} | {
|
|
1044
1029
|
type: any;
|
|
1045
|
-
default: string | number | boolean | string[] | import('../../
|
|
1030
|
+
default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
|
|
1046
1031
|
[key: string]: any;
|
|
1047
|
-
} | import('../../
|
|
1032
|
+
} | import('../../utils/props').RequestParams | {
|
|
1048
1033
|
[key: string]: any;
|
|
1049
1034
|
chartType: 'bar';
|
|
1050
1035
|
plugin: '1';
|