ignore components.d.ts from admin, remove auto generated components.d.ts from admin and frontend from git repository

This commit is contained in:
einhornimmond 2024-08-19 18:13:01 +02:00
parent 76e5994441
commit f2cf1c622d
3 changed files with 2 additions and 281 deletions

2
admin/.gitignore vendored
View File

@ -10,3 +10,5 @@ coverage/
# emacs
*~
components.d.ts

101
admin/components.d.ts vendored
View File

@ -1,101 +0,0 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
BAvatar: typeof import('bootstrap-vue-next')['BAvatar']
BBadge: typeof import('bootstrap-vue-next')['BBadge']
BButton: typeof import('bootstrap-vue-next')['BButton']
BCard: typeof import('bootstrap-vue-next')['BCard']
BCardText: typeof import('bootstrap-vue-next')['BCardText']
BCol: typeof import('bootstrap-vue-next')['BCol']
BCollapse: typeof import('bootstrap-vue-next')['BCollapse']
BContainer: typeof import('bootstrap-vue-next')['BContainer']
BForm: typeof import('bootstrap-vue-next')['BForm']
BFormCheckbox: typeof import('bootstrap-vue-next')['BFormCheckbox']
BFormGroup: typeof import('bootstrap-vue-next')['BFormGroup']
BFormInput: typeof import('bootstrap-vue-next')['BFormInput']
BFormRadioGroup: typeof import('bootstrap-vue-next')['BFormRadioGroup']
BFormSelect: typeof import('bootstrap-vue-next')['BFormSelect']
BFormTextarea: typeof import('bootstrap-vue-next')['BFormTextarea']
BInputGroup: typeof import('bootstrap-vue-next')['BInputGroup']
BLink: typeof import('bootstrap-vue-next')['BLink']
BListGroup: typeof import('bootstrap-vue-next')['BListGroup']
BListGroupItem: typeof import('bootstrap-vue-next')['BListGroupItem']
BModal: typeof import('bootstrap-vue-next')['BModal']
BPagination: typeof import('bootstrap-vue-next')['BPagination']
BRow: typeof import('bootstrap-vue-next')['BRow']
BTab: typeof import('bootstrap-vue-next')['BTab']
BTable: typeof import('bootstrap-vue-next')['BTable']
BTableLite: typeof import('bootstrap-vue-next')['BTableLite']
BTableSimple: typeof import('bootstrap-vue-next')['BTableSimple']
BTabs: typeof import('bootstrap-vue-next')['BTabs']
BTbody: typeof import('bootstrap-vue-next')['BTbody']
BTd: typeof import('bootstrap-vue-next')['BTd']
BTh: typeof import('bootstrap-vue-next')['BTh']
BThead: typeof import('bootstrap-vue-next')['BThead']
BToastOrchestrator: typeof import('bootstrap-vue-next')['BToastOrchestrator']
BTooltip: typeof import('bootstrap-vue-next')['BTooltip']
BTr: typeof import('bootstrap-vue-next')['BTr']
ChangeUserRoleFormular: typeof import('./src/components/ChangeUserRoleFormular.vue')['default']
CommunityVisualizeItem: typeof import('./src/components/Federation/CommunityVisualizeItem.vue')['default']
ConfirmRegisterMailFormular: typeof import('./src/components/ConfirmRegisterMailFormular.vue')['default']
ContentFooter: typeof import('./src/components/ContentFooter.vue')['default']
ContributionLink: typeof import('./src/components/ContributionLink/ContributionLink.vue')['default']
ContributionLinkForm: typeof import('./src/components/ContributionLink/ContributionLinkForm.vue')['default']
ContributionLinkList: typeof import('./src/components/ContributionLink/ContributionLinkList.vue')['default']
ContributionMessagesFormular: typeof import('./src/components/ContributionMessages/ContributionMessagesFormular.vue')['default']
ContributionMessagesList: typeof import('./src/components/ContributionMessages/ContributionMessagesList.vue')['default']
ContributionMessagesListItem: typeof import('./src/components/ContributionMessages/slots/ContributionMessagesListItem.vue')['default']
Coordinates: typeof import('./src/components/input/Coordinates.vue')['default']
CreationFormular: typeof import('./src/components/CreationFormular.vue')['default']
CreationTransactionList: typeof import('./src/components/CreationTransactionList.vue')['default']
DeletedUserFormular: typeof import('./src/components/DeletedUserFormular.vue')['default']
EditableGroup: typeof import('./src/components/input/EditableGroup.vue')['default']
EditableGroupableLabel: typeof import('./src/components/input/EditableGroupableLabel.vue')['default']
EditCreationFormular: typeof import('./src/components/EditCreationFormular.vue')['default']
FederationVisualizeItem: typeof import('./src/components/Federation/FederationVisualizeItem.vue')['default']
FigureQrCode: typeof import('./src/components/FigureQrCode.vue')['default']
IBiArrowClockwise: typeof import('~icons/bi/arrow-clockwise')['default']
IBiBellFill: typeof import('~icons/bi/bell-fill')['default']
IBiChatDots: typeof import('~icons/bi/chat-dots')['default']
IBiCheck: typeof import('~icons/bi/check')['default']
IBiEnvelope: typeof import('~icons/bi/envelope')['default']
IBiExclamationCircleFill: typeof import('~icons/bi/exclamation-circle-fill')['default']
IBiEye: typeof import('~icons/bi/eye')['default']
IBiList: typeof import('~icons/bi/list')['default']
IBiPencil: typeof import('~icons/bi/pencil')['default']
IBiPencilFill: typeof import('~icons/bi/pencil-fill')['default']
IBiPencilSquare: typeof import('~icons/bi/pencil-square')['default']
IBiQuestionDiamond: typeof import('~icons/bi/question-diamond')['default']
IBiQuestionSquare: typeof import('~icons/bi/question-square')['default']
IBiTrash: typeof import('~icons/bi/trash')['default']
IBiX: typeof import('~icons/bi/x')['default']
IBiXCircle: typeof import('~icons/bi/x-circle')['default']
IIcBaselineClose: typeof import('~icons/ic/baseline-close')['default']
IPhCaretDown: typeof import('~icons/ph/caret-down')['default']
IPhCaretUpFill: typeof import('~icons/ph/caret-up-fill')['default']
NavBar: typeof import('./src/components/NavBar.vue')['default']
NotFoundPage: typeof import('./src/components/NotFoundPage.vue')['default']
OpenCreationsTable: typeof import('./src/components/Tables/OpenCreationsTable.vue')['default']
Overlay: typeof import('./src/components/Overlay.vue')['default']
ParseMessage: typeof import('./src/components/ContributionMessages/ParseMessage.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
RowDetails: typeof import('./src/components/RowDetails.vue')['default']
SearchUserTable: typeof import('./src/components/Tables/SearchUserTable.vue')['default']
StatisticTable: typeof import('./src/components/Tables/StatisticTable.vue')['default']
TimePicker: typeof import('./src/components/input/TimePicker.vue')['default']
TransactionLinkList: typeof import('./src/components/TransactionLinkList.vue')['default']
UserQuery: typeof import('./src/components/UserQuery.vue')['default']
}
export interface ComponentCustomProperties {
vBModal: typeof import('bootstrap-vue-next')['vBModal']
vBToggle: typeof import('bootstrap-vue-next')['vBToggle']
vBTooltip: typeof import('bootstrap-vue-next')['vBTooltip']
}
}

