@ecan-bi/datav 1.0.87 → 1.0.88
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 +209 -59
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +209 -59
- 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 -6
- 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 +1 -1
- 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 +12 -12
- 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 +1 -1
- package/es/graph/bar/props.js.map +1 -1
- package/es/graph/combo-graph/ComboGraph.js +11 -11
- 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 +1 -1
- 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 +11 -11
- 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 +1 -1
- package/es/graph/line/props.js.map +1 -1
- package/es/graph/pie/Pie.js +10 -10
- 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 +1 -1
- package/es/graph/pie/props.js.map +1 -1
- package/es/graph/scatter/Scatter.js +9 -9
- 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 +1 -1
- 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 +3 -8
- package/es/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
- 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 +15 -9
- package/es/hooks/useValueFormatter.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useVariablesInText.js +0 -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 +4 -4
- 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 +10 -10
- 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 +1 -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 +7 -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 +1 -1
- 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 -6
- 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 +1 -1
- 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 +12 -12
- 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 +1 -1
- package/lib/graph/bar/props.js.map +1 -1
- package/lib/graph/combo-graph/ComboGraph.js +11 -11
- 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 +1 -1
- 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 +11 -11
- 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 +1 -1
- package/lib/graph/line/props.js.map +1 -1
- package/lib/graph/pie/Pie.js +10 -10
- 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 +1 -1
- package/lib/graph/pie/props.js.map +1 -1
- package/lib/graph/scatter/Scatter.js +9 -9
- 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 +1 -1
- 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 +3 -8
- package/lib/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
- 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 +15 -9
- package/lib/hooks/useValueFormatter.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useVariablesInText.js +0 -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 +4 -4
- 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 +6940 -6940
- package/lib/table/table/Table.js +10 -10
- 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 +1 -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 +7 -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 +1 -1
- 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}/usePickEchartsData.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}/useTooltipFormatter.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 +168 -168
- package/types/table/table/index.d.ts +169 -169
- package/types/table/table/props.d.ts +85 -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 +140 -140
- package/types/text/text/index.d.ts +141 -141
- package/types/text/text/props.d.ts +71 -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/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.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/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.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/useVariablesInText.d.ts +0 -4
package/types/map/map/props.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Props } from '../../
|
|
1
|
+
import { Props } from '../../utils/props';
|
|
2
2
|
export interface MapProps extends Props {
|
|
3
3
|
mapJson: {
|
|
4
4
|
name: string;
|
|
@@ -47,9 +47,9 @@ export declare const mapComponentProps: {
|
|
|
47
47
|
default?: undefined;
|
|
48
48
|
} | {
|
|
49
49
|
type: any;
|
|
50
|
-
default: string | number | boolean | import('../../
|
|
50
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
51
51
|
[key: string]: any;
|
|
52
|
-
} | import('../../
|
|
52
|
+
} | import('../../utils/props').RequestParams | {
|
|
53
53
|
[key: string]: any;
|
|
54
54
|
}[] | {
|
|
55
55
|
name: string;
|
|
@@ -61,9 +61,9 @@ export declare const mapComponentProps: {
|
|
|
61
61
|
default?: undefined;
|
|
62
62
|
} | {
|
|
63
63
|
type: any;
|
|
64
|
-
default: string | number | boolean | import('../../
|
|
64
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
65
65
|
[key: string]: any;
|
|
66
|
-
} | import('../../
|
|
66
|
+
} | import('../../utils/props').RequestParams | {
|
|
67
67
|
[key: string]: any;
|
|
68
68
|
}[] | {
|
|
69
69
|
name: string;
|
|
@@ -75,9 +75,9 @@ export declare const mapComponentProps: {
|
|
|
75
75
|
default?: undefined;
|
|
76
76
|
} | {
|
|
77
77
|
type: any;
|
|
78
|
-
default: string | number | boolean | import('../../
|
|
78
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
79
79
|
[key: string]: any;
|
|
80
|
-
} | import('../../
|
|
80
|
+
} | import('../../utils/props').RequestParams | {
|
|
81
81
|
[key: string]: any;
|
|
82
82
|
}[] | {
|
|
83
83
|
name: string;
|
|
@@ -89,9 +89,9 @@ export declare const mapComponentProps: {
|
|
|
89
89
|
default?: undefined;
|
|
90
90
|
} | {
|
|
91
91
|
type: any;
|
|
92
|
-
default: string | number | boolean | import('../../
|
|
92
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
93
93
|
[key: string]: any;
|
|
94
|
-
} | import('../../
|
|
94
|
+
} | import('../../utils/props').RequestParams | {
|
|
95
95
|
[key: string]: any;
|
|
96
96
|
}[] | {
|
|
97
97
|
name: string;
|
|
@@ -103,9 +103,9 @@ export declare const mapComponentProps: {
|
|
|
103
103
|
default?: undefined;
|
|
104
104
|
} | {
|
|
105
105
|
type: any;
|
|
106
|
-
default: string | number | boolean | import('../../
|
|
106
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
107
107
|
[key: string]: any;
|
|
108
|
-
} | import('../../
|
|
108
|
+
} | import('../../utils/props').RequestParams | {
|
|
109
109
|
[key: string]: any;
|
|
110
110
|
}[] | {
|
|
111
111
|
name: string;
|
|
@@ -117,9 +117,9 @@ export declare const mapComponentProps: {
|
|
|
117
117
|
default?: undefined;
|
|
118
118
|
} | {
|
|
119
119
|
type: any;
|
|
120
|
-
default: string | number | boolean | import('../../
|
|
120
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
121
121
|
[key: string]: any;
|
|
122
|
-
} | import('../../
|
|
122
|
+
} | import('../../utils/props').RequestParams | {
|
|
123
123
|
[key: string]: any;
|
|
124
124
|
}[] | {
|
|
125
125
|
name: string;
|
|
@@ -131,9 +131,9 @@ export declare const mapComponentProps: {
|
|
|
131
131
|
default?: undefined;
|
|
132
132
|
} | {
|
|
133
133
|
type: any;
|
|
134
|
-
default: string | number | boolean | import('../../
|
|
134
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
135
135
|
[key: string]: any;
|
|
136
|
-
} | import('../../
|
|
136
|
+
} | import('../../utils/props').RequestParams | {
|
|
137
137
|
[key: string]: any;
|
|
138
138
|
}[] | {
|
|
139
139
|
name: string;
|
|
@@ -145,9 +145,9 @@ export declare const mapComponentProps: {
|
|
|
145
145
|
default?: undefined;
|
|
146
146
|
} | {
|
|
147
147
|
type: any;
|
|
148
|
-
default: string | number | boolean | import('../../
|
|
148
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
149
149
|
[key: string]: any;
|
|
150
|
-
} | import('../../
|
|
150
|
+
} | import('../../utils/props').RequestParams | {
|
|
151
151
|
[key: string]: any;
|
|
152
152
|
}[] | {
|
|
153
153
|
name: string;
|
|
@@ -159,9 +159,9 @@ export declare const mapComponentProps: {
|
|
|
159
159
|
default?: undefined;
|
|
160
160
|
} | {
|
|
161
161
|
type: any;
|
|
162
|
-
default: string | number | boolean | import('../../
|
|
162
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
163
163
|
[key: string]: any;
|
|
164
|
-
} | import('../../
|
|
164
|
+
} | import('../../utils/props').RequestParams | {
|
|
165
165
|
[key: string]: any;
|
|
166
166
|
}[] | {
|
|
167
167
|
name: string;
|
|
@@ -173,9 +173,9 @@ export declare const mapComponentProps: {
|
|
|
173
173
|
default?: undefined;
|
|
174
174
|
} | {
|
|
175
175
|
type: any;
|
|
176
|
-
default: string | number | boolean | import('../../
|
|
176
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
177
177
|
[key: string]: any;
|
|
178
|
-
} | import('../../
|
|
178
|
+
} | import('../../utils/props').RequestParams | {
|
|
179
179
|
[key: string]: any;
|
|
180
180
|
}[] | {
|
|
181
181
|
name: string;
|
|
@@ -187,9 +187,9 @@ export declare const mapComponentProps: {
|
|
|
187
187
|
default?: undefined;
|
|
188
188
|
} | {
|
|
189
189
|
type: any;
|
|
190
|
-
default: string | number | boolean | import('../../
|
|
190
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
191
191
|
[key: string]: any;
|
|
192
|
-
} | import('../../
|
|
192
|
+
} | import('../../utils/props').RequestParams | {
|
|
193
193
|
[key: string]: any;
|
|
194
194
|
}[] | {
|
|
195
195
|
name: string;
|
|
@@ -201,9 +201,9 @@ export declare const mapComponentProps: {
|
|
|
201
201
|
default?: undefined;
|
|
202
202
|
} | {
|
|
203
203
|
type: any;
|
|
204
|
-
default: string | number | boolean | import('../../
|
|
204
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
205
205
|
[key: string]: any;
|
|
206
|
-
} | import('../../
|
|
206
|
+
} | import('../../utils/props').RequestParams | {
|
|
207
207
|
[key: string]: any;
|
|
208
208
|
}[] | {
|
|
209
209
|
name: string;
|
|
@@ -215,9 +215,9 @@ export declare const mapComponentProps: {
|
|
|
215
215
|
default?: undefined;
|
|
216
216
|
} | {
|
|
217
217
|
type: any;
|
|
218
|
-
default: string | number | boolean | import('../../
|
|
218
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
219
219
|
[key: string]: any;
|
|
220
|
-
} | import('../../
|
|
220
|
+
} | import('../../utils/props').RequestParams | {
|
|
221
221
|
[key: string]: any;
|
|
222
222
|
}[] | {
|
|
223
223
|
name: string;
|
|
@@ -229,9 +229,9 @@ export declare const mapComponentProps: {
|
|
|
229
229
|
default?: undefined;
|
|
230
230
|
} | {
|
|
231
231
|
type: any;
|
|
232
|
-
default: string | number | boolean | import('../../
|
|
232
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
233
233
|
[key: string]: any;
|
|
234
|
-
} | import('../../
|
|
234
|
+
} | import('../../utils/props').RequestParams | {
|
|
235
235
|
[key: string]: any;
|
|
236
236
|
}[] | {
|
|
237
237
|
name: string;
|
|
@@ -243,9 +243,9 @@ export declare const mapComponentProps: {
|
|
|
243
243
|
default?: undefined;
|
|
244
244
|
} | {
|
|
245
245
|
type: any;
|
|
246
|
-
default: string | number | boolean | import('../../
|
|
246
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
247
247
|
[key: string]: any;
|
|
248
|
-
} | import('../../
|
|
248
|
+
} | import('../../utils/props').RequestParams | {
|
|
249
249
|
[key: string]: any;
|
|
250
250
|
}[] | {
|
|
251
251
|
name: string;
|
|
@@ -257,9 +257,9 @@ export declare const mapComponentProps: {
|
|
|
257
257
|
default?: undefined;
|
|
258
258
|
} | {
|
|
259
259
|
type: any;
|
|
260
|
-
default: string | number | boolean | import('../../
|
|
260
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
261
261
|
[key: string]: any;
|
|
262
|
-
} | import('../../
|
|
262
|
+
} | import('../../utils/props').RequestParams | {
|
|
263
263
|
[key: string]: any;
|
|
264
264
|
}[] | {
|
|
265
265
|
name: string;
|
|
@@ -271,9 +271,9 @@ export declare const mapComponentProps: {
|
|
|
271
271
|
default?: undefined;
|
|
272
272
|
} | {
|
|
273
273
|
type: any;
|
|
274
|
-
default: string | number | boolean | import('../../
|
|
274
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
275
275
|
[key: string]: any;
|
|
276
|
-
} | import('../../
|
|
276
|
+
} | import('../../utils/props').RequestParams | {
|
|
277
277
|
[key: string]: any;
|
|
278
278
|
}[] | {
|
|
279
279
|
name: string;
|
|
@@ -285,9 +285,9 @@ export declare const mapComponentProps: {
|
|
|
285
285
|
default?: undefined;
|
|
286
286
|
} | {
|
|
287
287
|
type: any;
|
|
288
|
-
default: string | number | boolean | import('../../
|
|
288
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
289
289
|
[key: string]: any;
|
|
290
|
-
} | import('../../
|
|
290
|
+
} | import('../../utils/props').RequestParams | {
|
|
291
291
|
[key: string]: any;
|
|
292
292
|
}[] | {
|
|
293
293
|
name: string;
|
|
@@ -299,9 +299,9 @@ export declare const mapComponentProps: {
|
|
|
299
299
|
default?: undefined;
|
|
300
300
|
} | {
|
|
301
301
|
type: any;
|
|
302
|
-
default: string | number | boolean | import('../../
|
|
302
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
303
303
|
[key: string]: any;
|
|
304
|
-
} | import('../../
|
|
304
|
+
} | import('../../utils/props').RequestParams | {
|
|
305
305
|
[key: string]: any;
|
|
306
306
|
}[] | {
|
|
307
307
|
name: string;
|
|
@@ -313,9 +313,9 @@ export declare const mapComponentProps: {
|
|
|
313
313
|
default?: undefined;
|
|
314
314
|
} | {
|
|
315
315
|
type: any;
|
|
316
|
-
default: string | number | boolean | import('../../
|
|
316
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
317
317
|
[key: string]: any;
|
|
318
|
-
} | import('../../
|
|
318
|
+
} | import('../../utils/props').RequestParams | {
|
|
319
319
|
[key: string]: any;
|
|
320
320
|
}[] | {
|
|
321
321
|
name: string;
|
|
@@ -327,9 +327,9 @@ export declare const mapComponentProps: {
|
|
|
327
327
|
default?: undefined;
|
|
328
328
|
} | {
|
|
329
329
|
type: any;
|
|
330
|
-
default: string | number | boolean | import('../../
|
|
330
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
331
331
|
[key: string]: any;
|
|
332
|
-
} | import('../../
|
|
332
|
+
} | import('../../utils/props').RequestParams | {
|
|
333
333
|
[key: string]: any;
|
|
334
334
|
}[] | {
|
|
335
335
|
name: string;
|
|
@@ -341,9 +341,9 @@ export declare const mapComponentProps: {
|
|
|
341
341
|
default?: undefined;
|
|
342
342
|
} | {
|
|
343
343
|
type: any;
|
|
344
|
-
default: string | number | boolean | import('../../
|
|
344
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
345
345
|
[key: string]: any;
|
|
346
|
-
} | import('../../
|
|
346
|
+
} | import('../../utils/props').RequestParams | {
|
|
347
347
|
[key: string]: any;
|
|
348
348
|
}[] | {
|
|
349
349
|
name: string;
|
|
@@ -355,9 +355,9 @@ export declare const mapComponentProps: {
|
|
|
355
355
|
default?: undefined;
|
|
356
356
|
} | {
|
|
357
357
|
type: any;
|
|
358
|
-
default: string | number | boolean | import('../../
|
|
358
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
359
359
|
[key: string]: any;
|
|
360
|
-
} | import('../../
|
|
360
|
+
} | import('../../utils/props').RequestParams | {
|
|
361
361
|
[key: string]: any;
|
|
362
362
|
}[] | {
|
|
363
363
|
name: string;
|
|
@@ -369,9 +369,9 @@ export declare const mapComponentProps: {
|
|
|
369
369
|
default?: undefined;
|
|
370
370
|
} | {
|
|
371
371
|
type: any;
|
|
372
|
-
default: string | number | boolean | import('../../
|
|
372
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
373
373
|
[key: string]: any;
|
|
374
|
-
} | import('../../
|
|
374
|
+
} | import('../../utils/props').RequestParams | {
|
|
375
375
|
[key: string]: any;
|
|
376
376
|
}[] | {
|
|
377
377
|
name: string;
|
|
@@ -383,9 +383,9 @@ export declare const mapComponentProps: {
|
|
|
383
383
|
default?: undefined;
|
|
384
384
|
} | {
|
|
385
385
|
type: any;
|
|
386
|
-
default: string | number | boolean | import('../../
|
|
386
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
387
387
|
[key: string]: any;
|
|
388
|
-
} | import('../../
|
|
388
|
+
} | import('../../utils/props').RequestParams | {
|
|
389
389
|
[key: string]: any;
|
|
390
390
|
}[] | {
|
|
391
391
|
name: string;
|
|
@@ -397,9 +397,9 @@ export declare const mapComponentProps: {
|
|
|
397
397
|
default?: undefined;
|
|
398
398
|
} | {
|
|
399
399
|
type: any;
|
|
400
|
-
default: string | number | boolean | import('../../
|
|
400
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
401
401
|
[key: string]: any;
|
|
402
|
-
} | import('../../
|
|
402
|
+
} | import('../../utils/props').RequestParams | {
|
|
403
403
|
[key: string]: any;
|
|
404
404
|
}[] | {
|
|
405
405
|
name: string;
|
|
@@ -411,9 +411,9 @@ export declare const mapComponentProps: {
|
|
|
411
411
|
default?: undefined;
|
|
412
412
|
} | {
|
|
413
413
|
type: any;
|
|
414
|
-
default: string | number | boolean | import('../../
|
|
414
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
415
415
|
[key: string]: any;
|
|
416
|
-
} | import('../../
|
|
416
|
+
} | import('../../utils/props').RequestParams | {
|
|
417
417
|
[key: string]: any;
|
|
418
418
|
}[] | {
|
|
419
419
|
name: string;
|
|
@@ -425,9 +425,9 @@ export declare const mapComponentProps: {
|
|
|
425
425
|
default?: undefined;
|
|
426
426
|
} | {
|
|
427
427
|
type: any;
|
|
428
|
-
default: string | number | boolean | import('../../
|
|
428
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
429
429
|
[key: string]: any;
|
|
430
|
-
} | import('../../
|
|
430
|
+
} | import('../../utils/props').RequestParams | {
|
|
431
431
|
[key: string]: any;
|
|
432
432
|
}[] | {
|
|
433
433
|
name: string;
|
|
@@ -439,9 +439,9 @@ export declare const mapComponentProps: {
|
|
|
439
439
|
default?: undefined;
|
|
440
440
|
} | {
|
|
441
441
|
type: any;
|
|
442
|
-
default: string | number | boolean | import('../../
|
|
442
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
443
443
|
[key: string]: any;
|
|
444
|
-
} | import('../../
|
|
444
|
+
} | import('../../utils/props').RequestParams | {
|
|
445
445
|
[key: string]: any;
|
|
446
446
|
}[] | {
|
|
447
447
|
name: string;
|
|
@@ -453,9 +453,9 @@ export declare const mapComponentProps: {
|
|
|
453
453
|
default?: undefined;
|
|
454
454
|
} | {
|
|
455
455
|
type: any;
|
|
456
|
-
default: string | number | boolean | import('../../
|
|
456
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
457
457
|
[key: string]: any;
|
|
458
|
-
} | import('../../
|
|
458
|
+
} | import('../../utils/props').RequestParams | {
|
|
459
459
|
[key: string]: any;
|
|
460
460
|
}[] | {
|
|
461
461
|
name: string;
|
|
@@ -467,9 +467,9 @@ export declare const mapComponentProps: {
|
|
|
467
467
|
default?: undefined;
|
|
468
468
|
} | {
|
|
469
469
|
type: any;
|
|
470
|
-
default: string | number | boolean | import('../../
|
|
470
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
471
471
|
[key: string]: any;
|
|
472
|
-
} | import('../../
|
|
472
|
+
} | import('../../utils/props').RequestParams | {
|
|
473
473
|
[key: string]: any;
|
|
474
474
|
}[] | {
|
|
475
475
|
name: string;
|
|
@@ -481,9 +481,9 @@ export declare const mapComponentProps: {
|
|
|
481
481
|
default?: undefined;
|
|
482
482
|
} | {
|
|
483
483
|
type: any;
|
|
484
|
-
default: string | number | boolean | import('../../
|
|
484
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
485
485
|
[key: string]: any;
|
|
486
|
-
} | import('../../
|
|
486
|
+
} | import('../../utils/props').RequestParams | {
|
|
487
487
|
[key: string]: any;
|
|
488
488
|
}[] | {
|
|
489
489
|
name: string;
|
|
@@ -495,9 +495,9 @@ export declare const mapComponentProps: {
|
|
|
495
495
|
default?: undefined;
|
|
496
496
|
} | {
|
|
497
497
|
type: any;
|
|
498
|
-
default: string | number | boolean | import('../../
|
|
498
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
499
499
|
[key: string]: any;
|
|
500
|
-
} | import('../../
|
|
500
|
+
} | import('../../utils/props').RequestParams | {
|
|
501
501
|
[key: string]: any;
|
|
502
502
|
}[] | {
|
|
503
503
|
name: string;
|
|
@@ -509,9 +509,9 @@ export declare const mapComponentProps: {
|
|
|
509
509
|
default?: undefined;
|
|
510
510
|
} | {
|
|
511
511
|
type: any;
|
|
512
|
-
default: string | number | boolean | import('../../
|
|
512
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
513
513
|
[key: string]: any;
|
|
514
|
-
} | import('../../
|
|
514
|
+
} | import('../../utils/props').RequestParams | {
|
|
515
515
|
[key: string]: any;
|
|
516
516
|
}[] | {
|
|
517
517
|
name: string;
|
|
@@ -523,9 +523,9 @@ export declare const mapComponentProps: {
|
|
|
523
523
|
default?: undefined;
|
|
524
524
|
} | {
|
|
525
525
|
type: any;
|
|
526
|
-
default: string | number | boolean | import('../../
|
|
526
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
527
527
|
[key: string]: any;
|
|
528
|
-
} | import('../../
|
|
528
|
+
} | import('../../utils/props').RequestParams | {
|
|
529
529
|
[key: string]: any;
|
|
530
530
|
}[] | {
|
|
531
531
|
name: string;
|
|
@@ -537,9 +537,9 @@ export declare const mapComponentProps: {
|
|
|
537
537
|
default?: undefined;
|
|
538
538
|
} | {
|
|
539
539
|
type: any;
|
|
540
|
-
default: string | number | boolean | import('../../
|
|
540
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
541
541
|
[key: string]: any;
|
|
542
|
-
} | import('../../
|
|
542
|
+
} | import('../../utils/props').RequestParams | {
|
|
543
543
|
[key: string]: any;
|
|
544
544
|
}[] | {
|
|
545
545
|
name: string;
|
|
@@ -551,9 +551,9 @@ export declare const mapComponentProps: {
|
|
|
551
551
|
default?: undefined;
|
|
552
552
|
} | {
|
|
553
553
|
type: any;
|
|
554
|
-
default: string | number | boolean | import('../../
|
|
554
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
555
555
|
[key: string]: any;
|
|
556
|
-
} | import('../../
|
|
556
|
+
} | import('../../utils/props').RequestParams | {
|
|
557
557
|
[key: string]: any;
|
|
558
558
|
}[] | {
|
|
559
559
|
name: string;
|
|
@@ -565,9 +565,9 @@ export declare const mapComponentProps: {
|
|
|
565
565
|
default?: undefined;
|
|
566
566
|
} | {
|
|
567
567
|
type: any;
|
|
568
|
-
default: string | number | boolean | import('../../
|
|
568
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
569
569
|
[key: string]: any;
|
|
570
|
-
} | import('../../
|
|
570
|
+
} | import('../../utils/props').RequestParams | {
|
|
571
571
|
[key: string]: any;
|
|
572
572
|
}[] | {
|
|
573
573
|
name: string;
|
|
@@ -579,9 +579,9 @@ export declare const mapComponentProps: {
|
|
|
579
579
|
default?: undefined;
|
|
580
580
|
} | {
|
|
581
581
|
type: any;
|
|
582
|
-
default: string | number | boolean | import('../../
|
|
582
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
583
583
|
[key: string]: any;
|
|
584
|
-
} | import('../../
|
|
584
|
+
} | import('../../utils/props').RequestParams | {
|
|
585
585
|
[key: string]: any;
|
|
586
586
|
}[] | {
|
|
587
587
|
name: string;
|
|
@@ -593,9 +593,9 @@ export declare const mapComponentProps: {
|
|
|
593
593
|
default?: undefined;
|
|
594
594
|
} | {
|
|
595
595
|
type: any;
|
|
596
|
-
default: string | number | boolean | import('../../
|
|
596
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
597
597
|
[key: string]: any;
|
|
598
|
-
} | import('../../
|
|
598
|
+
} | import('../../utils/props').RequestParams | {
|
|
599
599
|
[key: string]: any;
|
|
600
600
|
}[] | {
|
|
601
601
|
name: string;
|
|
@@ -607,9 +607,9 @@ export declare const mapComponentProps: {
|
|
|
607
607
|
default?: undefined;
|
|
608
608
|
} | {
|
|
609
609
|
type: any;
|
|
610
|
-
default: string | number | boolean | import('../../
|
|
610
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
611
611
|
[key: string]: any;
|
|
612
|
-
} | import('../../
|
|
612
|
+
} | import('../../utils/props').RequestParams | {
|
|
613
613
|
[key: string]: any;
|
|
614
614
|
}[] | {
|
|
615
615
|
name: string;
|
|
@@ -621,9 +621,9 @@ export declare const mapComponentProps: {
|
|
|
621
621
|
default?: undefined;
|
|
622
622
|
} | {
|
|
623
623
|
type: any;
|
|
624
|
-
default: string | number | boolean | import('../../
|
|
624
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
625
625
|
[key: string]: any;
|
|
626
|
-
} | import('../../
|
|
626
|
+
} | import('../../utils/props').RequestParams | {
|
|
627
627
|
[key: string]: any;
|
|
628
628
|
}[] | {
|
|
629
629
|
name: string;
|
|
@@ -635,9 +635,9 @@ export declare const mapComponentProps: {
|
|
|
635
635
|
default?: undefined;
|
|
636
636
|
} | {
|
|
637
637
|
type: any;
|
|
638
|
-
default: string | number | boolean | import('../../
|
|
638
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
639
639
|
[key: string]: any;
|
|
640
|
-
} | import('../../
|
|
640
|
+
} | import('../../utils/props').RequestParams | {
|
|
641
641
|
[key: string]: any;
|
|
642
642
|
}[] | {
|
|
643
643
|
name: string;
|
|
@@ -649,9 +649,9 @@ export declare const mapComponentProps: {
|
|
|
649
649
|
default?: undefined;
|
|
650
650
|
} | {
|
|
651
651
|
type: any;
|
|
652
|
-
default: string | number | boolean | import('../../
|
|
652
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
653
653
|
[key: string]: any;
|
|
654
|
-
} | import('../../
|
|
654
|
+
} | import('../../utils/props').RequestParams | {
|
|
655
655
|
[key: string]: any;
|
|
656
656
|
}[] | {
|
|
657
657
|
name: string;
|
|
@@ -663,9 +663,9 @@ export declare const mapComponentProps: {
|
|
|
663
663
|
default?: undefined;
|
|
664
664
|
} | {
|
|
665
665
|
type: any;
|
|
666
|
-
default: string | number | boolean | import('../../
|
|
666
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
667
667
|
[key: string]: any;
|
|
668
|
-
} | import('../../
|
|
668
|
+
} | import('../../utils/props').RequestParams | {
|
|
669
669
|
[key: string]: any;
|
|
670
670
|
}[] | {
|
|
671
671
|
name: string;
|
|
@@ -677,9 +677,9 @@ export declare const mapComponentProps: {
|
|
|
677
677
|
default?: undefined;
|
|
678
678
|
} | {
|
|
679
679
|
type: any;
|
|
680
|
-
default: string | number | boolean | import('../../
|
|
680
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
681
681
|
[key: string]: any;
|
|
682
|
-
} | import('../../
|
|
682
|
+
} | import('../../utils/props').RequestParams | {
|
|
683
683
|
[key: string]: any;
|
|
684
684
|
}[] | {
|
|
685
685
|
name: string;
|
|
@@ -691,9 +691,9 @@ export declare const mapComponentProps: {
|
|
|
691
691
|
default?: undefined;
|
|
692
692
|
} | {
|
|
693
693
|
type: any;
|
|
694
|
-
default: string | number | boolean | import('../../
|
|
694
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
695
695
|
[key: string]: any;
|
|
696
|
-
} | import('../../
|
|
696
|
+
} | import('../../utils/props').RequestParams | {
|
|
697
697
|
[key: string]: any;
|
|
698
698
|
}[] | {
|
|
699
699
|
name: string;
|
|
@@ -705,9 +705,9 @@ export declare const mapComponentProps: {
|
|
|
705
705
|
default?: undefined;
|
|
706
706
|
} | {
|
|
707
707
|
type: any;
|
|
708
|
-
default: string | number | boolean | import('../../
|
|
708
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
709
709
|
[key: string]: any;
|
|
710
|
-
} | import('../../
|
|
710
|
+
} | import('../../utils/props').RequestParams | {
|
|
711
711
|
[key: string]: any;
|
|
712
712
|
}[] | {
|
|
713
713
|
name: string;
|
|
@@ -719,9 +719,9 @@ export declare const mapComponentProps: {
|
|
|
719
719
|
default?: undefined;
|
|
720
720
|
} | {
|
|
721
721
|
type: any;
|
|
722
|
-
default: string | number | boolean | import('../../
|
|
722
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
723
723
|
[key: string]: any;
|
|
724
|
-
} | import('../../
|
|
724
|
+
} | import('../../utils/props').RequestParams | {
|
|
725
725
|
[key: string]: any;
|
|
726
726
|
}[] | {
|
|
727
727
|
name: string;
|
|
@@ -733,9 +733,9 @@ export declare const mapComponentProps: {
|
|
|
733
733
|
default?: undefined;
|
|
734
734
|
} | {
|
|
735
735
|
type: any;
|
|
736
|
-
default: string | number | boolean | import('../../
|
|
736
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
737
737
|
[key: string]: any;
|
|
738
|
-
} | import('../../
|
|
738
|
+
} | import('../../utils/props').RequestParams | {
|
|
739
739
|
[key: string]: any;
|
|
740
740
|
}[] | {
|
|
741
741
|
name: string;
|
|
@@ -747,9 +747,9 @@ export declare const mapComponentProps: {
|
|
|
747
747
|
default?: undefined;
|
|
748
748
|
} | {
|
|
749
749
|
type: any;
|
|
750
|
-
default: string | number | boolean | import('../../
|
|
750
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
751
751
|
[key: string]: any;
|
|
752
|
-
} | import('../../
|
|
752
|
+
} | import('../../utils/props').RequestParams | {
|
|
753
753
|
[key: string]: any;
|
|
754
754
|
}[] | {
|
|
755
755
|
name: string;
|
|
@@ -761,9 +761,9 @@ export declare const mapComponentProps: {
|
|
|
761
761
|
default?: undefined;
|
|
762
762
|
} | {
|
|
763
763
|
type: any;
|
|
764
|
-
default: string | number | boolean | import('../../
|
|
764
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
765
765
|
[key: string]: any;
|
|
766
|
-
} | import('../../
|
|
766
|
+
} | import('../../utils/props').RequestParams | {
|
|
767
767
|
[key: string]: any;
|
|
768
768
|
}[] | {
|
|
769
769
|
name: string;
|
|
@@ -775,9 +775,9 @@ export declare const mapComponentProps: {
|
|
|
775
775
|
default?: undefined;
|
|
776
776
|
} | {
|
|
777
777
|
type: any;
|
|
778
|
-
default: string | number | boolean | import('../../
|
|
778
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
779
779
|
[key: string]: any;
|
|
780
|
-
} | import('../../
|
|
780
|
+
} | import('../../utils/props').RequestParams | {
|
|
781
781
|
[key: string]: any;
|
|
782
782
|
}[] | {
|
|
783
783
|
name: string;
|
|
@@ -789,9 +789,9 @@ export declare const mapComponentProps: {
|
|
|
789
789
|
default?: undefined;
|
|
790
790
|
} | {
|
|
791
791
|
type: any;
|
|
792
|
-
default: string | number | boolean | import('../../
|
|
792
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
793
793
|
[key: string]: any;
|
|
794
|
-
} | import('../../
|
|
794
|
+
} | import('../../utils/props').RequestParams | {
|
|
795
795
|
[key: string]: any;
|
|
796
796
|
}[] | {
|
|
797
797
|
name: string;
|
|
@@ -803,9 +803,9 @@ export declare const mapComponentProps: {
|
|
|
803
803
|
default?: undefined;
|
|
804
804
|
} | {
|
|
805
805
|
type: any;
|
|
806
|
-
default: string | number | boolean | import('../../
|
|
806
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
807
807
|
[key: string]: any;
|
|
808
|
-
} | import('../../
|
|
808
|
+
} | import('../../utils/props').RequestParams | {
|
|
809
809
|
[key: string]: any;
|
|
810
810
|
}[] | {
|
|
811
811
|
name: string;
|
|
@@ -817,9 +817,9 @@ export declare const mapComponentProps: {
|
|
|
817
817
|
default?: undefined;
|
|
818
818
|
} | {
|
|
819
819
|
type: any;
|
|
820
|
-
default: string | number | boolean | import('../../
|
|
820
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
821
821
|
[key: string]: any;
|
|
822
|
-
} | import('../../
|
|
822
|
+
} | import('../../utils/props').RequestParams | {
|
|
823
823
|
[key: string]: any;
|
|
824
824
|
}[] | {
|
|
825
825
|
name: string;
|