2026-02-26 17:31:18 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
2026-02-28 16:54:47 +08:00
|
|
|
AAlert: typeof import('@arco-design/web-vue')['Alert']
|
|
|
|
|
AAvatar: typeof import('@arco-design/web-vue')['Avatar']
|
|
|
|
|
ABadge: typeof import('@arco-design/web-vue')['Badge']
|
|
|
|
|
ABreadcrumb: typeof import('@arco-design/web-vue')['Breadcrumb']
|
|
|
|
|
ABreadcrumbItem: typeof import('@arco-design/web-vue')['BreadcrumbItem']
|
|
|
|
|
AButton: typeof import('@arco-design/web-vue')['Button']
|
|
|
|
|
ACheckbox: typeof import('@arco-design/web-vue')['Checkbox']
|
|
|
|
|
ACol: typeof import('@arco-design/web-vue')['Col']
|
|
|
|
|
AConfigProvider: typeof import('@arco-design/web-vue')['ConfigProvider']
|
2026-03-06 18:25:24 +08:00
|
|
|
ADatePicker: typeof import('@arco-design/web-vue')['DatePicker']
|
2026-02-28 16:54:47 +08:00
|
|
|
ADescriptions: typeof import('@arco-design/web-vue')['Descriptions']
|
|
|
|
|
ADescriptionsItem: typeof import('@arco-design/web-vue')['DescriptionsItem']
|
|
|
|
|
ADivider: typeof import('@arco-design/web-vue')['Divider']
|
|
|
|
|
ADoption: typeof import('@arco-design/web-vue')['Doption']
|
|
|
|
|
ADrawer: typeof import('@arco-design/web-vue')['Drawer']
|
|
|
|
|
ADropdown: typeof import('@arco-design/web-vue')['Dropdown']
|
|
|
|
|
AEmpty: typeof import('@arco-design/web-vue')['Empty']
|
|
|
|
|
AForm: typeof import('@arco-design/web-vue')['Form']
|
|
|
|
|
AFormItem: typeof import('@arco-design/web-vue')['FormItem']
|
|
|
|
|
AIcon: typeof import('@arco-design/web-vue')['Icon']
|
|
|
|
|
AImage: typeof import('@arco-design/web-vue')['Image']
|
|
|
|
|
AInput: typeof import('@arco-design/web-vue')['Input']
|
2026-03-03 17:59:37 +08:00
|
|
|
AInputNumber: typeof import('@arco-design/web-vue')['InputNumber']
|
2026-02-28 16:54:47 +08:00
|
|
|
AInputPassword: typeof import('@arco-design/web-vue')['InputPassword']
|
2026-03-03 17:59:37 +08:00
|
|
|
AInputSearch: typeof import('@arco-design/web-vue')['InputSearch']
|
2026-02-28 16:54:47 +08:00
|
|
|
ALayout: typeof import('@arco-design/web-vue')['Layout']
|
|
|
|
|
ALayoutHeader: typeof import('@arco-design/web-vue')['LayoutHeader']
|
|
|
|
|
ALayoutSider: typeof import('@arco-design/web-vue')['LayoutSider']
|
|
|
|
|
ALink: typeof import('@arco-design/web-vue')['Link']
|
|
|
|
|
AMenu: typeof import('@arco-design/web-vue')['Menu']
|
|
|
|
|
AMenuItem: typeof import('@arco-design/web-vue')['MenuItem']
|
|
|
|
|
AModal: typeof import('@arco-design/web-vue')['Modal']
|
2026-03-06 18:25:24 +08:00
|
|
|
APagination: typeof import('@arco-design/web-vue')['Pagination']
|
2026-02-28 16:54:47 +08:00
|
|
|
APopover: typeof import('@arco-design/web-vue')['Popover']
|
2026-03-03 17:59:37 +08:00
|
|
|
ARadio: typeof import('@arco-design/web-vue')['Radio']
|
|
|
|
|
ARadioGroup: typeof import('@arco-design/web-vue')['RadioGroup']
|
2026-02-28 16:54:47 +08:00
|
|
|
ARow: typeof import('@arco-design/web-vue')['Row']
|
|
|
|
|
AScrollbar: typeof import('@arco-design/web-vue')['Scrollbar']
|
|
|
|
|
ASelect: typeof import('@arco-design/web-vue')['Select']
|
|
|
|
|
ASpace: typeof import('@arco-design/web-vue')['Space']
|
2026-03-06 18:03:28 +08:00
|
|
|
ASpin: typeof import('@arco-design/web-vue')['Spin']
|
2026-02-28 16:54:47 +08:00
|
|
|
ASubMenu: typeof import('@arco-design/web-vue')['SubMenu']
|
|
|
|
|
ASwitch: typeof import('@arco-design/web-vue')['Switch']
|
|
|
|
|
ATable: typeof import('@arco-design/web-vue')['Table']
|
|
|
|
|
ATabPane: typeof import('@arco-design/web-vue')['TabPane']
|
|
|
|
|
ATabs: typeof import('@arco-design/web-vue')['Tabs']
|
2026-03-03 17:59:37 +08:00
|
|
|
ATag: typeof import('@arco-design/web-vue')['Tag']
|
2026-02-28 16:54:47 +08:00
|
|
|
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
|
2026-03-03 17:59:37 +08:00
|
|
|
ATreeSelect: typeof import('@arco-design/web-vue')['TreeSelect']
|
2026-02-26 17:31:18 +08:00
|
|
|
Avatar: typeof import('./../components/Avatar/index.vue')['default']
|
2026-02-28 16:54:47 +08:00
|
|
|
AWatermark: typeof import('@arco-design/web-vue')['Watermark']
|
2026-02-26 17:31:18 +08:00
|
|
|
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
|
|
|
|
|
CellCopy: typeof import('./../components/CellCopy/index.vue')['default']
|
|
|
|
|
Chart: typeof import('./../components/Chart/index.vue')['default']
|
|
|
|
|
CronForm: typeof import('./../components/GenCron/CronForm/index.vue')['default']
|
|
|
|
|
CronModal: typeof import('./../components/GenCron/CronModal/index.vue')['default']
|
|
|
|
|
DateRangePicker: typeof import('./../components/DateRangePicker/index.vue')['default']
|
|
|
|
|
DayForm: typeof import('./../components/GenCron/CronForm/component/day-form.vue')['default']
|
|
|
|
|
FilePreview: typeof import('./../components/FilePreview/index.vue')['default']
|
|
|
|
|
GiCellAvatar: typeof import('./../components/GiCell/GiCellAvatar.vue')['default']
|
|
|
|
|
GiCellGender: typeof import('./../components/GiCell/GiCellGender.vue')['default']
|
|
|
|
|
GiCellStatus: typeof import('./../components/GiCell/GiCellStatus.vue')['default']
|
|
|
|
|
GiCellTag: typeof import('./../components/GiCell/GiCellTag.vue')['default']
|
|
|
|
|
GiCellTags: typeof import('./../components/GiCell/GiCellTags.vue')['default']
|
|
|
|
|
GiCodeView: typeof import('./../components/GiCodeView/index.vue')['default']
|
|
|
|
|
GiDot: typeof import('./../components/GiDot/index.tsx')['default']
|
|
|
|
|
GiEditTable: typeof import('./../components/GiEditTable/GiEditTable.vue')['default']
|
|
|
|
|
GiFlexibleBox: typeof import('./../components/GiFlexibleBox/index.vue')['default']
|
|
|
|
|
GiFooter: typeof import('./../components/GiFooter/index.vue')['default']
|
|
|
|
|
GiForm: typeof import('./../components/GiForm/src/GiForm.vue')['default']
|
|
|
|
|
GiIconSelector: typeof import('./../components/GiIconSelector/index.vue')['default']
|
|
|
|
|
GiIframe: typeof import('./../components/GiIframe/index.vue')['default']
|
|
|
|
|
GiLeftRightPane: typeof import('./../components/GiLeftRightPane/index.vue')['default']
|
|
|
|
|
GiOption: typeof import('./../components/GiOption/index.vue')['default']
|
|
|
|
|
GiOptionItem: typeof import('./../components/GiOptionItem/index.vue')['default']
|
|
|
|
|
GiOverFlowTags: typeof import('./../components/GiOverFlowTags/index.vue')['default']
|
|
|
|
|
GiSpace: typeof import('./../components/GiSpace/index.vue')['default']
|
|
|
|
|
GiSplitButton: typeof import('./../components/GiSplitButton/index.vue')['default']
|
|
|
|
|
GiSplitPane: typeof import('./../components/GiSplitPane/index.vue')['default']
|
|
|
|
|
GiSplitPaneFlexibleBox: typeof import('./../components/GiSplitPane/components/GiSplitPaneFlexibleBox.vue')['default']
|
|
|
|
|
GiSvgIcon: typeof import('./../components/GiSvgIcon/index.vue')['default']
|
|
|
|
|
GiTable: typeof import('./../components/GiTable/index.vue')['default']
|
|
|
|
|
GiTag: typeof import('./../components/GiTag/index.tsx')['default']
|
|
|
|
|
GiThemeBtn: typeof import('./../components/GiThemeBtn/index.vue')['default']
|
|
|
|
|
HourForm: typeof import('./../components/GenCron/CronForm/component/hour-form.vue')['default']
|
|
|
|
|
Icon403: typeof import('./../components/icons/Icon403.vue')['default']
|
|
|
|
|
Icon404: typeof import('./../components/icons/Icon404.vue')['default']
|
|
|
|
|
Icon500: typeof import('./../components/icons/Icon500.vue')['default']
|
|
|
|
|
IconBorders: typeof import('./../components/icons/IconBorders.vue')['default']
|
|
|
|
|
IconTableSize: typeof import('./../components/icons/IconTableSize.vue')['default']
|
|
|
|
|
IconTreeAdd: typeof import('./../components/icons/IconTreeAdd.vue')['default']
|
|
|
|
|
IconTreeReduce: typeof import('./../components/icons/IconTreeReduce.vue')['default']
|
|
|
|
|
JsonPretty: typeof import('./../components/JsonPretty/index.vue')['default']
|
|
|
|
|
MinuteForm: typeof import('./../components/GenCron/CronForm/component/minute-form.vue')['default']
|
|
|
|
|
MonthForm: typeof import('./../components/GenCron/CronForm/component/month-form.vue')['default']
|
|
|
|
|
ParentView: typeof import('./../components/ParentView/index.vue')['default']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
SecondForm: typeof import('./../components/GenCron/CronForm/component/second-form.vue')['default']
|
|
|
|
|
SplitPanel: typeof import('./../components/SplitPanel/index.vue')['default']
|
|
|
|
|
TextCopy: typeof import('./../components/TextCopy/index.vue')['default']
|
|
|
|
|
ToggleDark: typeof import('./../components/ToggleDark/index.vue')['default']
|
|
|
|
|
UserSelect: typeof import('./../components/UserSelect/index.vue')['default']
|
|
|
|
|
Verify: typeof import('./../components/Verify/index.vue')['default']
|
|
|
|
|
VerifyPoints: typeof import('./../components/Verify/Verify/VerifyPoints.vue')['default']
|
|
|
|
|
VerifySlide: typeof import('./../components/Verify/Verify/VerifySlide.vue')['default']
|
|
|
|
|
WeekForm: typeof import('./../components/GenCron/CronForm/component/week-form.vue')['default']
|
|
|
|
|
YearForm: typeof import('./../components/GenCron/CronForm/component/year-form.vue')['default']
|
|
|
|
|
}
|
|
|
|
|
}
|