Browse Source

配置文件

IoT
fuguobin 6 months ago
parent
commit
18306206b7
  1. 218
      src/types/components.d.ts

218
src/types/components.d.ts

@ -5,117 +5,117 @@
// Read more: https://github.com/vuejs/core/pull/3399 // Read more: https://github.com/vuejs/core/pull/3399
export {} export {}
declare module 'vue' { declare module "vue" {
export interface GlobalComponents { export interface GlobalComponents {
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default'] Breadcrumb: typeof import("./../components/Breadcrumb/index.vue")["default"];
CommonPanel: typeof import('./../components/Process/panel/commonPanel.vue')['default'] CommonPanel: typeof import("./../components/Process/panel/commonPanel.vue")["default"];
ConditionPanel: typeof import('./../components/Process/panel/conditionPanel.vue')['default'] ConditionPanel: typeof import("./../components/Process/panel/conditionPanel.vue")["default"];
Crontab: typeof import('./../components/Crontab/index.vue')['default'] Crontab: typeof import("./../components/Crontab/index.vue")["default"];
CustomMonitorView: typeof import('./../components/CustomMonitorView/index.vue')['default'] CustomMonitorView: typeof import("./../components/CustomMonitorView/index.vue")["default"];
Day: typeof import('./../components/Crontab/day.vue')['default'] Day: typeof import("./../components/Crontab/day.vue")["default"];
Designer: typeof import('./../components/Process/designer.vue')['default'] Designer: typeof import("./../components/Process/designer.vue")["default"];
DictTag: typeof import('./../components/DictTag/index.vue')['default'] DictTag: typeof import("./../components/DictTag/index.vue")["default"];
Doc: typeof import('./../components/RuoYi/Doc/index.vue')['default'] Doc: typeof import("./../components/RuoYi/Doc/index.vue")["default"];
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb'] ElBreadcrumb: typeof import("element-plus/es")["ElBreadcrumb"];
ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem'] ElBreadcrumbItem: typeof import("element-plus/es")["ElBreadcrumbItem"];
ElButton: typeof import('element-plus/es')['ElButton'] ElButton: typeof import("element-plus/es")["ElButton"];
ElCard: typeof import('element-plus/es')['ElCard'] ElCard: typeof import("element-plus/es")["ElCard"];
ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] ElCheckbox: typeof import("element-plus/es")["ElCheckbox"];
ElCol: typeof import('element-plus/es')['ElCol'] ElCol: typeof import("element-plus/es")["ElCol"];
ElColorPicker: typeof import('element-plus/es')['ElColorPicker'] ElColorPicker: typeof import("element-plus/es")["ElColorPicker"];
ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] ElDatePicker: typeof import("element-plus/es")["ElDatePicker"];
ElDialog: typeof import('element-plus/es')['ElDialog'] ElDialog: typeof import("element-plus/es")["ElDialog"];
ElDivider: typeof import('element-plus/es')['ElDivider'] ElDivider: typeof import("element-plus/es")["ElDivider"];
ElDrawer: typeof import('element-plus/es')['ElDrawer'] ElDrawer: typeof import("element-plus/es")["ElDrawer"];
ElDropdown: typeof import('element-plus/es')['ElDropdown'] ElDropdown: typeof import("element-plus/es")["ElDropdown"];
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] ElDropdownItem: typeof import("element-plus/es")["ElDropdownItem"];
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] ElDropdownMenu: typeof import("element-plus/es")["ElDropdownMenu"];
ElForm: typeof import('element-plus/es')['ElForm'] ElForm: typeof import("element-plus/es")["ElForm"];
ElFormItem: typeof import('element-plus/es')['ElFormItem'] ElFormItem: typeof import("element-plus/es")["ElFormItem"];
ElIcon: typeof import('element-plus/es')['ElIcon'] ElIcon: typeof import("element-plus/es")["ElIcon"];
ElImage: typeof import('element-plus/es')['ElImage'] ElImage: typeof import("element-plus/es")["ElImage"];
ElInput: typeof import('element-plus/es')['ElInput'] ElInput: typeof import("element-plus/es")["ElInput"];
ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] ElInputNumber: typeof import("element-plus/es")["ElInputNumber"];
ElInputTag: typeof import('./../components/flow/ElInputTag/index.vue')['default'] ElInputTag: typeof import("./../components/flow/ElInputTag/index.vue")["default"];
ElLink: typeof import('element-plus/es')['ElLink'] ElLink: typeof import("element-plus/es")["ElLink"];
ElMenu: typeof import('element-plus/es')['ElMenu'] ElMenu: typeof import("element-plus/es")["ElMenu"];
ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] ElMenuItem: typeof import("element-plus/es")["ElMenuItem"];
ElOption: typeof import('element-plus/es')['ElOption'] ElOption: typeof import("element-plus/es")["ElOption"];
ElPagination: typeof import('element-plus/es')['ElPagination'] ElPagination: typeof import("element-plus/es")["ElPagination"];
ElPopover: typeof import('element-plus/es')['ElPopover'] ElPopover: typeof import("element-plus/es")["ElPopover"];
ElRadio: typeof import('element-plus/es')['ElRadio'] ElRadio: typeof import("element-plus/es")["ElRadio"];
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ElRadioGroup: typeof import("element-plus/es")["ElRadioGroup"];
ElRow: typeof import('element-plus/es')['ElRow'] ElRow: typeof import("element-plus/es")["ElRow"];
ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElScrollbar: typeof import("element-plus/es")["ElScrollbar"];
ElSelect: typeof import('element-plus/es')['ElSelect'] ElSelect: typeof import("element-plus/es")["ElSelect"];
ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] ElSubMenu: typeof import("element-plus/es")["ElSubMenu"];
ElSwitch: typeof import('element-plus/es')['ElSwitch'] ElSwitch: typeof import("element-plus/es")["ElSwitch"];
ElTable: typeof import('element-plus/es')['ElTable'] ElTable: typeof import("element-plus/es")["ElTable"];
ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ElTableColumn: typeof import("element-plus/es")["ElTableColumn"];
ElTabPane: typeof import('element-plus/es')['ElTabPane'] ElTabPane: typeof import("element-plus/es")["ElTabPane"];
ElTabs: typeof import('element-plus/es')['ElTabs'] ElTabs: typeof import("element-plus/es")["ElTabs"];
ElTag: typeof import('element-plus/es')['ElTag'] ElTag: typeof import("element-plus/es")["ElTag"];
ElTimePicker: typeof import('element-plus/es')['ElTimePicker'] ElTimePicker: typeof import("element-plus/es")["ElTimePicker"];
ElTooltip: typeof import('element-plus/es')['ElTooltip'] ElTooltip: typeof import("element-plus/es")["ElTooltip"];
ElTransfer: typeof import('element-plus/es')['ElTransfer'] ElTransfer: typeof import("element-plus/es")["ElTransfer"];
ElTree: typeof import('element-plus/es')['ElTree'] ElTree: typeof import("element-plus/es")["ElTree"];
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect'] ElTreeSelect: typeof import("element-plus/es")["ElTreeSelect"];
ElUpload: typeof import('element-plus/es')['ElUpload'] ElUpload: typeof import("element-plus/es")["ElUpload"];
ExecutionListener: typeof import('./../components/Process/panel/executionListener.vue')['default'] ExecutionListener: typeof import("./../components/Process/panel/executionListener.vue")["default"];
Expression: typeof import('./../components/flow/Expression/index.vue')['default'] Expression: typeof import("./../components/flow/Expression/index.vue")["default"];
FileUpload: typeof import('./../components/FileUpload/index.vue')['default'] FileUpload: typeof import("./../components/FileUpload/index.vue")["default"];
FormPanel: typeof import('./../components/Process/panel/formPanel.vue')['default'] FormPanel: typeof import("./../components/Process/panel/formPanel.vue")["default"];
Git: typeof import('./../components/RuoYi/Git/index.vue')['default'] Git: typeof import("./../components/RuoYi/Git/index.vue")["default"];
Hamburger: typeof import('./../components/Hamburger/index.vue')['default'] Hamburger: typeof import("./../components/Hamburger/index.vue")["default"];
HeaderSearch: typeof import('./../components/HeaderSearch/index.vue')['default'] HeaderSearch: typeof import("./../components/HeaderSearch/index.vue")["default"];
Hour: typeof import('./../components/Crontab/hour.vue')['default'] Hour: typeof import("./../components/Crontab/hour.vue")["default"];
IconSelect: typeof import('./../components/IconSelect/index.vue')['default'] IconSelect: typeof import("./../components/IconSelect/index.vue")["default"];
IFrame: typeof import('./../components/iFrame/index.vue')['default'] IFrame: typeof import("./../components/iFrame/index.vue")["default"];
ImagePreview: typeof import('./../components/ImagePreview/index.vue')['default'] ImagePreview: typeof import("./../components/ImagePreview/index.vue")["default"];
ImageUpload: typeof import('./../components/ImageUpload/index.vue')['default'] ImageUpload: typeof import("./../components/ImageUpload/index.vue")["default"];
Luckysheet: typeof import('./../components/luckysheet/index.vue')['default'] Luckysheet: typeof import("./../components/luckysheet/index.vue")["default"];
Min: typeof import('./../components/Crontab/min.vue')['default'] Min: typeof import("./../components/Crontab/min.vue")["default"];
Month: typeof import('./../components/Crontab/month.vue')['default'] Month: typeof import("./../components/Crontab/month.vue")["default"];
MultiInstance: typeof import('./../components/Process/panel/multiInstance.vue')['default'] MultiInstance: typeof import("./../components/Process/panel/multiInstance.vue")["default"];
NBadge: typeof import('naive-ui')['NBadge'] NBadge: typeof import("naive-ui")["NBadge"];
NButton: typeof import('naive-ui')['NButton'] NButton: typeof import("naive-ui")["NButton"];
NCard: typeof import('naive-ui')['NCard'] NCard: typeof import("naive-ui")["NCard"];
NCollapse: typeof import('naive-ui')['NCollapse'] NCollapse: typeof import("naive-ui")["NCollapse"];
NCollapseItem: typeof import('naive-ui')['NCollapseItem'] NCollapseItem: typeof import("naive-ui")["NCollapseItem"];
NDrawer: typeof import('naive-ui')['NDrawer'] NDrawer: typeof import("naive-ui")["NDrawer"];
NDrawerContent: typeof import('naive-ui')['NDrawerContent'] NDrawerContent: typeof import("naive-ui")["NDrawerContent"];
NIcon: typeof import('naive-ui')['NIcon'] NIcon: typeof import("naive-ui")["NIcon"];
NInput: typeof import('naive-ui')['NInput'] NInput: typeof import("naive-ui")["NInput"];
NInputNumber: typeof import('naive-ui')['NInputNumber'] NInputNumber: typeof import("naive-ui")["NInputNumber"];
NMenu: typeof import('naive-ui')['NMenu'] NMenu: typeof import("naive-ui")["NMenu"];
NModal: typeof import('naive-ui')['NModal'] NModal: typeof import("naive-ui")["NModal"];
NScrollbar: typeof import('naive-ui')['NScrollbar'] NScrollbar: typeof import("naive-ui")["NScrollbar"];
NSwitch: typeof import('naive-ui')['NSwitch'] NSwitch: typeof import("naive-ui")["NSwitch"];
NTooltip: typeof import('naive-ui')['NTooltip'] NTooltip: typeof import("naive-ui")["NTooltip"];
OtherPanel: typeof import('./../components/Process/panel/otherPanel.vue')['default'] OtherPanel: typeof import("./../components/Process/panel/otherPanel.vue")["default"];
Pagination: typeof import('./../components/Pagination/index.vue')['default'] Pagination: typeof import("./../components/Pagination/index.vue")["default"];
ParentView: typeof import('./../components/ParentView/index.vue')['default'] ParentView: typeof import("./../components/ParentView/index.vue")["default"];
Process: typeof import('./../components/Process/index.vue')['default'] Process: typeof import("./../components/Process/index.vue")["default"];
Result: typeof import('./../components/Crontab/result.vue')['default'] Result: typeof import("./../components/Crontab/result.vue")["default"];
RightToolbar: typeof import('./../components/RightToolbar/index.vue')['default'] RightToolbar: typeof import("./../components/RightToolbar/index.vue")["default"];
Role: typeof import('./../components/flow/Role/index.vue')['default'] Role: typeof import("./../components/flow/Role/index.vue")["default"];
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import("vue-router")["RouterLink"];
RouterView: typeof import('vue-router')['RouterView'] RouterView: typeof import("vue-router")["RouterView"];
Screenfull: typeof import('./../components/Screenfull/index.vue')['default'] Screenfull: typeof import("./../components/Screenfull/index.vue")["default"];
Second: typeof import('./../components/Crontab/second.vue')['default'] Second: typeof import("./../components/Crontab/second.vue")["default"];
SizeSelect: typeof import('./../components/SizeSelect/index.vue')['default'] SizeSelect: typeof import("./../components/SizeSelect/index.vue")["default"];
SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default'] SvgIcon: typeof import("./../components/SvgIcon/index.vue")["default"];
TableColumnTreeSelect: typeof import('./../components/TableColumnTreeSelect/index.vue')['default'] TableColumnTreeSelect: typeof import("./../components/TableColumnTreeSelect/index.vue")["default"];
TaskListener: typeof import('./../components/Process/panel/taskListener.vue')['default'] TaskListener: typeof import("./../components/Process/panel/taskListener.vue")["default"];
TaskPanel: typeof import('./../components/Process/panel/taskPanel.vue')['default'] TaskPanel: typeof import("./../components/Process/panel/taskPanel.vue")["default"];
TopNav: typeof import('./../components/TopNav/index.vue')['default'] TopNav: typeof import("./../components/TopNav/index.vue")["default"];
TreeSelect: typeof import('./../components/TreeSelect/index.vue')['default'] TreeSelect: typeof import("./../components/TreeSelect/index.vue")["default"];
User: typeof import('./../components/flow/User/index.vue')['default'] User: typeof import("./../components/flow/User/index.vue")["default"];
Viewer: typeof import('./../components/Process/viewer/index.vue')['default'] Viewer: typeof import("./../components/Process/viewer/index.vue")["default"];
Week: typeof import('./../components/Crontab/week.vue')['default'] Week: typeof import("./../components/Crontab/week.vue")["default"];
Year: typeof import('./../components/Crontab/year.vue')['default'] Year: typeof import("./../components/Crontab/year.vue")["default"];
} }
export interface ComponentCustomProperties { export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective'] vLoading: typeof import("element-plus/es")["ElLoadingDirective"];
} }
} }

Loading…
Cancel
Save