@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,237 +1,237 @@
|
|
|
1
|
-
export declare const EcanRangePicker: import("../../
|
|
1
|
+
export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
picker: {
|
|
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
|
startTime: {
|
|
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
|
endTime: {
|
|
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
|
id: {
|
|
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
|
name: {
|
|
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
|
keyName: {
|
|
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
|
type: {
|
|
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
|
width: {
|
|
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
|
height: {
|
|
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
|
position: {
|
|
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
|
top: {
|
|
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
|
left: {
|
|
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
|
zIndex: {
|
|
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
|
rotate: {
|
|
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
|
isShow: {
|
|
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
|
isRender: {
|
|
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
|
events: {
|
|
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
|
requestUrl: {
|
|
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
|
requestMethod: {
|
|
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
|
requestHeaders: {
|
|
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
|
isOpenRequestTimer: {
|
|
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
|
requestInterval: {
|
|
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
|
requestParams: {
|
|
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
|
requestSort: {
|
|
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
|
dataType: {
|
|
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
|
}, {
|
|
237
237
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -361,234 +361,234 @@ export declare const EcanRangePicker: import("../../_utils/withInstall").SFCWith
|
|
|
361
361
|
default?: undefined;
|
|
362
362
|
} | {
|
|
363
363
|
type: any;
|
|
364
|
-
default: string | number | boolean | import("../../
|
|
364
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
365
365
|
[key: string]: any;
|
|
366
|
-
} | import("../../
|
|
366
|
+
} | import("../../utils/props").RequestParams;
|
|
367
367
|
};
|
|
368
368
|
format: {
|
|
369
369
|
type?: undefined;
|
|
370
370
|
default?: undefined;
|
|
371
371
|
} | {
|
|
372
372
|
type: any;
|
|
373
|
-
default: string | number | boolean | import("../../
|
|
373
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
374
374
|
[key: string]: any;
|
|
375
|
-
} | import("../../
|
|
375
|
+
} | import("../../utils/props").RequestParams;
|
|
376
376
|
};
|
|
377
377
|
startTime: {
|
|
378
378
|
type?: undefined;
|
|
379
379
|
default?: undefined;
|
|
380
380
|
} | {
|
|
381
381
|
type: any;
|
|
382
|
-
default: string | number | boolean | import("../../
|
|
382
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
383
383
|
[key: string]: any;
|
|
384
|
-
} | import("../../
|
|
384
|
+
} | import("../../utils/props").RequestParams;
|
|
385
385
|
};
|
|
386
386
|
endTime: {
|
|
387
387
|
type?: undefined;
|
|
388
388
|
default?: undefined;
|
|
389
389
|
} | {
|
|
390
390
|
type: any;
|
|
391
|
-
default: string | number | boolean | import("../../
|
|
391
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
392
392
|
[key: string]: any;
|
|
393
|
-
} | import("../../
|
|
393
|
+
} | import("../../utils/props").RequestParams;
|
|
394
394
|
};
|
|
395
395
|
id: {
|
|
396
396
|
type?: undefined;
|
|
397
397
|
default?: undefined;
|
|
398
398
|
} | {
|
|
399
399
|
type: any;
|
|
400
|
-
default: string | number | boolean | import("../../
|
|
400
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
401
401
|
[key: string]: any;
|
|
402
|
-
} | import("../../
|
|
402
|
+
} | import("../../utils/props").RequestParams;
|
|
403
403
|
};
|
|
404
404
|
name: {
|
|
405
405
|
type?: undefined;
|
|
406
406
|
default?: undefined;
|
|
407
407
|
} | {
|
|
408
408
|
type: any;
|
|
409
|
-
default: string | number | boolean | import("../../
|
|
409
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
410
410
|
[key: string]: any;
|
|
411
|
-
} | import("../../
|
|
411
|
+
} | import("../../utils/props").RequestParams;
|
|
412
412
|
};
|
|
413
413
|
keyName: {
|
|
414
414
|
type?: undefined;
|
|
415
415
|
default?: undefined;
|
|
416
416
|
} | {
|
|
417
417
|
type: any;
|
|
418
|
-
default: string | number | boolean | import("../../
|
|
418
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
419
419
|
[key: string]: any;
|
|
420
|
-
} | import("../../
|
|
420
|
+
} | import("../../utils/props").RequestParams;
|
|
421
421
|
};
|
|
422
422
|
type: {
|
|
423
423
|
type?: undefined;
|
|
424
424
|
default?: undefined;
|
|
425
425
|
} | {
|
|
426
426
|
type: any;
|
|
427
|
-
default: string | number | boolean | import("../../
|
|
427
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
428
428
|
[key: string]: any;
|
|
429
|
-
} | import("../../
|
|
429
|
+
} | import("../../utils/props").RequestParams;
|
|
430
430
|
};
|
|
431
431
|
width: {
|
|
432
432
|
type?: undefined;
|
|
433
433
|
default?: undefined;
|
|
434
434
|
} | {
|
|
435
435
|
type: any;
|
|
436
|
-
default: string | number | boolean | import("../../
|
|
436
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
437
437
|
[key: string]: any;
|
|
438
|
-
} | import("../../
|
|
438
|
+
} | import("../../utils/props").RequestParams;
|
|
439
439
|
};
|
|
440
440
|
height: {
|
|
441
441
|
type?: undefined;
|
|
442
442
|
default?: undefined;
|
|
443
443
|
} | {
|
|
444
444
|
type: any;
|
|
445
|
-
default: string | number | boolean | import("../../
|
|
445
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
446
446
|
[key: string]: any;
|
|
447
|
-
} | import("../../
|
|
447
|
+
} | import("../../utils/props").RequestParams;
|
|
448
448
|
};
|
|
449
449
|
position: {
|
|
450
450
|
type?: undefined;
|
|
451
451
|
default?: undefined;
|
|
452
452
|
} | {
|
|
453
453
|
type: any;
|
|
454
|
-
default: string | number | boolean | import("../../
|
|
454
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
455
455
|
[key: string]: any;
|
|
456
|
-
} | import("../../
|
|
456
|
+
} | import("../../utils/props").RequestParams;
|
|
457
457
|
};
|
|
458
458
|
top: {
|
|
459
459
|
type?: undefined;
|
|
460
460
|
default?: undefined;
|
|
461
461
|
} | {
|
|
462
462
|
type: any;
|
|
463
|
-
default: string | number | boolean | import("../../
|
|
463
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
464
464
|
[key: string]: any;
|
|
465
|
-
} | import("../../
|
|
465
|
+
} | import("../../utils/props").RequestParams;
|
|
466
466
|
};
|
|
467
467
|
left: {
|
|
468
468
|
type?: undefined;
|
|
469
469
|
default?: undefined;
|
|
470
470
|
} | {
|
|
471
471
|
type: any;
|
|
472
|
-
default: string | number | boolean | import("../../
|
|
472
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
473
473
|
[key: string]: any;
|
|
474
|
-
} | import("../../
|
|
474
|
+
} | import("../../utils/props").RequestParams;
|
|
475
475
|
};
|
|
476
476
|
zIndex: {
|
|
477
477
|
type?: undefined;
|
|
478
478
|
default?: undefined;
|
|
479
479
|
} | {
|
|
480
480
|
type: any;
|
|
481
|
-
default: string | number | boolean | import("../../
|
|
481
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
482
482
|
[key: string]: any;
|
|
483
|
-
} | import("../../
|
|
483
|
+
} | import("../../utils/props").RequestParams;
|
|
484
484
|
};
|
|
485
485
|
rotate: {
|
|
486
486
|
type?: undefined;
|
|
487
487
|
default?: undefined;
|
|
488
488
|
} | {
|
|
489
489
|
type: any;
|
|
490
|
-
default: string | number | boolean | import("../../
|
|
490
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
491
491
|
[key: string]: any;
|
|
492
|
-
} | import("../../
|
|
492
|
+
} | import("../../utils/props").RequestParams;
|
|
493
493
|
};
|
|
494
494
|
isShow: {
|
|
495
495
|
type?: undefined;
|
|
496
496
|
default?: undefined;
|
|
497
497
|
} | {
|
|
498
498
|
type: any;
|
|
499
|
-
default: string | number | boolean | import("../../
|
|
499
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
500
500
|
[key: string]: any;
|
|
501
|
-
} | import("../../
|
|
501
|
+
} | import("../../utils/props").RequestParams;
|
|
502
502
|
};
|
|
503
503
|
isRender: {
|
|
504
504
|
type?: undefined;
|
|
505
505
|
default?: undefined;
|
|
506
506
|
} | {
|
|
507
507
|
type: any;
|
|
508
|
-
default: string | number | boolean | import("../../
|
|
508
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
509
509
|
[key: string]: any;
|
|
510
|
-
} | import("../../
|
|
510
|
+
} | import("../../utils/props").RequestParams;
|
|
511
511
|
};
|
|
512
512
|
events: {
|
|
513
513
|
type?: undefined;
|
|
514
514
|
default?: undefined;
|
|
515
515
|
} | {
|
|
516
516
|
type: any;
|
|
517
|
-
default: string | number | boolean | import("../../
|
|
517
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
518
518
|
[key: string]: any;
|
|
519
|
-
} | import("../../
|
|
519
|
+
} | import("../../utils/props").RequestParams;
|
|
520
520
|
};
|
|
521
521
|
requestUrl: {
|
|
522
522
|
type?: undefined;
|
|
523
523
|
default?: undefined;
|
|
524
524
|
} | {
|
|
525
525
|
type: any;
|
|
526
|
-
default: string | number | boolean | import("../../
|
|
526
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
527
527
|
[key: string]: any;
|
|
528
|
-
} | import("../../
|
|
528
|
+
} | import("../../utils/props").RequestParams;
|
|
529
529
|
};
|
|
530
530
|
requestMethod: {
|
|
531
531
|
type?: undefined;
|
|
532
532
|
default?: undefined;
|
|
533
533
|
} | {
|
|
534
534
|
type: any;
|
|
535
|
-
default: string | number | boolean | import("../../
|
|
535
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
536
536
|
[key: string]: any;
|
|
537
|
-
} | import("../../
|
|
537
|
+
} | import("../../utils/props").RequestParams;
|
|
538
538
|
};
|
|
539
539
|
requestHeaders: {
|
|
540
540
|
type?: undefined;
|
|
541
541
|
default?: undefined;
|
|
542
542
|
} | {
|
|
543
543
|
type: any;
|
|
544
|
-
default: string | number | boolean | import("../../
|
|
544
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
545
545
|
[key: string]: any;
|
|
546
|
-
} | import("../../
|
|
546
|
+
} | import("../../utils/props").RequestParams;
|
|
547
547
|
};
|
|
548
548
|
isOpenRequestTimer: {
|
|
549
549
|
type?: undefined;
|
|
550
550
|
default?: undefined;
|
|
551
551
|
} | {
|
|
552
552
|
type: any;
|
|
553
|
-
default: string | number | boolean | import("../../
|
|
553
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
554
554
|
[key: string]: any;
|
|
555
|
-
} | import("../../
|
|
555
|
+
} | import("../../utils/props").RequestParams;
|
|
556
556
|
};
|
|
557
557
|
requestInterval: {
|
|
558
558
|
type?: undefined;
|
|
559
559
|
default?: undefined;
|
|
560
560
|
} | {
|
|
561
561
|
type: any;
|
|
562
|
-
default: string | number | boolean | import("../../
|
|
562
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
563
563
|
[key: string]: any;
|
|
564
|
-
} | import("../../
|
|
564
|
+
} | import("../../utils/props").RequestParams;
|
|
565
565
|
};
|
|
566
566
|
requestParams: {
|
|
567
567
|
type?: undefined;
|
|
568
568
|
default?: undefined;
|
|
569
569
|
} | {
|
|
570
570
|
type: any;
|
|
571
|
-
default: string | number | boolean | import("../../
|
|
571
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
572
572
|
[key: string]: any;
|
|
573
|
-
} | import("../../
|
|
573
|
+
} | import("../../utils/props").RequestParams;
|
|
574
574
|
};
|
|
575
575
|
requestSort: {
|
|
576
576
|
type?: undefined;
|
|
577
577
|
default?: undefined;
|
|
578
578
|
} | {
|
|
579
579
|
type: any;
|
|
580
|
-
default: string | number | boolean | import("../../
|
|
580
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
581
581
|
[key: string]: any;
|
|
582
|
-
} | import("../../
|
|
582
|
+
} | import("../../utils/props").RequestParams;
|
|
583
583
|
};
|
|
584
584
|
dataType: {
|
|
585
585
|
type?: undefined;
|
|
586
586
|
default?: undefined;
|
|
587
587
|
} | {
|
|
588
588
|
type: any;
|
|
589
|
-
default: string | number | boolean | import("../../
|
|
589
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
590
590
|
[key: string]: any;
|
|
591
|
-
} | import("../../
|
|
591
|
+
} | import("../../utils/props").RequestParams;
|
|
592
592
|
};
|
|
593
593
|
}>>, {}>> & Record<string, any>;
|
|
594
594
|
export default EcanRangePicker;
|