|
@@ -7,9 +7,10 @@ export {}
|
|
|
/* prettier-ignore */
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
- DropDownSelection: typeof import('./src/components/toolsBtn/DropDownSelection.vue')['default']
|
|
|
+ DropDownSelection: typeof import('./src/components/dataAnalysis/DropDownSelection.vue')['default']
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
|
+ ElCol: typeof import('element-plus/es')['ElCol']
|
|
|
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
|
|
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
@@ -24,10 +25,14 @@ declare module 'vue' {
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
|
ElPopover: typeof import('element-plus/es')['ElPopover']
|
|
|
+ ElRow: typeof import('element-plus/es')['ElRow']
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
+ ElStatistic: typeof import('element-plus/es')['ElStatistic']
|
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
+ ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
|
+ ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
|
ElText: typeof import('element-plus/es')['ElText']
|
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
@@ -35,13 +40,22 @@ declare module 'vue' {
|
|
|
HeaderCard: typeof import('./src/components/dataAnalysis/HeaderCard.vue')['default']
|
|
|
IconIcBaselineVisibility: typeof import('~icons/ic/baseline-visibility')['default']
|
|
|
IconIcBaselineVisibilityOff: typeof import('~icons/ic/baseline-visibility-off')['default']
|
|
|
+ IconLogosChrome: typeof import('~icons/logos/chrome')['default']
|
|
|
IconMaterialSymbolsLightLogout: typeof import('~icons/material-symbols-light/logout')['default']
|
|
|
+ IconMdiHome: typeof import('~icons/mdi/home')['default']
|
|
|
IconMdiPassword: typeof import('~icons/mdi/password')['default']
|
|
|
+ IconSvg: typeof import('./src/components/svgIcon/IconSvg.vue')['default']
|
|
|
MyButton: typeof import('./src/components/form/MyButton.vue')['default']
|
|
|
MyInput: typeof import('./src/components/form/MyInput.vue')['default']
|
|
|
RegreshBtn: typeof import('./src/components/toolsBtn/RegreshBtn.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
+ StaticText: typeof import('./src/components/dataAnalysis/StaticText.vue')['default']
|
|
|
+ StatisticText: typeof import('./src/components/dataAnalysis/StatisticText.vue')['default']
|
|
|
+ SvgIcon: typeof import('./src/components/svgIcon/SvgIcon.vue')['default']
|
|
|
+ SvgIcon2: typeof import('./src/components/svgIcon/SvgIcon2.vue')['default']
|
|
|
Table: typeof import('./src/components/Table.vue')['default']
|
|
|
+ TemporalTrend: typeof import('./src/components/dataAnalysis/TemporalTrend.vue')['default']
|
|
|
+ TimeLineChart: typeof import('./src/components/echarts/TimeLineChart.vue')['default']
|
|
|
}
|
|
|
}
|