View File

@ -1,180 +0,0 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AmountAndNameRow: typeof import('./src/components/TransactionRows/AmountAndNameRow.vue')['default']
AppModal: typeof import('./src/components/AppModal.vue')['default']
AuthCarousel: typeof import('./src/components/Auth/AuthCarousel.vue')['default']
AuthFooter: typeof import('./src/components/Auth/AuthFooter.vue')['default']
AuthNavbar: typeof import('./src/components/Auth/AuthNavbar.vue')['default']
AuthNavbarSmall: typeof import('./src/components/Auth/AuthNavbarSmall.vue')['default']
BAvatar: typeof import('bootstrap-vue-next')['BAvatar']
BBadge: typeof import('bootstrap-vue-next')['BBadge']
BButton: typeof import('bootstrap-vue-next')['BButton']
BCard: typeof import('bootstrap-vue-next')['BCard']
BCardBody: typeof import('bootstrap-vue-next')['BCardBody']
BCardText: typeof import('bootstrap-vue-next')['BCardText']
BCardTitle: typeof import('bootstrap-vue-next')['BCardTitle']
BCarousel: typeof import('bootstrap-vue-next')['BCarousel']
BCarouselSlide: typeof import('bootstrap-vue-next')['BCarouselSlide']
BCol: typeof import('bootstrap-vue-next')['BCol']
BCollapse: typeof import('bootstrap-vue-next')['BCollapse']
BContainer: typeof import('bootstrap-vue-next')['BContainer']
BDropdown: typeof import('bootstrap-vue-next')['BDropdown']
BDropdownItem: typeof import('bootstrap-vue-next')['BDropdownItem']
BForm: typeof import('bootstrap-vue-next')['BForm']
BFormCheckbox: typeof import('bootstrap-vue-next')['BFormCheckbox']
BFormGroup: typeof import('bootstrap-vue-next')['BFormGroup']
BFormInput: typeof import('bootstrap-vue-next')['BFormInput']
BFormInvalidFeedback: typeof import('bootstrap-vue-next')['BFormInvalidFeedback']
BFormRadio: typeof import('bootstrap-vue-next')['BFormRadio']
BFormRadioGroup: typeof import('bootstrap-vue-next')['BFormRadioGroup']
BFormSelect: typeof import('bootstrap-vue-next')['BFormSelect']
BFormTextarea: typeof import('bootstrap-vue-next')['BFormTextarea']
BImg: typeof import('bootstrap-vue-next')['BImg']
BInputGroup: typeof import('bootstrap-vue-next')['BInputGroup']
BLink: typeof import('bootstrap-vue-next')['BLink']
BModal: typeof import('bootstrap-vue-next')['BModal']
BModalOrchestrator: typeof import('bootstrap-vue-next')['BModalOrchestrator']
BNav: typeof import('bootstrap-vue-next')['BNav']
BNavbar: typeof import('bootstrap-vue-next')['BNavbar']
BNavbarBrand: typeof import('bootstrap-vue-next')['BNavbarBrand']
BNavbarNav: typeof import('bootstrap-vue-next')['BNavbarNav']
BNavItem: typeof import('bootstrap-vue-next')['BNavItem']
BPagination: typeof import('bootstrap-vue-next')['BPagination']
BPopover: typeof import('bootstrap-vue-next')['BPopover']
Breadcrumb: typeof import('./src/components/Breadcrumb/breadcrumb.vue')['default']
BRow: typeof import('bootstrap-vue-next')['BRow']
BTab: typeof import('bootstrap-vue-next')['BTab']
BTabs: typeof import('bootstrap-vue-next')['BTabs']
BToastOrchestrator: typeof import('bootstrap-vue-next')['BToastOrchestrator']
ClipboardCopy: typeof import('./src/components/ClipboardCopy.vue')['default']
CollapseIcon: typeof import('./src/components/TransactionRows/CollapseIcon.vue')['default']
CollapseLinksList: typeof import('./src/components/DecayInformations/CollapseLinksList.vue')['default']
CommunityMember: typeof import('./src/components/Template/ContentHeader/CommunityMember.vue')['default']
CommunityNews: typeof import('./src/components/Overview/CommunityNews.vue')['default']
CommunitySwitch: typeof import('./src/components/CommunitySwitch.vue')['default']
ContentFooter: typeof import('./src/components/ContentFooter.vue')['default']
ContributionForm: typeof import('./src/components/Contributions/ContributionForm.vue')['default']
ContributionInfo: typeof import('./src/components/Template/RightSide/ContributionInfo.vue')['default']
ContributionList: typeof import('./src/components/Contributions/ContributionList.vue')['default']
ContributionListItem: typeof import('./src/components/Contributions/ContributionListItem.vue')['default']
ContributionMessagesFormular: typeof import('./src/components/ContributionMessages/ContributionMessagesFormular.vue')['default']
ContributionMessagesList: typeof import('./src/components/ContributionMessages/ContributionMessagesList.vue')['default']
ContributionMessagesListItem: typeof import('./src/components/ContributionMessages/ContributionMessagesListItem.vue')['default']
DateRow: typeof import('./src/components/TransactionRows/DateRow.vue')['default']
DecayInformation: typeof import('./src/components/DecayInformations/DecayInformation.vue')['default']
DecayInformationBeforeStartblock: typeof import('./src/components/DecayInformations/DecayInformation-BeforeStartblock.vue')['default']
DecayInformationDecay: typeof import('./src/components/DecayInformations/DecayInformation-Decay.vue')['default']
DecayInformationDecayStartblock: typeof import('./src/components/DecayInformations/DecayInformation-DecayStartblock.vue')['default']
DecayInformationLong: typeof import('./src/components/DecayInformations/DecayInformation-Long.vue')['default']
DecayInformationShort: typeof import('./src/components/DecayInformations/DecayInformation-Short.vue')['default']
DecayRow: typeof import('./src/components/TransactionRows/DecayRow.vue')['default']
DurationRow: typeof import('./src/components/TransactionRows/DurationRow.vue')['default']
FigureQrCode: typeof import('./src/components/QrCode/FigureQrCode.vue')['default']
FirstName: typeof import('./src/components/Inputs/FirstName.vue')['default']
GddAmount: typeof import('./src/components/Template/ContentHeader/GddAmount.vue')['default']
GddSend: typeof import('./src/components/GddSend.vue')['default']
GddTransactionList: typeof import('./src/components/GddTransactionList.vue')['default']
GddTransactionListFooter: typeof import('./src/components/GddTransactionListFooter.vue')['default']
GdtAmount: typeof import('./src/components/Template/ContentHeader/GdtAmount.vue')['default']
GdtTransactionList: typeof import('./src/components/GdtTransactionList.vue')['default']
IBiArrowDownCircle: typeof import('~icons/bi/arrow-down-circle')['default']
IBiArrowUpCircle: typeof import('~icons/bi/arrow-up-circle')['default']
IBiArrowUpShort: typeof import('~icons/bi/arrow-up-short')['default']
IBiBellFill: typeof import('~icons/bi/bell-fill')['default']
IBiCaretDownFill: typeof import('~icons/bi/caret-down-fill')['default']
IBiCash: typeof import('~icons/bi/cash')['default']
IBiChatDots: typeof import('~icons/bi/chat-dots')['default']
IBiCheck: typeof import('~icons/bi/check')['default']
IBiClipboard: typeof import('~icons/bi/clipboard')['default']
IBiClipboardPlus: typeof import('~icons/bi/clipboard-plus')['default']
IBiDropletHalf: typeof import('~icons/bi/droplet-half')['default']
IBiExclamationTriangle: typeof import('~icons/bi/exclamation-triangle')['default']
IBiEye: typeof import('~icons/bi/eye')['default']
IBiEyeSlash: typeof import('~icons/bi/eye-slash')['default']
IBiFacebook: typeof import('~icons/bi/facebook')['default']
IBiLayers: typeof import('~icons/bi/layers')['default']
IBiLink45deg: typeof import('~icons/bi/link45deg')['default']
IBiPencil: typeof import('~icons/bi/pencil')['default']
IBiPeople: typeof import('~icons/bi/people')['default']
IBiQuestion: typeof import('~icons/bi/question')['default']
IBiShieldCheck: typeof import('~icons/bi/shield-check')['default']
IBiThreeDots: typeof import('~icons/bi/three-dots')['default']
IBiThreeDotsVertical: typeof import('~icons/bi/three-dots-vertical')['default']
IBiTrash: typeof import('~icons/bi/trash')['default']
IBiTwitterX: typeof import('~icons/bi/twitter-x')['default']
IBiX: typeof import('~icons/bi/x')['default']
IBiXCircle: typeof import('~icons/bi/x-circle')['default']
IBiYoutube: typeof import('~icons/bi/youtube')['default']
InputAmount: typeof import('./src/components/Inputs/InputAmount.vue')['default']
InputEmail: typeof import('./src/components/Inputs/InputEmail.vue')['default']
InputHour: typeof import('./src/components/Inputs/InputHour.vue')['default']
InputIdentifier: typeof import('./src/components/Inputs/InputIdentifier.vue')['default']
InputPassword: typeof import('./src/components/Inputs/InputPassword.vue')['default']
InputPasswordConfirmation: typeof import('./src/components/Inputs/InputPasswordConfirmation.vue')['default']
InputTextarea: typeof import('./src/components/Inputs/InputTextarea.vue')['default']
InputUsername: typeof import('./src/components/Inputs/InputUsername.vue')['default']
LanguageSwitch: typeof import('./src/components/LanguageSwitch.vue')['default']
LanguageSwitch2: typeof import('./src/components/LanguageSwitch2.vue')['default']
LanguageSwitchSelect: typeof import('./src/components/LanguageSwitchSelect.vue')['default']
LastContributions: typeof import('./src/components/Template/RightSide/LastContributions.vue')['default']
LastName: typeof import('./src/components/Inputs/LastName.vue')['default']
LastTransactions: typeof import('./src/components/Template/RightSide/LastTransactions.vue')['default']
LinkCountRow: typeof import('./src/components/TransactionRows/LinkCountRow.vue')['default']
MemoRow: typeof import('./src/components/TransactionRows/MemoRow.vue')['default']
Message: typeof import('./src/components/Message/Message.vue')['default']
MobileSidebar: typeof import('./src/components/MobileSidebar/MobileSidebar.vue')['default']
Name: typeof import('./src/components/TransactionRows/Name.vue')['default']
Navbar: typeof import('./src/components/Menu/Navbar.vue')['default']
NavCommunity: typeof import('./src/components/Template/ContentHeader/NavCommunity.vue')['default']
OpenCreationsAmount: typeof import('./src/components/Contributions/OpenCreationsAmount.vue')['default']
Overview: typeof import('./src/components/skeleton/Overview.vue')['default']
ParseMessage: typeof import('./src/components/ContributionMessages/ParseMessage.vue')['default']
RedeemedTextBox: typeof import('./src/components/LinkInformations/RedeemedTextBox.vue')['default']
RedeemInformation: typeof import('./src/components/LinkInformations/RedeemInformation.vue')['default']
RedeemLoggedOut: typeof import('./src/components/LinkInformations/RedeemLoggedOut.vue')['default']
RedeemSelfCreator: typeof import('./src/components/LinkInformations/RedeemSelfCreator.vue')['default']
RedeemValid: typeof import('./src/components/LinkInformations/RedeemValid.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SessionLogoutTimeout: typeof import('./src/components/SessionLogoutTimeout.vue')['default']
Sidebar: typeof import('./src/components/Menu/Sidebar.vue')['default']
Status: typeof import('./src/components/Status.vue')['default']
Transaction: typeof import('./src/components/Transaction.vue')['default']
TransactionCollapse: typeof import('./src/components/TransactionCollapse.vue')['default']
TransactionConfirmationLink: typeof import('./src/components/GddSend/TransactionConfirmationLink.vue')['default']
TransactionConfirmationSend: typeof import('./src/components/GddSend/TransactionConfirmationSend.vue')['default']
TransactionCreation: typeof import('./src/components/Transactions/TransactionCreation.vue')['default']
TransactionDecay: typeof import('./src/components/Transactions/TransactionDecay.vue')['default']
TransactionForm: typeof import('./src/components/GddSend/TransactionForm.vue')['default']
TransactionLink: typeof import('./src/components/TransactionLinks/TransactionLink.vue')['default']
TransactionLinkItem: typeof import('./src/components/TransactionLinkItem.vue')['default']
TransactionLinkSummary: typeof import('./src/components/Transactions/TransactionLinkSummary.vue')['default']
TransactionListItem: typeof import('./src/components/TransactionListItem.vue')['default']
TransactionReceive: typeof import('./src/components/Transactions/TransactionReceive.vue')['default']
TransactionResultLink: typeof import('./src/components/GddSend/TransactionResultLink.vue')['default']
TransactionResultSendError: typeof import('./src/components/GddSend/TransactionResultSendError.vue')['default']
TransactionResultSendSuccess: typeof import('./src/components/GddSend/TransactionResultSendSuccess.vue')['default']
TransactionSend: typeof import('./src/components/Transactions/TransactionSend.vue')['default']
TypeIcon: typeof import('./src/components/TransactionRows/TypeIcon.vue')['default']
UserCard: typeof import('./src/components/UserSettings/UserCard.vue')['default']
UserData: typeof import('./src/components/UserSettings/UserData.vue')['default']
UserGMSLocation: typeof import('./src/components/UserSettings/UserGMSLocation.vue')['default']
UserGMSLocationFormat: typeof import('./src/components/UserSettings/UserGMSLocationFormat.vue')['default']
UserLanguage: typeof import('./src/components/UserSettings/UserLanguage.vue')['default']
UserName: typeof import('./src/components/UserSettings/UserName.vue')['default']
UserNamingFormat: typeof import('./src/components/UserSettings/UserNamingFormat.vue')['default']
UserNewsletter: typeof import('./src/components/UserSettings/UserNewsletter.vue')['default']
UserPassword: typeof import('./src/components/UserSettings/UserPassword.vue')['default']
UserSettingsSwitch: typeof import('./src/components/UserSettings/UserSettingsSwitch.vue')['default']
}
export interface ComponentCustomProperties {
vBToggle: typeof import('bootstrap-vue-next')['vBToggle']
}
}