@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,12 +1,12 @@
|
|
|
1
|
-
export declare const EcanText: import("../../
|
|
1
|
+
export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
text: {
|
|
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
|
[key: string]: any;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -15,9 +15,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
15
15
|
default?: undefined;
|
|
16
16
|
} | {
|
|
17
17
|
type: any;
|
|
18
|
-
default: string | number | boolean | import("../../
|
|
18
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
19
19
|
[key: string]: any;
|
|
20
|
-
} | import("../../
|
|
20
|
+
} | import("../../utils/props").RequestParams | {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
@@ -26,9 +26,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
26
26
|
default?: undefined;
|
|
27
27
|
} | {
|
|
28
28
|
type: any;
|
|
29
|
-
default: string | number | boolean | import("../../
|
|
29
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
30
30
|
[key: string]: any;
|
|
31
|
-
} | import("../../
|
|
31
|
+
} | import("../../utils/props").RequestParams | {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
@@ -37,9 +37,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
37
37
|
default?: undefined;
|
|
38
38
|
} | {
|
|
39
39
|
type: any;
|
|
40
|
-
default: string | number | boolean | import("../../
|
|
40
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
41
41
|
[key: string]: any;
|
|
42
|
-
} | import("../../
|
|
42
|
+
} | import("../../utils/props").RequestParams | {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
@@ -48,9 +48,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
48
48
|
default?: undefined;
|
|
49
49
|
} | {
|
|
50
50
|
type: any;
|
|
51
|
-
default: string | number | boolean | import("../../
|
|
51
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
52
52
|
[key: string]: any;
|
|
53
|
-
} | import("../../
|
|
53
|
+
} | import("../../utils/props").RequestParams | {
|
|
54
54
|
[key: string]: any;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
@@ -59,9 +59,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
59
59
|
default?: undefined;
|
|
60
60
|
} | {
|
|
61
61
|
type: any;
|
|
62
|
-
default: string | number | boolean | import("../../
|
|
62
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
63
63
|
[key: string]: any;
|
|
64
|
-
} | import("../../
|
|
64
|
+
} | import("../../utils/props").RequestParams | {
|
|
65
65
|
[key: string]: any;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
@@ -70,9 +70,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
70
70
|
default?: undefined;
|
|
71
71
|
} | {
|
|
72
72
|
type: any;
|
|
73
|
-
default: string | number | boolean | import("../../
|
|
73
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
74
74
|
[key: string]: any;
|
|
75
|
-
} | import("../../
|
|
75
|
+
} | import("../../utils/props").RequestParams | {
|
|
76
76
|
[key: string]: any;
|
|
77
77
|
};
|
|
78
78
|
};
|
|
@@ -81,9 +81,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
81
81
|
default?: undefined;
|
|
82
82
|
} | {
|
|
83
83
|
type: any;
|
|
84
|
-
default: string | number | boolean | import("../../
|
|
84
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
85
85
|
[key: string]: any;
|
|
86
|
-
} | import("../../
|
|
86
|
+
} | import("../../utils/props").RequestParams | {
|
|
87
87
|
[key: string]: any;
|
|
88
88
|
};
|
|
89
89
|
};
|
|
@@ -92,9 +92,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
92
92
|
default?: undefined;
|
|
93
93
|
} | {
|
|
94
94
|
type: any;
|
|
95
|
-
default: string | number | boolean | import("../../
|
|
95
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
96
96
|
[key: string]: any;
|
|
97
|
-
} | import("../../
|
|
97
|
+
} | import("../../utils/props").RequestParams | {
|
|
98
98
|
[key: string]: any;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
@@ -103,9 +103,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
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
|
[key: string]: any;
|
|
110
110
|
};
|
|
111
111
|
};
|
|
@@ -114,9 +114,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
114
114
|
default?: undefined;
|
|
115
115
|
} | {
|
|
116
116
|
type: any;
|
|
117
|
-
default: string | number | boolean | import("../../
|
|
117
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
118
118
|
[key: string]: any;
|
|
119
|
-
} | import("../../
|
|
119
|
+
} | import("../../utils/props").RequestParams | {
|
|
120
120
|
[key: string]: any;
|
|
121
121
|
};
|
|
122
122
|
};
|
|
@@ -125,9 +125,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
125
125
|
default?: undefined;
|
|
126
126
|
} | {
|
|
127
127
|
type: any;
|
|
128
|
-
default: string | number | boolean | import("../../
|
|
128
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
129
129
|
[key: string]: any;
|
|
130
|
-
} | import("../../
|
|
130
|
+
} | import("../../utils/props").RequestParams | {
|
|
131
131
|
[key: string]: any;
|
|
132
132
|
};
|
|
133
133
|
};
|
|
@@ -136,9 +136,42 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
136
136
|
default?: undefined;
|
|
137
137
|
} | {
|
|
138
138
|
type: any;
|
|
139
|
-
default: string | number | boolean | import("../../
|
|
139
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
140
140
|
[key: string]: any;
|
|
141
|
-
} | import("../../
|
|
141
|
+
} | import("../../utils/props").RequestParams | {
|
|
142
|
+
[key: string]: any;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
href: {
|
|
146
|
+
type?: undefined;
|
|
147
|
+
default?: undefined;
|
|
148
|
+
} | {
|
|
149
|
+
type: any;
|
|
150
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
151
|
+
[key: string]: any;
|
|
152
|
+
} | import("../../utils/props").RequestParams | {
|
|
153
|
+
[key: string]: any;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
target: {
|
|
157
|
+
type?: undefined;
|
|
158
|
+
default?: undefined;
|
|
159
|
+
} | {
|
|
160
|
+
type: any;
|
|
161
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
162
|
+
[key: string]: any;
|
|
163
|
+
} | import("../../utils/props").RequestParams | {
|
|
164
|
+
[key: string]: any;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
linkPage: {
|
|
168
|
+
type?: undefined;
|
|
169
|
+
default?: undefined;
|
|
170
|
+
} | {
|
|
171
|
+
type: any;
|
|
172
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
} | import("../../utils/props").RequestParams | {
|
|
142
175
|
[key: string]: any;
|
|
143
176
|
};
|
|
144
177
|
};
|
|
@@ -147,9 +180,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
147
180
|
default?: undefined;
|
|
148
181
|
} | {
|
|
149
182
|
type: any;
|
|
150
|
-
default: string | number | boolean | import("../../
|
|
183
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
151
184
|
[key: string]: any;
|
|
152
|
-
} | import("../../
|
|
185
|
+
} | import("../../utils/props").RequestParams | {
|
|
153
186
|
[key: string]: any;
|
|
154
187
|
};
|
|
155
188
|
};
|
|
@@ -158,9 +191,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
158
191
|
default?: undefined;
|
|
159
192
|
} | {
|
|
160
193
|
type: any;
|
|
161
|
-
default: string | number | boolean | import("../../
|
|
194
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
162
195
|
[key: string]: any;
|
|
163
|
-
} | import("../../
|
|
196
|
+
} | import("../../utils/props").RequestParams | {
|
|
164
197
|
[key: string]: any;
|
|
165
198
|
};
|
|
166
199
|
};
|
|
@@ -169,9 +202,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
169
202
|
default?: undefined;
|
|
170
203
|
} | {
|
|
171
204
|
type: any;
|
|
172
|
-
default: string | number | boolean | import("../../
|
|
205
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
173
206
|
[key: string]: any;
|
|
174
|
-
} | import("../../
|
|
207
|
+
} | import("../../utils/props").RequestParams | {
|
|
175
208
|
[key: string]: any;
|
|
176
209
|
};
|
|
177
210
|
};
|
|
@@ -180,9 +213,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
180
213
|
default?: undefined;
|
|
181
214
|
} | {
|
|
182
215
|
type: any;
|
|
183
|
-
default: string | number | boolean | import("../../
|
|
216
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
184
217
|
[key: string]: any;
|
|
185
|
-
} | import("../../
|
|
218
|
+
} | import("../../utils/props").RequestParams | {
|
|
186
219
|
[key: string]: any;
|
|
187
220
|
};
|
|
188
221
|
};
|
|
@@ -191,9 +224,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
191
224
|
default?: undefined;
|
|
192
225
|
} | {
|
|
193
226
|
type: any;
|
|
194
|
-
default: string | number | boolean | import("../../
|
|
227
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
195
228
|
[key: string]: any;
|
|
196
|
-
} | import("../../
|
|
229
|
+
} | import("../../utils/props").RequestParams | {
|
|
197
230
|
[key: string]: any;
|
|
198
231
|
};
|
|
199
232
|
};
|
|
@@ -202,9 +235,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
202
235
|
default?: undefined;
|
|
203
236
|
} | {
|
|
204
237
|
type: any;
|
|
205
|
-
default: string | number | boolean | import("../../
|
|
238
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
206
239
|
[key: string]: any;
|
|
207
|
-
} | import("../../
|
|
240
|
+
} | import("../../utils/props").RequestParams | {
|
|
208
241
|
[key: string]: any;
|
|
209
242
|
};
|
|
210
243
|
};
|
|
@@ -213,9 +246,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
213
246
|
default?: undefined;
|
|
214
247
|
} | {
|
|
215
248
|
type: any;
|
|
216
|
-
default: string | number | boolean | import("../../
|
|
249
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
217
250
|
[key: string]: any;
|
|
218
|
-
} | import("../../
|
|
251
|
+
} | import("../../utils/props").RequestParams | {
|
|
219
252
|
[key: string]: any;
|
|
220
253
|
};
|
|
221
254
|
};
|
|
@@ -224,9 +257,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
224
257
|
default?: undefined;
|
|
225
258
|
} | {
|
|
226
259
|
type: any;
|
|
227
|
-
default: string | number | boolean | import("../../
|
|
260
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
228
261
|
[key: string]: any;
|
|
229
|
-
} | import("../../
|
|
262
|
+
} | import("../../utils/props").RequestParams | {
|
|
230
263
|
[key: string]: any;
|
|
231
264
|
};
|
|
232
265
|
};
|
|
@@ -235,9 +268,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
235
268
|
default?: undefined;
|
|
236
269
|
} | {
|
|
237
270
|
type: any;
|
|
238
|
-
default: string | number | boolean | import("../../
|
|
271
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
239
272
|
[key: string]: any;
|
|
240
|
-
} | import("../../
|
|
273
|
+
} | import("../../utils/props").RequestParams | {
|
|
241
274
|
[key: string]: any;
|
|
242
275
|
};
|
|
243
276
|
};
|
|
@@ -246,9 +279,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
246
279
|
default?: undefined;
|
|
247
280
|
} | {
|
|
248
281
|
type: any;
|
|
249
|
-
default: string | number | boolean | import("../../
|
|
282
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
250
283
|
[key: string]: any;
|
|
251
|
-
} | import("../../
|
|
284
|
+
} | import("../../utils/props").RequestParams | {
|
|
252
285
|
[key: string]: any;
|
|
253
286
|
};
|
|
254
287
|
};
|
|
@@ -257,9 +290,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
257
290
|
default?: undefined;
|
|
258
291
|
} | {
|
|
259
292
|
type: any;
|
|
260
|
-
default: string | number | boolean | import("../../
|
|
293
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
261
294
|
[key: string]: any;
|
|
262
|
-
} | import("../../
|
|
295
|
+
} | import("../../utils/props").RequestParams | {
|
|
263
296
|
[key: string]: any;
|
|
264
297
|
};
|
|
265
298
|
};
|
|
@@ -268,9 +301,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
268
301
|
default?: undefined;
|
|
269
302
|
} | {
|
|
270
303
|
type: any;
|
|
271
|
-
default: string | number | boolean | import("../../
|
|
304
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
272
305
|
[key: string]: any;
|
|
273
|
-
} | import("../../
|
|
306
|
+
} | import("../../utils/props").RequestParams | {
|
|
274
307
|
[key: string]: any;
|
|
275
308
|
};
|
|
276
309
|
};
|
|
@@ -279,9 +312,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
279
312
|
default?: undefined;
|
|
280
313
|
} | {
|
|
281
314
|
type: any;
|
|
282
|
-
default: string | number | boolean | import("../../
|
|
315
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
283
316
|
[key: string]: any;
|
|
284
|
-
} | import("../../
|
|
317
|
+
} | import("../../utils/props").RequestParams | {
|
|
285
318
|
[key: string]: any;
|
|
286
319
|
};
|
|
287
320
|
};
|
|
@@ -290,9 +323,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
290
323
|
default?: undefined;
|
|
291
324
|
} | {
|
|
292
325
|
type: any;
|
|
293
|
-
default: string | number | boolean | import("../../
|
|
326
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
294
327
|
[key: string]: any;
|
|
295
|
-
} | import("../../
|
|
328
|
+
} | import("../../utils/props").RequestParams | {
|
|
296
329
|
[key: string]: any;
|
|
297
330
|
};
|
|
298
331
|
};
|
|
@@ -301,9 +334,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
301
334
|
default?: undefined;
|
|
302
335
|
} | {
|
|
303
336
|
type: any;
|
|
304
|
-
default: string | number | boolean | import("../../
|
|
337
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
305
338
|
[key: string]: any;
|
|
306
|
-
} | import("../../
|
|
339
|
+
} | import("../../utils/props").RequestParams | {
|
|
307
340
|
[key: string]: any;
|
|
308
341
|
};
|
|
309
342
|
};
|
|
@@ -312,9 +345,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
312
345
|
default?: undefined;
|
|
313
346
|
} | {
|
|
314
347
|
type: any;
|
|
315
|
-
default: string | number | boolean | import("../../
|
|
348
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
316
349
|
[key: string]: any;
|
|
317
|
-
} | import("../../
|
|
350
|
+
} | import("../../utils/props").RequestParams | {
|
|
318
351
|
[key: string]: any;
|
|
319
352
|
};
|
|
320
353
|
};
|
|
@@ -323,9 +356,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
323
356
|
default?: undefined;
|
|
324
357
|
} | {
|
|
325
358
|
type: any;
|
|
326
|
-
default: string | number | boolean | import("../../
|
|
359
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
327
360
|
[key: string]: any;
|
|
328
|
-
} | import("../../
|
|
361
|
+
} | import("../../utils/props").RequestParams | {
|
|
329
362
|
[key: string]: any;
|
|
330
363
|
};
|
|
331
364
|
};
|
|
@@ -334,9 +367,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
334
367
|
default?: undefined;
|
|
335
368
|
} | {
|
|
336
369
|
type: any;
|
|
337
|
-
default: string | number | boolean | import("../../
|
|
370
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
338
371
|
[key: string]: any;
|
|
339
|
-
} | import("../../
|
|
372
|
+
} | import("../../utils/props").RequestParams | {
|
|
340
373
|
[key: string]: any;
|
|
341
374
|
};
|
|
342
375
|
};
|
|
@@ -345,9 +378,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
345
378
|
default?: undefined;
|
|
346
379
|
} | {
|
|
347
380
|
type: any;
|
|
348
|
-
default: string | number | boolean | import("../../
|
|
381
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
349
382
|
[key: string]: any;
|
|
350
|
-
} | import("../../
|
|
383
|
+
} | import("../../utils/props").RequestParams | {
|
|
351
384
|
[key: string]: any;
|
|
352
385
|
};
|
|
353
386
|
};
|
|
@@ -356,9 +389,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
356
389
|
default?: undefined;
|
|
357
390
|
} | {
|
|
358
391
|
type: any;
|
|
359
|
-
default: string | number | boolean | import("../../
|
|
392
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
360
393
|
[key: string]: any;
|
|
361
|
-
} | import("../../
|
|
394
|
+
} | import("../../utils/props").RequestParams | {
|
|
362
395
|
[key: string]: any;
|
|
363
396
|
};
|
|
364
397
|
};
|
|
@@ -367,9 +400,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
367
400
|
default?: undefined;
|
|
368
401
|
} | {
|
|
369
402
|
type: any;
|
|
370
|
-
default: string | number | boolean | import("../../
|
|
403
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
371
404
|
[key: string]: any;
|
|
372
|
-
} | import("../../
|
|
405
|
+
} | import("../../utils/props").RequestParams | {
|
|
373
406
|
[key: string]: any;
|
|
374
407
|
};
|
|
375
408
|
};
|
|
@@ -378,9 +411,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
378
411
|
default?: undefined;
|
|
379
412
|
} | {
|
|
380
413
|
type: any;
|
|
381
|
-
default: string | number | boolean | import("../../
|
|
414
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
382
415
|
[key: string]: any;
|
|
383
|
-
} | import("../../
|
|
416
|
+
} | import("../../utils/props").RequestParams | {
|
|
384
417
|
[key: string]: any;
|
|
385
418
|
};
|
|
386
419
|
};
|
|
@@ -395,9 +428,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
395
428
|
default?: undefined;
|
|
396
429
|
} | {
|
|
397
430
|
type: any;
|
|
398
|
-
default: string | number | boolean | import("../../
|
|
431
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
399
432
|
[key: string]: any;
|
|
400
|
-
} | import("../../
|
|
433
|
+
} | import("../../utils/props").RequestParams | {
|
|
401
434
|
[key: string]: any;
|
|
402
435
|
};
|
|
403
436
|
};
|
|
@@ -406,9 +439,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
406
439
|
default?: undefined;
|
|
407
440
|
} | {
|
|
408
441
|
type: any;
|
|
409
|
-
default: string | number | boolean | import("../../
|
|
442
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
410
443
|
[key: string]: any;
|
|
411
|
-
} | import("../../
|
|
444
|
+
} | import("../../utils/props").RequestParams | {
|
|
412
445
|
[key: string]: any;
|
|
413
446
|
};
|
|
414
447
|
};
|
|
@@ -417,9 +450,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
417
450
|
default?: undefined;
|
|
418
451
|
} | {
|
|
419
452
|
type: any;
|
|
420
|
-
default: string | number | boolean | import("../../
|
|
453
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
421
454
|
[key: string]: any;
|
|
422
|
-
} | import("../../
|
|
455
|
+
} | import("../../utils/props").RequestParams | {
|
|
423
456
|
[key: string]: any;
|
|
424
457
|
};
|
|
425
458
|
};
|
|
@@ -428,9 +461,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
428
461
|
default?: undefined;
|
|
429
462
|
} | {
|
|
430
463
|
type: any;
|
|
431
|
-
default: string | number | boolean | import("../../
|
|
464
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
432
465
|
[key: string]: any;
|
|
433
|
-
} | import("../../
|
|
466
|
+
} | import("../../utils/props").RequestParams | {
|
|
434
467
|
[key: string]: any;
|
|
435
468
|
};
|
|
436
469
|
};
|
|
@@ -439,9 +472,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
439
472
|
default?: undefined;
|
|
440
473
|
} | {
|
|
441
474
|
type: any;
|
|
442
|
-
default: string | number | boolean | import("../../
|
|
475
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
443
476
|
[key: string]: any;
|
|
444
|
-
} | import("../../
|
|
477
|
+
} | import("../../utils/props").RequestParams | {
|
|
445
478
|
[key: string]: any;
|
|
446
479
|
};
|
|
447
480
|
};
|
|
@@ -450,9 +483,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
450
483
|
default?: undefined;
|
|
451
484
|
} | {
|
|
452
485
|
type: any;
|
|
453
|
-
default: string | number | boolean | import("../../
|
|
486
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
454
487
|
[key: string]: any;
|
|
455
|
-
} | import("../../
|
|
488
|
+
} | import("../../utils/props").RequestParams | {
|
|
456
489
|
[key: string]: any;
|
|
457
490
|
};
|
|
458
491
|
};
|
|
@@ -461,9 +494,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
461
494
|
default?: undefined;
|
|
462
495
|
} | {
|
|
463
496
|
type: any;
|
|
464
|
-
default: string | number | boolean | import("../../
|
|
497
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
465
498
|
[key: string]: any;
|
|
466
|
-
} | import("../../
|
|
499
|
+
} | import("../../utils/props").RequestParams | {
|
|
467
500
|
[key: string]: any;
|
|
468
501
|
};
|
|
469
502
|
};
|
|
@@ -472,9 +505,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
472
505
|
default?: undefined;
|
|
473
506
|
} | {
|
|
474
507
|
type: any;
|
|
475
|
-
default: string | number | boolean | import("../../
|
|
508
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
476
509
|
[key: string]: any;
|
|
477
|
-
} | import("../../
|
|
510
|
+
} | import("../../utils/props").RequestParams | {
|
|
478
511
|
[key: string]: any;
|
|
479
512
|
};
|
|
480
513
|
};
|
|
@@ -483,9 +516,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
483
516
|
default?: undefined;
|
|
484
517
|
} | {
|
|
485
518
|
type: any;
|
|
486
|
-
default: string | number | boolean | import("../../
|
|
519
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
487
520
|
[key: string]: any;
|
|
488
|
-
} | import("../../
|
|
521
|
+
} | import("../../utils/props").RequestParams | {
|
|
489
522
|
[key: string]: any;
|
|
490
523
|
};
|
|
491
524
|
};
|
|
@@ -494,9 +527,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
494
527
|
default?: undefined;
|
|
495
528
|
} | {
|
|
496
529
|
type: any;
|
|
497
|
-
default: string | number | boolean | import("../../
|
|
530
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
498
531
|
[key: string]: any;
|
|
499
|
-
} | import("../../
|
|
532
|
+
} | import("../../utils/props").RequestParams | {
|
|
500
533
|
[key: string]: any;
|
|
501
534
|
};
|
|
502
535
|
};
|
|
@@ -505,9 +538,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
505
538
|
default?: undefined;
|
|
506
539
|
} | {
|
|
507
540
|
type: any;
|
|
508
|
-
default: string | number | boolean | import("../../
|
|
541
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
509
542
|
[key: string]: any;
|
|
510
|
-
} | import("../../
|
|
543
|
+
} | import("../../utils/props").RequestParams | {
|
|
511
544
|
[key: string]: any;
|
|
512
545
|
};
|
|
513
546
|
};
|
|
@@ -516,9 +549,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
516
549
|
default?: undefined;
|
|
517
550
|
} | {
|
|
518
551
|
type: any;
|
|
519
|
-
default: string | number | boolean | import("../../
|
|
552
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
520
553
|
[key: string]: any;
|
|
521
|
-
} | import("../../
|
|
554
|
+
} | import("../../utils/props").RequestParams | {
|
|
522
555
|
[key: string]: any;
|
|
523
556
|
};
|
|
524
557
|
};
|
|
@@ -527,9 +560,42 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
527
560
|
default?: undefined;
|
|
528
561
|
} | {
|
|
529
562
|
type: any;
|
|
530
|
-
default: string | number | boolean | import("../../
|
|
563
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
564
|
+
[key: string]: any;
|
|
565
|
+
} | import("../../utils/props").RequestParams | {
|
|
566
|
+
[key: string]: any;
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
href: {
|
|
570
|
+
type?: undefined;
|
|
571
|
+
default?: undefined;
|
|
572
|
+
} | {
|
|
573
|
+
type: any;
|
|
574
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
575
|
+
[key: string]: any;
|
|
576
|
+
} | import("../../utils/props").RequestParams | {
|
|
577
|
+
[key: string]: any;
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
target: {
|
|
581
|
+
type?: undefined;
|
|
582
|
+
default?: undefined;
|
|
583
|
+
} | {
|
|
584
|
+
type: any;
|
|
585
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
586
|
+
[key: string]: any;
|
|
587
|
+
} | import("../../utils/props").RequestParams | {
|
|
588
|
+
[key: string]: any;
|
|
589
|
+
};
|
|
590
|
+
};
|
|
591
|
+
linkPage: {
|
|
592
|
+
type?: undefined;
|
|
593
|
+
default?: undefined;
|
|
594
|
+
} | {
|
|
595
|
+
type: any;
|
|
596
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
531
597
|
[key: string]: any;
|
|
532
|
-
} | import("../../
|
|
598
|
+
} | import("../../utils/props").RequestParams | {
|
|
533
599
|
[key: string]: any;
|
|
534
600
|
};
|
|
535
601
|
};
|
|
@@ -538,9 +604,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
538
604
|
default?: undefined;
|
|
539
605
|
} | {
|
|
540
606
|
type: any;
|
|
541
|
-
default: string | number | boolean | import("../../
|
|
607
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
542
608
|
[key: string]: any;
|
|
543
|
-
} | import("../../
|
|
609
|
+
} | import("../../utils/props").RequestParams | {
|
|
544
610
|
[key: string]: any;
|
|
545
611
|
};
|
|
546
612
|
};
|
|
@@ -549,9 +615,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
549
615
|
default?: undefined;
|
|
550
616
|
} | {
|
|
551
617
|
type: any;
|
|
552
|
-
default: string | number | boolean | import("../../
|
|
618
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
553
619
|
[key: string]: any;
|
|
554
|
-
} | import("../../
|
|
620
|
+
} | import("../../utils/props").RequestParams | {
|
|
555
621
|
[key: string]: any;
|
|
556
622
|
};
|
|
557
623
|
};
|
|
@@ -560,9 +626,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
560
626
|
default?: undefined;
|
|
561
627
|
} | {
|
|
562
628
|
type: any;
|
|
563
|
-
default: string | number | boolean | import("../../
|
|
629
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
564
630
|
[key: string]: any;
|
|
565
|
-
} | import("../../
|
|
631
|
+
} | import("../../utils/props").RequestParams | {
|
|
566
632
|
[key: string]: any;
|
|
567
633
|
};
|
|
568
634
|
};
|
|
@@ -571,9 +637,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
571
637
|
default?: undefined;
|
|
572
638
|
} | {
|
|
573
639
|
type: any;
|
|
574
|
-
default: string | number | boolean | import("../../
|
|
640
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
575
641
|
[key: string]: any;
|
|
576
|
-
} | import("../../
|
|
642
|
+
} | import("../../utils/props").RequestParams | {
|
|
577
643
|
[key: string]: any;
|
|
578
644
|
};
|
|
579
645
|
};
|
|
@@ -582,9 +648,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
582
648
|
default?: undefined;
|
|
583
649
|
} | {
|
|
584
650
|
type: any;
|
|
585
|
-
default: string | number | boolean | import("../../
|
|
651
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
586
652
|
[key: string]: any;
|
|
587
|
-
} | import("../../
|
|
653
|
+
} | import("../../utils/props").RequestParams | {
|
|
588
654
|
[key: string]: any;
|
|
589
655
|
};
|
|
590
656
|
};
|
|
@@ -593,9 +659,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
593
659
|
default?: undefined;
|
|
594
660
|
} | {
|
|
595
661
|
type: any;
|
|
596
|
-
default: string | number | boolean | import("../../
|
|
662
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
597
663
|
[key: string]: any;
|
|
598
|
-
} | import("../../
|
|
664
|
+
} | import("../../utils/props").RequestParams | {
|
|
599
665
|
[key: string]: any;
|
|
600
666
|
};
|
|
601
667
|
};
|
|
@@ -604,9 +670,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
604
670
|
default?: undefined;
|
|
605
671
|
} | {
|
|
606
672
|
type: any;
|
|
607
|
-
default: string | number | boolean | import("../../
|
|
673
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
608
674
|
[key: string]: any;
|
|
609
|
-
} | import("../../
|
|
675
|
+
} | import("../../utils/props").RequestParams | {
|
|
610
676
|
[key: string]: any;
|
|
611
677
|
};
|
|
612
678
|
};
|
|
@@ -615,9 +681,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
615
681
|
default?: undefined;
|
|
616
682
|
} | {
|
|
617
683
|
type: any;
|
|
618
|
-
default: string | number | boolean | import("../../
|
|
684
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
619
685
|
[key: string]: any;
|
|
620
|
-
} | import("../../
|
|
686
|
+
} | import("../../utils/props").RequestParams | {
|
|
621
687
|
[key: string]: any;
|
|
622
688
|
};
|
|
623
689
|
};
|
|
@@ -626,9 +692,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
626
692
|
default?: undefined;
|
|
627
693
|
} | {
|
|
628
694
|
type: any;
|
|
629
|
-
default: string | number | boolean | import("../../
|
|
695
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
630
696
|
[key: string]: any;
|
|
631
|
-
} | import("../../
|
|
697
|
+
} | import("../../utils/props").RequestParams | {
|
|
632
698
|
[key: string]: any;
|
|
633
699
|
};
|
|
634
700
|
};
|
|
@@ -637,9 +703,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
637
703
|
default?: undefined;
|
|
638
704
|
} | {
|
|
639
705
|
type: any;
|
|
640
|
-
default: string | number | boolean | import("../../
|
|
706
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
641
707
|
[key: string]: any;
|
|
642
|
-
} | import("../../
|
|
708
|
+
} | import("../../utils/props").RequestParams | {
|
|
643
709
|
[key: string]: any;
|
|
644
710
|
};
|
|
645
711
|
};
|
|
@@ -648,9 +714,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
648
714
|
default?: undefined;
|
|
649
715
|
} | {
|
|
650
716
|
type: any;
|
|
651
|
-
default: string | number | boolean | import("../../
|
|
717
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
652
718
|
[key: string]: any;
|
|
653
|
-
} | import("../../
|
|
719
|
+
} | import("../../utils/props").RequestParams | {
|
|
654
720
|
[key: string]: any;
|
|
655
721
|
};
|
|
656
722
|
};
|
|
@@ -659,9 +725,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
659
725
|
default?: undefined;
|
|
660
726
|
} | {
|
|
661
727
|
type: any;
|
|
662
|
-
default: string | number | boolean | import("../../
|
|
728
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
663
729
|
[key: string]: any;
|
|
664
|
-
} | import("../../
|
|
730
|
+
} | import("../../utils/props").RequestParams | {
|
|
665
731
|
[key: string]: any;
|
|
666
732
|
};
|
|
667
733
|
};
|
|
@@ -670,9 +736,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
670
736
|
default?: undefined;
|
|
671
737
|
} | {
|
|
672
738
|
type: any;
|
|
673
|
-
default: string | number | boolean | import("../../
|
|
739
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
674
740
|
[key: string]: any;
|
|
675
|
-
} | import("../../
|
|
741
|
+
} | import("../../utils/props").RequestParams | {
|
|
676
742
|
[key: string]: any;
|
|
677
743
|
};
|
|
678
744
|
};
|
|
@@ -681,9 +747,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
681
747
|
default?: undefined;
|
|
682
748
|
} | {
|
|
683
749
|
type: any;
|
|
684
|
-
default: string | number | boolean | import("../../
|
|
750
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
685
751
|
[key: string]: any;
|
|
686
|
-
} | import("../../
|
|
752
|
+
} | import("../../utils/props").RequestParams | {
|
|
687
753
|
[key: string]: any;
|
|
688
754
|
};
|
|
689
755
|
};
|
|
@@ -692,9 +758,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
692
758
|
default?: undefined;
|
|
693
759
|
} | {
|
|
694
760
|
type: any;
|
|
695
|
-
default: string | number | boolean | import("../../
|
|
761
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
696
762
|
[key: string]: any;
|
|
697
|
-
} | import("../../
|
|
763
|
+
} | import("../../utils/props").RequestParams | {
|
|
698
764
|
[key: string]: any;
|
|
699
765
|
};
|
|
700
766
|
};
|
|
@@ -703,9 +769,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
703
769
|
default?: undefined;
|
|
704
770
|
} | {
|
|
705
771
|
type: any;
|
|
706
|
-
default: string | number | boolean | import("../../
|
|
772
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
707
773
|
[key: string]: any;
|
|
708
|
-
} | import("../../
|
|
774
|
+
} | import("../../utils/props").RequestParams | {
|
|
709
775
|
[key: string]: any;
|
|
710
776
|
};
|
|
711
777
|
};
|
|
@@ -714,9 +780,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
714
780
|
default?: undefined;
|
|
715
781
|
} | {
|
|
716
782
|
type: any;
|
|
717
|
-
default: string | number | boolean | import("../../
|
|
783
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
718
784
|
[key: string]: any;
|
|
719
|
-
} | import("../../
|
|
785
|
+
} | import("../../utils/props").RequestParams | {
|
|
720
786
|
[key: string]: any;
|
|
721
787
|
};
|
|
722
788
|
};
|
|
@@ -725,9 +791,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
725
791
|
default?: undefined;
|
|
726
792
|
} | {
|
|
727
793
|
type: any;
|
|
728
|
-
default: string | number | boolean | import("../../
|
|
794
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
729
795
|
[key: string]: any;
|
|
730
|
-
} | import("../../
|
|
796
|
+
} | import("../../utils/props").RequestParams | {
|
|
731
797
|
[key: string]: any;
|
|
732
798
|
};
|
|
733
799
|
};
|
|
@@ -736,9 +802,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
736
802
|
default?: undefined;
|
|
737
803
|
} | {
|
|
738
804
|
type: any;
|
|
739
|
-
default: string | number | boolean | import("../../
|
|
805
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
740
806
|
[key: string]: any;
|
|
741
|
-
} | import("../../
|
|
807
|
+
} | import("../../utils/props").RequestParams | {
|
|
742
808
|
[key: string]: any;
|
|
743
809
|
};
|
|
744
810
|
};
|
|
@@ -747,9 +813,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
747
813
|
default?: undefined;
|
|
748
814
|
} | {
|
|
749
815
|
type: any;
|
|
750
|
-
default: string | number | boolean | import("../../
|
|
816
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
751
817
|
[key: string]: any;
|
|
752
|
-
} | import("../../
|
|
818
|
+
} | import("../../utils/props").RequestParams | {
|
|
753
819
|
[key: string]: any;
|
|
754
820
|
};
|
|
755
821
|
};
|
|
@@ -758,9 +824,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
758
824
|
default?: undefined;
|
|
759
825
|
} | {
|
|
760
826
|
type: any;
|
|
761
|
-
default: string | number | boolean | import("../../
|
|
827
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
762
828
|
[key: string]: any;
|
|
763
|
-
} | import("../../
|
|
829
|
+
} | import("../../utils/props").RequestParams | {
|
|
764
830
|
[key: string]: any;
|
|
765
831
|
};
|
|
766
832
|
};
|
|
@@ -769,9 +835,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
|
|
|
769
835
|
default?: undefined;
|
|
770
836
|
} | {
|
|
771
837
|
type: any;
|
|
772
|
-
default: string | number | boolean | import("../../
|
|
838
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
773
839
|
[key: string]: any;
|
|
774
|
-
} | import("../../
|
|
840
|
+
} | import("../../utils/props").RequestParams | {
|
|
775
841
|
[key: string]: any;
|
|
776
842
|
};
|
|
777
843
|
};
|