@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 TableProps extends Props {
|
|
3
3
|
columns: {
|
|
4
4
|
[key: string]: any;
|
|
@@ -25,6 +25,7 @@ export interface TableProps extends Props {
|
|
|
25
25
|
}[];
|
|
26
26
|
fontSize: string;
|
|
27
27
|
fontWeight: number;
|
|
28
|
+
isReverse: boolean;
|
|
28
29
|
graphicConfig: {
|
|
29
30
|
[key: string]: any;
|
|
30
31
|
chartType: 'table';
|
|
@@ -39,9 +40,9 @@ export declare const tableComponentProps: {
|
|
|
39
40
|
default?: undefined;
|
|
40
41
|
} | {
|
|
41
42
|
type: any;
|
|
42
|
-
default: string | number | boolean | import('../../
|
|
43
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
43
44
|
[key: string]: any;
|
|
44
|
-
} | import('../../
|
|
45
|
+
} | import('../../utils/props').RequestParams | {
|
|
45
46
|
[key: string]: any;
|
|
46
47
|
}[] | {
|
|
47
48
|
[key: string]: any;
|
|
@@ -59,9 +60,9 @@ export declare const tableComponentProps: {
|
|
|
59
60
|
default?: undefined;
|
|
60
61
|
} | {
|
|
61
62
|
type: any;
|
|
62
|
-
default: string | number | boolean | import('../../
|
|
63
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
63
64
|
[key: string]: any;
|
|
64
|
-
} | import('../../
|
|
65
|
+
} | import('../../utils/props').RequestParams | {
|
|
65
66
|
[key: string]: any;
|
|
66
67
|
}[] | {
|
|
67
68
|
[key: string]: any;
|
|
@@ -79,9 +80,9 @@ export declare const tableComponentProps: {
|
|
|
79
80
|
default?: undefined;
|
|
80
81
|
} | {
|
|
81
82
|
type: any;
|
|
82
|
-
default: string | number | boolean | import('../../
|
|
83
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
83
84
|
[key: string]: any;
|
|
84
|
-
} | import('../../
|
|
85
|
+
} | import('../../utils/props').RequestParams | {
|
|
85
86
|
[key: string]: any;
|
|
86
87
|
}[] | {
|
|
87
88
|
[key: string]: any;
|
|
@@ -99,9 +100,9 @@ export declare const tableComponentProps: {
|
|
|
99
100
|
default?: undefined;
|
|
100
101
|
} | {
|
|
101
102
|
type: any;
|
|
102
|
-
default: string | number | boolean | import('../../
|
|
103
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
103
104
|
[key: string]: any;
|
|
104
|
-
} | import('../../
|
|
105
|
+
} | import('../../utils/props').RequestParams | {
|
|
105
106
|
[key: string]: any;
|
|
106
107
|
}[] | {
|
|
107
108
|
[key: string]: any;
|
|
@@ -119,9 +120,9 @@ export declare const tableComponentProps: {
|
|
|
119
120
|
default?: undefined;
|
|
120
121
|
} | {
|
|
121
122
|
type: any;
|
|
122
|
-
default: string | number | boolean | import('../../
|
|
123
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
123
124
|
[key: string]: any;
|
|
124
|
-
} | import('../../
|
|
125
|
+
} | import('../../utils/props').RequestParams | {
|
|
125
126
|
[key: string]: any;
|
|
126
127
|
}[] | {
|
|
127
128
|
[key: string]: any;
|
|
@@ -139,9 +140,9 @@ export declare const tableComponentProps: {
|
|
|
139
140
|
default?: undefined;
|
|
140
141
|
} | {
|
|
141
142
|
type: any;
|
|
142
|
-
default: string | number | boolean | import('../../
|
|
143
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
143
144
|
[key: string]: any;
|
|
144
|
-
} | import('../../
|
|
145
|
+
} | import('../../utils/props').RequestParams | {
|
|
145
146
|
[key: string]: any;
|
|
146
147
|
}[] | {
|
|
147
148
|
[key: string]: any;
|
|
@@ -159,9 +160,9 @@ export declare const tableComponentProps: {
|
|
|
159
160
|
default?: undefined;
|
|
160
161
|
} | {
|
|
161
162
|
type: any;
|
|
162
|
-
default: string | number | boolean | import('../../
|
|
163
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
163
164
|
[key: string]: any;
|
|
164
|
-
} | import('../../
|
|
165
|
+
} | import('../../utils/props').RequestParams | {
|
|
165
166
|
[key: string]: any;
|
|
166
167
|
}[] | {
|
|
167
168
|
[key: string]: any;
|
|
@@ -179,9 +180,9 @@ export declare const tableComponentProps: {
|
|
|
179
180
|
default?: undefined;
|
|
180
181
|
} | {
|
|
181
182
|
type: any;
|
|
182
|
-
default: string | number | boolean | import('../../
|
|
183
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
183
184
|
[key: string]: any;
|
|
184
|
-
} | import('../../
|
|
185
|
+
} | import('../../utils/props').RequestParams | {
|
|
185
186
|
[key: string]: any;
|
|
186
187
|
}[] | {
|
|
187
188
|
[key: string]: any;
|
|
@@ -199,9 +200,9 @@ export declare const tableComponentProps: {
|
|
|
199
200
|
default?: undefined;
|
|
200
201
|
} | {
|
|
201
202
|
type: any;
|
|
202
|
-
default: string | number | boolean | import('../../
|
|
203
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
203
204
|
[key: string]: any;
|
|
204
|
-
} | import('../../
|
|
205
|
+
} | import('../../utils/props').RequestParams | {
|
|
205
206
|
[key: string]: any;
|
|
206
207
|
}[] | {
|
|
207
208
|
[key: string]: any;
|
|
@@ -219,9 +220,9 @@ export declare const tableComponentProps: {
|
|
|
219
220
|
default?: undefined;
|
|
220
221
|
} | {
|
|
221
222
|
type: any;
|
|
222
|
-
default: string | number | boolean | import('../../
|
|
223
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
223
224
|
[key: string]: any;
|
|
224
|
-
} | import('../../
|
|
225
|
+
} | import('../../utils/props').RequestParams | {
|
|
225
226
|
[key: string]: any;
|
|
226
227
|
}[] | {
|
|
227
228
|
[key: string]: any;
|
|
@@ -239,9 +240,9 @@ export declare const tableComponentProps: {
|
|
|
239
240
|
default?: undefined;
|
|
240
241
|
} | {
|
|
241
242
|
type: any;
|
|
242
|
-
default: string | number | boolean | import('../../
|
|
243
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
243
244
|
[key: string]: any;
|
|
244
|
-
} | import('../../
|
|
245
|
+
} | import('../../utils/props').RequestParams | {
|
|
245
246
|
[key: string]: any;
|
|
246
247
|
}[] | {
|
|
247
248
|
[key: string]: any;
|
|
@@ -259,9 +260,9 @@ export declare const tableComponentProps: {
|
|
|
259
260
|
default?: undefined;
|
|
260
261
|
} | {
|
|
261
262
|
type: any;
|
|
262
|
-
default: string | number | boolean | import('../../
|
|
263
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
263
264
|
[key: string]: any;
|
|
264
|
-
} | import('../../
|
|
265
|
+
} | import('../../utils/props').RequestParams | {
|
|
265
266
|
[key: string]: any;
|
|
266
267
|
}[] | {
|
|
267
268
|
[key: string]: any;
|
|
@@ -279,9 +280,9 @@ export declare const tableComponentProps: {
|
|
|
279
280
|
default?: undefined;
|
|
280
281
|
} | {
|
|
281
282
|
type: any;
|
|
282
|
-
default: string | number | boolean | import('../../
|
|
283
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
283
284
|
[key: string]: any;
|
|
284
|
-
} | import('../../
|
|
285
|
+
} | import('../../utils/props').RequestParams | {
|
|
285
286
|
[key: string]: any;
|
|
286
287
|
}[] | {
|
|
287
288
|
[key: string]: any;
|
|
@@ -299,9 +300,9 @@ export declare const tableComponentProps: {
|
|
|
299
300
|
default?: undefined;
|
|
300
301
|
} | {
|
|
301
302
|
type: any;
|
|
302
|
-
default: string | number | boolean | import('../../
|
|
303
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
303
304
|
[key: string]: any;
|
|
304
|
-
} | import('../../
|
|
305
|
+
} | import('../../utils/props').RequestParams | {
|
|
305
306
|
[key: string]: any;
|
|
306
307
|
}[] | {
|
|
307
308
|
[key: string]: any;
|
|
@@ -319,9 +320,9 @@ export declare const tableComponentProps: {
|
|
|
319
320
|
default?: undefined;
|
|
320
321
|
} | {
|
|
321
322
|
type: any;
|
|
322
|
-
default: string | number | boolean | import('../../
|
|
323
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
323
324
|
[key: string]: any;
|
|
324
|
-
} | import('../../
|
|
325
|
+
} | import('../../utils/props').RequestParams | {
|
|
325
326
|
[key: string]: any;
|
|
326
327
|
}[] | {
|
|
327
328
|
[key: string]: any;
|
|
@@ -339,9 +340,9 @@ export declare const tableComponentProps: {
|
|
|
339
340
|
default?: undefined;
|
|
340
341
|
} | {
|
|
341
342
|
type: any;
|
|
342
|
-
default: string | number | boolean | import('../../
|
|
343
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
343
344
|
[key: string]: any;
|
|
344
|
-
} | import('../../
|
|
345
|
+
} | import('../../utils/props').RequestParams | {
|
|
345
346
|
[key: string]: any;
|
|
346
347
|
}[] | {
|
|
347
348
|
[key: string]: any;
|
|
@@ -359,9 +360,9 @@ export declare const tableComponentProps: {
|
|
|
359
360
|
default?: undefined;
|
|
360
361
|
} | {
|
|
361
362
|
type: any;
|
|
362
|
-
default: string | number | boolean | import('../../
|
|
363
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
363
364
|
[key: string]: any;
|
|
364
|
-
} | import('../../
|
|
365
|
+
} | import('../../utils/props').RequestParams | {
|
|
365
366
|
[key: string]: any;
|
|
366
367
|
}[] | {
|
|
367
368
|
[key: string]: any;
|
|
@@ -379,9 +380,9 @@ export declare const tableComponentProps: {
|
|
|
379
380
|
default?: undefined;
|
|
380
381
|
} | {
|
|
381
382
|
type: any;
|
|
382
|
-
default: string | number | boolean | import('../../
|
|
383
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
383
384
|
[key: string]: any;
|
|
384
|
-
} | import('../../
|
|
385
|
+
} | import('../../utils/props').RequestParams | {
|
|
385
386
|
[key: string]: any;
|
|
386
387
|
}[] | {
|
|
387
388
|
[key: string]: any;
|
|
@@ -399,9 +400,29 @@ export declare const tableComponentProps: {
|
|
|
399
400
|
default?: undefined;
|
|
400
401
|
} | {
|
|
401
402
|
type: any;
|
|
402
|
-
default: string | number | boolean | import('../../
|
|
403
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
403
404
|
[key: string]: any;
|
|
404
|
-
} | import('../../
|
|
405
|
+
} | import('../../utils/props').RequestParams | {
|
|
406
|
+
[key: string]: any;
|
|
407
|
+
}[] | {
|
|
408
|
+
[key: string]: any;
|
|
409
|
+
chartType: 'table';
|
|
410
|
+
plugin: '1';
|
|
411
|
+
layer: '1';
|
|
412
|
+
} | {
|
|
413
|
+
[key: string]: any;
|
|
414
|
+
}[] | {
|
|
415
|
+
[key: string]: any;
|
|
416
|
+
}[];
|
|
417
|
+
};
|
|
418
|
+
isReverse: {
|
|
419
|
+
type?: undefined;
|
|
420
|
+
default?: undefined;
|
|
421
|
+
} | {
|
|
422
|
+
type: any;
|
|
423
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
424
|
+
[key: string]: any;
|
|
425
|
+
} | import('../../utils/props').RequestParams | {
|
|
405
426
|
[key: string]: any;
|
|
406
427
|
}[] | {
|
|
407
428
|
[key: string]: any;
|
|
@@ -419,9 +440,9 @@ export declare const tableComponentProps: {
|
|
|
419
440
|
default?: undefined;
|
|
420
441
|
} | {
|
|
421
442
|
type: any;
|
|
422
|
-
default: string | number | boolean | import('../../
|
|
443
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
423
444
|
[key: string]: any;
|
|
424
|
-
} | import('../../
|
|
445
|
+
} | import('../../utils/props').RequestParams | {
|
|
425
446
|
[key: string]: any;
|
|
426
447
|
}[] | {
|
|
427
448
|
[key: string]: any;
|
|
@@ -439,9 +460,9 @@ export declare const tableComponentProps: {
|
|
|
439
460
|
default?: undefined;
|
|
440
461
|
} | {
|
|
441
462
|
type: any;
|
|
442
|
-
default: string | number | boolean | import('../../
|
|
463
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
443
464
|
[key: string]: any;
|
|
444
|
-
} | import('../../
|
|
465
|
+
} | import('../../utils/props').RequestParams | {
|
|
445
466
|
[key: string]: any;
|
|
446
467
|
}[] | {
|
|
447
468
|
[key: string]: any;
|
|
@@ -459,9 +480,9 @@ export declare const tableComponentProps: {
|
|
|
459
480
|
default?: undefined;
|
|
460
481
|
} | {
|
|
461
482
|
type: any;
|
|
462
|
-
default: string | number | boolean | import('../../
|
|
483
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
463
484
|
[key: string]: any;
|
|
464
|
-
} | import('../../
|
|
485
|
+
} | import('../../utils/props').RequestParams | {
|
|
465
486
|
[key: string]: any;
|
|
466
487
|
}[] | {
|
|
467
488
|
[key: string]: any;
|
|
@@ -479,9 +500,9 @@ export declare const tableComponentProps: {
|
|
|
479
500
|
default?: undefined;
|
|
480
501
|
} | {
|
|
481
502
|
type: any;
|
|
482
|
-
default: string | number | boolean | import('../../
|
|
503
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
483
504
|
[key: string]: any;
|
|
484
|
-
} | import('../../
|
|
505
|
+
} | import('../../utils/props').RequestParams | {
|
|
485
506
|
[key: string]: any;
|
|
486
507
|
}[] | {
|
|
487
508
|
[key: string]: any;
|
|
@@ -499,9 +520,9 @@ export declare const tableComponentProps: {
|
|
|
499
520
|
default?: undefined;
|
|
500
521
|
} | {
|
|
501
522
|
type: any;
|
|
502
|
-
default: string | number | boolean | import('../../
|
|
523
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
503
524
|
[key: string]: any;
|
|
504
|
-
} | import('../../
|
|
525
|
+
} | import('../../utils/props').RequestParams | {
|
|
505
526
|
[key: string]: any;
|
|
506
527
|
}[] | {
|
|
507
528
|
[key: string]: any;
|
|
@@ -519,9 +540,9 @@ export declare const tableComponentProps: {
|
|
|
519
540
|
default?: undefined;
|
|
520
541
|
} | {
|
|
521
542
|
type: any;
|
|
522
|
-
default: string | number | boolean | import('../../
|
|
543
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
523
544
|
[key: string]: any;
|
|
524
|
-
} | import('../../
|
|
545
|
+
} | import('../../utils/props').RequestParams | {
|
|
525
546
|
[key: string]: any;
|
|
526
547
|
}[] | {
|
|
527
548
|
[key: string]: any;
|
|
@@ -539,9 +560,9 @@ export declare const tableComponentProps: {
|
|
|
539
560
|
default?: undefined;
|
|
540
561
|
} | {
|
|
541
562
|
type: any;
|
|
542
|
-
default: string | number | boolean | import('../../
|
|
563
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
543
564
|
[key: string]: any;
|
|
544
|
-
} | import('../../
|
|
565
|
+
} | import('../../utils/props').RequestParams | {
|
|
545
566
|
[key: string]: any;
|
|
546
567
|
}[] | {
|
|
547
568
|
[key: string]: any;
|
|
@@ -559,9 +580,9 @@ export declare const tableComponentProps: {
|
|
|
559
580
|
default?: undefined;
|
|
560
581
|
} | {
|
|
561
582
|
type: any;
|
|
562
|
-
default: string | number | boolean | import('../../
|
|
583
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
563
584
|
[key: string]: any;
|
|
564
|
-
} | import('../../
|
|
585
|
+
} | import('../../utils/props').RequestParams | {
|
|
565
586
|
[key: string]: any;
|
|
566
587
|
}[] | {
|
|
567
588
|
[key: string]: any;
|
|
@@ -579,9 +600,9 @@ export declare const tableComponentProps: {
|
|
|
579
600
|
default?: undefined;
|
|
580
601
|
} | {
|
|
581
602
|
type: any;
|
|
582
|
-
default: string | number | boolean | import('../../
|
|
603
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
583
604
|
[key: string]: any;
|
|
584
|
-
} | import('../../
|
|
605
|
+
} | import('../../utils/props').RequestParams | {
|
|
585
606
|
[key: string]: any;
|
|
586
607
|
}[] | {
|
|
587
608
|
[key: string]: any;
|
|
@@ -599,9 +620,9 @@ export declare const tableComponentProps: {
|
|
|
599
620
|
default?: undefined;
|
|
600
621
|
} | {
|
|
601
622
|
type: any;
|
|
602
|
-
default: string | number | boolean | import('../../
|
|
623
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
603
624
|
[key: string]: any;
|
|
604
|
-
} | import('../../
|
|
625
|
+
} | import('../../utils/props').RequestParams | {
|
|
605
626
|
[key: string]: any;
|
|
606
627
|
}[] | {
|
|
607
628
|
[key: string]: any;
|
|
@@ -619,9 +640,9 @@ export declare const tableComponentProps: {
|
|
|
619
640
|
default?: undefined;
|
|
620
641
|
} | {
|
|
621
642
|
type: any;
|
|
622
|
-
default: string | number | boolean | import('../../
|
|
643
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
623
644
|
[key: string]: any;
|
|
624
|
-
} | import('../../
|
|
645
|
+
} | import('../../utils/props').RequestParams | {
|
|
625
646
|
[key: string]: any;
|
|
626
647
|
}[] | {
|
|
627
648
|
[key: string]: any;
|
|
@@ -639,9 +660,9 @@ export declare const tableComponentProps: {
|
|
|
639
660
|
default?: undefined;
|
|
640
661
|
} | {
|
|
641
662
|
type: any;
|
|
642
|
-
default: string | number | boolean | import('../../
|
|
663
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
643
664
|
[key: string]: any;
|
|
644
|
-
} | import('../../
|
|
665
|
+
} | import('../../utils/props').RequestParams | {
|
|
645
666
|
[key: string]: any;
|
|
646
667
|
}[] | {
|
|
647
668
|
[key: string]: any;
|
|
@@ -659,9 +680,9 @@ export declare const tableComponentProps: {
|
|
|
659
680
|
default?: undefined;
|
|
660
681
|
} | {
|
|
661
682
|
type: any;
|
|
662
|
-
default: string | number | boolean | import('../../
|
|
683
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
663
684
|
[key: string]: any;
|
|
664
|
-
} | import('../../
|
|
685
|
+
} | import('../../utils/props').RequestParams | {
|
|
665
686
|
[key: string]: any;
|
|
666
687
|
}[] | {
|
|
667
688
|
[key: string]: any;
|
|
@@ -679,9 +700,9 @@ export declare const tableComponentProps: {
|
|
|
679
700
|
default?: undefined;
|
|
680
701
|
} | {
|
|
681
702
|
type: any;
|
|
682
|
-
default: string | number | boolean | import('../../
|
|
703
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
683
704
|
[key: string]: any;
|
|
684
|
-
} | import('../../
|
|
705
|
+
} | import('../../utils/props').RequestParams | {
|
|
685
706
|
[key: string]: any;
|
|
686
707
|
}[] | {
|
|
687
708
|
[key: string]: any;
|
|
@@ -699,9 +720,9 @@ export declare const tableComponentProps: {
|
|
|
699
720
|
default?: undefined;
|
|
700
721
|
} | {
|
|
701
722
|
type: any;
|
|
702
|
-
default: string | number | boolean | import('../../
|
|
723
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
703
724
|
[key: string]: any;
|
|
704
|
-
} | import('../../
|
|
725
|
+
} | import('../../utils/props').RequestParams | {
|
|
705
726
|
[key: string]: any;
|
|
706
727
|
}[] | {
|
|
707
728
|
[key: string]: any;
|
|
@@ -719,9 +740,9 @@ export declare const tableComponentProps: {
|
|
|
719
740
|
default?: undefined;
|
|
720
741
|
} | {
|
|
721
742
|
type: any;
|
|
722
|
-
default: string | number | boolean | import('../../
|
|
743
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
723
744
|
[key: string]: any;
|
|
724
|
-
} | import('../../
|
|
745
|
+
} | import('../../utils/props').RequestParams | {
|
|
725
746
|
[key: string]: any;
|
|
726
747
|
}[] | {
|
|
727
748
|
[key: string]: any;
|
|
@@ -739,9 +760,9 @@ export declare const tableComponentProps: {
|
|
|
739
760
|
default?: undefined;
|
|
740
761
|
} | {
|
|
741
762
|
type: any;
|
|
742
|
-
default: string | number | boolean | import('../../
|
|
763
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
743
764
|
[key: string]: any;
|
|
744
|
-
} | import('../../
|
|
765
|
+
} | import('../../utils/props').RequestParams | {
|
|
745
766
|
[key: string]: any;
|
|
746
767
|
}[] | {
|
|
747
768
|
[key: string]: any;
|
|
@@ -759,9 +780,9 @@ export declare const tableComponentProps: {
|
|
|
759
780
|
default?: undefined;
|
|
760
781
|
} | {
|
|
761
782
|
type: any;
|
|
762
|
-
default: string | number | boolean | import('../../
|
|
783
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
763
784
|
[key: string]: any;
|
|
764
|
-
} | import('../../
|
|
785
|
+
} | import('../../utils/props').RequestParams | {
|
|
765
786
|
[key: string]: any;
|
|
766
787
|
}[] | {
|
|
767
788
|
[key: string]: any;
|
|
@@ -779,9 +800,9 @@ export declare const tableComponentProps: {
|
|
|
779
800
|
default?: undefined;
|
|
780
801
|
} | {
|
|
781
802
|
type: any;
|
|
782
|
-
default: string | number | boolean | import('../../
|
|
803
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
783
804
|
[key: string]: any;
|
|
784
|
-
} | import('../../
|
|
805
|
+
} | import('../../utils/props').RequestParams | {
|
|
785
806
|
[key: string]: any;
|
|
786
807
|
}[] | {
|
|
787
808
|
[key: string]: any;
|
|
@@ -799,9 +820,9 @@ export declare const tableComponentProps: {
|
|
|
799
820
|
default?: undefined;
|
|
800
821
|
} | {
|
|
801
822
|
type: any;
|
|
802
|
-
default: string | number | boolean | import('../../
|
|
823
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
803
824
|
[key: string]: any;
|
|
804
|
-
} | import('../../
|
|
825
|
+
} | import('../../utils/props').RequestParams | {
|
|
805
826
|
[key: string]: any;
|
|
806
827
|
}[] | {
|
|
807
828
|
[key: string]: any;
|
|
@@ -819,9 +840,9 @@ export declare const tableComponentProps: {
|
|
|
819
840
|
default?: undefined;
|
|
820
841
|
} | {
|
|
821
842
|
type: any;
|
|
822
|
-
default: string | number | boolean | import('../../
|
|
843
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
823
844
|
[key: string]: any;
|
|
824
|
-
} | import('../../
|
|
845
|
+
} | import('../../utils/props').RequestParams | {
|
|
825
846
|
[key: string]: any;
|
|
826
847
|
}[] | {
|
|
827
848
|
[key: string]: any;
|
|
@@ -839,9 +860,9 @@ export declare const tableComponentProps: {
|
|
|
839
860
|
default?: undefined;
|
|
840
861
|
} | {
|
|
841
862
|
type: any;
|
|
842
|
-
default: string | number | boolean | import('../../
|
|
863
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
843
864
|
[key: string]: any;
|
|
844
|
-
} | import('../../
|
|
865
|
+
} | import('../../utils/props').RequestParams | {
|
|
845
866
|
[key: string]: any;
|
|
846
867
|
}[] | {
|
|
847
868
|
[key: string]: any;
|
|
@@ -859,9 +880,9 @@ export declare const tableComponentProps: {
|
|
|
859
880
|
default?: undefined;
|
|
860
881
|
} | {
|
|
861
882
|
type: any;
|
|
862
|
-
default: string | number | boolean | import('../../
|
|
883
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
863
884
|
[key: string]: any;
|
|
864
|
-
} | import('../../
|
|
885
|
+
} | import('../../utils/props').RequestParams | {
|
|
865
886
|
[key: string]: any;
|
|
866
887
|
}[] | {
|
|
867
888
|
[key: string]: any;
|