@ecan-bi/datav 1.0.87 → 1.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +319 -92
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +318 -91
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +69 -69
- package/es/container/border/Border.js +7 -7
- package/es/container/border/Border.js.map +1 -1
- package/es/container/border/index.js +1 -1
- package/es/container/border/index.js.map +1 -1
- package/es/container/border/props.js +1 -1
- package/es/container/border/props.js.map +1 -1
- package/es/container/modal/Modal.js +6 -9
- package/es/container/modal/Modal.js.map +1 -1
- package/es/container/modal/index.js +1 -1
- package/es/container/modal/index.js.map +1 -1
- package/es/container/modal/props.js +2 -2
- package/es/container/modal/props.js.map +1 -1
- package/es/container/tabs/Tabs.js +8 -8
- package/es/container/tabs/Tabs.js.map +1 -1
- package/es/container/tabs/index.js +1 -1
- package/es/container/tabs/index.js.map +1 -1
- package/es/container/tabs/props.js +1 -1
- package/es/container/tabs/props.js.map +1 -1
- package/es/control/button/Button.js +5 -5
- package/es/control/button/Button.js.map +1 -1
- package/es/control/button/index.js +1 -1
- package/es/control/button/index.js.map +1 -1
- package/es/control/button/props.js +1 -1
- package/es/control/button/props.js.map +1 -1
- package/es/control/checkbox/Checkbox.js +12 -7
- package/es/control/checkbox/Checkbox.js.map +1 -1
- package/es/control/checkbox/index.js +1 -1
- package/es/control/checkbox/index.js.map +1 -1
- package/es/control/checkbox/props.js +1 -1
- package/es/control/checkbox/props.js.map +1 -1
- package/es/control/date-picker/DatePicker.js +14 -10
- package/es/control/date-picker/DatePicker.js.map +1 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
- package/es/control/date-picker/index.js +1 -1
- package/es/control/date-picker/index.js.map +1 -1
- package/es/control/date-picker/props.js +1 -1
- package/es/control/date-picker/props.js.map +1 -1
- package/es/control/input/Input.js +4 -4
- package/es/control/input/Input.js.map +1 -1
- package/es/control/input/index.js +1 -1
- package/es/control/input/index.js.map +1 -1
- package/es/control/input/props.js +1 -1
- package/es/control/input/props.js.map +1 -1
- package/es/control/range-picker/RangePicker.js +6 -6
- package/es/control/range-picker/RangePicker.js.map +1 -1
- package/es/control/range-picker/index.js +1 -1
- package/es/control/range-picker/index.js.map +1 -1
- package/es/control/range-picker/props.js +1 -1
- package/es/control/range-picker/props.js.map +1 -1
- package/es/control/select/Select.js +7 -7
- package/es/control/select/Select.js.map +1 -1
- package/es/control/select/index.js +1 -1
- package/es/control/select/index.js.map +1 -1
- package/es/control/select/props.js +1 -1
- package/es/control/select/props.js.map +1 -1
- package/es/graph/bar/Bar.js +44 -13
- package/es/graph/bar/Bar.js.map +1 -1
- package/es/graph/bar/index.js +1 -1
- package/es/graph/bar/index.js.map +1 -1
- package/es/graph/bar/props.js +2 -3
- package/es/graph/bar/props.js.map +1 -1
- package/es/graph/combo-graph/ComboGraph.js +55 -23
- package/es/graph/combo-graph/ComboGraph.js.map +1 -1
- package/es/graph/combo-graph/index.js +1 -1
- package/es/graph/combo-graph/index.js.map +1 -1
- package/es/graph/combo-graph/props.js +2 -2
- package/es/graph/combo-graph/props.js.map +1 -1
- package/es/graph/custom-graph/CustomGraph.js +3 -3
- package/es/graph/custom-graph/CustomGraph.js.map +1 -1
- package/es/graph/custom-graph/index.js +1 -1
- package/es/graph/custom-graph/index.js.map +1 -1
- package/es/graph/custom-graph/props.js +1 -1
- package/es/graph/custom-graph/props.js.map +1 -1
- package/es/graph/line/Line.js +48 -14
- package/es/graph/line/Line.js.map +1 -1
- package/es/graph/line/index.js +1 -1
- package/es/graph/line/index.js.map +1 -1
- package/es/graph/line/props.js +8 -7
- package/es/graph/line/props.js.map +1 -1
- package/es/graph/pie/Pie.js +32 -11
- package/es/graph/pie/Pie.js.map +1 -1
- package/es/graph/pie/index.js +1 -1
- package/es/graph/pie/index.js.map +1 -1
- package/es/graph/pie/props.js +2 -2
- package/es/graph/pie/props.js.map +1 -1
- package/es/graph/scatter/Scatter.js +19 -10
- package/es/graph/scatter/Scatter.js.map +1 -1
- package/es/graph/scatter/index.js +1 -1
- package/es/graph/scatter/index.js.map +1 -1
- package/es/graph/scatter/props.js +2 -2
- package/es/graph/scatter/props.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
- package/es/hooks/useDownloadFile.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
- package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
- package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
- package/es/hooks/useImagePath.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
- package/es/hooks/useIndicatorData.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
- package/es/hooks/useOnEvent.js.map +1 -0
- package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
- package/es/hooks/usePageUrl.js.map +1 -0
- package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
- package/es/hooks/usePickComponentStyle.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useRequestData.js +4 -9
- package/es/hooks/useRequestData.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
- package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
- package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
- package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useValueFormatter.js +17 -10
- package/es/hooks/useValueFormatter.js.map +1 -0
- package/es/hooks/useVariablesInText.js +45 -0
- package/es/hooks/useVariablesInText.js.map +1 -0
- package/es/map/map/Map.js +5 -5
- package/es/map/map/Map.js.map +1 -1
- package/es/map/map/index.js +1 -1
- package/es/map/map/index.js.map +1 -1
- package/es/map/map/props.js +1 -1
- package/es/map/map/props.js.map +1 -1
- package/es/media/image/Image.js +7 -7
- package/es/media/image/Image.js.map +1 -1
- package/es/media/image/index.js +1 -1
- package/es/media/image/index.js.map +1 -1
- package/es/media/image/props.js +1 -1
- package/es/media/image/props.js.map +1 -1
- package/es/setting/page-config/PageConfig.js +4 -4
- package/es/setting/page-config/PageConfig.js.map +1 -1
- package/es/setting/page-config/index.js +1 -1
- package/es/setting/page-config/index.js.map +1 -1
- package/es/setting/page-config/props.js +1 -1
- package/es/setting/page-config/props.js.map +1 -1
- package/es/setting/provider-config/ProviderConfig.js +7 -5
- package/es/setting/provider-config/ProviderConfig.js.map +1 -1
- package/es/setting/provider-config/index.js +1 -1
- package/es/setting/provider-config/index.js.map +1 -1
- package/es/setting/provider-config/props.js +1 -1
- package/es/setting/provider-config/props.js.map +1 -1
- package/es/table/table/Table.js +96 -37
- package/es/table/table/Table.js.map +1 -1
- package/es/table/table/index.js +1 -1
- package/es/table/table/index.js.map +1 -1
- package/es/table/table/props.js +2 -1
- package/es/table/table/props.js.map +1 -1
- package/es/text/list/List.js +9 -9
- package/es/text/list/List.js.map +1 -1
- package/es/text/list/index.js +1 -1
- package/es/text/list/index.js.map +1 -1
- package/es/text/list/props.js +1 -1
- package/es/text/list/props.js.map +1 -1
- package/es/text/proportion/Proportion.js +7 -7
- package/es/text/proportion/Proportion.js.map +1 -1
- package/es/text/proportion/index.js +1 -1
- package/es/text/proportion/index.js.map +1 -1
- package/es/text/proportion/props.js +1 -1
- package/es/text/proportion/props.js.map +1 -1
- package/es/text/scroll-text/index.js +1 -1
- package/es/text/scroll-text/index.js.map +1 -1
- package/es/text/text/Text.js +27 -7
- package/es/text/text/Text.js.map +1 -1
- package/es/text/text/index.js +1 -1
- package/es/text/text/index.js.map +1 -1
- package/es/text/text/props.js +5 -2
- package/es/text/text/props.js.map +1 -1
- package/es/text/time-display/TimeDisplay.js +4 -4
- package/es/text/time-display/TimeDisplay.js.map +1 -1
- package/es/text/time-display/index.js +1 -1
- package/es/text/time-display/index.js.map +1 -1
- package/es/text/time-display/props.js +1 -1
- package/es/text/time-display/props.js.map +1 -1
- package/es/{_utils → utils}/constant.js +0 -0
- package/es/utils/constant.js.map +1 -0
- package/es/{_utils → utils}/props.js +0 -0
- package/es/utils/props.js.map +1 -0
- package/es/{_utils → utils}/request.js +0 -0
- package/es/utils/request.js.map +1 -0
- package/es/{_utils → utils}/util.js +0 -0
- package/es/utils/util.js.map +1 -0
- package/es/{_utils → utils}/withInstall.js +0 -0
- package/es/utils/withInstall.js.map +1 -0
- package/lib/container/border/Border.js +7 -7
- package/lib/container/border/Border.js.map +1 -1
- package/lib/container/border/index.js +1 -1
- package/lib/container/border/index.js.map +1 -1
- package/lib/container/border/props.js +1 -1
- package/lib/container/border/props.js.map +1 -1
- package/lib/container/modal/Modal.js +6 -9
- package/lib/container/modal/Modal.js.map +1 -1
- package/lib/container/modal/index.js +1 -1
- package/lib/container/modal/index.js.map +1 -1
- package/lib/container/modal/props.js +2 -2
- package/lib/container/modal/props.js.map +1 -1
- package/lib/container/tabs/Tabs.js +8 -8
- package/lib/container/tabs/Tabs.js.map +1 -1
- package/lib/container/tabs/index.js +1 -1
- package/lib/container/tabs/index.js.map +1 -1
- package/lib/container/tabs/props.js +1 -1
- package/lib/container/tabs/props.js.map +1 -1
- package/lib/control/button/Button.js +5 -5
- package/lib/control/button/Button.js.map +1 -1
- package/lib/control/button/index.js +1 -1
- package/lib/control/button/index.js.map +1 -1
- package/lib/control/button/props.js +1 -1
- package/lib/control/button/props.js.map +1 -1
- package/lib/control/checkbox/Checkbox.js +12 -7
- package/lib/control/checkbox/Checkbox.js.map +1 -1
- package/lib/control/checkbox/index.js +1 -1
- package/lib/control/checkbox/index.js.map +1 -1
- package/lib/control/checkbox/props.js +1 -1
- package/lib/control/checkbox/props.js.map +1 -1
- package/lib/control/date-picker/DatePicker.js +13 -9
- package/lib/control/date-picker/DatePicker.js.map +1 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
- package/lib/control/date-picker/index.js +1 -1
- package/lib/control/date-picker/index.js.map +1 -1
- package/lib/control/date-picker/props.js +1 -1
- package/lib/control/date-picker/props.js.map +1 -1
- package/lib/control/input/Input.js +4 -4
- package/lib/control/input/Input.js.map +1 -1
- package/lib/control/input/index.js +1 -1
- package/lib/control/input/index.js.map +1 -1
- package/lib/control/input/props.js +1 -1
- package/lib/control/input/props.js.map +1 -1
- package/lib/control/range-picker/RangePicker.js +6 -6
- package/lib/control/range-picker/RangePicker.js.map +1 -1
- package/lib/control/range-picker/index.js +1 -1
- package/lib/control/range-picker/index.js.map +1 -1
- package/lib/control/range-picker/props.js +1 -1
- package/lib/control/range-picker/props.js.map +1 -1
- package/lib/control/select/Select.js +7 -7
- package/lib/control/select/Select.js.map +1 -1
- package/lib/control/select/index.js +1 -1
- package/lib/control/select/index.js.map +1 -1
- package/lib/control/select/props.js +1 -1
- package/lib/control/select/props.js.map +1 -1
- package/lib/graph/bar/Bar.js +44 -13
- package/lib/graph/bar/Bar.js.map +1 -1
- package/lib/graph/bar/index.js +1 -1
- package/lib/graph/bar/index.js.map +1 -1
- package/lib/graph/bar/props.js +2 -3
- package/lib/graph/bar/props.js.map +1 -1
- package/lib/graph/combo-graph/ComboGraph.js +55 -23
- package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
- package/lib/graph/combo-graph/index.js +1 -1
- package/lib/graph/combo-graph/index.js.map +1 -1
- package/lib/graph/combo-graph/props.js +2 -2
- package/lib/graph/combo-graph/props.js.map +1 -1
- package/lib/graph/custom-graph/CustomGraph.js +3 -3
- package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
- package/lib/graph/custom-graph/index.js +1 -1
- package/lib/graph/custom-graph/index.js.map +1 -1
- package/lib/graph/custom-graph/props.js +1 -1
- package/lib/graph/custom-graph/props.js.map +1 -1
- package/lib/graph/line/Line.js +48 -14
- package/lib/graph/line/Line.js.map +1 -1
- package/lib/graph/line/index.js +1 -1
- package/lib/graph/line/index.js.map +1 -1
- package/lib/graph/line/props.js +8 -7
- package/lib/graph/line/props.js.map +1 -1
- package/lib/graph/pie/Pie.js +32 -11
- package/lib/graph/pie/Pie.js.map +1 -1
- package/lib/graph/pie/index.js +1 -1
- package/lib/graph/pie/index.js.map +1 -1
- package/lib/graph/pie/props.js +2 -2
- package/lib/graph/pie/props.js.map +1 -1
- package/lib/graph/scatter/Scatter.js +19 -10
- package/lib/graph/scatter/Scatter.js.map +1 -1
- package/lib/graph/scatter/index.js +1 -1
- package/lib/graph/scatter/index.js.map +1 -1
- package/lib/graph/scatter/props.js +2 -2
- package/lib/graph/scatter/props.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
- package/lib/hooks/useDownloadFile.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
- package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
- package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
- package/lib/hooks/useImagePath.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
- package/lib/hooks/useIndicatorData.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
- package/lib/hooks/useOnEvent.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
- package/lib/hooks/usePageUrl.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
- package/lib/hooks/usePickComponentStyle.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useRequestData.js +4 -9
- package/lib/hooks/useRequestData.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
- package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
- package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
- package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useValueFormatter.js +17 -10
- package/lib/hooks/useValueFormatter.js.map +1 -0
- package/lib/hooks/useVariablesInText.js +45 -0
- package/lib/hooks/useVariablesInText.js.map +1 -0
- package/lib/map/map/Map.js +5 -5
- package/lib/map/map/Map.js.map +1 -1
- package/lib/map/map/index.js +1 -1
- package/lib/map/map/index.js.map +1 -1
- package/lib/map/map/props.js +1 -1
- package/lib/map/map/props.js.map +1 -1
- package/lib/media/image/Image.js +7 -7
- package/lib/media/image/Image.js.map +1 -1
- package/lib/media/image/index.js +1 -1
- package/lib/media/image/index.js.map +1 -1
- package/lib/media/image/props.js +1 -1
- package/lib/media/image/props.js.map +1 -1
- package/lib/setting/page-config/PageConfig.js +4 -4
- package/lib/setting/page-config/PageConfig.js.map +1 -1
- package/lib/setting/page-config/index.js +1 -1
- package/lib/setting/page-config/index.js.map +1 -1
- package/lib/setting/page-config/props.js +1 -1
- package/lib/setting/page-config/props.js.map +1 -1
- package/lib/setting/provider-config/ProviderConfig.js +7 -5
- package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
- package/lib/setting/provider-config/index.js +1 -1
- package/lib/setting/provider-config/index.js.map +1 -1
- package/lib/setting/provider-config/props.js +1 -1
- package/lib/setting/provider-config/props.js.map +1 -1
- package/lib/style.css +2806 -2806
- package/lib/table/table/Table.js +96 -37
- package/lib/table/table/Table.js.map +1 -1
- package/lib/table/table/index.js +1 -1
- package/lib/table/table/index.js.map +1 -1
- package/lib/table/table/props.js +2 -1
- package/lib/table/table/props.js.map +1 -1
- package/lib/text/list/List.js +9 -9
- package/lib/text/list/List.js.map +1 -1
- package/lib/text/list/index.js +1 -1
- package/lib/text/list/index.js.map +1 -1
- package/lib/text/list/props.js +1 -1
- package/lib/text/list/props.js.map +1 -1
- package/lib/text/proportion/Proportion.js +7 -7
- package/lib/text/proportion/Proportion.js.map +1 -1
- package/lib/text/proportion/index.js +1 -1
- package/lib/text/proportion/index.js.map +1 -1
- package/lib/text/proportion/props.js +1 -1
- package/lib/text/proportion/props.js.map +1 -1
- package/lib/text/scroll-text/index.js +1 -1
- package/lib/text/scroll-text/index.js.map +1 -1
- package/lib/text/text/Text.js +27 -7
- package/lib/text/text/Text.js.map +1 -1
- package/lib/text/text/index.js +1 -1
- package/lib/text/text/index.js.map +1 -1
- package/lib/text/text/props.js +5 -2
- package/lib/text/text/props.js.map +1 -1
- package/lib/text/time-display/TimeDisplay.js +4 -4
- package/lib/text/time-display/TimeDisplay.js.map +1 -1
- package/lib/text/time-display/index.js +1 -1
- package/lib/text/time-display/index.js.map +1 -1
- package/lib/text/time-display/props.js +1 -1
- package/lib/text/time-display/props.js.map +1 -1
- package/lib/{_utils → utils}/constant.js +0 -0
- package/lib/utils/constant.js.map +1 -0
- package/lib/{_utils → utils}/props.js +0 -0
- package/lib/utils/props.js.map +1 -0
- package/lib/{_utils → utils}/request.js +0 -0
- package/lib/utils/request.js.map +1 -0
- package/lib/{_utils → utils}/util.js +0 -0
- package/lib/utils/util.js.map +1 -0
- package/lib/{_utils → utils}/withInstall.js +0 -0
- package/lib/utils/withInstall.js.map +1 -0
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +140 -140
- package/types/container/border/index.d.ts +141 -141
- package/types/container/border/props.d.ts +71 -71
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +2 -2
- package/types/container/tabs/index.d.ts +1 -1
- package/types/container/tabs/props.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +120 -120
- package/types/control/button/index.d.ts +121 -121
- package/types/control/button/props.d.ts +61 -61
- package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
- package/types/control/checkbox/index.d.ts +97 -97
- package/types/control/checkbox/props.d.ts +49 -49
- package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
- package/types/control/date-picker/index.d.ts +105 -105
- package/types/control/date-picker/props.d.ts +53 -53
- package/types/control/input/Input.vue.d.ts +96 -96
- package/types/control/input/index.d.ts +97 -97
- package/types/control/input/props.d.ts +49 -49
- package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
- package/types/control/range-picker/index.d.ts +105 -105
- package/types/control/range-picker/props.d.ts +53 -53
- package/types/control/select/Select.vue.d.ts +100 -100
- package/types/control/select/index.d.ts +101 -101
- package/types/control/select/props.d.ts +51 -51
- package/types/graph/bar/Bar.vue.d.ts +282 -310
- package/types/graph/bar/index.d.ts +282 -310
- package/types/graph/bar/props.d.ts +141 -156
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
- package/types/graph/combo-graph/index.d.ts +9 -7
- package/types/graph/combo-graph/props.d.ts +1 -1
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
- package/types/graph/custom-graph/index.d.ts +97 -97
- package/types/graph/custom-graph/props.d.ts +49 -49
- package/types/graph/line/Line.vue.d.ts +33 -3
- package/types/graph/line/index.d.ts +34 -4
- package/types/graph/line/props.d.ts +17 -1
- package/types/graph/pie/Pie.vue.d.ts +1 -1
- package/types/graph/pie/index.d.ts +2 -2
- package/types/graph/pie/props.d.ts +1 -1
- package/types/graph/scatter/index.d.ts +1 -1
- package/types/graph/scatter/props.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
- package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
- package/types/hooks/useVariablesInText.d.ts +7 -0
- package/types/map/map/Map.vue.d.ts +224 -224
- package/types/map/map/index.d.ts +225 -225
- package/types/map/map/props.d.ts +113 -113
- package/types/media/image/Image.vue.d.ts +104 -104
- package/types/media/image/index.d.ts +105 -105
- package/types/media/image/props.d.ts +53 -53
- package/types/setting/page-config/index.d.ts +1 -1
- package/types/setting/provider-config/index.d.ts +1 -1
- package/types/table/table/Table.vue.d.ts +212 -173
- package/types/table/table/index.d.ts +213 -174
- package/types/table/table/props.d.ts +106 -85
- package/types/text/list/List.vue.d.ts +128 -128
- package/types/text/list/index.d.ts +129 -129
- package/types/text/list/props.d.ts +65 -65
- package/types/text/proportion/Proportion.vue.d.ts +144 -144
- package/types/text/proportion/index.d.ts +145 -145
- package/types/text/proportion/props.d.ts +73 -73
- package/types/text/scroll-text/index.d.ts +1 -1
- package/types/text/text/Text.vue.d.ts +206 -140
- package/types/text/text/index.d.ts +207 -141
- package/types/text/text/props.d.ts +107 -71
- package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
- package/types/text/time-display/index.d.ts +121 -121
- package/types/text/time-display/props.d.ts +61 -61
- package/types/{_utils → utils}/constant.d.ts +0 -0
- package/types/{_utils → utils}/props.d.ts +0 -0
- package/types/{_utils → utils}/request.d.ts +0 -0
- package/types/{_utils → utils}/util.d.ts +0 -0
- package/types/{_utils → utils}/withInstall.d.ts +0 -0
- package/es/_utils/constant.js.map +0 -1
- package/es/_utils/hooks/useDownloadFile.js.map +0 -1
- package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
- package/es/_utils/hooks/useImagePath.js.map +0 -1
- package/es/_utils/hooks/useIndicatorData.js.map +0 -1
- package/es/_utils/hooks/useOnEvent.js.map +0 -1
- package/es/_utils/hooks/usePageUrl.js.map +0 -1
- package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
- package/es/_utils/hooks/useRequestData.js.map +0 -1
- package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
- package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
- package/es/_utils/hooks/useValueFormatter.js.map +0 -1
- package/es/_utils/hooks/useVariablesInText.js +0 -23
- package/es/_utils/hooks/useVariablesInText.js.map +0 -1
- package/es/_utils/props.js.map +0 -1
- package/es/_utils/request.js.map +0 -1
- package/es/_utils/util.js.map +0 -1
- package/es/_utils/withInstall.js.map +0 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
- package/lib/_utils/constant.js.map +0 -1
- package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
- package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
- package/lib/_utils/hooks/useImagePath.js.map +0 -1
- package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
- package/lib/_utils/hooks/useOnEvent.js.map +0 -1
- package/lib/_utils/hooks/usePageUrl.js.map +0 -1
- package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
- package/lib/_utils/hooks/useRequestData.js.map +0 -1
- package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
- package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
- package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
- package/lib/_utils/hooks/useVariablesInText.js +0 -23
- package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
- package/lib/_utils/props.js.map +0 -1
- package/lib/_utils/request.js.map +0 -1
- package/lib/_utils/util.js.map +0 -1
- package/lib/_utils/withInstall.js.map +0 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
- package/types/_utils/hooks/usePickEchartsData.d.ts +0 -2
- package/types/_utils/hooks/useTooltipFormatter.d.ts +0 -4
- package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
|
@@ -1,273 +1,273 @@
|
|
|
1
|
-
export declare const EcanTimeDisplay: import("../../
|
|
1
|
+
export declare const EcanTimeDisplay: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
color: {
|
|
3
3
|
type?: undefined;
|
|
4
4
|
default?: undefined;
|
|
5
5
|
} | {
|
|
6
6
|
type: any;
|
|
7
|
-
default: string | number | boolean | import("../../
|
|
7
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
8
8
|
[key: string]: any;
|
|
9
|
-
} | import("../../
|
|
9
|
+
} | import("../../utils/props").RequestParams;
|
|
10
10
|
};
|
|
11
11
|
format: {
|
|
12
12
|
type?: undefined;
|
|
13
13
|
default?: undefined;
|
|
14
14
|
} | {
|
|
15
15
|
type: any;
|
|
16
|
-
default: string | number | boolean | import("../../
|
|
16
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
17
17
|
[key: string]: any;
|
|
18
|
-
} | import("../../
|
|
18
|
+
} | import("../../utils/props").RequestParams;
|
|
19
19
|
};
|
|
20
20
|
fontSize: {
|
|
21
21
|
type?: undefined;
|
|
22
22
|
default?: undefined;
|
|
23
23
|
} | {
|
|
24
24
|
type: any;
|
|
25
|
-
default: string | number | boolean | import("../../
|
|
25
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
} | import("../../
|
|
27
|
+
} | import("../../utils/props").RequestParams;
|
|
28
28
|
};
|
|
29
29
|
fontFamily: {
|
|
30
30
|
type?: undefined;
|
|
31
31
|
default?: undefined;
|
|
32
32
|
} | {
|
|
33
33
|
type: any;
|
|
34
|
-
default: string | number | boolean | import("../../
|
|
34
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
35
35
|
[key: string]: any;
|
|
36
|
-
} | import("../../
|
|
36
|
+
} | import("../../utils/props").RequestParams;
|
|
37
37
|
};
|
|
38
38
|
fontWeight: {
|
|
39
39
|
type?: undefined;
|
|
40
40
|
default?: undefined;
|
|
41
41
|
} | {
|
|
42
42
|
type: any;
|
|
43
|
-
default: string | number | boolean | import("../../
|
|
43
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
44
44
|
[key: string]: any;
|
|
45
|
-
} | import("../../
|
|
45
|
+
} | import("../../utils/props").RequestParams;
|
|
46
46
|
};
|
|
47
47
|
textShadow: {
|
|
48
48
|
type?: undefined;
|
|
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
|
};
|
|
56
56
|
textAlign: {
|
|
57
57
|
type?: undefined;
|
|
58
58
|
default?: undefined;
|
|
59
59
|
} | {
|
|
60
60
|
type: any;
|
|
61
|
-
default: string | number | boolean | import("../../
|
|
61
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
62
62
|
[key: string]: any;
|
|
63
|
-
} | import("../../
|
|
63
|
+
} | import("../../utils/props").RequestParams;
|
|
64
64
|
};
|
|
65
65
|
verticalAlign: {
|
|
66
66
|
type?: undefined;
|
|
67
67
|
default?: undefined;
|
|
68
68
|
} | {
|
|
69
69
|
type: any;
|
|
70
|
-
default: string | number | boolean | import("../../
|
|
70
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
71
71
|
[key: string]: any;
|
|
72
|
-
} | import("../../
|
|
72
|
+
} | import("../../utils/props").RequestParams;
|
|
73
73
|
};
|
|
74
74
|
id: {
|
|
75
75
|
type?: undefined;
|
|
76
76
|
default?: undefined;
|
|
77
77
|
} | {
|
|
78
78
|
type: any;
|
|
79
|
-
default: string | number | boolean | import("../../
|
|
79
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
80
80
|
[key: string]: any;
|
|
81
|
-
} | import("../../
|
|
81
|
+
} | import("../../utils/props").RequestParams;
|
|
82
82
|
};
|
|
83
83
|
name: {
|
|
84
84
|
type?: undefined;
|
|
85
85
|
default?: undefined;
|
|
86
86
|
} | {
|
|
87
87
|
type: any;
|
|
88
|
-
default: string | number | boolean | import("../../
|
|
88
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
89
89
|
[key: string]: any;
|
|
90
|
-
} | import("../../
|
|
90
|
+
} | import("../../utils/props").RequestParams;
|
|
91
91
|
};
|
|
92
92
|
keyName: {
|
|
93
93
|
type?: undefined;
|
|
94
94
|
default?: undefined;
|
|
95
95
|
} | {
|
|
96
96
|
type: any;
|
|
97
|
-
default: string | number | boolean | import("../../
|
|
97
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
98
98
|
[key: string]: any;
|
|
99
|
-
} | import("../../
|
|
99
|
+
} | import("../../utils/props").RequestParams;
|
|
100
100
|
};
|
|
101
101
|
type: {
|
|
102
102
|
type?: undefined;
|
|
103
103
|
default?: undefined;
|
|
104
104
|
} | {
|
|
105
105
|
type: any;
|
|
106
|
-
default: string | number | boolean | import("../../
|
|
106
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
107
107
|
[key: string]: any;
|
|
108
|
-
} | import("../../
|
|
108
|
+
} | import("../../utils/props").RequestParams;
|
|
109
109
|
};
|
|
110
110
|
width: {
|
|
111
111
|
type?: undefined;
|
|
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
|
};
|
|
119
119
|
height: {
|
|
120
120
|
type?: undefined;
|
|
121
121
|
default?: undefined;
|
|
122
122
|
} | {
|
|
123
123
|
type: any;
|
|
124
|
-
default: string | number | boolean | import("../../
|
|
124
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
125
125
|
[key: string]: any;
|
|
126
|
-
} | import("../../
|
|
126
|
+
} | import("../../utils/props").RequestParams;
|
|
127
127
|
};
|
|
128
128
|
position: {
|
|
129
129
|
type?: undefined;
|
|
130
130
|
default?: undefined;
|
|
131
131
|
} | {
|
|
132
132
|
type: any;
|
|
133
|
-
default: string | number | boolean | import("../../
|
|
133
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
134
134
|
[key: string]: any;
|
|
135
|
-
} | import("../../
|
|
135
|
+
} | import("../../utils/props").RequestParams;
|
|
136
136
|
};
|
|
137
137
|
top: {
|
|
138
138
|
type?: undefined;
|
|
139
139
|
default?: undefined;
|
|
140
140
|
} | {
|
|
141
141
|
type: any;
|
|
142
|
-
default: string | number | boolean | import("../../
|
|
142
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
143
143
|
[key: string]: any;
|
|
144
|
-
} | import("../../
|
|
144
|
+
} | import("../../utils/props").RequestParams;
|
|
145
145
|
};
|
|
146
146
|
left: {
|
|
147
147
|
type?: undefined;
|
|
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
|
};
|
|
155
155
|
zIndex: {
|
|
156
156
|
type?: undefined;
|
|
157
157
|
default?: undefined;
|
|
158
158
|
} | {
|
|
159
159
|
type: any;
|
|
160
|
-
default: string | number | boolean | import("../../
|
|
160
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
161
161
|
[key: string]: any;
|
|
162
|
-
} | import("../../
|
|
162
|
+
} | import("../../utils/props").RequestParams;
|
|
163
163
|
};
|
|
164
164
|
rotate: {
|
|
165
165
|
type?: undefined;
|
|
166
166
|
default?: undefined;
|
|
167
167
|
} | {
|
|
168
168
|
type: any;
|
|
169
|
-
default: string | number | boolean | import("../../
|
|
169
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
170
170
|
[key: string]: any;
|
|
171
|
-
} | import("../../
|
|
171
|
+
} | import("../../utils/props").RequestParams;
|
|
172
172
|
};
|
|
173
173
|
isShow: {
|
|
174
174
|
type?: undefined;
|
|
175
175
|
default?: undefined;
|
|
176
176
|
} | {
|
|
177
177
|
type: any;
|
|
178
|
-
default: string | number | boolean | import("../../
|
|
178
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
179
179
|
[key: string]: any;
|
|
180
|
-
} | import("../../
|
|
180
|
+
} | import("../../utils/props").RequestParams;
|
|
181
181
|
};
|
|
182
182
|
isRender: {
|
|
183
183
|
type?: undefined;
|
|
184
184
|
default?: undefined;
|
|
185
185
|
} | {
|
|
186
186
|
type: any;
|
|
187
|
-
default: string | number | boolean | import("../../
|
|
187
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
188
188
|
[key: string]: any;
|
|
189
|
-
} | import("../../
|
|
189
|
+
} | import("../../utils/props").RequestParams;
|
|
190
190
|
};
|
|
191
191
|
events: {
|
|
192
192
|
type?: undefined;
|
|
193
193
|
default?: undefined;
|
|
194
194
|
} | {
|
|
195
195
|
type: any;
|
|
196
|
-
default: string | number | boolean | import("../../
|
|
196
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
197
197
|
[key: string]: any;
|
|
198
|
-
} | import("../../
|
|
198
|
+
} | import("../../utils/props").RequestParams;
|
|
199
199
|
};
|
|
200
200
|
requestUrl: {
|
|
201
201
|
type?: undefined;
|
|
202
202
|
default?: undefined;
|
|
203
203
|
} | {
|
|
204
204
|
type: any;
|
|
205
|
-
default: string | number | boolean | import("../../
|
|
205
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
206
206
|
[key: string]: any;
|
|
207
|
-
} | import("../../
|
|
207
|
+
} | import("../../utils/props").RequestParams;
|
|
208
208
|
};
|
|
209
209
|
requestMethod: {
|
|
210
210
|
type?: undefined;
|
|
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
|
};
|
|
218
218
|
requestHeaders: {
|
|
219
219
|
type?: undefined;
|
|
220
220
|
default?: undefined;
|
|
221
221
|
} | {
|
|
222
222
|
type: any;
|
|
223
|
-
default: string | number | boolean | import("../../
|
|
223
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
224
224
|
[key: string]: any;
|
|
225
|
-
} | import("../../
|
|
225
|
+
} | import("../../utils/props").RequestParams;
|
|
226
226
|
};
|
|
227
227
|
isOpenRequestTimer: {
|
|
228
228
|
type?: undefined;
|
|
229
229
|
default?: undefined;
|
|
230
230
|
} | {
|
|
231
231
|
type: any;
|
|
232
|
-
default: string | number | boolean | import("../../
|
|
232
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
233
233
|
[key: string]: any;
|
|
234
|
-
} | import("../../
|
|
234
|
+
} | import("../../utils/props").RequestParams;
|
|
235
235
|
};
|
|
236
236
|
requestInterval: {
|
|
237
237
|
type?: undefined;
|
|
238
238
|
default?: undefined;
|
|
239
239
|
} | {
|
|
240
240
|
type: any;
|
|
241
|
-
default: string | number | boolean | import("../../
|
|
241
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
242
242
|
[key: string]: any;
|
|
243
|
-
} | import("../../
|
|
243
|
+
} | import("../../utils/props").RequestParams;
|
|
244
244
|
};
|
|
245
245
|
requestParams: {
|
|
246
246
|
type?: undefined;
|
|
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
|
};
|
|
254
254
|
requestSort: {
|
|
255
255
|
type?: undefined;
|
|
256
256
|
default?: undefined;
|
|
257
257
|
} | {
|
|
258
258
|
type: any;
|
|
259
|
-
default: string | number | boolean | import("../../
|
|
259
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
260
260
|
[key: string]: any;
|
|
261
|
-
} | import("../../
|
|
261
|
+
} | import("../../utils/props").RequestParams;
|
|
262
262
|
};
|
|
263
263
|
dataType: {
|
|
264
264
|
type?: undefined;
|
|
265
265
|
default?: undefined;
|
|
266
266
|
} | {
|
|
267
267
|
type: any;
|
|
268
|
-
default: string | number | boolean | import("../../
|
|
268
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
269
269
|
[key: string]: any;
|
|
270
|
-
} | import("../../
|
|
270
|
+
} | import("../../utils/props").RequestParams;
|
|
271
271
|
};
|
|
272
272
|
}, {
|
|
273
273
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -278,270 +278,270 @@ export declare const EcanTimeDisplay: import("../../_utils/withInstall").SFCWith
|
|
|
278
278
|
default?: undefined;
|
|
279
279
|
} | {
|
|
280
280
|
type: any;
|
|
281
|
-
default: string | number | boolean | import("../../
|
|
281
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
282
282
|
[key: string]: any;
|
|
283
|
-
} | import("../../
|
|
283
|
+
} | import("../../utils/props").RequestParams;
|
|
284
284
|
};
|
|
285
285
|
format: {
|
|
286
286
|
type?: undefined;
|
|
287
287
|
default?: undefined;
|
|
288
288
|
} | {
|
|
289
289
|
type: any;
|
|
290
|
-
default: string | number | boolean | import("../../
|
|
290
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
291
291
|
[key: string]: any;
|
|
292
|
-
} | import("../../
|
|
292
|
+
} | import("../../utils/props").RequestParams;
|
|
293
293
|
};
|
|
294
294
|
fontSize: {
|
|
295
295
|
type?: undefined;
|
|
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
|
};
|
|
303
303
|
fontFamily: {
|
|
304
304
|
type?: undefined;
|
|
305
305
|
default?: undefined;
|
|
306
306
|
} | {
|
|
307
307
|
type: any;
|
|
308
|
-
default: string | number | boolean | import("../../
|
|
308
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
309
309
|
[key: string]: any;
|
|
310
|
-
} | import("../../
|
|
310
|
+
} | import("../../utils/props").RequestParams;
|
|
311
311
|
};
|
|
312
312
|
fontWeight: {
|
|
313
313
|
type?: undefined;
|
|
314
314
|
default?: undefined;
|
|
315
315
|
} | {
|
|
316
316
|
type: any;
|
|
317
|
-
default: string | number | boolean | import("../../
|
|
317
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
318
318
|
[key: string]: any;
|
|
319
|
-
} | import("../../
|
|
319
|
+
} | import("../../utils/props").RequestParams;
|
|
320
320
|
};
|
|
321
321
|
textShadow: {
|
|
322
322
|
type?: undefined;
|
|
323
323
|
default?: undefined;
|
|
324
324
|
} | {
|
|
325
325
|
type: any;
|
|
326
|
-
default: string | number | boolean | import("../../
|
|
326
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
327
327
|
[key: string]: any;
|
|
328
|
-
} | import("../../
|
|
328
|
+
} | import("../../utils/props").RequestParams;
|
|
329
329
|
};
|
|
330
330
|
textAlign: {
|
|
331
331
|
type?: undefined;
|
|
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
|
};
|
|
339
339
|
verticalAlign: {
|
|
340
340
|
type?: undefined;
|
|
341
341
|
default?: undefined;
|
|
342
342
|
} | {
|
|
343
343
|
type: any;
|
|
344
|
-
default: string | number | boolean | import("../../
|
|
344
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
345
345
|
[key: string]: any;
|
|
346
|
-
} | import("../../
|
|
346
|
+
} | import("../../utils/props").RequestParams;
|
|
347
347
|
};
|
|
348
348
|
id: {
|
|
349
349
|
type?: undefined;
|
|
350
350
|
default?: undefined;
|
|
351
351
|
} | {
|
|
352
352
|
type: any;
|
|
353
|
-
default: string | number | boolean | import("../../
|
|
353
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
354
354
|
[key: string]: any;
|
|
355
|
-
} | import("../../
|
|
355
|
+
} | import("../../utils/props").RequestParams;
|
|
356
356
|
};
|
|
357
357
|
name: {
|
|
358
358
|
type?: undefined;
|
|
359
359
|
default?: undefined;
|
|
360
360
|
} | {
|
|
361
361
|
type: any;
|
|
362
|
-
default: string | number | boolean | import("../../
|
|
362
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
363
363
|
[key: string]: any;
|
|
364
|
-
} | import("../../
|
|
364
|
+
} | import("../../utils/props").RequestParams;
|
|
365
365
|
};
|
|
366
366
|
keyName: {
|
|
367
367
|
type?: undefined;
|
|
368
368
|
default?: undefined;
|
|
369
369
|
} | {
|
|
370
370
|
type: any;
|
|
371
|
-
default: string | number | boolean | import("../../
|
|
371
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
372
372
|
[key: string]: any;
|
|
373
|
-
} | import("../../
|
|
373
|
+
} | import("../../utils/props").RequestParams;
|
|
374
374
|
};
|
|
375
375
|
type: {
|
|
376
376
|
type?: undefined;
|
|
377
377
|
default?: undefined;
|
|
378
378
|
} | {
|
|
379
379
|
type: any;
|
|
380
|
-
default: string | number | boolean | import("../../
|
|
380
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
381
381
|
[key: string]: any;
|
|
382
|
-
} | import("../../
|
|
382
|
+
} | import("../../utils/props").RequestParams;
|
|
383
383
|
};
|
|
384
384
|
width: {
|
|
385
385
|
type?: undefined;
|
|
386
386
|
default?: undefined;
|
|
387
387
|
} | {
|
|
388
388
|
type: any;
|
|
389
|
-
default: string | number | boolean | import("../../
|
|
389
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
390
390
|
[key: string]: any;
|
|
391
|
-
} | import("../../
|
|
391
|
+
} | import("../../utils/props").RequestParams;
|
|
392
392
|
};
|
|
393
393
|
height: {
|
|
394
394
|
type?: undefined;
|
|
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
|
};
|
|
402
402
|
position: {
|
|
403
403
|
type?: undefined;
|
|
404
404
|
default?: undefined;
|
|
405
405
|
} | {
|
|
406
406
|
type: any;
|
|
407
|
-
default: string | number | boolean | import("../../
|
|
407
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
408
408
|
[key: string]: any;
|
|
409
|
-
} | import("../../
|
|
409
|
+
} | import("../../utils/props").RequestParams;
|
|
410
410
|
};
|
|
411
411
|
top: {
|
|
412
412
|
type?: undefined;
|
|
413
413
|
default?: undefined;
|
|
414
414
|
} | {
|
|
415
415
|
type: any;
|
|
416
|
-
default: string | number | boolean | import("../../
|
|
416
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
417
417
|
[key: string]: any;
|
|
418
|
-
} | import("../../
|
|
418
|
+
} | import("../../utils/props").RequestParams;
|
|
419
419
|
};
|
|
420
420
|
left: {
|
|
421
421
|
type?: undefined;
|
|
422
422
|
default?: undefined;
|
|
423
423
|
} | {
|
|
424
424
|
type: any;
|
|
425
|
-
default: string | number | boolean | import("../../
|
|
425
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
426
426
|
[key: string]: any;
|
|
427
|
-
} | import("../../
|
|
427
|
+
} | import("../../utils/props").RequestParams;
|
|
428
428
|
};
|
|
429
429
|
zIndex: {
|
|
430
430
|
type?: undefined;
|
|
431
431
|
default?: undefined;
|
|
432
432
|
} | {
|
|
433
433
|
type: any;
|
|
434
|
-
default: string | number | boolean | import("../../
|
|
434
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
435
435
|
[key: string]: any;
|
|
436
|
-
} | import("../../
|
|
436
|
+
} | import("../../utils/props").RequestParams;
|
|
437
437
|
};
|
|
438
438
|
rotate: {
|
|
439
439
|
type?: undefined;
|
|
440
440
|
default?: undefined;
|
|
441
441
|
} | {
|
|
442
442
|
type: any;
|
|
443
|
-
default: string | number | boolean | import("../../
|
|
443
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
444
444
|
[key: string]: any;
|
|
445
|
-
} | import("../../
|
|
445
|
+
} | import("../../utils/props").RequestParams;
|
|
446
446
|
};
|
|
447
447
|
isShow: {
|
|
448
448
|
type?: undefined;
|
|
449
449
|
default?: undefined;
|
|
450
450
|
} | {
|
|
451
451
|
type: any;
|
|
452
|
-
default: string | number | boolean | import("../../
|
|
452
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
453
453
|
[key: string]: any;
|
|
454
|
-
} | import("../../
|
|
454
|
+
} | import("../../utils/props").RequestParams;
|
|
455
455
|
};
|
|
456
456
|
isRender: {
|
|
457
457
|
type?: undefined;
|
|
458
458
|
default?: undefined;
|
|
459
459
|
} | {
|
|
460
460
|
type: any;
|
|
461
|
-
default: string | number | boolean | import("../../
|
|
461
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
462
462
|
[key: string]: any;
|
|
463
|
-
} | import("../../
|
|
463
|
+
} | import("../../utils/props").RequestParams;
|
|
464
464
|
};
|
|
465
465
|
events: {
|
|
466
466
|
type?: undefined;
|
|
467
467
|
default?: undefined;
|
|
468
468
|
} | {
|
|
469
469
|
type: any;
|
|
470
|
-
default: string | number | boolean | import("../../
|
|
470
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
471
471
|
[key: string]: any;
|
|
472
|
-
} | import("../../
|
|
472
|
+
} | import("../../utils/props").RequestParams;
|
|
473
473
|
};
|
|
474
474
|
requestUrl: {
|
|
475
475
|
type?: undefined;
|
|
476
476
|
default?: undefined;
|
|
477
477
|
} | {
|
|
478
478
|
type: any;
|
|
479
|
-
default: string | number | boolean | import("../../
|
|
479
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
480
480
|
[key: string]: any;
|
|
481
|
-
} | import("../../
|
|
481
|
+
} | import("../../utils/props").RequestParams;
|
|
482
482
|
};
|
|
483
483
|
requestMethod: {
|
|
484
484
|
type?: undefined;
|
|
485
485
|
default?: undefined;
|
|
486
486
|
} | {
|
|
487
487
|
type: any;
|
|
488
|
-
default: string | number | boolean | import("../../
|
|
488
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
489
489
|
[key: string]: any;
|
|
490
|
-
} | import("../../
|
|
490
|
+
} | import("../../utils/props").RequestParams;
|
|
491
491
|
};
|
|
492
492
|
requestHeaders: {
|
|
493
493
|
type?: undefined;
|
|
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
|
};
|
|
501
501
|
isOpenRequestTimer: {
|
|
502
502
|
type?: undefined;
|
|
503
503
|
default?: undefined;
|
|
504
504
|
} | {
|
|
505
505
|
type: any;
|
|
506
|
-
default: string | number | boolean | import("../../
|
|
506
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
507
507
|
[key: string]: any;
|
|
508
|
-
} | import("../../
|
|
508
|
+
} | import("../../utils/props").RequestParams;
|
|
509
509
|
};
|
|
510
510
|
requestInterval: {
|
|
511
511
|
type?: undefined;
|
|
512
512
|
default?: undefined;
|
|
513
513
|
} | {
|
|
514
514
|
type: any;
|
|
515
|
-
default: string | number | boolean | import("../../
|
|
515
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
516
516
|
[key: string]: any;
|
|
517
|
-
} | import("../../
|
|
517
|
+
} | import("../../utils/props").RequestParams;
|
|
518
518
|
};
|
|
519
519
|
requestParams: {
|
|
520
520
|
type?: undefined;
|
|
521
521
|
default?: undefined;
|
|
522
522
|
} | {
|
|
523
523
|
type: any;
|
|
524
|
-
default: string | number | boolean | import("../../
|
|
524
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
525
525
|
[key: string]: any;
|
|
526
|
-
} | import("../../
|
|
526
|
+
} | import("../../utils/props").RequestParams;
|
|
527
527
|
};
|
|
528
528
|
requestSort: {
|
|
529
529
|
type?: undefined;
|
|
530
530
|
default?: undefined;
|
|
531
531
|
} | {
|
|
532
532
|
type: any;
|
|
533
|
-
default: string | number | boolean | import("../../
|
|
533
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
534
534
|
[key: string]: any;
|
|
535
|
-
} | import("../../
|
|
535
|
+
} | import("../../utils/props").RequestParams;
|
|
536
536
|
};
|
|
537
537
|
dataType: {
|
|
538
538
|
type?: undefined;
|
|
539
539
|
default?: undefined;
|
|
540
540
|
} | {
|
|
541
541
|
type: any;
|
|
542
|
-
default: string | number | boolean | import("../../
|
|
542
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
543
543
|
[key: string]: any;
|
|
544
|
-
} | import("../../
|
|
544
|
+
} | import("../../utils/props").RequestParams;
|
|
545
545
|
};
|
|
546
546
|
}>>, {}>> & Record<string, any>;
|
|
547
547
|
export default EcanTimeDisplay;
|