@ecan-bi/datav 1.0.86 → 1.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +224 -68
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +224 -68
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +69 -69
- package/es/container/border/Border.js +7 -7
- package/es/container/border/Border.js.map +1 -1
- package/es/container/border/index.js +1 -1
- package/es/container/border/index.js.map +1 -1
- package/es/container/border/props.js +1 -1
- package/es/container/border/props.js.map +1 -1
- package/es/container/modal/Modal.js +6 -6
- package/es/container/modal/Modal.js.map +1 -1
- package/es/container/modal/index.js +1 -1
- package/es/container/modal/index.js.map +1 -1
- package/es/container/modal/props.js +1 -1
- package/es/container/modal/props.js.map +1 -1
- package/es/container/tabs/Tabs.js +8 -8
- package/es/container/tabs/Tabs.js.map +1 -1
- package/es/container/tabs/index.js +1 -1
- package/es/container/tabs/index.js.map +1 -1
- package/es/container/tabs/props.js +1 -1
- package/es/container/tabs/props.js.map +1 -1
- package/es/control/button/Button.js +5 -5
- package/es/control/button/Button.js.map +1 -1
- package/es/control/button/index.js +1 -1
- package/es/control/button/index.js.map +1 -1
- package/es/control/button/props.js +1 -1
- package/es/control/button/props.js.map +1 -1
- package/es/control/checkbox/Checkbox.js +12 -7
- package/es/control/checkbox/Checkbox.js.map +1 -1
- package/es/control/checkbox/index.js +1 -1
- package/es/control/checkbox/index.js.map +1 -1
- package/es/control/checkbox/props.js +1 -1
- package/es/control/checkbox/props.js.map +1 -1
- package/es/control/date-picker/DatePicker.js +14 -10
- package/es/control/date-picker/DatePicker.js.map +1 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
- package/es/control/date-picker/index.js +1 -1
- package/es/control/date-picker/index.js.map +1 -1
- package/es/control/date-picker/props.js +1 -1
- package/es/control/date-picker/props.js.map +1 -1
- package/es/control/input/Input.js +4 -4
- package/es/control/input/Input.js.map +1 -1
- package/es/control/input/index.js +1 -1
- package/es/control/input/index.js.map +1 -1
- package/es/control/input/props.js +1 -1
- package/es/control/input/props.js.map +1 -1
- package/es/control/range-picker/RangePicker.js +6 -6
- package/es/control/range-picker/RangePicker.js.map +1 -1
- package/es/control/range-picker/index.js +1 -1
- package/es/control/range-picker/index.js.map +1 -1
- package/es/control/range-picker/props.js +1 -1
- package/es/control/range-picker/props.js.map +1 -1
- package/es/control/select/Select.js +7 -7
- package/es/control/select/Select.js.map +1 -1
- package/es/control/select/index.js +1 -1
- package/es/control/select/index.js.map +1 -1
- package/es/control/select/props.js +1 -1
- package/es/control/select/props.js.map +1 -1
- package/es/graph/bar/Bar.js +12 -12
- package/es/graph/bar/Bar.js.map +1 -1
- package/es/graph/bar/index.js +1 -1
- package/es/graph/bar/index.js.map +1 -1
- package/es/graph/bar/props.js +1 -1
- package/es/graph/bar/props.js.map +1 -1
- package/es/graph/combo-graph/ComboGraph.js +11 -11
- package/es/graph/combo-graph/ComboGraph.js.map +1 -1
- package/es/graph/combo-graph/index.js +1 -1
- package/es/graph/combo-graph/index.js.map +1 -1
- package/es/graph/combo-graph/props.js +1 -1
- package/es/graph/combo-graph/props.js.map +1 -1
- package/es/graph/custom-graph/CustomGraph.js +3 -3
- package/es/graph/custom-graph/CustomGraph.js.map +1 -1
- package/es/graph/custom-graph/index.js +1 -1
- package/es/graph/custom-graph/index.js.map +1 -1
- package/es/graph/custom-graph/props.js +1 -1
- package/es/graph/custom-graph/props.js.map +1 -1
- package/es/graph/line/Line.js +11 -11
- package/es/graph/line/Line.js.map +1 -1
- package/es/graph/line/index.js +1 -1
- package/es/graph/line/index.js.map +1 -1
- package/es/graph/line/props.js +1 -1
- package/es/graph/line/props.js.map +1 -1
- package/es/graph/pie/Pie.js +10 -10
- package/es/graph/pie/Pie.js.map +1 -1
- package/es/graph/pie/index.js +1 -1
- package/es/graph/pie/index.js.map +1 -1
- package/es/graph/pie/props.js +1 -1
- package/es/graph/pie/props.js.map +1 -1
- package/es/graph/scatter/Scatter.js +9 -9
- package/es/graph/scatter/Scatter.js.map +1 -1
- package/es/graph/scatter/index.js +1 -1
- package/es/graph/scatter/index.js.map +1 -1
- package/es/graph/scatter/props.js +1 -1
- package/es/graph/scatter/props.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
- package/es/hooks/useDownloadFile.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
- package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
- package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
- package/es/hooks/useImagePath.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
- package/es/hooks/useIndicatorData.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
- package/es/hooks/useOnEvent.js.map +1 -0
- package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
- package/es/hooks/usePageUrl.js.map +1 -0
- package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
- package/es/hooks/usePickComponentStyle.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useRequestData.js +3 -8
- package/es/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
- package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
- package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
- package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
- package/es/hooks/useValueFormatter.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
- package/es/hooks/useVariablesInText.js.map +1 -0
- package/es/map/map/Map.js +5 -5
- package/es/map/map/Map.js.map +1 -1
- package/es/map/map/index.js +1 -1
- package/es/map/map/index.js.map +1 -1
- package/es/map/map/props.js +1 -1
- package/es/map/map/props.js.map +1 -1
- package/es/media/image/Image.js +7 -7
- package/es/media/image/Image.js.map +1 -1
- package/es/media/image/index.js +1 -1
- package/es/media/image/index.js.map +1 -1
- package/es/media/image/props.js +1 -1
- package/es/media/image/props.js.map +1 -1
- package/es/setting/page-config/PageConfig.js +4 -4
- package/es/setting/page-config/PageConfig.js.map +1 -1
- package/es/setting/page-config/index.js +1 -1
- package/es/setting/page-config/index.js.map +1 -1
- package/es/setting/page-config/props.js +1 -1
- package/es/setting/page-config/props.js.map +1 -1
- package/es/setting/provider-config/ProviderConfig.js +4 -4
- package/es/setting/provider-config/ProviderConfig.js.map +1 -1
- package/es/setting/provider-config/index.js +1 -1
- package/es/setting/provider-config/index.js.map +1 -1
- package/es/setting/provider-config/props.js +1 -1
- package/es/setting/provider-config/props.js.map +1 -1
- package/es/table/table/Table.js +10 -10
- package/es/table/table/Table.js.map +1 -1
- package/es/table/table/index.js +1 -1
- package/es/table/table/index.js.map +1 -1
- package/es/table/table/props.js +1 -1
- package/es/table/table/props.js.map +1 -1
- package/es/text/list/List.js +9 -9
- package/es/text/list/List.js.map +1 -1
- package/es/text/list/index.js +1 -1
- package/es/text/list/index.js.map +1 -1
- package/es/text/list/props.js +1 -1
- package/es/text/list/props.js.map +1 -1
- package/es/text/proportion/Proportion.js +7 -7
- package/es/text/proportion/Proportion.js.map +1 -1
- package/es/text/proportion/index.js +1 -1
- package/es/text/proportion/index.js.map +1 -1
- package/es/text/proportion/props.js +1 -1
- package/es/text/proportion/props.js.map +1 -1
- package/es/text/scroll-text/index.js +1 -1
- package/es/text/scroll-text/index.js.map +1 -1
- package/es/text/text/Text.js +7 -7
- package/es/text/text/Text.js.map +1 -1
- package/es/text/text/index.js +1 -1
- package/es/text/text/index.js.map +1 -1
- package/es/text/text/props.js +1 -1
- package/es/text/text/props.js.map +1 -1
- package/es/text/time-display/TimeDisplay.js +4 -4
- package/es/text/time-display/TimeDisplay.js.map +1 -1
- package/es/text/time-display/index.js +1 -1
- package/es/text/time-display/index.js.map +1 -1
- package/es/text/time-display/props.js +1 -1
- package/es/text/time-display/props.js.map +1 -1
- package/es/{_utils → utils}/constant.js +0 -0
- package/es/utils/constant.js.map +1 -0
- package/es/{_utils → utils}/props.js +0 -0
- package/es/utils/props.js.map +1 -0
- package/es/{_utils → utils}/request.js +0 -0
- package/es/utils/request.js.map +1 -0
- package/es/{_utils → utils}/util.js +0 -0
- package/es/utils/util.js.map +1 -0
- package/es/{_utils → utils}/withInstall.js +0 -0
- package/es/utils/withInstall.js.map +1 -0
- package/lib/container/border/Border.js +7 -7
- package/lib/container/border/Border.js.map +1 -1
- package/lib/container/border/index.js +1 -1
- package/lib/container/border/index.js.map +1 -1
- package/lib/container/border/props.js +1 -1
- package/lib/container/border/props.js.map +1 -1
- package/lib/container/modal/Modal.js +6 -6
- package/lib/container/modal/Modal.js.map +1 -1
- package/lib/container/modal/index.js +1 -1
- package/lib/container/modal/index.js.map +1 -1
- package/lib/container/modal/props.js +1 -1
- package/lib/container/modal/props.js.map +1 -1
- package/lib/container/tabs/Tabs.js +8 -8
- package/lib/container/tabs/Tabs.js.map +1 -1
- package/lib/container/tabs/index.js +1 -1
- package/lib/container/tabs/index.js.map +1 -1
- package/lib/container/tabs/props.js +1 -1
- package/lib/container/tabs/props.js.map +1 -1
- package/lib/control/button/Button.js +5 -5
- package/lib/control/button/Button.js.map +1 -1
- package/lib/control/button/index.js +1 -1
- package/lib/control/button/index.js.map +1 -1
- package/lib/control/button/props.js +1 -1
- package/lib/control/button/props.js.map +1 -1
- package/lib/control/checkbox/Checkbox.js +12 -7
- package/lib/control/checkbox/Checkbox.js.map +1 -1
- package/lib/control/checkbox/index.js +1 -1
- package/lib/control/checkbox/index.js.map +1 -1
- package/lib/control/checkbox/props.js +1 -1
- package/lib/control/checkbox/props.js.map +1 -1
- package/lib/control/date-picker/DatePicker.js +13 -9
- package/lib/control/date-picker/DatePicker.js.map +1 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
- package/lib/control/date-picker/index.js +1 -1
- package/lib/control/date-picker/index.js.map +1 -1
- package/lib/control/date-picker/props.js +1 -1
- package/lib/control/date-picker/props.js.map +1 -1
- package/lib/control/input/Input.js +4 -4
- package/lib/control/input/Input.js.map +1 -1
- package/lib/control/input/index.js +1 -1
- package/lib/control/input/index.js.map +1 -1
- package/lib/control/input/props.js +1 -1
- package/lib/control/input/props.js.map +1 -1
- package/lib/control/range-picker/RangePicker.js +6 -6
- package/lib/control/range-picker/RangePicker.js.map +1 -1
- package/lib/control/range-picker/index.js +1 -1
- package/lib/control/range-picker/index.js.map +1 -1
- package/lib/control/range-picker/props.js +1 -1
- package/lib/control/range-picker/props.js.map +1 -1
- package/lib/control/select/Select.js +7 -7
- package/lib/control/select/Select.js.map +1 -1
- package/lib/control/select/index.js +1 -1
- package/lib/control/select/index.js.map +1 -1
- package/lib/control/select/props.js +1 -1
- package/lib/control/select/props.js.map +1 -1
- package/lib/graph/bar/Bar.js +12 -12
- package/lib/graph/bar/Bar.js.map +1 -1
- package/lib/graph/bar/index.js +1 -1
- package/lib/graph/bar/index.js.map +1 -1
- package/lib/graph/bar/props.js +1 -1
- package/lib/graph/bar/props.js.map +1 -1
- package/lib/graph/combo-graph/ComboGraph.js +11 -11
- package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
- package/lib/graph/combo-graph/index.js +1 -1
- package/lib/graph/combo-graph/index.js.map +1 -1
- package/lib/graph/combo-graph/props.js +1 -1
- package/lib/graph/combo-graph/props.js.map +1 -1
- package/lib/graph/custom-graph/CustomGraph.js +3 -3
- package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
- package/lib/graph/custom-graph/index.js +1 -1
- package/lib/graph/custom-graph/index.js.map +1 -1
- package/lib/graph/custom-graph/props.js +1 -1
- package/lib/graph/custom-graph/props.js.map +1 -1
- package/lib/graph/line/Line.js +11 -11
- package/lib/graph/line/Line.js.map +1 -1
- package/lib/graph/line/index.js +1 -1
- package/lib/graph/line/index.js.map +1 -1
- package/lib/graph/line/props.js +1 -1
- package/lib/graph/line/props.js.map +1 -1
- package/lib/graph/pie/Pie.js +10 -10
- package/lib/graph/pie/Pie.js.map +1 -1
- package/lib/graph/pie/index.js +1 -1
- package/lib/graph/pie/index.js.map +1 -1
- package/lib/graph/pie/props.js +1 -1
- package/lib/graph/pie/props.js.map +1 -1
- package/lib/graph/scatter/Scatter.js +9 -9
- package/lib/graph/scatter/Scatter.js.map +1 -1
- package/lib/graph/scatter/index.js +1 -1
- package/lib/graph/scatter/index.js.map +1 -1
- package/lib/graph/scatter/props.js +1 -1
- package/lib/graph/scatter/props.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
- package/lib/hooks/useDownloadFile.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
- package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
- package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
- package/lib/hooks/useImagePath.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
- package/lib/hooks/useIndicatorData.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
- package/lib/hooks/useOnEvent.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
- package/lib/hooks/usePageUrl.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
- package/lib/hooks/usePickComponentStyle.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useRequestData.js +3 -8
- package/lib/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
- package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
- package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
- package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
- package/lib/hooks/useValueFormatter.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
- package/lib/hooks/useVariablesInText.js.map +1 -0
- package/lib/map/map/Map.js +5 -5
- package/lib/map/map/Map.js.map +1 -1
- package/lib/map/map/index.js +1 -1
- package/lib/map/map/index.js.map +1 -1
- package/lib/map/map/props.js +1 -1
- package/lib/map/map/props.js.map +1 -1
- package/lib/media/image/Image.js +7 -7
- package/lib/media/image/Image.js.map +1 -1
- package/lib/media/image/index.js +1 -1
- package/lib/media/image/index.js.map +1 -1
- package/lib/media/image/props.js +1 -1
- package/lib/media/image/props.js.map +1 -1
- package/lib/setting/page-config/PageConfig.js +4 -4
- package/lib/setting/page-config/PageConfig.js.map +1 -1
- package/lib/setting/page-config/index.js +1 -1
- package/lib/setting/page-config/index.js.map +1 -1
- package/lib/setting/page-config/props.js +1 -1
- package/lib/setting/page-config/props.js.map +1 -1
- package/lib/setting/provider-config/ProviderConfig.js +4 -4
- package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
- package/lib/setting/provider-config/index.js +1 -1
- package/lib/setting/provider-config/index.js.map +1 -1
- package/lib/setting/provider-config/props.js +1 -1
- package/lib/setting/provider-config/props.js.map +1 -1
- package/lib/style.css +6940 -6940
- package/lib/table/table/Table.js +10 -10
- package/lib/table/table/Table.js.map +1 -1
- package/lib/table/table/index.js +1 -1
- package/lib/table/table/index.js.map +1 -1
- package/lib/table/table/props.js +1 -1
- package/lib/table/table/props.js.map +1 -1
- package/lib/text/list/List.js +9 -9
- package/lib/text/list/List.js.map +1 -1
- package/lib/text/list/index.js +1 -1
- package/lib/text/list/index.js.map +1 -1
- package/lib/text/list/props.js +1 -1
- package/lib/text/list/props.js.map +1 -1
- package/lib/text/proportion/Proportion.js +7 -7
- package/lib/text/proportion/Proportion.js.map +1 -1
- package/lib/text/proportion/index.js +1 -1
- package/lib/text/proportion/index.js.map +1 -1
- package/lib/text/proportion/props.js +1 -1
- package/lib/text/proportion/props.js.map +1 -1
- package/lib/text/scroll-text/index.js +1 -1
- package/lib/text/scroll-text/index.js.map +1 -1
- package/lib/text/text/Text.js +7 -7
- package/lib/text/text/Text.js.map +1 -1
- package/lib/text/text/index.js +1 -1
- package/lib/text/text/index.js.map +1 -1
- package/lib/text/text/props.js +1 -1
- package/lib/text/text/props.js.map +1 -1
- package/lib/text/time-display/TimeDisplay.js +4 -4
- package/lib/text/time-display/TimeDisplay.js.map +1 -1
- package/lib/text/time-display/index.js +1 -1
- package/lib/text/time-display/index.js.map +1 -1
- package/lib/text/time-display/props.js +1 -1
- package/lib/text/time-display/props.js.map +1 -1
- package/lib/{_utils → utils}/constant.js +0 -0
- package/lib/utils/constant.js.map +1 -0
- package/lib/{_utils → utils}/props.js +0 -0
- package/lib/utils/props.js.map +1 -0
- package/lib/{_utils → utils}/request.js +0 -0
- package/lib/utils/request.js.map +1 -0
- package/lib/{_utils → utils}/util.js +0 -0
- package/lib/utils/util.js.map +1 -0
- package/lib/{_utils → utils}/withInstall.js +0 -0
- package/lib/utils/withInstall.js.map +1 -0
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +140 -140
- package/types/container/border/index.d.ts +141 -141
- package/types/container/border/props.d.ts +71 -71
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +2 -2
- package/types/container/tabs/index.d.ts +1 -1
- package/types/container/tabs/props.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +120 -120
- package/types/control/button/index.d.ts +121 -121
- package/types/control/button/props.d.ts +61 -61
- package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
- package/types/control/checkbox/index.d.ts +97 -97
- package/types/control/checkbox/props.d.ts +49 -49
- package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
- package/types/control/date-picker/index.d.ts +105 -105
- package/types/control/date-picker/props.d.ts +53 -53
- package/types/control/input/Input.vue.d.ts +96 -96
- package/types/control/input/index.d.ts +97 -97
- package/types/control/input/props.d.ts +49 -49
- package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
- package/types/control/range-picker/index.d.ts +105 -105
- package/types/control/range-picker/props.d.ts +53 -53
- package/types/control/select/Select.vue.d.ts +100 -100
- package/types/control/select/index.d.ts +101 -101
- package/types/control/select/props.d.ts +51 -51
- package/types/graph/bar/Bar.vue.d.ts +282 -310
- package/types/graph/bar/index.d.ts +282 -310
- package/types/graph/bar/props.d.ts +141 -156
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
- package/types/graph/combo-graph/index.d.ts +9 -7
- package/types/graph/combo-graph/props.d.ts +1 -1
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
- package/types/graph/custom-graph/index.d.ts +97 -97
- package/types/graph/custom-graph/props.d.ts +49 -49
- package/types/graph/line/Line.vue.d.ts +33 -3
- package/types/graph/line/index.d.ts +34 -4
- package/types/graph/line/props.d.ts +17 -1
- package/types/graph/pie/Pie.vue.d.ts +1 -1
- package/types/graph/pie/index.d.ts +2 -2
- package/types/graph/pie/props.d.ts +1 -1
- package/types/graph/scatter/index.d.ts +1 -1
- package/types/graph/scatter/props.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
- package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePickEchartsData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useTooltipFormatter.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
- package/types/hooks/useVariablesInText.d.ts +7 -0
- package/types/map/map/Map.vue.d.ts +224 -224
- package/types/map/map/index.d.ts +225 -225
- package/types/map/map/props.d.ts +113 -113
- package/types/media/image/Image.vue.d.ts +104 -104
- package/types/media/image/index.d.ts +105 -105
- package/types/media/image/props.d.ts +53 -53
- package/types/setting/page-config/index.d.ts +1 -1
- package/types/setting/provider-config/index.d.ts +1 -1
- package/types/table/table/Table.vue.d.ts +168 -168
- package/types/table/table/index.d.ts +169 -169
- package/types/table/table/props.d.ts +85 -85
- package/types/text/list/List.vue.d.ts +128 -128
- package/types/text/list/index.d.ts +129 -129
- package/types/text/list/props.d.ts +65 -65
- package/types/text/proportion/Proportion.vue.d.ts +144 -144
- package/types/text/proportion/index.d.ts +145 -145
- package/types/text/proportion/props.d.ts +73 -73
- package/types/text/scroll-text/index.d.ts +1 -1
- package/types/text/text/Text.vue.d.ts +140 -140
- package/types/text/text/index.d.ts +141 -141
- package/types/text/text/props.d.ts +71 -71
- package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
- package/types/text/time-display/index.d.ts +121 -121
- package/types/text/time-display/props.d.ts +61 -61
- package/types/{_utils → utils}/constant.d.ts +0 -0
- package/types/{_utils → utils}/props.d.ts +0 -0
- package/types/{_utils → utils}/request.d.ts +0 -0
- package/types/{_utils → utils}/util.d.ts +0 -0
- package/types/{_utils → utils}/withInstall.d.ts +0 -0
- package/es/_utils/constant.js.map +0 -1
- package/es/_utils/hooks/useDownloadFile.js.map +0 -1
- package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
- package/es/_utils/hooks/useImagePath.js.map +0 -1
- package/es/_utils/hooks/useIndicatorData.js.map +0 -1
- package/es/_utils/hooks/useOnEvent.js.map +0 -1
- package/es/_utils/hooks/usePageUrl.js.map +0 -1
- package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
- package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
- package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
- package/es/_utils/hooks/useValueFormatter.js.map +0 -1
- package/es/_utils/hooks/useVariablesInText.js.map +0 -1
- package/es/_utils/props.js.map +0 -1
- package/es/_utils/request.js.map +0 -1
- package/es/_utils/util.js.map +0 -1
- package/es/_utils/withInstall.js.map +0 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
- package/lib/_utils/constant.js.map +0 -1
- package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
- package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
- package/lib/_utils/hooks/useImagePath.js.map +0 -1
- package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
- package/lib/_utils/hooks/useOnEvent.js.map +0 -1
- package/lib/_utils/hooks/usePageUrl.js.map +0 -1
- package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
- package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
- package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
- package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
- package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
- package/lib/_utils/props.js.map +0 -1
- package/lib/_utils/request.js.map +0 -1
- package/lib/_utils/util.js.map +0 -1
- package/lib/_utils/withInstall.js.map +0 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
- package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Props } from '../../
|
|
1
|
+
import { Props } from '../../utils/props';
|
|
2
2
|
export interface ProportionProps extends Props {
|
|
3
3
|
strokeColor: string;
|
|
4
4
|
strokeLinecap: 'round' | 'square';
|
|
@@ -24,9 +24,9 @@ export declare const proportionComponentProps: {
|
|
|
24
24
|
default?: undefined;
|
|
25
25
|
} | {
|
|
26
26
|
type: any;
|
|
27
|
-
default: string | number | boolean | import('../../
|
|
27
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
28
28
|
[key: string]: any;
|
|
29
|
-
} | import('../../
|
|
29
|
+
} | import('../../utils/props').RequestParams | {
|
|
30
30
|
[key: string]: any;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
@@ -35,9 +35,9 @@ export declare const proportionComponentProps: {
|
|
|
35
35
|
default?: undefined;
|
|
36
36
|
} | {
|
|
37
37
|
type: any;
|
|
38
|
-
default: string | number | boolean | import('../../
|
|
38
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
39
39
|
[key: string]: any;
|
|
40
|
-
} | import('../../
|
|
40
|
+
} | import('../../utils/props').RequestParams | {
|
|
41
41
|
[key: string]: any;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
@@ -46,9 +46,9 @@ export declare const proportionComponentProps: {
|
|
|
46
46
|
default?: undefined;
|
|
47
47
|
} | {
|
|
48
48
|
type: any;
|
|
49
|
-
default: string | number | boolean | import('../../
|
|
49
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
50
50
|
[key: string]: any;
|
|
51
|
-
} | import('../../
|
|
51
|
+
} | import('../../utils/props').RequestParams | {
|
|
52
52
|
[key: string]: any;
|
|
53
53
|
};
|
|
54
54
|
};
|
|
@@ -57,9 +57,9 @@ export declare const proportionComponentProps: {
|
|
|
57
57
|
default?: undefined;
|
|
58
58
|
} | {
|
|
59
59
|
type: any;
|
|
60
|
-
default: string | number | boolean | import('../../
|
|
60
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
61
61
|
[key: string]: any;
|
|
62
|
-
} | import('../../
|
|
62
|
+
} | import('../../utils/props').RequestParams | {
|
|
63
63
|
[key: string]: any;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
@@ -68,9 +68,9 @@ export declare const proportionComponentProps: {
|
|
|
68
68
|
default?: undefined;
|
|
69
69
|
} | {
|
|
70
70
|
type: any;
|
|
71
|
-
default: string | number | boolean | import('../../
|
|
71
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
72
72
|
[key: string]: any;
|
|
73
|
-
} | import('../../
|
|
73
|
+
} | import('../../utils/props').RequestParams | {
|
|
74
74
|
[key: string]: any;
|
|
75
75
|
};
|
|
76
76
|
};
|
|
@@ -79,9 +79,9 @@ export declare const proportionComponentProps: {
|
|
|
79
79
|
default?: undefined;
|
|
80
80
|
} | {
|
|
81
81
|
type: any;
|
|
82
|
-
default: string | number | boolean | import('../../
|
|
82
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
83
83
|
[key: string]: any;
|
|
84
|
-
} | import('../../
|
|
84
|
+
} | import('../../utils/props').RequestParams | {
|
|
85
85
|
[key: string]: any;
|
|
86
86
|
};
|
|
87
87
|
};
|
|
@@ -90,9 +90,9 @@ export declare const proportionComponentProps: {
|
|
|
90
90
|
default?: undefined;
|
|
91
91
|
} | {
|
|
92
92
|
type: any;
|
|
93
|
-
default: string | number | boolean | import('../../
|
|
93
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
94
94
|
[key: string]: any;
|
|
95
|
-
} | import('../../
|
|
95
|
+
} | import('../../utils/props').RequestParams | {
|
|
96
96
|
[key: string]: any;
|
|
97
97
|
};
|
|
98
98
|
};
|
|
@@ -101,9 +101,9 @@ export declare const proportionComponentProps: {
|
|
|
101
101
|
default?: undefined;
|
|
102
102
|
} | {
|
|
103
103
|
type: any;
|
|
104
|
-
default: string | number | boolean | import('../../
|
|
104
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
105
105
|
[key: string]: any;
|
|
106
|
-
} | import('../../
|
|
106
|
+
} | import('../../utils/props').RequestParams | {
|
|
107
107
|
[key: string]: any;
|
|
108
108
|
};
|
|
109
109
|
};
|
|
@@ -112,9 +112,9 @@ export declare const proportionComponentProps: {
|
|
|
112
112
|
default?: undefined;
|
|
113
113
|
} | {
|
|
114
114
|
type: any;
|
|
115
|
-
default: string | number | boolean | import('../../
|
|
115
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
116
116
|
[key: string]: any;
|
|
117
|
-
} | import('../../
|
|
117
|
+
} | import('../../utils/props').RequestParams | {
|
|
118
118
|
[key: string]: any;
|
|
119
119
|
};
|
|
120
120
|
};
|
|
@@ -123,9 +123,9 @@ export declare const proportionComponentProps: {
|
|
|
123
123
|
default?: undefined;
|
|
124
124
|
} | {
|
|
125
125
|
type: any;
|
|
126
|
-
default: string | number | boolean | import('../../
|
|
126
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
127
127
|
[key: string]: any;
|
|
128
|
-
} | import('../../
|
|
128
|
+
} | import('../../utils/props').RequestParams | {
|
|
129
129
|
[key: string]: any;
|
|
130
130
|
};
|
|
131
131
|
};
|
|
@@ -134,9 +134,9 @@ export declare const proportionComponentProps: {
|
|
|
134
134
|
default?: undefined;
|
|
135
135
|
} | {
|
|
136
136
|
type: any;
|
|
137
|
-
default: string | number | boolean | import('../../
|
|
137
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
138
138
|
[key: string]: any;
|
|
139
|
-
} | import('../../
|
|
139
|
+
} | import('../../utils/props').RequestParams | {
|
|
140
140
|
[key: string]: any;
|
|
141
141
|
};
|
|
142
142
|
};
|
|
@@ -145,9 +145,9 @@ export declare const proportionComponentProps: {
|
|
|
145
145
|
default?: undefined;
|
|
146
146
|
} | {
|
|
147
147
|
type: any;
|
|
148
|
-
default: string | number | boolean | import('../../
|
|
148
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
149
149
|
[key: string]: any;
|
|
150
|
-
} | import('../../
|
|
150
|
+
} | import('../../utils/props').RequestParams | {
|
|
151
151
|
[key: string]: any;
|
|
152
152
|
};
|
|
153
153
|
};
|
|
@@ -156,9 +156,9 @@ export declare const proportionComponentProps: {
|
|
|
156
156
|
default?: undefined;
|
|
157
157
|
} | {
|
|
158
158
|
type: any;
|
|
159
|
-
default: string | number | boolean | import('../../
|
|
159
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
160
160
|
[key: string]: any;
|
|
161
|
-
} | import('../../
|
|
161
|
+
} | import('../../utils/props').RequestParams | {
|
|
162
162
|
[key: string]: any;
|
|
163
163
|
};
|
|
164
164
|
};
|
|
@@ -167,9 +167,9 @@ export declare const proportionComponentProps: {
|
|
|
167
167
|
default?: undefined;
|
|
168
168
|
} | {
|
|
169
169
|
type: any;
|
|
170
|
-
default: string | number | boolean | import('../../
|
|
170
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
171
171
|
[key: string]: any;
|
|
172
|
-
} | import('../../
|
|
172
|
+
} | import('../../utils/props').RequestParams | {
|
|
173
173
|
[key: string]: any;
|
|
174
174
|
};
|
|
175
175
|
};
|
|
@@ -178,9 +178,9 @@ export declare const proportionComponentProps: {
|
|
|
178
178
|
default?: undefined;
|
|
179
179
|
} | {
|
|
180
180
|
type: any;
|
|
181
|
-
default: string | number | boolean | import('../../
|
|
181
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
182
182
|
[key: string]: any;
|
|
183
|
-
} | import('../../
|
|
183
|
+
} | import('../../utils/props').RequestParams | {
|
|
184
184
|
[key: string]: any;
|
|
185
185
|
};
|
|
186
186
|
};
|
|
@@ -189,9 +189,9 @@ export declare const proportionComponentProps: {
|
|
|
189
189
|
default?: undefined;
|
|
190
190
|
} | {
|
|
191
191
|
type: any;
|
|
192
|
-
default: string | number | boolean | import('../../
|
|
192
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
193
193
|
[key: string]: any;
|
|
194
|
-
} | import('../../
|
|
194
|
+
} | import('../../utils/props').RequestParams | {
|
|
195
195
|
[key: string]: any;
|
|
196
196
|
};
|
|
197
197
|
};
|
|
@@ -200,9 +200,9 @@ export declare const proportionComponentProps: {
|
|
|
200
200
|
default?: undefined;
|
|
201
201
|
} | {
|
|
202
202
|
type: any;
|
|
203
|
-
default: string | number | boolean | import('../../
|
|
203
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
204
204
|
[key: string]: any;
|
|
205
|
-
} | import('../../
|
|
205
|
+
} | import('../../utils/props').RequestParams | {
|
|
206
206
|
[key: string]: any;
|
|
207
207
|
};
|
|
208
208
|
};
|
|
@@ -211,9 +211,9 @@ export declare const proportionComponentProps: {
|
|
|
211
211
|
default?: undefined;
|
|
212
212
|
} | {
|
|
213
213
|
type: any;
|
|
214
|
-
default: string | number | boolean | import('../../
|
|
214
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
215
215
|
[key: string]: any;
|
|
216
|
-
} | import('../../
|
|
216
|
+
} | import('../../utils/props').RequestParams | {
|
|
217
217
|
[key: string]: any;
|
|
218
218
|
};
|
|
219
219
|
};
|
|
@@ -222,9 +222,9 @@ export declare const proportionComponentProps: {
|
|
|
222
222
|
default?: undefined;
|
|
223
223
|
} | {
|
|
224
224
|
type: any;
|
|
225
|
-
default: string | number | boolean | import('../../
|
|
225
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
226
226
|
[key: string]: any;
|
|
227
|
-
} | import('../../
|
|
227
|
+
} | import('../../utils/props').RequestParams | {
|
|
228
228
|
[key: string]: any;
|
|
229
229
|
};
|
|
230
230
|
};
|
|
@@ -233,9 +233,9 @@ export declare const proportionComponentProps: {
|
|
|
233
233
|
default?: undefined;
|
|
234
234
|
} | {
|
|
235
235
|
type: any;
|
|
236
|
-
default: string | number | boolean | import('../../
|
|
236
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
237
237
|
[key: string]: any;
|
|
238
|
-
} | import('../../
|
|
238
|
+
} | import('../../utils/props').RequestParams | {
|
|
239
239
|
[key: string]: any;
|
|
240
240
|
};
|
|
241
241
|
};
|
|
@@ -244,9 +244,9 @@ export declare const proportionComponentProps: {
|
|
|
244
244
|
default?: undefined;
|
|
245
245
|
} | {
|
|
246
246
|
type: any;
|
|
247
|
-
default: string | number | boolean | import('../../
|
|
247
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
248
248
|
[key: string]: any;
|
|
249
|
-
} | import('../../
|
|
249
|
+
} | import('../../utils/props').RequestParams | {
|
|
250
250
|
[key: string]: any;
|
|
251
251
|
};
|
|
252
252
|
};
|
|
@@ -255,9 +255,9 @@ export declare const proportionComponentProps: {
|
|
|
255
255
|
default?: undefined;
|
|
256
256
|
} | {
|
|
257
257
|
type: any;
|
|
258
|
-
default: string | number | boolean | import('../../
|
|
258
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
259
259
|
[key: string]: any;
|
|
260
|
-
} | import('../../
|
|
260
|
+
} | import('../../utils/props').RequestParams | {
|
|
261
261
|
[key: string]: any;
|
|
262
262
|
};
|
|
263
263
|
};
|
|
@@ -266,9 +266,9 @@ export declare const proportionComponentProps: {
|
|
|
266
266
|
default?: undefined;
|
|
267
267
|
} | {
|
|
268
268
|
type: any;
|
|
269
|
-
default: string | number | boolean | import('../../
|
|
269
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
270
270
|
[key: string]: any;
|
|
271
|
-
} | import('../../
|
|
271
|
+
} | import('../../utils/props').RequestParams | {
|
|
272
272
|
[key: string]: any;
|
|
273
273
|
};
|
|
274
274
|
};
|
|
@@ -277,9 +277,9 @@ export declare const proportionComponentProps: {
|
|
|
277
277
|
default?: undefined;
|
|
278
278
|
} | {
|
|
279
279
|
type: any;
|
|
280
|
-
default: string | number | boolean | import('../../
|
|
280
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
281
281
|
[key: string]: any;
|
|
282
|
-
} | import('../../
|
|
282
|
+
} | import('../../utils/props').RequestParams | {
|
|
283
283
|
[key: string]: any;
|
|
284
284
|
};
|
|
285
285
|
};
|
|
@@ -288,9 +288,9 @@ export declare const proportionComponentProps: {
|
|
|
288
288
|
default?: undefined;
|
|
289
289
|
} | {
|
|
290
290
|
type: any;
|
|
291
|
-
default: string | number | boolean | import('../../
|
|
291
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
292
292
|
[key: string]: any;
|
|
293
|
-
} | import('../../
|
|
293
|
+
} | import('../../utils/props').RequestParams | {
|
|
294
294
|
[key: string]: any;
|
|
295
295
|
};
|
|
296
296
|
};
|
|
@@ -299,9 +299,9 @@ export declare const proportionComponentProps: {
|
|
|
299
299
|
default?: undefined;
|
|
300
300
|
} | {
|
|
301
301
|
type: any;
|
|
302
|
-
default: string | number | boolean | import('../../
|
|
302
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
303
303
|
[key: string]: any;
|
|
304
|
-
} | import('../../
|
|
304
|
+
} | import('../../utils/props').RequestParams | {
|
|
305
305
|
[key: string]: any;
|
|
306
306
|
};
|
|
307
307
|
};
|
|
@@ -310,9 +310,9 @@ export declare const proportionComponentProps: {
|
|
|
310
310
|
default?: undefined;
|
|
311
311
|
} | {
|
|
312
312
|
type: any;
|
|
313
|
-
default: string | number | boolean | import('../../
|
|
313
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
314
314
|
[key: string]: any;
|
|
315
|
-
} | import('../../
|
|
315
|
+
} | import('../../utils/props').RequestParams | {
|
|
316
316
|
[key: string]: any;
|
|
317
317
|
};
|
|
318
318
|
};
|
|
@@ -321,9 +321,9 @@ export declare const proportionComponentProps: {
|
|
|
321
321
|
default?: undefined;
|
|
322
322
|
} | {
|
|
323
323
|
type: any;
|
|
324
|
-
default: string | number | boolean | import('../../
|
|
324
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
325
325
|
[key: string]: any;
|
|
326
|
-
} | import('../../
|
|
326
|
+
} | import('../../utils/props').RequestParams | {
|
|
327
327
|
[key: string]: any;
|
|
328
328
|
};
|
|
329
329
|
};
|
|
@@ -332,9 +332,9 @@ export declare const proportionComponentProps: {
|
|
|
332
332
|
default?: undefined;
|
|
333
333
|
} | {
|
|
334
334
|
type: any;
|
|
335
|
-
default: string | number | boolean | import('../../
|
|
335
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
336
336
|
[key: string]: any;
|
|
337
|
-
} | import('../../
|
|
337
|
+
} | import('../../utils/props').RequestParams | {
|
|
338
338
|
[key: string]: any;
|
|
339
339
|
};
|
|
340
340
|
};
|
|
@@ -343,9 +343,9 @@ export declare const proportionComponentProps: {
|
|
|
343
343
|
default?: undefined;
|
|
344
344
|
} | {
|
|
345
345
|
type: any;
|
|
346
|
-
default: string | number | boolean | import('../../
|
|
346
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
347
347
|
[key: string]: any;
|
|
348
|
-
} | import('../../
|
|
348
|
+
} | import('../../utils/props').RequestParams | {
|
|
349
349
|
[key: string]: any;
|
|
350
350
|
};
|
|
351
351
|
};
|
|
@@ -354,9 +354,9 @@ export declare const proportionComponentProps: {
|
|
|
354
354
|
default?: undefined;
|
|
355
355
|
} | {
|
|
356
356
|
type: any;
|
|
357
|
-
default: string | number | boolean | import('../../
|
|
357
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
358
358
|
[key: string]: any;
|
|
359
|
-
} | import('../../
|
|
359
|
+
} | import('../../utils/props').RequestParams | {
|
|
360
360
|
[key: string]: any;
|
|
361
361
|
};
|
|
362
362
|
};
|
|
@@ -365,9 +365,9 @@ export declare const proportionComponentProps: {
|
|
|
365
365
|
default?: undefined;
|
|
366
366
|
} | {
|
|
367
367
|
type: any;
|
|
368
|
-
default: string | number | boolean | import('../../
|
|
368
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
369
369
|
[key: string]: any;
|
|
370
|
-
} | import('../../
|
|
370
|
+
} | import('../../utils/props').RequestParams | {
|
|
371
371
|
[key: string]: any;
|
|
372
372
|
};
|
|
373
373
|
};
|
|
@@ -376,9 +376,9 @@ export declare const proportionComponentProps: {
|
|
|
376
376
|
default?: undefined;
|
|
377
377
|
} | {
|
|
378
378
|
type: any;
|
|
379
|
-
default: string | number | boolean | import('../../
|
|
379
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
380
380
|
[key: string]: any;
|
|
381
|
-
} | import('../../
|
|
381
|
+
} | import('../../utils/props').RequestParams | {
|
|
382
382
|
[key: string]: any;
|
|
383
383
|
};
|
|
384
384
|
};
|
|
@@ -387,9 +387,9 @@ export declare const proportionComponentProps: {
|
|
|
387
387
|
default?: undefined;
|
|
388
388
|
} | {
|
|
389
389
|
type: any;
|
|
390
|
-
default: string | number | boolean | import('../../
|
|
390
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
391
391
|
[key: string]: any;
|
|
392
|
-
} | import('../../
|
|
392
|
+
} | import('../../utils/props').RequestParams | {
|
|
393
393
|
[key: string]: any;
|
|
394
394
|
};
|
|
395
395
|
};
|
|
@@ -398,9 +398,9 @@ export declare const proportionComponentProps: {
|
|
|
398
398
|
default?: undefined;
|
|
399
399
|
} | {
|
|
400
400
|
type: any;
|
|
401
|
-
default: string | number | boolean | import('../../
|
|
401
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
402
402
|
[key: string]: any;
|
|
403
|
-
} | import('../../
|
|
403
|
+
} | import('../../utils/props').RequestParams | {
|
|
404
404
|
[key: string]: any;
|
|
405
405
|
};
|
|
406
406
|
};
|
|
@@ -409,9 +409,9 @@ export declare const proportionComponentProps: {
|
|
|
409
409
|
default?: undefined;
|
|
410
410
|
} | {
|
|
411
411
|
type: any;
|
|
412
|
-
default: string | number | boolean | import('../../
|
|
412
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
413
413
|
[key: string]: any;
|
|
414
|
-
} | import('../../
|
|
414
|
+
} | import('../../utils/props').RequestParams | {
|
|
415
415
|
[key: string]: any;
|
|
416
416
|
};
|
|
417
417
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const EcanScrollText: import("../../
|
|
1
|
+
export declare const EcanScrollText: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
2
2
|
text: import("vue").Ref<string>;
|
|
3
3
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>> & Record<string, any>;
|
|
4
4
|
export default EcanScrollText;
|