From 18306206b73c180155fb1a2394a08447b0e88be1 Mon Sep 17 00:00:00 2001 From: fuguobin Date: Fri, 22 Mar 2024 17:18:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/components.d.ts | 218 +++++++++++++++++++------------------- 1 file changed, 109 insertions(+), 109 deletions(-) diff --git a/src/types/components.d.ts b/src/types/components.d.ts index d37084c..946a8b0 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -5,117 +5,117 @@ // Read more: https://github.com/vuejs/core/pull/3399 export {} -declare module 'vue' { +declare module "vue" { export interface GlobalComponents { - Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default'] - CommonPanel: typeof import('./../components/Process/panel/commonPanel.vue')['default'] - ConditionPanel: typeof import('./../components/Process/panel/conditionPanel.vue')['default'] - Crontab: typeof import('./../components/Crontab/index.vue')['default'] - CustomMonitorView: typeof import('./../components/CustomMonitorView/index.vue')['default'] - Day: typeof import('./../components/Crontab/day.vue')['default'] - Designer: typeof import('./../components/Process/designer.vue')['default'] - DictTag: typeof import('./../components/DictTag/index.vue')['default'] - Doc: typeof import('./../components/RuoYi/Doc/index.vue')['default'] - ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb'] - ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem'] - ElButton: typeof import('element-plus/es')['ElButton'] - ElCard: typeof import('element-plus/es')['ElCard'] - ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] - ElCol: typeof import('element-plus/es')['ElCol'] - ElColorPicker: typeof import('element-plus/es')['ElColorPicker'] - ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] - ElDialog: typeof import('element-plus/es')['ElDialog'] - ElDivider: typeof import('element-plus/es')['ElDivider'] - ElDrawer: typeof import('element-plus/es')['ElDrawer'] - ElDropdown: typeof import('element-plus/es')['ElDropdown'] - ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] - ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] - ElForm: typeof import('element-plus/es')['ElForm'] - ElFormItem: typeof import('element-plus/es')['ElFormItem'] - ElIcon: typeof import('element-plus/es')['ElIcon'] - ElImage: typeof import('element-plus/es')['ElImage'] - ElInput: typeof import('element-plus/es')['ElInput'] - ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] - ElInputTag: typeof import('./../components/flow/ElInputTag/index.vue')['default'] - ElLink: typeof import('element-plus/es')['ElLink'] - ElMenu: typeof import('element-plus/es')['ElMenu'] - ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] - ElOption: typeof import('element-plus/es')['ElOption'] - ElPagination: typeof import('element-plus/es')['ElPagination'] - ElPopover: typeof import('element-plus/es')['ElPopover'] - ElRadio: typeof import('element-plus/es')['ElRadio'] - ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] - ElRow: typeof import('element-plus/es')['ElRow'] - ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] - ElSelect: typeof import('element-plus/es')['ElSelect'] - ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] - ElSwitch: typeof import('element-plus/es')['ElSwitch'] - 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'] - ElTimePicker: typeof import('element-plus/es')['ElTimePicker'] - ElTooltip: typeof import('element-plus/es')['ElTooltip'] - ElTransfer: typeof import('element-plus/es')['ElTransfer'] - ElTree: typeof import('element-plus/es')['ElTree'] - ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect'] - ElUpload: typeof import('element-plus/es')['ElUpload'] - ExecutionListener: typeof import('./../components/Process/panel/executionListener.vue')['default'] - Expression: typeof import('./../components/flow/Expression/index.vue')['default'] - FileUpload: typeof import('./../components/FileUpload/index.vue')['default'] - FormPanel: typeof import('./../components/Process/panel/formPanel.vue')['default'] - Git: typeof import('./../components/RuoYi/Git/index.vue')['default'] - Hamburger: typeof import('./../components/Hamburger/index.vue')['default'] - HeaderSearch: typeof import('./../components/HeaderSearch/index.vue')['default'] - Hour: typeof import('./../components/Crontab/hour.vue')['default'] - IconSelect: typeof import('./../components/IconSelect/index.vue')['default'] - IFrame: typeof import('./../components/iFrame/index.vue')['default'] - ImagePreview: typeof import('./../components/ImagePreview/index.vue')['default'] - ImageUpload: typeof import('./../components/ImageUpload/index.vue')['default'] - Luckysheet: typeof import('./../components/luckysheet/index.vue')['default'] - Min: typeof import('./../components/Crontab/min.vue')['default'] - Month: typeof import('./../components/Crontab/month.vue')['default'] - MultiInstance: typeof import('./../components/Process/panel/multiInstance.vue')['default'] - NBadge: typeof import('naive-ui')['NBadge'] - NButton: typeof import('naive-ui')['NButton'] - NCard: typeof import('naive-ui')['NCard'] - NCollapse: typeof import('naive-ui')['NCollapse'] - NCollapseItem: typeof import('naive-ui')['NCollapseItem'] - NDrawer: typeof import('naive-ui')['NDrawer'] - NDrawerContent: typeof import('naive-ui')['NDrawerContent'] - NIcon: typeof import('naive-ui')['NIcon'] - NInput: typeof import('naive-ui')['NInput'] - NInputNumber: typeof import('naive-ui')['NInputNumber'] - NMenu: typeof import('naive-ui')['NMenu'] - NModal: typeof import('naive-ui')['NModal'] - NScrollbar: typeof import('naive-ui')['NScrollbar'] - NSwitch: typeof import('naive-ui')['NSwitch'] - NTooltip: typeof import('naive-ui')['NTooltip'] - OtherPanel: typeof import('./../components/Process/panel/otherPanel.vue')['default'] - Pagination: typeof import('./../components/Pagination/index.vue')['default'] - ParentView: typeof import('./../components/ParentView/index.vue')['default'] - Process: typeof import('./../components/Process/index.vue')['default'] - Result: typeof import('./../components/Crontab/result.vue')['default'] - RightToolbar: typeof import('./../components/RightToolbar/index.vue')['default'] - Role: typeof import('./../components/flow/Role/index.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] - Screenfull: typeof import('./../components/Screenfull/index.vue')['default'] - Second: typeof import('./../components/Crontab/second.vue')['default'] - SizeSelect: typeof import('./../components/SizeSelect/index.vue')['default'] - SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default'] - TableColumnTreeSelect: typeof import('./../components/TableColumnTreeSelect/index.vue')['default'] - TaskListener: typeof import('./../components/Process/panel/taskListener.vue')['default'] - TaskPanel: typeof import('./../components/Process/panel/taskPanel.vue')['default'] - TopNav: typeof import('./../components/TopNav/index.vue')['default'] - TreeSelect: typeof import('./../components/TreeSelect/index.vue')['default'] - User: typeof import('./../components/flow/User/index.vue')['default'] - Viewer: typeof import('./../components/Process/viewer/index.vue')['default'] - Week: typeof import('./../components/Crontab/week.vue')['default'] - Year: typeof import('./../components/Crontab/year.vue')['default'] + Breadcrumb: typeof import("./../components/Breadcrumb/index.vue")["default"]; + CommonPanel: typeof import("./../components/Process/panel/commonPanel.vue")["default"]; + ConditionPanel: typeof import("./../components/Process/panel/conditionPanel.vue")["default"]; + Crontab: typeof import("./../components/Crontab/index.vue")["default"]; + CustomMonitorView: typeof import("./../components/CustomMonitorView/index.vue")["default"]; + Day: typeof import("./../components/Crontab/day.vue")["default"]; + Designer: typeof import("./../components/Process/designer.vue")["default"]; + DictTag: typeof import("./../components/DictTag/index.vue")["default"]; + Doc: typeof import("./../components/RuoYi/Doc/index.vue")["default"]; + ElBreadcrumb: typeof import("element-plus/es")["ElBreadcrumb"]; + ElBreadcrumbItem: typeof import("element-plus/es")["ElBreadcrumbItem"]; + ElButton: typeof import("element-plus/es")["ElButton"]; + ElCard: typeof import("element-plus/es")["ElCard"]; + ElCheckbox: typeof import("element-plus/es")["ElCheckbox"]; + ElCol: typeof import("element-plus/es")["ElCol"]; + ElColorPicker: typeof import("element-plus/es")["ElColorPicker"]; + ElDatePicker: typeof import("element-plus/es")["ElDatePicker"]; + ElDialog: typeof import("element-plus/es")["ElDialog"]; + ElDivider: typeof import("element-plus/es")["ElDivider"]; + ElDrawer: typeof import("element-plus/es")["ElDrawer"]; + ElDropdown: typeof import("element-plus/es")["ElDropdown"]; + ElDropdownItem: typeof import("element-plus/es")["ElDropdownItem"]; + ElDropdownMenu: typeof import("element-plus/es")["ElDropdownMenu"]; + ElForm: typeof import("element-plus/es")["ElForm"]; + ElFormItem: typeof import("element-plus/es")["ElFormItem"]; + ElIcon: typeof import("element-plus/es")["ElIcon"]; + ElImage: typeof import("element-plus/es")["ElImage"]; + ElInput: typeof import("element-plus/es")["ElInput"]; + ElInputNumber: typeof import("element-plus/es")["ElInputNumber"]; + ElInputTag: typeof import("./../components/flow/ElInputTag/index.vue")["default"]; + ElLink: typeof import("element-plus/es")["ElLink"]; + ElMenu: typeof import("element-plus/es")["ElMenu"]; + ElMenuItem: typeof import("element-plus/es")["ElMenuItem"]; + ElOption: typeof import("element-plus/es")["ElOption"]; + ElPagination: typeof import("element-plus/es")["ElPagination"]; + ElPopover: typeof import("element-plus/es")["ElPopover"]; + ElRadio: typeof import("element-plus/es")["ElRadio"]; + ElRadioGroup: typeof import("element-plus/es")["ElRadioGroup"]; + ElRow: typeof import("element-plus/es")["ElRow"]; + ElScrollbar: typeof import("element-plus/es")["ElScrollbar"]; + ElSelect: typeof import("element-plus/es")["ElSelect"]; + ElSubMenu: typeof import("element-plus/es")["ElSubMenu"]; + ElSwitch: typeof import("element-plus/es")["ElSwitch"]; + 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"]; + ElTimePicker: typeof import("element-plus/es")["ElTimePicker"]; + ElTooltip: typeof import("element-plus/es")["ElTooltip"]; + ElTransfer: typeof import("element-plus/es")["ElTransfer"]; + ElTree: typeof import("element-plus/es")["ElTree"]; + ElTreeSelect: typeof import("element-plus/es")["ElTreeSelect"]; + ElUpload: typeof import("element-plus/es")["ElUpload"]; + ExecutionListener: typeof import("./../components/Process/panel/executionListener.vue")["default"]; + Expression: typeof import("./../components/flow/Expression/index.vue")["default"]; + FileUpload: typeof import("./../components/FileUpload/index.vue")["default"]; + FormPanel: typeof import("./../components/Process/panel/formPanel.vue")["default"]; + Git: typeof import("./../components/RuoYi/Git/index.vue")["default"]; + Hamburger: typeof import("./../components/Hamburger/index.vue")["default"]; + HeaderSearch: typeof import("./../components/HeaderSearch/index.vue")["default"]; + Hour: typeof import("./../components/Crontab/hour.vue")["default"]; + IconSelect: typeof import("./../components/IconSelect/index.vue")["default"]; + IFrame: typeof import("./../components/iFrame/index.vue")["default"]; + ImagePreview: typeof import("./../components/ImagePreview/index.vue")["default"]; + ImageUpload: typeof import("./../components/ImageUpload/index.vue")["default"]; + Luckysheet: typeof import("./../components/luckysheet/index.vue")["default"]; + Min: typeof import("./../components/Crontab/min.vue")["default"]; + Month: typeof import("./../components/Crontab/month.vue")["default"]; + MultiInstance: typeof import("./../components/Process/panel/multiInstance.vue")["default"]; + NBadge: typeof import("naive-ui")["NBadge"]; + NButton: typeof import("naive-ui")["NButton"]; + NCard: typeof import("naive-ui")["NCard"]; + NCollapse: typeof import("naive-ui")["NCollapse"]; + NCollapseItem: typeof import("naive-ui")["NCollapseItem"]; + NDrawer: typeof import("naive-ui")["NDrawer"]; + NDrawerContent: typeof import("naive-ui")["NDrawerContent"]; + NIcon: typeof import("naive-ui")["NIcon"]; + NInput: typeof import("naive-ui")["NInput"]; + NInputNumber: typeof import("naive-ui")["NInputNumber"]; + NMenu: typeof import("naive-ui")["NMenu"]; + NModal: typeof import("naive-ui")["NModal"]; + NScrollbar: typeof import("naive-ui")["NScrollbar"]; + NSwitch: typeof import("naive-ui")["NSwitch"]; + NTooltip: typeof import("naive-ui")["NTooltip"]; + OtherPanel: typeof import("./../components/Process/panel/otherPanel.vue")["default"]; + Pagination: typeof import("./../components/Pagination/index.vue")["default"]; + ParentView: typeof import("./../components/ParentView/index.vue")["default"]; + Process: typeof import("./../components/Process/index.vue")["default"]; + Result: typeof import("./../components/Crontab/result.vue")["default"]; + RightToolbar: typeof import("./../components/RightToolbar/index.vue")["default"]; + Role: typeof import("./../components/flow/Role/index.vue")["default"]; + RouterLink: typeof import("vue-router")["RouterLink"]; + RouterView: typeof import("vue-router")["RouterView"]; + Screenfull: typeof import("./../components/Screenfull/index.vue")["default"]; + Second: typeof import("./../components/Crontab/second.vue")["default"]; + SizeSelect: typeof import("./../components/SizeSelect/index.vue")["default"]; + SvgIcon: typeof import("./../components/SvgIcon/index.vue")["default"]; + TableColumnTreeSelect: typeof import("./../components/TableColumnTreeSelect/index.vue")["default"]; + TaskListener: typeof import("./../components/Process/panel/taskListener.vue")["default"]; + TaskPanel: typeof import("./../components/Process/panel/taskPanel.vue")["default"]; + TopNav: typeof import("./../components/TopNav/index.vue")["default"]; + TreeSelect: typeof import("./../components/TreeSelect/index.vue")["default"]; + User: typeof import("./../components/flow/User/index.vue")["default"]; + Viewer: typeof import("./../components/Process/viewer/index.vue")["default"]; + Week: typeof import("./../components/Crontab/week.vue")["default"]; + Year: typeof import("./../components/Crontab/year.vue")["default"]; } export interface ComponentCustomProperties { - vLoading: typeof import('element-plus/es')['ElLoadingDirective'] + vLoading: typeof import("element-plus/es")["ElLoadingDirective"]; } }