@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 EcanSelect: import("../../
|
|
1
|
+
export declare const EcanSelect: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
data: {
|
|
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 | import("./props").SelectOptions | {
|
|
10
10
|
label: string;
|
|
11
11
|
value: string;
|
|
12
12
|
};
|
|
@@ -16,9 +16,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
16
16
|
default?: undefined;
|
|
17
17
|
} | {
|
|
18
18
|
type: any;
|
|
19
|
-
default: string | number | boolean | import("../../
|
|
19
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
20
20
|
[key: string]: any;
|
|
21
|
-
} | import("../../
|
|
21
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
22
22
|
label: string;
|
|
23
23
|
value: string;
|
|
24
24
|
};
|
|
@@ -28,9 +28,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
28
28
|
default?: undefined;
|
|
29
29
|
} | {
|
|
30
30
|
type: any;
|
|
31
|
-
default: string | number | boolean | import("../../
|
|
31
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
32
32
|
[key: string]: any;
|
|
33
|
-
} | import("../../
|
|
33
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
34
34
|
label: string;
|
|
35
35
|
value: string;
|
|
36
36
|
};
|
|
@@ -40,9 +40,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
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 | import("./props").SelectOptions | {
|
|
46
46
|
label: string;
|
|
47
47
|
value: string;
|
|
48
48
|
};
|
|
@@ -52,9 +52,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
52
52
|
default?: undefined;
|
|
53
53
|
} | {
|
|
54
54
|
type: any;
|
|
55
|
-
default: string | number | boolean | import("../../
|
|
55
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
56
56
|
[key: string]: any;
|
|
57
|
-
} | import("../../
|
|
57
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
58
58
|
label: string;
|
|
59
59
|
value: string;
|
|
60
60
|
};
|
|
@@ -64,9 +64,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
64
64
|
default?: undefined;
|
|
65
65
|
} | {
|
|
66
66
|
type: any;
|
|
67
|
-
default: string | number | boolean | import("../../
|
|
67
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
68
68
|
[key: string]: any;
|
|
69
|
-
} | import("../../
|
|
69
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
70
70
|
label: string;
|
|
71
71
|
value: string;
|
|
72
72
|
};
|
|
@@ -76,9 +76,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
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 | import("./props").SelectOptions | {
|
|
82
82
|
label: string;
|
|
83
83
|
value: string;
|
|
84
84
|
};
|
|
@@ -88,9 +88,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
88
88
|
default?: undefined;
|
|
89
89
|
} | {
|
|
90
90
|
type: any;
|
|
91
|
-
default: string | number | boolean | import("../../
|
|
91
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
92
92
|
[key: string]: any;
|
|
93
|
-
} | import("../../
|
|
93
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
94
94
|
label: string;
|
|
95
95
|
value: string;
|
|
96
96
|
};
|
|
@@ -100,9 +100,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
100
100
|
default?: undefined;
|
|
101
101
|
} | {
|
|
102
102
|
type: any;
|
|
103
|
-
default: string | number | boolean | import("../../
|
|
103
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
104
104
|
[key: string]: any;
|
|
105
|
-
} | import("../../
|
|
105
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
106
106
|
label: string;
|
|
107
107
|
value: string;
|
|
108
108
|
};
|
|
@@ -112,9 +112,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
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 | import("./props").SelectOptions | {
|
|
118
118
|
label: string;
|
|
119
119
|
value: string;
|
|
120
120
|
};
|
|
@@ -124,9 +124,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
124
124
|
default?: undefined;
|
|
125
125
|
} | {
|
|
126
126
|
type: any;
|
|
127
|
-
default: string | number | boolean | import("../../
|
|
127
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
128
128
|
[key: string]: any;
|
|
129
|
-
} | import("../../
|
|
129
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
130
130
|
label: string;
|
|
131
131
|
value: string;
|
|
132
132
|
};
|
|
@@ -136,9 +136,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
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 | import("./props").SelectOptions | {
|
|
142
142
|
label: string;
|
|
143
143
|
value: string;
|
|
144
144
|
};
|
|
@@ -148,9 +148,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
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 | import("./props").SelectOptions | {
|
|
154
154
|
label: string;
|
|
155
155
|
value: string;
|
|
156
156
|
};
|
|
@@ -160,9 +160,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
160
160
|
default?: undefined;
|
|
161
161
|
} | {
|
|
162
162
|
type: any;
|
|
163
|
-
default: string | number | boolean | import("../../
|
|
163
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
164
164
|
[key: string]: any;
|
|
165
|
-
} | import("../../
|
|
165
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
166
166
|
label: string;
|
|
167
167
|
value: string;
|
|
168
168
|
};
|
|
@@ -172,9 +172,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
172
172
|
default?: undefined;
|
|
173
173
|
} | {
|
|
174
174
|
type: any;
|
|
175
|
-
default: string | number | boolean | import("../../
|
|
175
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
176
176
|
[key: string]: any;
|
|
177
|
-
} | import("../../
|
|
177
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
178
178
|
label: string;
|
|
179
179
|
value: string;
|
|
180
180
|
};
|
|
@@ -184,9 +184,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
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 | import("./props").SelectOptions | {
|
|
190
190
|
label: string;
|
|
191
191
|
value: string;
|
|
192
192
|
};
|
|
@@ -196,9 +196,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
196
196
|
default?: undefined;
|
|
197
197
|
} | {
|
|
198
198
|
type: any;
|
|
199
|
-
default: string | number | boolean | import("../../
|
|
199
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
200
200
|
[key: string]: any;
|
|
201
|
-
} | import("../../
|
|
201
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
202
202
|
label: string;
|
|
203
203
|
value: string;
|
|
204
204
|
};
|
|
@@ -208,9 +208,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
208
208
|
default?: undefined;
|
|
209
209
|
} | {
|
|
210
210
|
type: any;
|
|
211
|
-
default: string | number | boolean | import("../../
|
|
211
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
212
212
|
[key: string]: any;
|
|
213
|
-
} | import("../../
|
|
213
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
214
214
|
label: string;
|
|
215
215
|
value: string;
|
|
216
216
|
};
|
|
@@ -220,9 +220,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
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 | import("./props").SelectOptions | {
|
|
226
226
|
label: string;
|
|
227
227
|
value: string;
|
|
228
228
|
};
|
|
@@ -232,9 +232,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
232
232
|
default?: undefined;
|
|
233
233
|
} | {
|
|
234
234
|
type: any;
|
|
235
|
-
default: string | number | boolean | import("../../
|
|
235
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
236
236
|
[key: string]: any;
|
|
237
|
-
} | import("../../
|
|
237
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
238
238
|
label: string;
|
|
239
239
|
value: string;
|
|
240
240
|
};
|
|
@@ -244,9 +244,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
244
244
|
default?: undefined;
|
|
245
245
|
} | {
|
|
246
246
|
type: any;
|
|
247
|
-
default: string | number | boolean | import("../../
|
|
247
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
248
248
|
[key: string]: any;
|
|
249
|
-
} | import("../../
|
|
249
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
250
250
|
label: string;
|
|
251
251
|
value: string;
|
|
252
252
|
};
|
|
@@ -256,9 +256,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
256
256
|
default?: undefined;
|
|
257
257
|
} | {
|
|
258
258
|
type: any;
|
|
259
|
-
default: string | number | boolean | import("../../
|
|
259
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
260
260
|
[key: string]: any;
|
|
261
|
-
} | import("../../
|
|
261
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
262
262
|
label: string;
|
|
263
263
|
value: string;
|
|
264
264
|
};
|
|
@@ -268,9 +268,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
268
268
|
default?: undefined;
|
|
269
269
|
} | {
|
|
270
270
|
type: any;
|
|
271
|
-
default: string | number | boolean | import("../../
|
|
271
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
272
272
|
[key: string]: any;
|
|
273
|
-
} | import("../../
|
|
273
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
274
274
|
label: string;
|
|
275
275
|
value: string;
|
|
276
276
|
};
|
|
@@ -280,9 +280,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
280
280
|
default?: undefined;
|
|
281
281
|
} | {
|
|
282
282
|
type: any;
|
|
283
|
-
default: string | number | boolean | import("../../
|
|
283
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
284
284
|
[key: string]: any;
|
|
285
|
-
} | import("../../
|
|
285
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
286
286
|
label: string;
|
|
287
287
|
value: string;
|
|
288
288
|
};
|
|
@@ -292,9 +292,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
292
292
|
default?: undefined;
|
|
293
293
|
} | {
|
|
294
294
|
type: any;
|
|
295
|
-
default: string | number | boolean | import("../../
|
|
295
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
296
296
|
[key: string]: any;
|
|
297
|
-
} | import("../../
|
|
297
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
298
298
|
label: string;
|
|
299
299
|
value: string;
|
|
300
300
|
};
|
|
@@ -318,9 +318,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
318
318
|
default?: undefined;
|
|
319
319
|
} | {
|
|
320
320
|
type: any;
|
|
321
|
-
default: string | number | boolean | import("../../
|
|
321
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
322
322
|
[key: string]: any;
|
|
323
|
-
} | import("../../
|
|
323
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
324
324
|
label: string;
|
|
325
325
|
value: string;
|
|
326
326
|
};
|
|
@@ -330,9 +330,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
330
330
|
default?: undefined;
|
|
331
331
|
} | {
|
|
332
332
|
type: any;
|
|
333
|
-
default: string | number | boolean | import("../../
|
|
333
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
334
334
|
[key: string]: any;
|
|
335
|
-
} | import("../../
|
|
335
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
336
336
|
label: string;
|
|
337
337
|
value: string;
|
|
338
338
|
};
|
|
@@ -342,9 +342,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
342
342
|
default?: undefined;
|
|
343
343
|
} | {
|
|
344
344
|
type: any;
|
|
345
|
-
default: string | number | boolean | import("../../
|
|
345
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
346
346
|
[key: string]: any;
|
|
347
|
-
} | import("../../
|
|
347
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
348
348
|
label: string;
|
|
349
349
|
value: string;
|
|
350
350
|
};
|
|
@@ -354,9 +354,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
354
354
|
default?: undefined;
|
|
355
355
|
} | {
|
|
356
356
|
type: any;
|
|
357
|
-
default: string | number | boolean | import("../../
|
|
357
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
358
358
|
[key: string]: any;
|
|
359
|
-
} | import("../../
|
|
359
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
360
360
|
label: string;
|
|
361
361
|
value: string;
|
|
362
362
|
};
|
|
@@ -366,9 +366,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
366
366
|
default?: undefined;
|
|
367
367
|
} | {
|
|
368
368
|
type: any;
|
|
369
|
-
default: string | number | boolean | import("../../
|
|
369
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
370
370
|
[key: string]: any;
|
|
371
|
-
} | import("../../
|
|
371
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
372
372
|
label: string;
|
|
373
373
|
value: string;
|
|
374
374
|
};
|
|
@@ -378,9 +378,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
378
378
|
default?: undefined;
|
|
379
379
|
} | {
|
|
380
380
|
type: any;
|
|
381
|
-
default: string | number | boolean | import("../../
|
|
381
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
382
382
|
[key: string]: any;
|
|
383
|
-
} | import("../../
|
|
383
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
384
384
|
label: string;
|
|
385
385
|
value: string;
|
|
386
386
|
};
|
|
@@ -390,9 +390,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
390
390
|
default?: undefined;
|
|
391
391
|
} | {
|
|
392
392
|
type: any;
|
|
393
|
-
default: string | number | boolean | import("../../
|
|
393
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
394
394
|
[key: string]: any;
|
|
395
|
-
} | import("../../
|
|
395
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
396
396
|
label: string;
|
|
397
397
|
value: string;
|
|
398
398
|
};
|
|
@@ -402,9 +402,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
402
402
|
default?: undefined;
|
|
403
403
|
} | {
|
|
404
404
|
type: any;
|
|
405
|
-
default: string | number | boolean | import("../../
|
|
405
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
406
406
|
[key: string]: any;
|
|
407
|
-
} | import("../../
|
|
407
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
408
408
|
label: string;
|
|
409
409
|
value: string;
|
|
410
410
|
};
|
|
@@ -414,9 +414,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
414
414
|
default?: undefined;
|
|
415
415
|
} | {
|
|
416
416
|
type: any;
|
|
417
|
-
default: string | number | boolean | import("../../
|
|
417
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
418
418
|
[key: string]: any;
|
|
419
|
-
} | import("../../
|
|
419
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
420
420
|
label: string;
|
|
421
421
|
value: string;
|
|
422
422
|
};
|
|
@@ -426,9 +426,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
426
426
|
default?: undefined;
|
|
427
427
|
} | {
|
|
428
428
|
type: any;
|
|
429
|
-
default: string | number | boolean | import("../../
|
|
429
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
430
430
|
[key: string]: any;
|
|
431
|
-
} | import("../../
|
|
431
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
432
432
|
label: string;
|
|
433
433
|
value: string;
|
|
434
434
|
};
|
|
@@ -438,9 +438,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
438
438
|
default?: undefined;
|
|
439
439
|
} | {
|
|
440
440
|
type: any;
|
|
441
|
-
default: string | number | boolean | import("../../
|
|
441
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
442
442
|
[key: string]: any;
|
|
443
|
-
} | import("../../
|
|
443
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
444
444
|
label: string;
|
|
445
445
|
value: string;
|
|
446
446
|
};
|
|
@@ -450,9 +450,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
450
450
|
default?: undefined;
|
|
451
451
|
} | {
|
|
452
452
|
type: any;
|
|
453
|
-
default: string | number | boolean | import("../../
|
|
453
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
454
454
|
[key: string]: any;
|
|
455
|
-
} | import("../../
|
|
455
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
456
456
|
label: string;
|
|
457
457
|
value: string;
|
|
458
458
|
};
|
|
@@ -462,9 +462,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
462
462
|
default?: undefined;
|
|
463
463
|
} | {
|
|
464
464
|
type: any;
|
|
465
|
-
default: string | number | boolean | import("../../
|
|
465
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
466
466
|
[key: string]: any;
|
|
467
|
-
} | import("../../
|
|
467
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
468
468
|
label: string;
|
|
469
469
|
value: string;
|
|
470
470
|
};
|
|
@@ -474,9 +474,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
474
474
|
default?: undefined;
|
|
475
475
|
} | {
|
|
476
476
|
type: any;
|
|
477
|
-
default: string | number | boolean | import("../../
|
|
477
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
478
478
|
[key: string]: any;
|
|
479
|
-
} | import("../../
|
|
479
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
480
480
|
label: string;
|
|
481
481
|
value: string;
|
|
482
482
|
};
|
|
@@ -486,9 +486,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
486
486
|
default?: undefined;
|
|
487
487
|
} | {
|
|
488
488
|
type: any;
|
|
489
|
-
default: string | number | boolean | import("../../
|
|
489
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
490
490
|
[key: string]: any;
|
|
491
|
-
} | import("../../
|
|
491
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
492
492
|
label: string;
|
|
493
493
|
value: string;
|
|
494
494
|
};
|
|
@@ -498,9 +498,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
498
498
|
default?: undefined;
|
|
499
499
|
} | {
|
|
500
500
|
type: any;
|
|
501
|
-
default: string | number | boolean | import("../../
|
|
501
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
502
502
|
[key: string]: any;
|
|
503
|
-
} | import("../../
|
|
503
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
504
504
|
label: string;
|
|
505
505
|
value: string;
|
|
506
506
|
};
|
|
@@ -510,9 +510,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
510
510
|
default?: undefined;
|
|
511
511
|
} | {
|
|
512
512
|
type: any;
|
|
513
|
-
default: string | number | boolean | import("../../
|
|
513
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
514
514
|
[key: string]: any;
|
|
515
|
-
} | import("../../
|
|
515
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
516
516
|
label: string;
|
|
517
517
|
value: string;
|
|
518
518
|
};
|
|
@@ -522,9 +522,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
522
522
|
default?: undefined;
|
|
523
523
|
} | {
|
|
524
524
|
type: any;
|
|
525
|
-
default: string | number | boolean | import("../../
|
|
525
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
526
526
|
[key: string]: any;
|
|
527
|
-
} | import("../../
|
|
527
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
528
528
|
label: string;
|
|
529
529
|
value: string;
|
|
530
530
|
};
|
|
@@ -534,9 +534,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
534
534
|
default?: undefined;
|
|
535
535
|
} | {
|
|
536
536
|
type: any;
|
|
537
|
-
default: string | number | boolean | import("../../
|
|
537
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
538
538
|
[key: string]: any;
|
|
539
|
-
} | import("../../
|
|
539
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
540
540
|
label: string;
|
|
541
541
|
value: string;
|
|
542
542
|
};
|
|
@@ -546,9 +546,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
546
546
|
default?: undefined;
|
|
547
547
|
} | {
|
|
548
548
|
type: any;
|
|
549
|
-
default: string | number | boolean | import("../../
|
|
549
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
550
550
|
[key: string]: any;
|
|
551
|
-
} | import("../../
|
|
551
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
552
552
|
label: string;
|
|
553
553
|
value: string;
|
|
554
554
|
};
|
|
@@ -558,9 +558,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
558
558
|
default?: undefined;
|
|
559
559
|
} | {
|
|
560
560
|
type: any;
|
|
561
|
-
default: string | number | boolean | import("../../
|
|
561
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
562
562
|
[key: string]: any;
|
|
563
|
-
} | import("../../
|
|
563
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
564
564
|
label: string;
|
|
565
565
|
value: string;
|
|
566
566
|
};
|
|
@@ -570,9 +570,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
570
570
|
default?: undefined;
|
|
571
571
|
} | {
|
|
572
572
|
type: any;
|
|
573
|
-
default: string | number | boolean | import("../../
|
|
573
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
574
574
|
[key: string]: any;
|
|
575
|
-
} | import("../../
|
|
575
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
576
576
|
label: string;
|
|
577
577
|
value: string;
|
|
578
578
|
};
|
|
@@ -582,9 +582,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
582
582
|
default?: undefined;
|
|
583
583
|
} | {
|
|
584
584
|
type: any;
|
|
585
|
-
default: string | number | boolean | import("../../
|
|
585
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
586
586
|
[key: string]: any;
|
|
587
|
-
} | import("../../
|
|
587
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
588
588
|
label: string;
|
|
589
589
|
value: string;
|
|
590
590
|
};
|
|
@@ -594,9 +594,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
594
594
|
default?: undefined;
|
|
595
595
|
} | {
|
|
596
596
|
type: any;
|
|
597
|
-
default: string | number | boolean | import("../../
|
|
597
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
598
598
|
[key: string]: any;
|
|
599
|
-
} | import("../../
|
|
599
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
600
600
|
label: string;
|
|
601
601
|
value: string;
|
|
602
602
|
};
|
|
@@ -606,9 +606,9 @@ export declare const EcanSelect: import("../../_utils/withInstall").SFCWithInsta
|
|
|
606
606
|
default?: undefined;
|
|
607
607
|
} | {
|
|
608
608
|
type: any;
|
|
609
|
-
default: string | number | boolean | import("../../
|
|
609
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
610
610
|
[key: string]: any;
|
|
611
|
-
} | import("../../
|
|
611
|
+
} | import("../../utils/props").RequestParams | import("./props").SelectOptions | {
|
|
612
612
|
label: string;
|
|
613
613
|
value: string;
|
|
614
614
|
};
|