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