@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
|
@@ -525,18 +525,20 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
525
525
|
containLabel: any;
|
|
526
526
|
};
|
|
527
527
|
color: any;
|
|
528
|
-
|
|
529
|
-
trigger: string;
|
|
528
|
+
legend: {
|
|
530
529
|
show: any;
|
|
530
|
+
orient: any;
|
|
531
|
+
top: any;
|
|
532
|
+
left: any;
|
|
531
533
|
textStyle: {
|
|
532
534
|
color: any;
|
|
533
535
|
};
|
|
534
536
|
};
|
|
535
|
-
|
|
537
|
+
tooltip: {
|
|
538
|
+
trigger: string;
|
|
536
539
|
show: any;
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
left: any;
|
|
540
|
+
formatter: (params: any) => string;
|
|
541
|
+
valueFormatter(value: string): string;
|
|
540
542
|
textStyle: {
|
|
541
543
|
color: any;
|
|
542
544
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const EcanComboGraph: import("../../
|
|
1
|
+
export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
data: {
|
|
3
3
|
type?: undefined;
|
|
4
4
|
default?: undefined;
|
|
@@ -525,18 +525,20 @@ export declare const EcanComboGraph: import("../../_utils/withInstall").SFCWithI
|
|
|
525
525
|
containLabel: any;
|
|
526
526
|
};
|
|
527
527
|
color: any;
|
|
528
|
-
|
|
529
|
-
trigger: string;
|
|
528
|
+
legend: {
|
|
530
529
|
show: any;
|
|
530
|
+
orient: any;
|
|
531
|
+
top: any;
|
|
532
|
+
left: any;
|
|
531
533
|
textStyle: {
|
|
532
534
|
color: any;
|
|
533
535
|
};
|
|
534
536
|
};
|
|
535
|
-
|
|
537
|
+
tooltip: {
|
|
538
|
+
trigger: string;
|
|
536
539
|
show: any;
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
left: any;
|
|
540
|
+
formatter: (params: any) => string;
|
|
541
|
+
valueFormatter(value: string): string;
|
|
540
542
|
textStyle: {
|
|
541
543
|
color: any;
|
|
542
544
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Data, Props, ValueTypeDataFieldNames, KeyTypeDataFieldNames } from '../../
|
|
1
|
+
import { Data, Props, ValueTypeDataFieldNames, KeyTypeDataFieldNames } from '../../utils/props';
|
|
2
2
|
export interface ComboGraphProps extends Props {
|
|
3
3
|
data: Data;
|
|
4
4
|
titleText: string;
|
|
@@ -5,9 +5,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
5
5
|
default?: undefined;
|
|
6
6
|
} | {
|
|
7
7
|
type: any;
|
|
8
|
-
default: string | number | boolean | import("../../
|
|
8
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
} | import("../../
|
|
10
|
+
} | import("../../utils/props").RequestParams | {
|
|
11
11
|
[key: string]: any;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
@@ -16,9 +16,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
default?: undefined;
|
|
17
17
|
} | {
|
|
18
18
|
type: any;
|
|
19
|
-
default: string | number | boolean | import("../../
|
|
19
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
20
20
|
[key: string]: any;
|
|
21
|
-
} | import("../../
|
|
21
|
+
} | import("../../utils/props").RequestParams | {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
@@ -27,9 +27,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
27
27
|
default?: undefined;
|
|
28
28
|
} | {
|
|
29
29
|
type: any;
|
|
30
|
-
default: string | number | boolean | import("../../
|
|
30
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
31
31
|
[key: string]: any;
|
|
32
|
-
} | import("../../
|
|
32
|
+
} | import("../../utils/props").RequestParams | {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
@@ -38,9 +38,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
38
38
|
default?: undefined;
|
|
39
39
|
} | {
|
|
40
40
|
type: any;
|
|
41
|
-
default: string | number | boolean | import("../../
|
|
41
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
42
42
|
[key: string]: any;
|
|
43
|
-
} | import("../../
|
|
43
|
+
} | import("../../utils/props").RequestParams | {
|
|
44
44
|
[key: string]: any;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
@@ -49,9 +49,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
49
49
|
default?: undefined;
|
|
50
50
|
} | {
|
|
51
51
|
type: any;
|
|
52
|
-
default: string | number | boolean | import("../../
|
|
52
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
53
53
|
[key: string]: any;
|
|
54
|
-
} | import("../../
|
|
54
|
+
} | import("../../utils/props").RequestParams | {
|
|
55
55
|
[key: string]: any;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -60,9 +60,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
60
60
|
default?: undefined;
|
|
61
61
|
} | {
|
|
62
62
|
type: any;
|
|
63
|
-
default: string | number | boolean | import("../../
|
|
63
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
64
64
|
[key: string]: any;
|
|
65
|
-
} | import("../../
|
|
65
|
+
} | import("../../utils/props").RequestParams | {
|
|
66
66
|
[key: string]: any;
|
|
67
67
|
};
|
|
68
68
|
};
|
|
@@ -71,9 +71,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
71
71
|
default?: undefined;
|
|
72
72
|
} | {
|
|
73
73
|
type: any;
|
|
74
|
-
default: string | number | boolean | import("../../
|
|
74
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
75
75
|
[key: string]: any;
|
|
76
|
-
} | import("../../
|
|
76
|
+
} | import("../../utils/props").RequestParams | {
|
|
77
77
|
[key: string]: any;
|
|
78
78
|
};
|
|
79
79
|
};
|
|
@@ -82,9 +82,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
82
82
|
default?: undefined;
|
|
83
83
|
} | {
|
|
84
84
|
type: any;
|
|
85
|
-
default: string | number | boolean | import("../../
|
|
85
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
86
86
|
[key: string]: any;
|
|
87
|
-
} | import("../../
|
|
87
|
+
} | import("../../utils/props").RequestParams | {
|
|
88
88
|
[key: string]: any;
|
|
89
89
|
};
|
|
90
90
|
};
|
|
@@ -93,9 +93,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
93
93
|
default?: undefined;
|
|
94
94
|
} | {
|
|
95
95
|
type: any;
|
|
96
|
-
default: string | number | boolean | import("../../
|
|
96
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
97
97
|
[key: string]: any;
|
|
98
|
-
} | import("../../
|
|
98
|
+
} | import("../../utils/props").RequestParams | {
|
|
99
99
|
[key: string]: any;
|
|
100
100
|
};
|
|
101
101
|
};
|
|
@@ -104,9 +104,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
104
104
|
default?: undefined;
|
|
105
105
|
} | {
|
|
106
106
|
type: any;
|
|
107
|
-
default: string | number | boolean | import("../../
|
|
107
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
108
108
|
[key: string]: any;
|
|
109
|
-
} | import("../../
|
|
109
|
+
} | import("../../utils/props").RequestParams | {
|
|
110
110
|
[key: string]: any;
|
|
111
111
|
};
|
|
112
112
|
};
|
|
@@ -115,9 +115,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
115
115
|
default?: undefined;
|
|
116
116
|
} | {
|
|
117
117
|
type: any;
|
|
118
|
-
default: string | number | boolean | import("../../
|
|
118
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
119
119
|
[key: string]: any;
|
|
120
|
-
} | import("../../
|
|
120
|
+
} | import("../../utils/props").RequestParams | {
|
|
121
121
|
[key: string]: any;
|
|
122
122
|
};
|
|
123
123
|
};
|
|
@@ -126,9 +126,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
126
126
|
default?: undefined;
|
|
127
127
|
} | {
|
|
128
128
|
type: any;
|
|
129
|
-
default: string | number | boolean | import("../../
|
|
129
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
130
130
|
[key: string]: any;
|
|
131
|
-
} | import("../../
|
|
131
|
+
} | import("../../utils/props").RequestParams | {
|
|
132
132
|
[key: string]: any;
|
|
133
133
|
};
|
|
134
134
|
};
|
|
@@ -137,9 +137,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
137
137
|
default?: undefined;
|
|
138
138
|
} | {
|
|
139
139
|
type: any;
|
|
140
|
-
default: string | number | boolean | import("../../
|
|
140
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
141
141
|
[key: string]: any;
|
|
142
|
-
} | import("../../
|
|
142
|
+
} | import("../../utils/props").RequestParams | {
|
|
143
143
|
[key: string]: any;
|
|
144
144
|
};
|
|
145
145
|
};
|
|
@@ -148,9 +148,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
148
148
|
default?: undefined;
|
|
149
149
|
} | {
|
|
150
150
|
type: any;
|
|
151
|
-
default: string | number | boolean | import("../../
|
|
151
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
152
152
|
[key: string]: any;
|
|
153
|
-
} | import("../../
|
|
153
|
+
} | import("../../utils/props").RequestParams | {
|
|
154
154
|
[key: string]: any;
|
|
155
155
|
};
|
|
156
156
|
};
|
|
@@ -159,9 +159,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
default?: undefined;
|
|
160
160
|
} | {
|
|
161
161
|
type: any;
|
|
162
|
-
default: string | number | boolean | import("../../
|
|
162
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
163
163
|
[key: string]: any;
|
|
164
|
-
} | import("../../
|
|
164
|
+
} | import("../../utils/props").RequestParams | {
|
|
165
165
|
[key: string]: any;
|
|
166
166
|
};
|
|
167
167
|
};
|
|
@@ -170,9 +170,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
170
170
|
default?: undefined;
|
|
171
171
|
} | {
|
|
172
172
|
type: any;
|
|
173
|
-
default: string | number | boolean | import("../../
|
|
173
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
174
174
|
[key: string]: any;
|
|
175
|
-
} | import("../../
|
|
175
|
+
} | import("../../utils/props").RequestParams | {
|
|
176
176
|
[key: string]: any;
|
|
177
177
|
};
|
|
178
178
|
};
|
|
@@ -181,9 +181,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
181
181
|
default?: undefined;
|
|
182
182
|
} | {
|
|
183
183
|
type: any;
|
|
184
|
-
default: string | number | boolean | import("../../
|
|
184
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
185
185
|
[key: string]: any;
|
|
186
|
-
} | import("../../
|
|
186
|
+
} | import("../../utils/props").RequestParams | {
|
|
187
187
|
[key: string]: any;
|
|
188
188
|
};
|
|
189
189
|
};
|
|
@@ -192,9 +192,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
192
192
|
default?: undefined;
|
|
193
193
|
} | {
|
|
194
194
|
type: any;
|
|
195
|
-
default: string | number | boolean | import("../../
|
|
195
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
196
196
|
[key: string]: any;
|
|
197
|
-
} | import("../../
|
|
197
|
+
} | import("../../utils/props").RequestParams | {
|
|
198
198
|
[key: string]: any;
|
|
199
199
|
};
|
|
200
200
|
};
|
|
@@ -203,9 +203,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
203
203
|
default?: undefined;
|
|
204
204
|
} | {
|
|
205
205
|
type: any;
|
|
206
|
-
default: string | number | boolean | import("../../
|
|
206
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
207
207
|
[key: string]: any;
|
|
208
|
-
} | import("../../
|
|
208
|
+
} | import("../../utils/props").RequestParams | {
|
|
209
209
|
[key: string]: any;
|
|
210
210
|
};
|
|
211
211
|
};
|
|
@@ -214,9 +214,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
214
214
|
default?: undefined;
|
|
215
215
|
} | {
|
|
216
216
|
type: any;
|
|
217
|
-
default: string | number | boolean | import("../../
|
|
217
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
218
218
|
[key: string]: any;
|
|
219
|
-
} | import("../../
|
|
219
|
+
} | import("../../utils/props").RequestParams | {
|
|
220
220
|
[key: string]: any;
|
|
221
221
|
};
|
|
222
222
|
};
|
|
@@ -225,9 +225,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
225
225
|
default?: undefined;
|
|
226
226
|
} | {
|
|
227
227
|
type: any;
|
|
228
|
-
default: string | number | boolean | import("../../
|
|
228
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
229
229
|
[key: string]: any;
|
|
230
|
-
} | import("../../
|
|
230
|
+
} | import("../../utils/props").RequestParams | {
|
|
231
231
|
[key: string]: any;
|
|
232
232
|
};
|
|
233
233
|
};
|
|
@@ -236,9 +236,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
236
236
|
default?: undefined;
|
|
237
237
|
} | {
|
|
238
238
|
type: any;
|
|
239
|
-
default: string | number | boolean | import("../../
|
|
239
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
240
240
|
[key: string]: any;
|
|
241
|
-
} | import("../../
|
|
241
|
+
} | import("../../utils/props").RequestParams | {
|
|
242
242
|
[key: string]: any;
|
|
243
243
|
};
|
|
244
244
|
};
|
|
@@ -247,9 +247,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
247
247
|
default?: undefined;
|
|
248
248
|
} | {
|
|
249
249
|
type: any;
|
|
250
|
-
default: string | number | boolean | import("../../
|
|
250
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
251
251
|
[key: string]: any;
|
|
252
|
-
} | import("../../
|
|
252
|
+
} | import("../../utils/props").RequestParams | {
|
|
253
253
|
[key: string]: any;
|
|
254
254
|
};
|
|
255
255
|
};
|
|
@@ -258,9 +258,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
258
258
|
default?: undefined;
|
|
259
259
|
} | {
|
|
260
260
|
type: any;
|
|
261
|
-
default: string | number | boolean | import("../../
|
|
261
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
262
262
|
[key: string]: any;
|
|
263
|
-
} | import("../../
|
|
263
|
+
} | import("../../utils/props").RequestParams | {
|
|
264
264
|
[key: string]: any;
|
|
265
265
|
};
|
|
266
266
|
};
|
|
@@ -274,9 +274,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
274
274
|
default?: undefined;
|
|
275
275
|
} | {
|
|
276
276
|
type: any;
|
|
277
|
-
default: string | number | boolean | import("../../
|
|
277
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
278
278
|
[key: string]: any;
|
|
279
|
-
} | import("../../
|
|
279
|
+
} | import("../../utils/props").RequestParams | {
|
|
280
280
|
[key: string]: any;
|
|
281
281
|
};
|
|
282
282
|
};
|
|
@@ -285,9 +285,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
285
285
|
default?: undefined;
|
|
286
286
|
} | {
|
|
287
287
|
type: any;
|
|
288
|
-
default: string | number | boolean | import("../../
|
|
288
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
289
289
|
[key: string]: any;
|
|
290
|
-
} | import("../../
|
|
290
|
+
} | import("../../utils/props").RequestParams | {
|
|
291
291
|
[key: string]: any;
|
|
292
292
|
};
|
|
293
293
|
};
|
|
@@ -296,9 +296,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
296
296
|
default?: undefined;
|
|
297
297
|
} | {
|
|
298
298
|
type: any;
|
|
299
|
-
default: string | number | boolean | import("../../
|
|
299
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
300
300
|
[key: string]: any;
|
|
301
|
-
} | import("../../
|
|
301
|
+
} | import("../../utils/props").RequestParams | {
|
|
302
302
|
[key: string]: any;
|
|
303
303
|
};
|
|
304
304
|
};
|
|
@@ -307,9 +307,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
307
307
|
default?: undefined;
|
|
308
308
|
} | {
|
|
309
309
|
type: any;
|
|
310
|
-
default: string | number | boolean | import("../../
|
|
310
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
311
311
|
[key: string]: any;
|
|
312
|
-
} | import("../../
|
|
312
|
+
} | import("../../utils/props").RequestParams | {
|
|
313
313
|
[key: string]: any;
|
|
314
314
|
};
|
|
315
315
|
};
|
|
@@ -318,9 +318,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
318
318
|
default?: undefined;
|
|
319
319
|
} | {
|
|
320
320
|
type: any;
|
|
321
|
-
default: string | number | boolean | import("../../
|
|
321
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
322
322
|
[key: string]: any;
|
|
323
|
-
} | import("../../
|
|
323
|
+
} | import("../../utils/props").RequestParams | {
|
|
324
324
|
[key: string]: any;
|
|
325
325
|
};
|
|
326
326
|
};
|
|
@@ -329,9 +329,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
329
329
|
default?: undefined;
|
|
330
330
|
} | {
|
|
331
331
|
type: any;
|
|
332
|
-
default: string | number | boolean | import("../../
|
|
332
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
333
333
|
[key: string]: any;
|
|
334
|
-
} | import("../../
|
|
334
|
+
} | import("../../utils/props").RequestParams | {
|
|
335
335
|
[key: string]: any;
|
|
336
336
|
};
|
|
337
337
|
};
|
|
@@ -340,9 +340,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
340
340
|
default?: undefined;
|
|
341
341
|
} | {
|
|
342
342
|
type: any;
|
|
343
|
-
default: string | number | boolean | import("../../
|
|
343
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
344
344
|
[key: string]: any;
|
|
345
|
-
} | import("../../
|
|
345
|
+
} | import("../../utils/props").RequestParams | {
|
|
346
346
|
[key: string]: any;
|
|
347
347
|
};
|
|
348
348
|
};
|
|
@@ -351,9 +351,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
351
351
|
default?: undefined;
|
|
352
352
|
} | {
|
|
353
353
|
type: any;
|
|
354
|
-
default: string | number | boolean | import("../../
|
|
354
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
355
355
|
[key: string]: any;
|
|
356
|
-
} | import("../../
|
|
356
|
+
} | import("../../utils/props").RequestParams | {
|
|
357
357
|
[key: string]: any;
|
|
358
358
|
};
|
|
359
359
|
};
|
|
@@ -362,9 +362,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
362
362
|
default?: undefined;
|
|
363
363
|
} | {
|
|
364
364
|
type: any;
|
|
365
|
-
default: string | number | boolean | import("../../
|
|
365
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
366
366
|
[key: string]: any;
|
|
367
|
-
} | import("../../
|
|
367
|
+
} | import("../../utils/props").RequestParams | {
|
|
368
368
|
[key: string]: any;
|
|
369
369
|
};
|
|
370
370
|
};
|
|
@@ -373,9 +373,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
373
373
|
default?: undefined;
|
|
374
374
|
} | {
|
|
375
375
|
type: any;
|
|
376
|
-
default: string | number | boolean | import("../../
|
|
376
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
377
377
|
[key: string]: any;
|
|
378
|
-
} | import("../../
|
|
378
|
+
} | import("../../utils/props").RequestParams | {
|
|
379
379
|
[key: string]: any;
|
|
380
380
|
};
|
|
381
381
|
};
|
|
@@ -384,9 +384,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
384
384
|
default?: undefined;
|
|
385
385
|
} | {
|
|
386
386
|
type: any;
|
|
387
|
-
default: string | number | boolean | import("../../
|
|
387
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
388
388
|
[key: string]: any;
|
|
389
|
-
} | import("../../
|
|
389
|
+
} | import("../../utils/props").RequestParams | {
|
|
390
390
|
[key: string]: any;
|
|
391
391
|
};
|
|
392
392
|
};
|
|
@@ -395,9 +395,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
395
395
|
default?: undefined;
|
|
396
396
|
} | {
|
|
397
397
|
type: any;
|
|
398
|
-
default: string | number | boolean | import("../../
|
|
398
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
399
399
|
[key: string]: any;
|
|
400
|
-
} | import("../../
|
|
400
|
+
} | import("../../utils/props").RequestParams | {
|
|
401
401
|
[key: string]: any;
|
|
402
402
|
};
|
|
403
403
|
};
|
|
@@ -406,9 +406,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
406
406
|
default?: undefined;
|
|
407
407
|
} | {
|
|
408
408
|
type: any;
|
|
409
|
-
default: string | number | boolean | import("../../
|
|
409
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
410
410
|
[key: string]: any;
|
|
411
|
-
} | import("../../
|
|
411
|
+
} | import("../../utils/props").RequestParams | {
|
|
412
412
|
[key: string]: any;
|
|
413
413
|
};
|
|
414
414
|
};
|
|
@@ -417,9 +417,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
417
417
|
default?: undefined;
|
|
418
418
|
} | {
|
|
419
419
|
type: any;
|
|
420
|
-
default: string | number | boolean | import("../../
|
|
420
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
421
421
|
[key: string]: any;
|
|
422
|
-
} | import("../../
|
|
422
|
+
} | import("../../utils/props").RequestParams | {
|
|
423
423
|
[key: string]: any;
|
|
424
424
|
};
|
|
425
425
|
};
|
|
@@ -428,9 +428,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
428
428
|
default?: undefined;
|
|
429
429
|
} | {
|
|
430
430
|
type: any;
|
|
431
|
-
default: string | number | boolean | import("../../
|
|
431
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
432
432
|
[key: string]: any;
|
|
433
|
-
} | import("../../
|
|
433
|
+
} | import("../../utils/props").RequestParams | {
|
|
434
434
|
[key: string]: any;
|
|
435
435
|
};
|
|
436
436
|
};
|
|
@@ -439,9 +439,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
439
439
|
default?: undefined;
|
|
440
440
|
} | {
|
|
441
441
|
type: any;
|
|
442
|
-
default: string | number | boolean | import("../../
|
|
442
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
443
443
|
[key: string]: any;
|
|
444
|
-
} | import("../../
|
|
444
|
+
} | import("../../utils/props").RequestParams | {
|
|
445
445
|
[key: string]: any;
|
|
446
446
|
};
|
|
447
447
|
};
|
|
@@ -450,9 +450,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
450
450
|
default?: undefined;
|
|
451
451
|
} | {
|
|
452
452
|
type: any;
|
|
453
|
-
default: string | number | boolean | import("../../
|
|
453
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
454
454
|
[key: string]: any;
|
|
455
|
-
} | import("../../
|
|
455
|
+
} | import("../../utils/props").RequestParams | {
|
|
456
456
|
[key: string]: any;
|
|
457
457
|
};
|
|
458
458
|
};
|
|
@@ -461,9 +461,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
461
461
|
default?: undefined;
|
|
462
462
|
} | {
|
|
463
463
|
type: any;
|
|
464
|
-
default: string | number | boolean | import("../../
|
|
464
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
465
465
|
[key: string]: any;
|
|
466
|
-
} | import("../../
|
|
466
|
+
} | import("../../utils/props").RequestParams | {
|
|
467
467
|
[key: string]: any;
|
|
468
468
|
};
|
|
469
469
|
};
|
|
@@ -472,9 +472,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
472
472
|
default?: undefined;
|
|
473
473
|
} | {
|
|
474
474
|
type: any;
|
|
475
|
-
default: string | number | boolean | import("../../
|
|
475
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
476
476
|
[key: string]: any;
|
|
477
|
-
} | import("../../
|
|
477
|
+
} | import("../../utils/props").RequestParams | {
|
|
478
478
|
[key: string]: any;
|
|
479
479
|
};
|
|
480
480
|
};
|
|
@@ -483,9 +483,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
483
483
|
default?: undefined;
|
|
484
484
|
} | {
|
|
485
485
|
type: any;
|
|
486
|
-
default: string | number | boolean | import("../../
|
|
486
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
487
487
|
[key: string]: any;
|
|
488
|
-
} | import("../../
|
|
488
|
+
} | import("../../utils/props").RequestParams | {
|
|
489
489
|
[key: string]: any;
|
|
490
490
|
};
|
|
491
491
|
};
|
|
@@ -494,9 +494,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
494
494
|
default?: undefined;
|
|
495
495
|
} | {
|
|
496
496
|
type: any;
|
|
497
|
-
default: string | number | boolean | import("../../
|
|
497
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
498
498
|
[key: string]: any;
|
|
499
|
-
} | import("../../
|
|
499
|
+
} | import("../../utils/props").RequestParams | {
|
|
500
500
|
[key: string]: any;
|
|
501
501
|
};
|
|
502
502
|
};
|
|
@@ -505,9 +505,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
505
505
|
default?: undefined;
|
|
506
506
|
} | {
|
|
507
507
|
type: any;
|
|
508
|
-
default: string | number | boolean | import("../../
|
|
508
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
509
509
|
[key: string]: any;
|
|
510
|
-
} | import("../../
|
|
510
|
+
} | import("../../utils/props").RequestParams | {
|
|
511
511
|
[key: string]: any;
|
|
512
512
|
};
|
|
513
513
|
};
|
|
@@ -516,9 +516,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
516
516
|
default?: undefined;
|
|
517
517
|
} | {
|
|
518
518
|
type: any;
|
|
519
|
-
default: string | number | boolean | import("../../
|
|
519
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
520
520
|
[key: string]: any;
|
|
521
|
-
} | import("../../
|
|
521
|
+
} | import("../../utils/props").RequestParams | {
|
|
522
522
|
[key: string]: any;
|
|
523
523
|
};
|
|
524
524
|
};
|
|
@@ -527,9 +527,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
527
527
|
default?: undefined;
|
|
528
528
|
} | {
|
|
529
529
|
type: any;
|
|
530
|
-
default: string | number | boolean | import("../../
|
|
530
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
531
531
|
[key: string]: any;
|
|
532
|
-
} | import("../../
|
|
532
|
+
} | import("../../utils/props").RequestParams | {
|
|
533
533
|
[key: string]: any;
|
|
534
534
|
};
|
|
535
535
|
};
|