From 2d6a9a5612b1a3b4fcb941cfe85c7eec5c04ad62 Mon Sep 17 00:00:00 2001 From: akhuoa Date: Fri, 26 Jun 2026 15:47:17 +1200 Subject: [PATCH] Remove components.d.ts from tracking and delete existing file --- .gitignore | 1 + src/components.d.ts | 38 -------------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 src/components.d.ts diff --git a/.gitignore b/.gitignore index e66fee60..9c8c1a08 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ docs/.vitepress/cache docs/components .DS_Store /.vitepress +**/components.d.ts diff --git a/src/components.d.ts b/src/components.d.ts deleted file mode 100644 index 5600e53a..00000000 --- a/src/components.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/* 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 { - DynamicLegends: typeof import('./components/legends/DynamicLegends.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'] - ElIcon: typeof import('element-plus/es')['ElIcon'] - ElIconArrowDown: typeof import('@element-plus/icons-vue')['ArrowDown'] - ElIconArrowLeft: typeof import('@element-plus/icons-vue')['ArrowLeft'] - ElIconDocumentDelete: typeof import('@element-plus/icons-vue')['DocumentDelete'] - ElIconWarning: typeof import('@element-plus/icons-vue')['Warning'] - ElIconWarningFilled: typeof import('@element-plus/icons-vue')['WarningFilled'] - 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'] - ElSelect: typeof import('element-plus/es')['ElSelect'] - FlatmapError: typeof import('./components/FlatmapError.vue')['default'] - FlatmapVuer: typeof import('./components/FlatmapVuer.vue')['default'] - LegendItem: typeof import('./components/legends/LegendItem.vue')['default'] - MultiFlatmapVuer: typeof import('./components/MultiFlatmapVuer.vue')['default'] - SelectionsGroup: typeof import('./components/SelectionsGroup.vue')['default'] - SvgLegends: typeof import('./components/legends/SvgLegends.vue')['default'] - } - export interface ComponentCustomProperties { - vLoading: typeof import('element-plus/es')['ElLoadingDirective'] - vPopover: typeof import('element-plus/es')['ElPopoverDirective'] - } -}