Эх сурвалжийг харах

忽略自动生成的*.d.ts

Yue 2 жил өмнө
parent
commit
6f4bd95c69
3 өөрчлөгдсөн 2 нэмэгдсэн , 135 устгасан
  1. 2 0
      .gitignore
  2. 0 65
      auto-imports.d.ts
  3. 0 70
      components.d.ts

+ 2 - 0
.gitignore

@@ -16,3 +16,5 @@ selenium-debug.log
 *.ntvs*
 *.njsproj
 *.sln
+/components.d.ts
+/auto-imports.d.ts

+ 0 - 65
auto-imports.d.ts

@@ -1,65 +0,0 @@
-/* eslint-disable */
-/* prettier-ignore */
-// @ts-nocheck
-// Generated by unplugin-auto-import
-export {}
-declare global {
-
-}
-onst EffectScope: typeof import('vue')['EffectScope']
-  const computed: typeof import('vue')['computed']
-  const createApp: typeof import('vue')['createApp']
-  const customRef: typeof import('vue')['customRef']
-  const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
-  const defineComponent: typeof import('vue')['defineComponent']
-  const effectScope: typeof import('vue')['effectScope']
-  const getCurrentInstance: typeof import('vue')['getCurrentInstance']
-  const getCurrentScope: typeof import('vue')['getCurrentScope']
-  const h: typeof import('vue')['h']
-  const inject: typeof import('vue')['inject']
-  const isProxy: typeof import('vue')['isProxy']
-  const isReactive: typeof import('vue')['isReactive']
-  const isReadonly: typeof import('vue')['isReadonly']
-  const isRef: typeof import('vue')['isRef']
-  const markRaw: typeof import('vue')['markRaw']
-  const nextTick: typeof import('vue')['nextTick']
-  const onActivated: typeof import('vue')['onActivated']
-  const onBeforeMount: typeof import('vue')['onBeforeMount']
-  const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
-  const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
-  const onDeactivated: typeof import('vue')['onDeactivated']
-  const onErrorCaptured: typeof import('vue')['onErrorCaptured']
-  const onMounted: typeof import('vue')['onMounted']
-  const onRenderTracked: typeof import('vue')['onRenderTracked']
-  const onRenderTriggered: typeof import('vue')['onRenderTriggered']
-  const onScopeDispose: typeof import('vue')['onScopeDispose']
-  const onServerPrefetch: typeof import('vue')['onServerPrefetch']
-  const onUnmounted: typeof import('vue')['onUnmounted']
-  const onUpdated: typeof import('vue')['onUpdated']
-  const provide: typeof import('vue')['provide']
-  const reactive: typeof import('vue')['reactive']
-  const readonly: typeof import('vue')['readonly']
-  const ref: typeof import('vue')['ref']
-  const resolveComponent: typeof import('vue')['resolveComponent']
-  const shallowReactive: typeof import('vue')['shallowReactive']
-  const shallowReadonly: typeof import('vue')['shallowReadonly']
-  const shallowRef: typeof import('vue')['shallowRef']
-  const toRaw: typeof import('vue')['toRaw']
-  const toRef: typeof import('vue')['toRef']
-  const toRefs: typeof import('vue')['toRefs']
-  const triggerRef: typeof import('vue')['triggerRef']
-  const unref: typeof import('vue')['unref']
-  const useAttrs: typeof import('vue')['useAttrs']
-  const useCssModule: typeof import('vue')['useCssModule']
-  const useCssVars: typeof import('vue')['useCssVars']
-  const useSlots: typeof import('vue')['useSlots']
-  const watch: typeof import('vue')['watch']
-  const watchEffect: typeof import('vue')['watchEffect']
-  const watchPostEffect: typeof import('vue')['watchPostEffect']
-  const watchSyncEffect: typeof import('vue')['watchSyncEffect']
-}
-// for type re-export
-declare global {
-  // @ts-ignore
-  export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
-}

+ 0 - 70
components.d.ts

@@ -1,70 +0,0 @@
-/* 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 {
-    AreaCascade: typeof import('./src/components/select/AreaCascade.vue')['default']
-    AreaCascadeSelect: typeof import('./src/components/select/AreaCascadeSelect.vue')['default']
-    AreaSelectCascade: typeof import('./src/components/select/AreaSelectCascade.vue')['default']
-    BaseChart: typeof import('./src/components/charts/BaseChart.vue')['default']
-    CodeHighlighter: typeof import('./src/components/highlighters/CodeHighlighter.vue')['default']
-    CodeHighlighter2: typeof import('./src/components/highlighters/CodeHighlighter2.vue')['default']
-    copy: typeof import('./src/components/Table/table-partials/table-content/table-body/TableTreeRow copy.vue')['default']
-    DateRangeSelect: typeof import('./src/components/select/DateRangeSelect.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']
-    DySelectCascade: typeof import('./src/components/select/DySelectCascade.vue')['default']
-    DySelectTree: typeof import('./src/components/select/DySelectTree.vue')['default']
-    ElButton: typeof import('element-plus/es')['ElButton']
-    ElCascader: typeof import('element-plus/es')['ElCascader']
-    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']
-    ElElFormItem: typeof import('element-plus/es')['ElElFormItem']
-    ElForm: typeof import('element-plus/es')['ElForm']
-    ElFormItem: typeof import('element-plus/es')['ElFormItem']
-    ElInput: typeof import('element-plus/es')['ElInput']
-    ElOption: typeof import('element-plus/es')['ElOption']
-    ElPagination: typeof import('element-plus/es')['ElPagination']
-    ElRadio: typeof import('element-plus/es')['ElRadio']
-    ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
-    ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
-    ElRow: typeof import('element-plus/es')['ElRow']
-    ElSelect: typeof import('element-plus/es')['ElSelect']
-    ElTabPane: typeof import('element-plus/es')['ElTabPane']
-    ElTabs: typeof import('element-plus/es')['ElTabs']
-    ElTree: typeof import('element-plus/es')['ElTree']
-    Form: typeof import('./src/components/Forms/Form.vue')['default']
-    FormItem: typeof import('./src/components/Forms/FormItem.vue')['default']
-    Loading: typeof import('./src/components/Table/table-partials/Loading.vue')['default']
-    MenuComponent: typeof import('./src/components/menu/MenuComponent.vue')['default']
-    OrgCompany: typeof import('./src/components/Tree/OrgCompany.vue')['default']
-    OrgSelectTree: typeof import('./src/components/Tree/OrgSelectTree.vue')['default']
-    'PreviewCode ': typeof import('./src/components/prismjs/PreviewCode .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']
-    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']
-    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']
-    VbForm: typeof import('./src/components/Forms/VbForm.vue')['default']
-    VbFormItem: typeof import('./src/components/Forms/VbFormItem.vue')['default']
-    VbModal: typeof import('./src/components/Modals/VbModal.vue')['default']
-    VbTreeTable: typeof import('./src/components/Table/VbTreeTable.vue')['default']
-  }
-}