@ecan-bi/datav 1.0.87 → 1.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +209 -59
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +209 -59
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +69 -69
- package/es/container/border/Border.js +7 -7
- package/es/container/border/Border.js.map +1 -1
- package/es/container/border/index.js +1 -1
- package/es/container/border/index.js.map +1 -1
- package/es/container/border/props.js +1 -1
- package/es/container/border/props.js.map +1 -1
- package/es/container/modal/Modal.js +6 -6
- package/es/container/modal/Modal.js.map +1 -1
- package/es/container/modal/index.js +1 -1
- package/es/container/modal/index.js.map +1 -1
- package/es/container/modal/props.js +1 -1
- package/es/container/modal/props.js.map +1 -1
- package/es/container/tabs/Tabs.js +8 -8
- package/es/container/tabs/Tabs.js.map +1 -1
- package/es/container/tabs/index.js +1 -1
- package/es/container/tabs/index.js.map +1 -1
- package/es/container/tabs/props.js +1 -1
- package/es/container/tabs/props.js.map +1 -1
- package/es/control/button/Button.js +5 -5
- package/es/control/button/Button.js.map +1 -1
- package/es/control/button/index.js +1 -1
- package/es/control/button/index.js.map +1 -1
- package/es/control/button/props.js +1 -1
- package/es/control/button/props.js.map +1 -1
- package/es/control/checkbox/Checkbox.js +12 -7
- package/es/control/checkbox/Checkbox.js.map +1 -1
- package/es/control/checkbox/index.js +1 -1
- package/es/control/checkbox/index.js.map +1 -1
- package/es/control/checkbox/props.js +1 -1
- package/es/control/checkbox/props.js.map +1 -1
- package/es/control/date-picker/DatePicker.js +14 -10
- package/es/control/date-picker/DatePicker.js.map +1 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
- package/es/control/date-picker/index.js +1 -1
- package/es/control/date-picker/index.js.map +1 -1
- package/es/control/date-picker/props.js +1 -1
- package/es/control/date-picker/props.js.map +1 -1
- package/es/control/input/Input.js +4 -4
- package/es/control/input/Input.js.map +1 -1
- package/es/control/input/index.js +1 -1
- package/es/control/input/index.js.map +1 -1
- package/es/control/input/props.js +1 -1
- package/es/control/input/props.js.map +1 -1
- package/es/control/range-picker/RangePicker.js +6 -6
- package/es/control/range-picker/RangePicker.js.map +1 -1
- package/es/control/range-picker/index.js +1 -1
- package/es/control/range-picker/index.js.map +1 -1
- package/es/control/range-picker/props.js +1 -1
- package/es/control/range-picker/props.js.map +1 -1
- package/es/control/select/Select.js +7 -7
- package/es/control/select/Select.js.map +1 -1
- package/es/control/select/index.js +1 -1
- package/es/control/select/index.js.map +1 -1
- package/es/control/select/props.js +1 -1
- package/es/control/select/props.js.map +1 -1
- package/es/graph/bar/Bar.js +12 -12
- package/es/graph/bar/Bar.js.map +1 -1
- package/es/graph/bar/index.js +1 -1
- package/es/graph/bar/index.js.map +1 -1
- package/es/graph/bar/props.js +1 -1
- package/es/graph/bar/props.js.map +1 -1
- package/es/graph/combo-graph/ComboGraph.js +11 -11
- package/es/graph/combo-graph/ComboGraph.js.map +1 -1
- package/es/graph/combo-graph/index.js +1 -1
- package/es/graph/combo-graph/index.js.map +1 -1
- package/es/graph/combo-graph/props.js +1 -1
- package/es/graph/combo-graph/props.js.map +1 -1
- package/es/graph/custom-graph/CustomGraph.js +3 -3
- package/es/graph/custom-graph/CustomGraph.js.map +1 -1
- package/es/graph/custom-graph/index.js +1 -1
- package/es/graph/custom-graph/index.js.map +1 -1
- package/es/graph/custom-graph/props.js +1 -1
- package/es/graph/custom-graph/props.js.map +1 -1
- package/es/graph/line/Line.js +11 -11
- package/es/graph/line/Line.js.map +1 -1
- package/es/graph/line/index.js +1 -1
- package/es/graph/line/index.js.map +1 -1
- package/es/graph/line/props.js +1 -1
- package/es/graph/line/props.js.map +1 -1
- package/es/graph/pie/Pie.js +10 -10
- package/es/graph/pie/Pie.js.map +1 -1
- package/es/graph/pie/index.js +1 -1
- package/es/graph/pie/index.js.map +1 -1
- package/es/graph/pie/props.js +1 -1
- package/es/graph/pie/props.js.map +1 -1
- package/es/graph/scatter/Scatter.js +9 -9
- package/es/graph/scatter/Scatter.js.map +1 -1
- package/es/graph/scatter/index.js +1 -1
- package/es/graph/scatter/index.js.map +1 -1
- package/es/graph/scatter/props.js +1 -1
- package/es/graph/scatter/props.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
- package/es/hooks/useDownloadFile.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
- package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
- package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
- package/es/hooks/useImagePath.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
- package/es/hooks/useIndicatorData.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
- package/es/hooks/useOnEvent.js.map +1 -0
- package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
- package/es/hooks/usePageUrl.js.map +1 -0
- package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
- package/es/hooks/usePickComponentStyle.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useRequestData.js +3 -8
- package/es/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
- package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
- package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
- package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
- package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
- package/es/hooks/useValueFormatter.js.map +1 -0
- package/es/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
- package/es/hooks/useVariablesInText.js.map +1 -0
- package/es/map/map/Map.js +5 -5
- package/es/map/map/Map.js.map +1 -1
- package/es/map/map/index.js +1 -1
- package/es/map/map/index.js.map +1 -1
- package/es/map/map/props.js +1 -1
- package/es/map/map/props.js.map +1 -1
- package/es/media/image/Image.js +7 -7
- package/es/media/image/Image.js.map +1 -1
- package/es/media/image/index.js +1 -1
- package/es/media/image/index.js.map +1 -1
- package/es/media/image/props.js +1 -1
- package/es/media/image/props.js.map +1 -1
- package/es/setting/page-config/PageConfig.js +4 -4
- package/es/setting/page-config/PageConfig.js.map +1 -1
- package/es/setting/page-config/index.js +1 -1
- package/es/setting/page-config/index.js.map +1 -1
- package/es/setting/page-config/props.js +1 -1
- package/es/setting/page-config/props.js.map +1 -1
- package/es/setting/provider-config/ProviderConfig.js +4 -4
- package/es/setting/provider-config/ProviderConfig.js.map +1 -1
- package/es/setting/provider-config/index.js +1 -1
- package/es/setting/provider-config/index.js.map +1 -1
- package/es/setting/provider-config/props.js +1 -1
- package/es/setting/provider-config/props.js.map +1 -1
- package/es/table/table/Table.js +10 -10
- package/es/table/table/Table.js.map +1 -1
- package/es/table/table/index.js +1 -1
- package/es/table/table/index.js.map +1 -1
- package/es/table/table/props.js +1 -1
- package/es/table/table/props.js.map +1 -1
- package/es/text/list/List.js +9 -9
- package/es/text/list/List.js.map +1 -1
- package/es/text/list/index.js +1 -1
- package/es/text/list/index.js.map +1 -1
- package/es/text/list/props.js +1 -1
- package/es/text/list/props.js.map +1 -1
- package/es/text/proportion/Proportion.js +7 -7
- package/es/text/proportion/Proportion.js.map +1 -1
- package/es/text/proportion/index.js +1 -1
- package/es/text/proportion/index.js.map +1 -1
- package/es/text/proportion/props.js +1 -1
- package/es/text/proportion/props.js.map +1 -1
- package/es/text/scroll-text/index.js +1 -1
- package/es/text/scroll-text/index.js.map +1 -1
- package/es/text/text/Text.js +7 -7
- package/es/text/text/Text.js.map +1 -1
- package/es/text/text/index.js +1 -1
- package/es/text/text/index.js.map +1 -1
- package/es/text/text/props.js +1 -1
- package/es/text/text/props.js.map +1 -1
- package/es/text/time-display/TimeDisplay.js +4 -4
- package/es/text/time-display/TimeDisplay.js.map +1 -1
- package/es/text/time-display/index.js +1 -1
- package/es/text/time-display/index.js.map +1 -1
- package/es/text/time-display/props.js +1 -1
- package/es/text/time-display/props.js.map +1 -1
- package/es/{_utils → utils}/constant.js +0 -0
- package/es/utils/constant.js.map +1 -0
- package/es/{_utils → utils}/props.js +0 -0
- package/es/utils/props.js.map +1 -0
- package/es/{_utils → utils}/request.js +0 -0
- package/es/utils/request.js.map +1 -0
- package/es/{_utils → utils}/util.js +0 -0
- package/es/utils/util.js.map +1 -0
- package/es/{_utils → utils}/withInstall.js +0 -0
- package/es/utils/withInstall.js.map +1 -0
- package/lib/container/border/Border.js +7 -7
- package/lib/container/border/Border.js.map +1 -1
- package/lib/container/border/index.js +1 -1
- package/lib/container/border/index.js.map +1 -1
- package/lib/container/border/props.js +1 -1
- package/lib/container/border/props.js.map +1 -1
- package/lib/container/modal/Modal.js +6 -6
- package/lib/container/modal/Modal.js.map +1 -1
- package/lib/container/modal/index.js +1 -1
- package/lib/container/modal/index.js.map +1 -1
- package/lib/container/modal/props.js +1 -1
- package/lib/container/modal/props.js.map +1 -1
- package/lib/container/tabs/Tabs.js +8 -8
- package/lib/container/tabs/Tabs.js.map +1 -1
- package/lib/container/tabs/index.js +1 -1
- package/lib/container/tabs/index.js.map +1 -1
- package/lib/container/tabs/props.js +1 -1
- package/lib/container/tabs/props.js.map +1 -1
- package/lib/control/button/Button.js +5 -5
- package/lib/control/button/Button.js.map +1 -1
- package/lib/control/button/index.js +1 -1
- package/lib/control/button/index.js.map +1 -1
- package/lib/control/button/props.js +1 -1
- package/lib/control/button/props.js.map +1 -1
- package/lib/control/checkbox/Checkbox.js +12 -7
- package/lib/control/checkbox/Checkbox.js.map +1 -1
- package/lib/control/checkbox/index.js +1 -1
- package/lib/control/checkbox/index.js.map +1 -1
- package/lib/control/checkbox/props.js +1 -1
- package/lib/control/checkbox/props.js.map +1 -1
- package/lib/control/date-picker/DatePicker.js +13 -9
- package/lib/control/date-picker/DatePicker.js.map +1 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
- package/lib/control/date-picker/index.js +1 -1
- package/lib/control/date-picker/index.js.map +1 -1
- package/lib/control/date-picker/props.js +1 -1
- package/lib/control/date-picker/props.js.map +1 -1
- package/lib/control/input/Input.js +4 -4
- package/lib/control/input/Input.js.map +1 -1
- package/lib/control/input/index.js +1 -1
- package/lib/control/input/index.js.map +1 -1
- package/lib/control/input/props.js +1 -1
- package/lib/control/input/props.js.map +1 -1
- package/lib/control/range-picker/RangePicker.js +6 -6
- package/lib/control/range-picker/RangePicker.js.map +1 -1
- package/lib/control/range-picker/index.js +1 -1
- package/lib/control/range-picker/index.js.map +1 -1
- package/lib/control/range-picker/props.js +1 -1
- package/lib/control/range-picker/props.js.map +1 -1
- package/lib/control/select/Select.js +7 -7
- package/lib/control/select/Select.js.map +1 -1
- package/lib/control/select/index.js +1 -1
- package/lib/control/select/index.js.map +1 -1
- package/lib/control/select/props.js +1 -1
- package/lib/control/select/props.js.map +1 -1
- package/lib/graph/bar/Bar.js +12 -12
- package/lib/graph/bar/Bar.js.map +1 -1
- package/lib/graph/bar/index.js +1 -1
- package/lib/graph/bar/index.js.map +1 -1
- package/lib/graph/bar/props.js +1 -1
- package/lib/graph/bar/props.js.map +1 -1
- package/lib/graph/combo-graph/ComboGraph.js +11 -11
- package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
- package/lib/graph/combo-graph/index.js +1 -1
- package/lib/graph/combo-graph/index.js.map +1 -1
- package/lib/graph/combo-graph/props.js +1 -1
- package/lib/graph/combo-graph/props.js.map +1 -1
- package/lib/graph/custom-graph/CustomGraph.js +3 -3
- package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
- package/lib/graph/custom-graph/index.js +1 -1
- package/lib/graph/custom-graph/index.js.map +1 -1
- package/lib/graph/custom-graph/props.js +1 -1
- package/lib/graph/custom-graph/props.js.map +1 -1
- package/lib/graph/line/Line.js +11 -11
- package/lib/graph/line/Line.js.map +1 -1
- package/lib/graph/line/index.js +1 -1
- package/lib/graph/line/index.js.map +1 -1
- package/lib/graph/line/props.js +1 -1
- package/lib/graph/line/props.js.map +1 -1
- package/lib/graph/pie/Pie.js +10 -10
- package/lib/graph/pie/Pie.js.map +1 -1
- package/lib/graph/pie/index.js +1 -1
- package/lib/graph/pie/index.js.map +1 -1
- package/lib/graph/pie/props.js +1 -1
- package/lib/graph/pie/props.js.map +1 -1
- package/lib/graph/scatter/Scatter.js +9 -9
- package/lib/graph/scatter/Scatter.js.map +1 -1
- package/lib/graph/scatter/index.js +1 -1
- package/lib/graph/scatter/index.js.map +1 -1
- package/lib/graph/scatter/props.js +1 -1
- package/lib/graph/scatter/props.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
- package/lib/hooks/useDownloadFile.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
- package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
- package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
- package/lib/hooks/useImagePath.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
- package/lib/hooks/useIndicatorData.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
- package/lib/hooks/useOnEvent.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
- package/lib/hooks/usePageUrl.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
- package/lib/hooks/usePickComponentStyle.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useRequestData.js +3 -8
- package/lib/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
- package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
- package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
- package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
- package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
- package/lib/hooks/useValueFormatter.js.map +1 -0
- package/lib/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
- package/lib/hooks/useVariablesInText.js.map +1 -0
- package/lib/map/map/Map.js +5 -5
- package/lib/map/map/Map.js.map +1 -1
- package/lib/map/map/index.js +1 -1
- package/lib/map/map/index.js.map +1 -1
- package/lib/map/map/props.js +1 -1
- package/lib/map/map/props.js.map +1 -1
- package/lib/media/image/Image.js +7 -7
- package/lib/media/image/Image.js.map +1 -1
- package/lib/media/image/index.js +1 -1
- package/lib/media/image/index.js.map +1 -1
- package/lib/media/image/props.js +1 -1
- package/lib/media/image/props.js.map +1 -1
- package/lib/setting/page-config/PageConfig.js +4 -4
- package/lib/setting/page-config/PageConfig.js.map +1 -1
- package/lib/setting/page-config/index.js +1 -1
- package/lib/setting/page-config/index.js.map +1 -1
- package/lib/setting/page-config/props.js +1 -1
- package/lib/setting/page-config/props.js.map +1 -1
- package/lib/setting/provider-config/ProviderConfig.js +4 -4
- package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
- package/lib/setting/provider-config/index.js +1 -1
- package/lib/setting/provider-config/index.js.map +1 -1
- package/lib/setting/provider-config/props.js +1 -1
- package/lib/setting/provider-config/props.js.map +1 -1
- package/lib/style.css +6940 -6940
- package/lib/table/table/Table.js +10 -10
- package/lib/table/table/Table.js.map +1 -1
- package/lib/table/table/index.js +1 -1
- package/lib/table/table/index.js.map +1 -1
- package/lib/table/table/props.js +1 -1
- package/lib/table/table/props.js.map +1 -1
- package/lib/text/list/List.js +9 -9
- package/lib/text/list/List.js.map +1 -1
- package/lib/text/list/index.js +1 -1
- package/lib/text/list/index.js.map +1 -1
- package/lib/text/list/props.js +1 -1
- package/lib/text/list/props.js.map +1 -1
- package/lib/text/proportion/Proportion.js +7 -7
- package/lib/text/proportion/Proportion.js.map +1 -1
- package/lib/text/proportion/index.js +1 -1
- package/lib/text/proportion/index.js.map +1 -1
- package/lib/text/proportion/props.js +1 -1
- package/lib/text/proportion/props.js.map +1 -1
- package/lib/text/scroll-text/index.js +1 -1
- package/lib/text/scroll-text/index.js.map +1 -1
- package/lib/text/text/Text.js +7 -7
- package/lib/text/text/Text.js.map +1 -1
- package/lib/text/text/index.js +1 -1
- package/lib/text/text/index.js.map +1 -1
- package/lib/text/text/props.js +1 -1
- package/lib/text/text/props.js.map +1 -1
- package/lib/text/time-display/TimeDisplay.js +4 -4
- package/lib/text/time-display/TimeDisplay.js.map +1 -1
- package/lib/text/time-display/index.js +1 -1
- package/lib/text/time-display/index.js.map +1 -1
- package/lib/text/time-display/props.js +1 -1
- package/lib/text/time-display/props.js.map +1 -1
- package/lib/{_utils → utils}/constant.js +0 -0
- package/lib/utils/constant.js.map +1 -0
- package/lib/{_utils → utils}/props.js +0 -0
- package/lib/utils/props.js.map +1 -0
- package/lib/{_utils → utils}/request.js +0 -0
- package/lib/utils/request.js.map +1 -0
- package/lib/{_utils → utils}/util.js +0 -0
- package/lib/utils/util.js.map +1 -0
- package/lib/{_utils → utils}/withInstall.js +0 -0
- package/lib/utils/withInstall.js.map +1 -0
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +140 -140
- package/types/container/border/index.d.ts +141 -141
- package/types/container/border/props.d.ts +71 -71
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +2 -2
- package/types/container/tabs/index.d.ts +1 -1
- package/types/container/tabs/props.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +120 -120
- package/types/control/button/index.d.ts +121 -121
- package/types/control/button/props.d.ts +61 -61
- package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
- package/types/control/checkbox/index.d.ts +97 -97
- package/types/control/checkbox/props.d.ts +49 -49
- package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
- package/types/control/date-picker/index.d.ts +105 -105
- package/types/control/date-picker/props.d.ts +53 -53
- package/types/control/input/Input.vue.d.ts +96 -96
- package/types/control/input/index.d.ts +97 -97
- package/types/control/input/props.d.ts +49 -49
- package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
- package/types/control/range-picker/index.d.ts +105 -105
- package/types/control/range-picker/props.d.ts +53 -53
- package/types/control/select/Select.vue.d.ts +100 -100
- package/types/control/select/index.d.ts +101 -101
- package/types/control/select/props.d.ts +51 -51
- package/types/graph/bar/Bar.vue.d.ts +282 -310
- package/types/graph/bar/index.d.ts +282 -310
- package/types/graph/bar/props.d.ts +141 -156
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
- package/types/graph/combo-graph/index.d.ts +9 -7
- package/types/graph/combo-graph/props.d.ts +1 -1
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
- package/types/graph/custom-graph/index.d.ts +97 -97
- package/types/graph/custom-graph/props.d.ts +49 -49
- package/types/graph/line/Line.vue.d.ts +33 -3
- package/types/graph/line/index.d.ts +34 -4
- package/types/graph/line/props.d.ts +17 -1
- package/types/graph/pie/Pie.vue.d.ts +1 -1
- package/types/graph/pie/index.d.ts +2 -2
- package/types/graph/pie/props.d.ts +1 -1
- package/types/graph/scatter/index.d.ts +1 -1
- package/types/graph/scatter/props.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
- package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/usePickEchartsData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useTooltipFormatter.d.ts +0 -0
- package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
- package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
- package/types/hooks/useVariablesInText.d.ts +7 -0
- package/types/map/map/Map.vue.d.ts +224 -224
- package/types/map/map/index.d.ts +225 -225
- package/types/map/map/props.d.ts +113 -113
- package/types/media/image/Image.vue.d.ts +104 -104
- package/types/media/image/index.d.ts +105 -105
- package/types/media/image/props.d.ts +53 -53
- package/types/setting/page-config/index.d.ts +1 -1
- package/types/setting/provider-config/index.d.ts +1 -1
- package/types/table/table/Table.vue.d.ts +168 -168
- package/types/table/table/index.d.ts +169 -169
- package/types/table/table/props.d.ts +85 -85
- package/types/text/list/List.vue.d.ts +128 -128
- package/types/text/list/index.d.ts +129 -129
- package/types/text/list/props.d.ts +65 -65
- package/types/text/proportion/Proportion.vue.d.ts +144 -144
- package/types/text/proportion/index.d.ts +145 -145
- package/types/text/proportion/props.d.ts +73 -73
- package/types/text/scroll-text/index.d.ts +1 -1
- package/types/text/text/Text.vue.d.ts +140 -140
- package/types/text/text/index.d.ts +141 -141
- package/types/text/text/props.d.ts +71 -71
- package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
- package/types/text/time-display/index.d.ts +121 -121
- package/types/text/time-display/props.d.ts +61 -61
- package/types/{_utils → utils}/constant.d.ts +0 -0
- package/types/{_utils → utils}/props.d.ts +0 -0
- package/types/{_utils → utils}/request.d.ts +0 -0
- package/types/{_utils → utils}/util.d.ts +0 -0
- package/types/{_utils → utils}/withInstall.d.ts +0 -0
- package/es/_utils/constant.js.map +0 -1
- package/es/_utils/hooks/useDownloadFile.js.map +0 -1
- package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
- package/es/_utils/hooks/useImagePath.js.map +0 -1
- package/es/_utils/hooks/useIndicatorData.js.map +0 -1
- package/es/_utils/hooks/useOnEvent.js.map +0 -1
- package/es/_utils/hooks/usePageUrl.js.map +0 -1
- package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
- package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
- package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
- package/es/_utils/hooks/useValueFormatter.js.map +0 -1
- package/es/_utils/hooks/useVariablesInText.js.map +0 -1
- package/es/_utils/props.js.map +0 -1
- package/es/_utils/request.js.map +0 -1
- package/es/_utils/util.js.map +0 -1
- package/es/_utils/withInstall.js.map +0 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
- package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
- package/lib/_utils/constant.js.map +0 -1
- package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
- package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
- package/lib/_utils/hooks/useImagePath.js.map +0 -1
- package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
- package/lib/_utils/hooks/useOnEvent.js.map +0 -1
- package/lib/_utils/hooks/usePageUrl.js.map +0 -1
- package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
- package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
- package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
- package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
- package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
- package/lib/_utils/props.js.map +0 -1
- package/lib/_utils/request.js.map +0 -1
- package/lib/_utils/util.js.map +0 -1
- package/lib/_utils/withInstall.js.map +0 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
- package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
- package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Props } from '../../
|
|
1
|
+
import { Props } from '../../utils/props';
|
|
2
2
|
export interface BorderProps extends Props {
|
|
3
3
|
fontSize: string;
|
|
4
4
|
fontFamily: string;
|
|
@@ -23,9 +23,9 @@ export declare const borderComponentProps: {
|
|
|
23
23
|
default?: undefined;
|
|
24
24
|
} | {
|
|
25
25
|
type: any;
|
|
26
|
-
default: string | number | boolean | import('../../
|
|
26
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
27
27
|
[key: string]: any;
|
|
28
|
-
} | import('../../
|
|
28
|
+
} | import('../../utils/props').RequestParams | {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
@@ -34,9 +34,9 @@ export declare const borderComponentProps: {
|
|
|
34
34
|
default?: undefined;
|
|
35
35
|
} | {
|
|
36
36
|
type: any;
|
|
37
|
-
default: string | number | boolean | import('../../
|
|
37
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
38
38
|
[key: string]: any;
|
|
39
|
-
} | import('../../
|
|
39
|
+
} | import('../../utils/props').RequestParams | {
|
|
40
40
|
[key: string]: any;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
@@ -45,9 +45,9 @@ export declare const borderComponentProps: {
|
|
|
45
45
|
default?: undefined;
|
|
46
46
|
} | {
|
|
47
47
|
type: any;
|
|
48
|
-
default: string | number | boolean | import('../../
|
|
48
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
49
49
|
[key: string]: any;
|
|
50
|
-
} | import('../../
|
|
50
|
+
} | import('../../utils/props').RequestParams | {
|
|
51
51
|
[key: string]: any;
|
|
52
52
|
};
|
|
53
53
|
};
|
|
@@ -56,9 +56,9 @@ export declare const borderComponentProps: {
|
|
|
56
56
|
default?: undefined;
|
|
57
57
|
} | {
|
|
58
58
|
type: any;
|
|
59
|
-
default: string | number | boolean | import('../../
|
|
59
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
60
60
|
[key: string]: any;
|
|
61
|
-
} | import('../../
|
|
61
|
+
} | import('../../utils/props').RequestParams | {
|
|
62
62
|
[key: string]: any;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
@@ -67,9 +67,9 @@ export declare const borderComponentProps: {
|
|
|
67
67
|
default?: undefined;
|
|
68
68
|
} | {
|
|
69
69
|
type: any;
|
|
70
|
-
default: string | number | boolean | import('../../
|
|
70
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
71
71
|
[key: string]: any;
|
|
72
|
-
} | import('../../
|
|
72
|
+
} | import('../../utils/props').RequestParams | {
|
|
73
73
|
[key: string]: any;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
@@ -78,9 +78,9 @@ export declare const borderComponentProps: {
|
|
|
78
78
|
default?: undefined;
|
|
79
79
|
} | {
|
|
80
80
|
type: any;
|
|
81
|
-
default: string | number | boolean | import('../../
|
|
81
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
82
82
|
[key: string]: any;
|
|
83
|
-
} | import('../../
|
|
83
|
+
} | import('../../utils/props').RequestParams | {
|
|
84
84
|
[key: string]: any;
|
|
85
85
|
};
|
|
86
86
|
};
|
|
@@ -89,9 +89,9 @@ export declare const borderComponentProps: {
|
|
|
89
89
|
default?: undefined;
|
|
90
90
|
} | {
|
|
91
91
|
type: any;
|
|
92
|
-
default: string | number | boolean | import('../../
|
|
92
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
93
93
|
[key: string]: any;
|
|
94
|
-
} | import('../../
|
|
94
|
+
} | import('../../utils/props').RequestParams | {
|
|
95
95
|
[key: string]: any;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
@@ -100,9 +100,9 @@ export declare const borderComponentProps: {
|
|
|
100
100
|
default?: undefined;
|
|
101
101
|
} | {
|
|
102
102
|
type: any;
|
|
103
|
-
default: string | number | boolean | import('../../
|
|
103
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
104
104
|
[key: string]: any;
|
|
105
|
-
} | import('../../
|
|
105
|
+
} | import('../../utils/props').RequestParams | {
|
|
106
106
|
[key: string]: any;
|
|
107
107
|
};
|
|
108
108
|
};
|
|
@@ -111,9 +111,9 @@ export declare const borderComponentProps: {
|
|
|
111
111
|
default?: undefined;
|
|
112
112
|
} | {
|
|
113
113
|
type: any;
|
|
114
|
-
default: string | number | boolean | import('../../
|
|
114
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
115
115
|
[key: string]: any;
|
|
116
|
-
} | import('../../
|
|
116
|
+
} | import('../../utils/props').RequestParams | {
|
|
117
117
|
[key: string]: any;
|
|
118
118
|
};
|
|
119
119
|
};
|
|
@@ -122,9 +122,9 @@ export declare const borderComponentProps: {
|
|
|
122
122
|
default?: undefined;
|
|
123
123
|
} | {
|
|
124
124
|
type: any;
|
|
125
|
-
default: string | number | boolean | import('../../
|
|
125
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
126
126
|
[key: string]: any;
|
|
127
|
-
} | import('../../
|
|
127
|
+
} | import('../../utils/props').RequestParams | {
|
|
128
128
|
[key: string]: any;
|
|
129
129
|
};
|
|
130
130
|
};
|
|
@@ -133,9 +133,9 @@ export declare const borderComponentProps: {
|
|
|
133
133
|
default?: undefined;
|
|
134
134
|
} | {
|
|
135
135
|
type: any;
|
|
136
|
-
default: string | number | boolean | import('../../
|
|
136
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
137
137
|
[key: string]: any;
|
|
138
|
-
} | import('../../
|
|
138
|
+
} | import('../../utils/props').RequestParams | {
|
|
139
139
|
[key: string]: any;
|
|
140
140
|
};
|
|
141
141
|
};
|
|
@@ -144,9 +144,9 @@ export declare const borderComponentProps: {
|
|
|
144
144
|
default?: undefined;
|
|
145
145
|
} | {
|
|
146
146
|
type: any;
|
|
147
|
-
default: string | number | boolean | import('../../
|
|
147
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
148
148
|
[key: string]: any;
|
|
149
|
-
} | import('../../
|
|
149
|
+
} | import('../../utils/props').RequestParams | {
|
|
150
150
|
[key: string]: any;
|
|
151
151
|
};
|
|
152
152
|
};
|
|
@@ -155,9 +155,9 @@ export declare const borderComponentProps: {
|
|
|
155
155
|
default?: undefined;
|
|
156
156
|
} | {
|
|
157
157
|
type: any;
|
|
158
|
-
default: string | number | boolean | import('../../
|
|
158
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
159
159
|
[key: string]: any;
|
|
160
|
-
} | import('../../
|
|
160
|
+
} | import('../../utils/props').RequestParams | {
|
|
161
161
|
[key: string]: any;
|
|
162
162
|
};
|
|
163
163
|
};
|
|
@@ -166,9 +166,9 @@ export declare const borderComponentProps: {
|
|
|
166
166
|
default?: undefined;
|
|
167
167
|
} | {
|
|
168
168
|
type: any;
|
|
169
|
-
default: string | number | boolean | import('../../
|
|
169
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
170
170
|
[key: string]: any;
|
|
171
|
-
} | import('../../
|
|
171
|
+
} | import('../../utils/props').RequestParams | {
|
|
172
172
|
[key: string]: any;
|
|
173
173
|
};
|
|
174
174
|
};
|
|
@@ -177,9 +177,9 @@ export declare const borderComponentProps: {
|
|
|
177
177
|
default?: undefined;
|
|
178
178
|
} | {
|
|
179
179
|
type: any;
|
|
180
|
-
default: string | number | boolean | import('../../
|
|
180
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
181
181
|
[key: string]: any;
|
|
182
|
-
} | import('../../
|
|
182
|
+
} | import('../../utils/props').RequestParams | {
|
|
183
183
|
[key: string]: any;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
@@ -188,9 +188,9 @@ export declare const borderComponentProps: {
|
|
|
188
188
|
default?: undefined;
|
|
189
189
|
} | {
|
|
190
190
|
type: any;
|
|
191
|
-
default: string | number | boolean | import('../../
|
|
191
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
192
192
|
[key: string]: any;
|
|
193
|
-
} | import('../../
|
|
193
|
+
} | import('../../utils/props').RequestParams | {
|
|
194
194
|
[key: string]: any;
|
|
195
195
|
};
|
|
196
196
|
};
|
|
@@ -199,9 +199,9 @@ export declare const borderComponentProps: {
|
|
|
199
199
|
default?: undefined;
|
|
200
200
|
} | {
|
|
201
201
|
type: any;
|
|
202
|
-
default: string | number | boolean | import('../../
|
|
202
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
203
203
|
[key: string]: any;
|
|
204
|
-
} | import('../../
|
|
204
|
+
} | import('../../utils/props').RequestParams | {
|
|
205
205
|
[key: string]: any;
|
|
206
206
|
};
|
|
207
207
|
};
|
|
@@ -210,9 +210,9 @@ export declare const borderComponentProps: {
|
|
|
210
210
|
default?: undefined;
|
|
211
211
|
} | {
|
|
212
212
|
type: any;
|
|
213
|
-
default: string | number | boolean | import('../../
|
|
213
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
214
214
|
[key: string]: any;
|
|
215
|
-
} | import('../../
|
|
215
|
+
} | import('../../utils/props').RequestParams | {
|
|
216
216
|
[key: string]: any;
|
|
217
217
|
};
|
|
218
218
|
};
|
|
@@ -221,9 +221,9 @@ export declare const borderComponentProps: {
|
|
|
221
221
|
default?: undefined;
|
|
222
222
|
} | {
|
|
223
223
|
type: any;
|
|
224
|
-
default: string | number | boolean | import('../../
|
|
224
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
225
225
|
[key: string]: any;
|
|
226
|
-
} | import('../../
|
|
226
|
+
} | import('../../utils/props').RequestParams | {
|
|
227
227
|
[key: string]: any;
|
|
228
228
|
};
|
|
229
229
|
};
|
|
@@ -232,9 +232,9 @@ export declare const borderComponentProps: {
|
|
|
232
232
|
default?: undefined;
|
|
233
233
|
} | {
|
|
234
234
|
type: any;
|
|
235
|
-
default: string | number | boolean | import('../../
|
|
235
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
236
236
|
[key: string]: any;
|
|
237
|
-
} | import('../../
|
|
237
|
+
} | import('../../utils/props').RequestParams | {
|
|
238
238
|
[key: string]: any;
|
|
239
239
|
};
|
|
240
240
|
};
|
|
@@ -243,9 +243,9 @@ export declare const borderComponentProps: {
|
|
|
243
243
|
default?: undefined;
|
|
244
244
|
} | {
|
|
245
245
|
type: any;
|
|
246
|
-
default: string | number | boolean | import('../../
|
|
246
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
247
247
|
[key: string]: any;
|
|
248
|
-
} | import('../../
|
|
248
|
+
} | import('../../utils/props').RequestParams | {
|
|
249
249
|
[key: string]: any;
|
|
250
250
|
};
|
|
251
251
|
};
|
|
@@ -254,9 +254,9 @@ export declare const borderComponentProps: {
|
|
|
254
254
|
default?: undefined;
|
|
255
255
|
} | {
|
|
256
256
|
type: any;
|
|
257
|
-
default: string | number | boolean | import('../../
|
|
257
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
258
258
|
[key: string]: any;
|
|
259
|
-
} | import('../../
|
|
259
|
+
} | import('../../utils/props').RequestParams | {
|
|
260
260
|
[key: string]: any;
|
|
261
261
|
};
|
|
262
262
|
};
|
|
@@ -265,9 +265,9 @@ export declare const borderComponentProps: {
|
|
|
265
265
|
default?: undefined;
|
|
266
266
|
} | {
|
|
267
267
|
type: any;
|
|
268
|
-
default: string | number | boolean | import('../../
|
|
268
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
269
269
|
[key: string]: any;
|
|
270
|
-
} | import('../../
|
|
270
|
+
} | import('../../utils/props').RequestParams | {
|
|
271
271
|
[key: string]: any;
|
|
272
272
|
};
|
|
273
273
|
};
|
|
@@ -276,9 +276,9 @@ export declare const borderComponentProps: {
|
|
|
276
276
|
default?: undefined;
|
|
277
277
|
} | {
|
|
278
278
|
type: any;
|
|
279
|
-
default: string | number | boolean | import('../../
|
|
279
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
280
280
|
[key: string]: any;
|
|
281
|
-
} | import('../../
|
|
281
|
+
} | import('../../utils/props').RequestParams | {
|
|
282
282
|
[key: string]: any;
|
|
283
283
|
};
|
|
284
284
|
};
|
|
@@ -287,9 +287,9 @@ export declare const borderComponentProps: {
|
|
|
287
287
|
default?: undefined;
|
|
288
288
|
} | {
|
|
289
289
|
type: any;
|
|
290
|
-
default: string | number | boolean | import('../../
|
|
290
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
291
291
|
[key: string]: any;
|
|
292
|
-
} | import('../../
|
|
292
|
+
} | import('../../utils/props').RequestParams | {
|
|
293
293
|
[key: string]: any;
|
|
294
294
|
};
|
|
295
295
|
};
|
|
@@ -298,9 +298,9 @@ export declare const borderComponentProps: {
|
|
|
298
298
|
default?: undefined;
|
|
299
299
|
} | {
|
|
300
300
|
type: any;
|
|
301
|
-
default: string | number | boolean | import('../../
|
|
301
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
302
302
|
[key: string]: any;
|
|
303
|
-
} | import('../../
|
|
303
|
+
} | import('../../utils/props').RequestParams | {
|
|
304
304
|
[key: string]: any;
|
|
305
305
|
};
|
|
306
306
|
};
|
|
@@ -309,9 +309,9 @@ export declare const borderComponentProps: {
|
|
|
309
309
|
default?: undefined;
|
|
310
310
|
} | {
|
|
311
311
|
type: any;
|
|
312
|
-
default: string | number | boolean | import('../../
|
|
312
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
313
313
|
[key: string]: any;
|
|
314
|
-
} | import('../../
|
|
314
|
+
} | import('../../utils/props').RequestParams | {
|
|
315
315
|
[key: string]: any;
|
|
316
316
|
};
|
|
317
317
|
};
|
|
@@ -320,9 +320,9 @@ export declare const borderComponentProps: {
|
|
|
320
320
|
default?: undefined;
|
|
321
321
|
} | {
|
|
322
322
|
type: any;
|
|
323
|
-
default: string | number | boolean | import('../../
|
|
323
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
324
324
|
[key: string]: any;
|
|
325
|
-
} | import('../../
|
|
325
|
+
} | import('../../utils/props').RequestParams | {
|
|
326
326
|
[key: string]: any;
|
|
327
327
|
};
|
|
328
328
|
};
|
|
@@ -331,9 +331,9 @@ export declare const borderComponentProps: {
|
|
|
331
331
|
default?: undefined;
|
|
332
332
|
} | {
|
|
333
333
|
type: any;
|
|
334
|
-
default: string | number | boolean | import('../../
|
|
334
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
335
335
|
[key: string]: any;
|
|
336
|
-
} | import('../../
|
|
336
|
+
} | import('../../utils/props').RequestParams | {
|
|
337
337
|
[key: string]: any;
|
|
338
338
|
};
|
|
339
339
|
};
|
|
@@ -342,9 +342,9 @@ export declare const borderComponentProps: {
|
|
|
342
342
|
default?: undefined;
|
|
343
343
|
} | {
|
|
344
344
|
type: any;
|
|
345
|
-
default: string | number | boolean | import('../../
|
|
345
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
346
346
|
[key: string]: any;
|
|
347
|
-
} | import('../../
|
|
347
|
+
} | import('../../utils/props').RequestParams | {
|
|
348
348
|
[key: string]: any;
|
|
349
349
|
};
|
|
350
350
|
};
|
|
@@ -353,9 +353,9 @@ export declare const borderComponentProps: {
|
|
|
353
353
|
default?: undefined;
|
|
354
354
|
} | {
|
|
355
355
|
type: any;
|
|
356
|
-
default: string | number | boolean | import('../../
|
|
356
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
357
357
|
[key: string]: any;
|
|
358
|
-
} | import('../../
|
|
358
|
+
} | import('../../utils/props').RequestParams | {
|
|
359
359
|
[key: string]: any;
|
|
360
360
|
};
|
|
361
361
|
};
|
|
@@ -364,9 +364,9 @@ export declare const borderComponentProps: {
|
|
|
364
364
|
default?: undefined;
|
|
365
365
|
} | {
|
|
366
366
|
type: any;
|
|
367
|
-
default: string | number | boolean | import('../../
|
|
367
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
368
368
|
[key: string]: any;
|
|
369
|
-
} | import('../../
|
|
369
|
+
} | import('../../utils/props').RequestParams | {
|
|
370
370
|
[key: string]: any;
|
|
371
371
|
};
|
|
372
372
|
};
|
|
@@ -375,9 +375,9 @@ export declare const borderComponentProps: {
|
|
|
375
375
|
default?: undefined;
|
|
376
376
|
} | {
|
|
377
377
|
type: any;
|
|
378
|
-
default: string | number | boolean | import('../../
|
|
378
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
379
379
|
[key: string]: any;
|
|
380
|
-
} | import('../../
|
|
380
|
+
} | import('../../utils/props').RequestParams | {
|
|
381
381
|
[key: string]: any;
|
|
382
382
|
};
|
|
383
383
|
};
|
|
@@ -386,9 +386,9 @@ export declare const borderComponentProps: {
|
|
|
386
386
|
default?: undefined;
|
|
387
387
|
} | {
|
|
388
388
|
type: any;
|
|
389
|
-
default: string | number | boolean | import('../../
|
|
389
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
390
390
|
[key: string]: any;
|
|
391
|
-
} | import('../../
|
|
391
|
+
} | import('../../utils/props').RequestParams | {
|
|
392
392
|
[key: string]: any;
|
|
393
393
|
};
|
|
394
394
|
};
|
|
@@ -397,9 +397,9 @@ export declare const borderComponentProps: {
|
|
|
397
397
|
default?: undefined;
|
|
398
398
|
} | {
|
|
399
399
|
type: any;
|
|
400
|
-
default: string | number | boolean | import('../../
|
|
400
|
+
default: string | number | boolean | import('../../utils/props').Events | {
|
|
401
401
|
[key: string]: any;
|
|
402
|
-
} | import('../../
|
|
402
|
+
} | import('../../utils/props').RequestParams | {
|
|
403
403
|
[key: string]: any;
|
|
404
404
|
};
|
|
405
405
|
};
|
|
@@ -199,7 +199,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
199
199
|
results?: string | number;
|
|
200
200
|
security?: string;
|
|
201
201
|
unselectable?: "on" | "off";
|
|
202
|
-
inputmode?: "
|
|
202
|
+
inputmode?: "text" | "none" | "url" | "search" | "tel" | "email" | "numeric" | "decimal";
|
|
203
203
|
is?: string;
|
|
204
204
|
'aria-activedescendant'?: string;
|
|
205
205
|
'aria-atomic'?: boolean | "false" | "true";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const EcanModal: import("../../
|
|
1
|
+
export declare const EcanModal: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
id: {
|
|
3
3
|
type?: undefined;
|
|
4
4
|
default?: undefined;
|
|
@@ -199,7 +199,7 @@ export declare const EcanModal: import("../../_utils/withInstall").SFCWithInstal
|
|
|
199
199
|
results?: string | number;
|
|
200
200
|
security?: string;
|
|
201
201
|
unselectable?: "on" | "off";
|
|
202
|
-
inputmode?: "
|
|
202
|
+
inputmode?: "text" | "none" | "url" | "search" | "tel" | "email" | "numeric" | "decimal";
|
|
203
203
|
is?: string;
|
|
204
204
|
'aria-activedescendant'?: string;
|
|
205
205
|
'aria-atomic'?: boolean | "false" | "true";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const EcanTabs: import("../../
|
|
1
|
+
export declare const EcanTabs: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
data: {
|
|
3
3
|
type?: undefined;
|
|
4
4
|
default?: undefined;
|