| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- Card: typeof import('./../../src/components/cards/card.vue')['default']
- CodeHighlighter: typeof import('./../../src/components/highlighters/CodeHighlighter.vue')['default']
- CodeHighlighter2: typeof import('./../../src/components/highlighters/CodeHighlighter2.vue')['default']
- DeptTree: typeof import('./../../src/components/tree/DeptTree.vue')['default']
- DictSelect: typeof import('./../../src/components/dict/DictSelect.vue')['default']
- DictTag: typeof import('./../../src/components/dict/DictTag.vue')['default']
- DynamicTreeSelect: typeof import('./../../src/components/select/DynamicTreeSelect.vue')['default']
- DySearchSelect: typeof import('./../../src/components/select/DySearchSelect.vue')['default']
- DySelect: typeof import('./../../src/components/select/DySelect.vue')['default']
- DySelectTree: typeof import('./../../src/components/select/DySelectTree.vue')['default']
- ElButton: typeof import('element-plus/es')['ElButton']
- ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
- ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
- ElCol: typeof import('element-plus/es')['ElCol']
- ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
- ElForm: typeof import('element-plus/es')['ElForm']
- ElFormItem: typeof import('element-plus/es')['ElFormItem']
- ElIcon: typeof import('element-plus/es')['ElIcon']
- ElInput: typeof import('element-plus/es')['ElInput']
- ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
- ElLink: typeof import('element-plus/es')['ElLink']
- ElOption: typeof import('element-plus/es')['ElOption']
- 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']
- ElSwitch: typeof import('element-plus/es')['ElSwitch']
- ElTabPane: typeof import('element-plus/es')['ElTabPane']
- ElTabs: typeof import('element-plus/es')['ElTabs']
- ElTag: typeof import('element-plus/es')['ElTag']
- 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']
- IconSelect: typeof import('./../../src/components/icon/IconSelect.vue')['default']
- IFrame: typeof import('./../../src/components/iFrame/iFrame.vue')['default']
- ImportModal: typeof import('./../../src/components/upload/ImportModal.vue')['default']
- Loading: typeof import('./../../src/components/table/table-partials/Loading.vue')['default']
- MenuComponent: typeof import('./../../src/components/menu/MenuComponent.vue')['default']
- Notice: typeof import('./../../src/components/Notice.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- TableBodyRow: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableBodyRow.vue')['default']
- TableContent: typeof import('./../../src/components/table/table-partials/table-content/TableContent.vue')['default']
- TableFixed: typeof import('./../../src/components/table/table-partials/table-content/table-fixed/TableFixed.vue')['default']
- TableFooter: typeof import('./../../src/components/table/table-partials/TableFooter.vue')['default']
- TableHeadRow: typeof import('./../../src/components/table/table-partials/table-content/table-head/TableHeadRow.vue')['default']
- TableItemsPerPageSelect: typeof import('./../../src/components/table/table-partials/table-content/table-footer/TableItemsPerPageSelect.vue')['default']
- TableLeftToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableLeftToolbar.vue')['default']
- TablePagination: typeof import('./../../src/components/table/table-partials/table-content/table-footer/TablePagination.vue')['default']
- TableRightFixed: typeof import('./../../src/components/table/table-partials/table-content/table-fixed/TableRightFixed.vue')['default']
- TableRightToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableRightToolbar.vue')['default']
- TableSearchFrom: typeof import('./../../src/components/table/table-partials/table-toolbar/TableSearchFrom.vue')['default']
- TableToolbar: typeof import('./../../src/components/table/table-partials/table-toolbar/TableToolbar.vue')['default']
- TableTreeRow: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableTreeRow.vue')['default']
- TableTreeRowChild: typeof import('./../../src/components/table/table-partials/table-content/table-body/TableTreeRowChild.vue')['default']
- VbDataTable: typeof import('./../../src/components/table/VbDataTable.vue')['default']
- VbEditor: typeof import('./../../src/components/editor/VbEditor.vue')['default']
- VbForm: typeof import('./../../src/components/form/VbForm.vue')['default']
- VbFormItem: typeof import('./../../src/components/form/VbFormItem.vue')['default']
- VbImagePreview: typeof import('./../../src/components/upload/VbImagePreview.vue')['default']
- VbModal: typeof import('./../../src/components/modal/VbModal.vue')['default']
- VbSelect: typeof import('./../../src/components/select/VbSelect.vue')['default']
- VbSymbol: typeof import('./../../src/components/symbol/VbSymbol.vue')['default']
- VbTag: typeof import('./../../src/components/tag/VbTag.vue')['default']
- VbTooltip: typeof import('./../../src/components/tooltip/VbTooltip.vue')['default']
- VbTreeTable: typeof import('./../../src/components/table/VbTreeTable.vue')['default']
- VbUpload: typeof import('./../../src/components/upload/VbUpload.vue')['default']
- }
- export interface ComponentCustomProperties {
- vLoading: typeof import('element-plus/es')['ElLoadingDirective']
- }
- }
|