@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,4 +1,4 @@
|
|
|
1
|
-
import { Props } from '../../
|
|
1
|
+
import { Props } from '../../utils/props';
|
|
2
2
|
export interface TextProps extends Props {
|
|
3
3
|
text: string;
|
|
4
4
|
color: string;
|
|
@@ -15,6 +15,9 @@ export interface TextProps extends Props {
|
|
|
15
15
|
variableFontSize: string;
|
|
16
16
|
variableDefaultValue: string;
|
|
17
17
|
format: '' | 'percentage';
|
|
18
|
+
href: string;
|
|
19
|
+
target: 'self' | 'blank' | 'event';
|
|
20
|
+
linkPage: string;
|
|
18
21
|
}
|
|
19
22
|
export declare const textProps: TextProps;
|
|
20
23
|
export declare const textComponentProps: {
|
|
@@ -23,9 +26,9 @@ export declare const textComponentProps: {
|
|
|
23
26
|
default?: undefined;
|
|
24
27
|
} | {
|
|
25
28
|
type: any;
|
|
26
|
-
default: string | number | boolean | import('../../
|
|
29
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
27
30
|
[key: string]: any;
|
|
28
|
-
} | import('../../
|
|
31
|
+
} | import('../../utils/props').RequestParams | {
|
|
29
32
|
[key: string]: any;
|
|
30
33
|
};
|
|
31
34
|
};
|
|
@@ -34,9 +37,9 @@ export declare const textComponentProps: {
|
|
|
34
37
|
default?: undefined;
|
|
35
38
|
} | {
|
|
36
39
|
type: any;
|
|
37
|
-
default: string | number | boolean | import('../../
|
|
40
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
38
41
|
[key: string]: any;
|
|
39
|
-
} | import('../../
|
|
42
|
+
} | import('../../utils/props').RequestParams | {
|
|
40
43
|
[key: string]: any;
|
|
41
44
|
};
|
|
42
45
|
};
|
|
@@ -45,9 +48,9 @@ export declare const textComponentProps: {
|
|
|
45
48
|
default?: undefined;
|
|
46
49
|
} | {
|
|
47
50
|
type: any;
|
|
48
|
-
default: string | number | boolean | import('../../
|
|
51
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
49
52
|
[key: string]: any;
|
|
50
|
-
} | import('../../
|
|
53
|
+
} | import('../../utils/props').RequestParams | {
|
|
51
54
|
[key: string]: any;
|
|
52
55
|
};
|
|
53
56
|
};
|
|
@@ -56,9 +59,9 @@ export declare const textComponentProps: {
|
|
|
56
59
|
default?: undefined;
|
|
57
60
|
} | {
|
|
58
61
|
type: any;
|
|
59
|
-
default: string | number | boolean | import('../../
|
|
62
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
60
63
|
[key: string]: any;
|
|
61
|
-
} | import('../../
|
|
64
|
+
} | import('../../utils/props').RequestParams | {
|
|
62
65
|
[key: string]: any;
|
|
63
66
|
};
|
|
64
67
|
};
|
|
@@ -67,9 +70,9 @@ export declare const textComponentProps: {
|
|
|
67
70
|
default?: undefined;
|
|
68
71
|
} | {
|
|
69
72
|
type: any;
|
|
70
|
-
default: string | number | boolean | import('../../
|
|
73
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
71
74
|
[key: string]: any;
|
|
72
|
-
} | import('../../
|
|
75
|
+
} | import('../../utils/props').RequestParams | {
|
|
73
76
|
[key: string]: any;
|
|
74
77
|
};
|
|
75
78
|
};
|
|
@@ -78,9 +81,9 @@ export declare const textComponentProps: {
|
|
|
78
81
|
default?: undefined;
|
|
79
82
|
} | {
|
|
80
83
|
type: any;
|
|
81
|
-
default: string | number | boolean | import('../../
|
|
84
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
82
85
|
[key: string]: any;
|
|
83
|
-
} | import('../../
|
|
86
|
+
} | import('../../utils/props').RequestParams | {
|
|
84
87
|
[key: string]: any;
|
|
85
88
|
};
|
|
86
89
|
};
|
|
@@ -89,9 +92,9 @@ export declare const textComponentProps: {
|
|
|
89
92
|
default?: undefined;
|
|
90
93
|
} | {
|
|
91
94
|
type: any;
|
|
92
|
-
default: string | number | boolean | import('../../
|
|
95
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
93
96
|
[key: string]: any;
|
|
94
|
-
} | import('../../
|
|
97
|
+
} | import('../../utils/props').RequestParams | {
|
|
95
98
|
[key: string]: any;
|
|
96
99
|
};
|
|
97
100
|
};
|
|
@@ -100,9 +103,9 @@ export declare const textComponentProps: {
|
|
|
100
103
|
default?: undefined;
|
|
101
104
|
} | {
|
|
102
105
|
type: any;
|
|
103
|
-
default: string | number | boolean | import('../../
|
|
106
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
104
107
|
[key: string]: any;
|
|
105
|
-
} | import('../../
|
|
108
|
+
} | import('../../utils/props').RequestParams | {
|
|
106
109
|
[key: string]: any;
|
|
107
110
|
};
|
|
108
111
|
};
|
|
@@ -111,9 +114,9 @@ export declare const textComponentProps: {
|
|
|
111
114
|
default?: undefined;
|
|
112
115
|
} | {
|
|
113
116
|
type: any;
|
|
114
|
-
default: string | number | boolean | import('../../
|
|
117
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
115
118
|
[key: string]: any;
|
|
116
|
-
} | import('../../
|
|
119
|
+
} | import('../../utils/props').RequestParams | {
|
|
117
120
|
[key: string]: any;
|
|
118
121
|
};
|
|
119
122
|
};
|
|
@@ -122,9 +125,9 @@ export declare const textComponentProps: {
|
|
|
122
125
|
default?: undefined;
|
|
123
126
|
} | {
|
|
124
127
|
type: any;
|
|
125
|
-
default: string | number | boolean | import('../../
|
|
128
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
126
129
|
[key: string]: any;
|
|
127
|
-
} | import('../../
|
|
130
|
+
} | import('../../utils/props').RequestParams | {
|
|
128
131
|
[key: string]: any;
|
|
129
132
|
};
|
|
130
133
|
};
|
|
@@ -133,9 +136,9 @@ export declare const textComponentProps: {
|
|
|
133
136
|
default?: undefined;
|
|
134
137
|
} | {
|
|
135
138
|
type: any;
|
|
136
|
-
default: string | number | boolean | import('../../
|
|
139
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
137
140
|
[key: string]: any;
|
|
138
|
-
} | import('../../
|
|
141
|
+
} | import('../../utils/props').RequestParams | {
|
|
139
142
|
[key: string]: any;
|
|
140
143
|
};
|
|
141
144
|
};
|
|
@@ -144,9 +147,9 @@ export declare const textComponentProps: {
|
|
|
144
147
|
default?: undefined;
|
|
145
148
|
} | {
|
|
146
149
|
type: any;
|
|
147
|
-
default: string | number | boolean | import('../../
|
|
150
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
148
151
|
[key: string]: any;
|
|
149
|
-
} | import('../../
|
|
152
|
+
} | import('../../utils/props').RequestParams | {
|
|
150
153
|
[key: string]: any;
|
|
151
154
|
};
|
|
152
155
|
};
|
|
@@ -155,9 +158,42 @@ export declare const textComponentProps: {
|
|
|
155
158
|
default?: undefined;
|
|
156
159
|
} | {
|
|
157
160
|
type: any;
|
|
158
|
-
default: string | number | boolean | import('../../
|
|
161
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
159
162
|
[key: string]: any;
|
|
160
|
-
} | import('../../
|
|
163
|
+
} | import('../../utils/props').RequestParams | {
|
|
164
|
+
[key: string]: any;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
href: {
|
|
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 | {
|
|
175
|
+
[key: string]: any;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
target: {
|
|
179
|
+
type?: undefined;
|
|
180
|
+
default?: undefined;
|
|
181
|
+
} | {
|
|
182
|
+
type: any;
|
|
183
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
184
|
+
[key: string]: any;
|
|
185
|
+
} | import('../../utils/props').RequestParams | {
|
|
186
|
+
[key: string]: any;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
linkPage: {
|
|
190
|
+
type?: undefined;
|
|
191
|
+
default?: undefined;
|
|
192
|
+
} | {
|
|
193
|
+
type: any;
|
|
194
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
195
|
+
[key: string]: any;
|
|
196
|
+
} | import('../../utils/props').RequestParams | {
|
|
161
197
|
[key: string]: any;
|
|
162
198
|
};
|
|
163
199
|
};
|
|
@@ -166,9 +202,9 @@ export declare const textComponentProps: {
|
|
|
166
202
|
default?: undefined;
|
|
167
203
|
} | {
|
|
168
204
|
type: any;
|
|
169
|
-
default: string | number | boolean | import('../../
|
|
205
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
170
206
|
[key: string]: any;
|
|
171
|
-
} | import('../../
|
|
207
|
+
} | import('../../utils/props').RequestParams | {
|
|
172
208
|
[key: string]: any;
|
|
173
209
|
};
|
|
174
210
|
};
|
|
@@ -177,9 +213,9 @@ export declare const textComponentProps: {
|
|
|
177
213
|
default?: undefined;
|
|
178
214
|
} | {
|
|
179
215
|
type: any;
|
|
180
|
-
default: string | number | boolean | import('../../
|
|
216
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
181
217
|
[key: string]: any;
|
|
182
|
-
} | import('../../
|
|
218
|
+
} | import('../../utils/props').RequestParams | {
|
|
183
219
|
[key: string]: any;
|
|
184
220
|
};
|
|
185
221
|
};
|
|
@@ -188,9 +224,9 @@ export declare const textComponentProps: {
|
|
|
188
224
|
default?: undefined;
|
|
189
225
|
} | {
|
|
190
226
|
type: any;
|
|
191
|
-
default: string | number | boolean | import('../../
|
|
227
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
192
228
|
[key: string]: any;
|
|
193
|
-
} | import('../../
|
|
229
|
+
} | import('../../utils/props').RequestParams | {
|
|
194
230
|
[key: string]: any;
|
|
195
231
|
};
|
|
196
232
|
};
|
|
@@ -199,9 +235,9 @@ export declare const textComponentProps: {
|
|
|
199
235
|
default?: undefined;
|
|
200
236
|
} | {
|
|
201
237
|
type: any;
|
|
202
|
-
default: string | number | boolean | import('../../
|
|
238
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
203
239
|
[key: string]: any;
|
|
204
|
-
} | import('../../
|
|
240
|
+
} | import('../../utils/props').RequestParams | {
|
|
205
241
|
[key: string]: any;
|
|
206
242
|
};
|
|
207
243
|
};
|
|
@@ -210,9 +246,9 @@ export declare const textComponentProps: {
|
|
|
210
246
|
default?: undefined;
|
|
211
247
|
} | {
|
|
212
248
|
type: any;
|
|
213
|
-
default: string | number | boolean | import('../../
|
|
249
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
214
250
|
[key: string]: any;
|
|
215
|
-
} | import('../../
|
|
251
|
+
} | import('../../utils/props').RequestParams | {
|
|
216
252
|
[key: string]: any;
|
|
217
253
|
};
|
|
218
254
|
};
|
|
@@ -221,9 +257,9 @@ export declare const textComponentProps: {
|
|
|
221
257
|
default?: undefined;
|
|
222
258
|
} | {
|
|
223
259
|
type: any;
|
|
224
|
-
default: string | number | boolean | import('../../
|
|
260
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
225
261
|
[key: string]: any;
|
|
226
|
-
} | import('../../
|
|
262
|
+
} | import('../../utils/props').RequestParams | {
|
|
227
263
|
[key: string]: any;
|
|
228
264
|
};
|
|
229
265
|
};
|
|
@@ -232,9 +268,9 @@ export declare const textComponentProps: {
|
|
|
232
268
|
default?: undefined;
|
|
233
269
|
} | {
|
|
234
270
|
type: any;
|
|
235
|
-
default: string | number | boolean | import('../../
|
|
271
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
236
272
|
[key: string]: any;
|
|
237
|
-
} | import('../../
|
|
273
|
+
} | import('../../utils/props').RequestParams | {
|
|
238
274
|
[key: string]: any;
|
|
239
275
|
};
|
|
240
276
|
};
|
|
@@ -243,9 +279,9 @@ export declare const textComponentProps: {
|
|
|
243
279
|
default?: undefined;
|
|
244
280
|
} | {
|
|
245
281
|
type: any;
|
|
246
|
-
default: string | number | boolean | import('../../
|
|
282
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
247
283
|
[key: string]: any;
|
|
248
|
-
} | import('../../
|
|
284
|
+
} | import('../../utils/props').RequestParams | {
|
|
249
285
|
[key: string]: any;
|
|
250
286
|
};
|
|
251
287
|
};
|
|
@@ -254,9 +290,9 @@ export declare const textComponentProps: {
|
|
|
254
290
|
default?: undefined;
|
|
255
291
|
} | {
|
|
256
292
|
type: any;
|
|
257
|
-
default: string | number | boolean | import('../../
|
|
293
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
258
294
|
[key: string]: any;
|
|
259
|
-
} | import('../../
|
|
295
|
+
} | import('../../utils/props').RequestParams | {
|
|
260
296
|
[key: string]: any;
|
|
261
297
|
};
|
|
262
298
|
};
|
|
@@ -265,9 +301,9 @@ export declare const textComponentProps: {
|
|
|
265
301
|
default?: undefined;
|
|
266
302
|
} | {
|
|
267
303
|
type: any;
|
|
268
|
-
default: string | number | boolean | import('../../
|
|
304
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
269
305
|
[key: string]: any;
|
|
270
|
-
} | import('../../
|
|
306
|
+
} | import('../../utils/props').RequestParams | {
|
|
271
307
|
[key: string]: any;
|
|
272
308
|
};
|
|
273
309
|
};
|
|
@@ -276,9 +312,9 @@ export declare const textComponentProps: {
|
|
|
276
312
|
default?: undefined;
|
|
277
313
|
} | {
|
|
278
314
|
type: any;
|
|
279
|
-
default: string | number | boolean | import('../../
|
|
315
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
280
316
|
[key: string]: any;
|
|
281
|
-
} | import('../../
|
|
317
|
+
} | import('../../utils/props').RequestParams | {
|
|
282
318
|
[key: string]: any;
|
|
283
319
|
};
|
|
284
320
|
};
|
|
@@ -287,9 +323,9 @@ export declare const textComponentProps: {
|
|
|
287
323
|
default?: undefined;
|
|
288
324
|
} | {
|
|
289
325
|
type: any;
|
|
290
|
-
default: string | number | boolean | import('../../
|
|
326
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
291
327
|
[key: string]: any;
|
|
292
|
-
} | import('../../
|
|
328
|
+
} | import('../../utils/props').RequestParams | {
|
|
293
329
|
[key: string]: any;
|
|
294
330
|
};
|
|
295
331
|
};
|
|
@@ -298,9 +334,9 @@ export declare const textComponentProps: {
|
|
|
298
334
|
default?: undefined;
|
|
299
335
|
} | {
|
|
300
336
|
type: any;
|
|
301
|
-
default: string | number | boolean | import('../../
|
|
337
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
302
338
|
[key: string]: any;
|
|
303
|
-
} | import('../../
|
|
339
|
+
} | import('../../utils/props').RequestParams | {
|
|
304
340
|
[key: string]: any;
|
|
305
341
|
};
|
|
306
342
|
};
|
|
@@ -309,9 +345,9 @@ export declare const textComponentProps: {
|
|
|
309
345
|
default?: undefined;
|
|
310
346
|
} | {
|
|
311
347
|
type: any;
|
|
312
|
-
default: string | number | boolean | import('../../
|
|
348
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
313
349
|
[key: string]: any;
|
|
314
|
-
} | import('../../
|
|
350
|
+
} | import('../../utils/props').RequestParams | {
|
|
315
351
|
[key: string]: any;
|
|
316
352
|
};
|
|
317
353
|
};
|
|
@@ -320,9 +356,9 @@ export declare const textComponentProps: {
|
|
|
320
356
|
default?: undefined;
|
|
321
357
|
} | {
|
|
322
358
|
type: any;
|
|
323
|
-
default: string | number | boolean | import('../../
|
|
359
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
324
360
|
[key: string]: any;
|
|
325
|
-
} | import('../../
|
|
361
|
+
} | import('../../utils/props').RequestParams | {
|
|
326
362
|
[key: string]: any;
|
|
327
363
|
};
|
|
328
364
|
};
|
|
@@ -331,9 +367,9 @@ export declare const textComponentProps: {
|
|
|
331
367
|
default?: undefined;
|
|
332
368
|
} | {
|
|
333
369
|
type: any;
|
|
334
|
-
default: string | number | boolean | import('../../
|
|
370
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
335
371
|
[key: string]: any;
|
|
336
|
-
} | import('../../
|
|
372
|
+
} | import('../../utils/props').RequestParams | {
|
|
337
373
|
[key: string]: any;
|
|
338
374
|
};
|
|
339
375
|
};
|
|
@@ -342,9 +378,9 @@ export declare const textComponentProps: {
|
|
|
342
378
|
default?: undefined;
|
|
343
379
|
} | {
|
|
344
380
|
type: any;
|
|
345
|
-
default: string | number | boolean | import('../../
|
|
381
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
346
382
|
[key: string]: any;
|
|
347
|
-
} | import('../../
|
|
383
|
+
} | import('../../utils/props').RequestParams | {
|
|
348
384
|
[key: string]: any;
|
|
349
385
|
};
|
|
350
386
|
};
|
|
@@ -353,9 +389,9 @@ export declare const textComponentProps: {
|
|
|
353
389
|
default?: undefined;
|
|
354
390
|
} | {
|
|
355
391
|
type: any;
|
|
356
|
-
default: string | number | boolean | import('../../
|
|
392
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
357
393
|
[key: string]: any;
|
|
358
|
-
} | import('../../
|
|
394
|
+
} | import('../../utils/props').RequestParams | {
|
|
359
395
|
[key: string]: any;
|
|
360
396
|
};
|
|
361
397
|
};
|
|
@@ -364,9 +400,9 @@ export declare const textComponentProps: {
|
|
|
364
400
|
default?: undefined;
|
|
365
401
|
} | {
|
|
366
402
|
type: any;
|
|
367
|
-
default: string | number | boolean | import('../../
|
|
403
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
368
404
|
[key: string]: any;
|
|
369
|
-
} | import('../../
|
|
405
|
+
} | import('../../utils/props').RequestParams | {
|
|
370
406
|
[key: string]: any;
|
|
371
407
|
};
|
|
372
408
|
};
|
|
@@ -375,9 +411,9 @@ export declare const textComponentProps: {
|
|
|
375
411
|
default?: undefined;
|
|
376
412
|
} | {
|
|
377
413
|
type: any;
|
|
378
|
-
default: string | number | boolean | import('../../
|
|
414
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
379
415
|
[key: string]: any;
|
|
380
|
-
} | import('../../
|
|
416
|
+
} | import('../../utils/props').RequestParams | {
|
|
381
417
|
[key: string]: any;
|
|
382
418
|
};
|
|
383
419
|
};
|
|
@@ -386,9 +422,9 @@ export declare const textComponentProps: {
|
|
|
386
422
|
default?: undefined;
|
|
387
423
|
} | {
|
|
388
424
|
type: any;
|
|
389
|
-
default: string | number | boolean | import('../../
|
|
425
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
390
426
|
[key: string]: any;
|
|
391
|
-
} | import('../../
|
|
427
|
+
} | import('../../utils/props').RequestParams | {
|
|
392
428
|
[key: string]: any;
|
|
393
429
|
};
|
|
394
430
|
};
|
|
@@ -397,9 +433,9 @@ export declare const textComponentProps: {
|
|
|
397
433
|
default?: undefined;
|
|
398
434
|
} | {
|
|
399
435
|
type: any;
|
|
400
|
-
default: string | number | boolean | import('../../
|
|
436
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
401
437
|
[key: string]: any;
|
|
402
|
-
} | import('../../
|
|
438
|
+
} | import('../../utils/props').RequestParams | {
|
|
403
439
|
[key: string]: any;
|
|
404
440
|
};
|
|
405
441
|
};
|