2024-11-14 15:26:44 +02:00
|
|
|
/* 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 {
|
|
|
|
|
Button: typeof import('primevue/button')['default']
|
2024-12-02 16:08:02 +02:00
|
|
|
Card: typeof import('primevue/card')['default']
|
2024-11-20 01:59:52 +02:00
|
|
|
ChatComponent: typeof import('./src/components/ChatComponent.vue')['default']
|
2024-12-02 08:50:25 +02:00
|
|
|
ChatSubscribeWebPush: typeof import('./src/components/ChatSubscribeWebPush.vue')['default']
|
2024-12-02 16:08:02 +02:00
|
|
|
Checkbox: typeof import('primevue/checkbox')['default']
|
2024-12-06 14:07:31 +02:00
|
|
|
CopyLinkButton: typeof import('@/components/link/LinkCopyButton.vue')['default']
|
2024-11-18 18:26:28 +02:00
|
|
|
CreateActionsSection: typeof import('./src/components/create/CreateActionsSection.vue')['default']
|
2024-11-19 14:12:03 +02:00
|
|
|
CreateMessageDeliveryMethodSection: typeof import('./src/components/create/CreateMessageDeliveryMethodSection.vue')['default']
|
2024-11-21 16:11:23 +02:00
|
|
|
CreateMessageDeliveryOption: typeof import('./src/components/create/CreateMessageDeliveryOption.vue')['default']
|
|
|
|
|
CreateMessageDeliveryOptions: typeof import('./src/components/create/CreateMessageDeliveryOptions.vue')['default']
|
|
|
|
|
CreateMessageDeliveryOptionTelegram: typeof import('./src/components/create/CreateMessageDeliveryOptionTelegram.vue')['default']
|
|
|
|
|
CreateMessageDeliveryOptionWebPush: typeof import('./src/components/create/CreateMessageDeliveryOptionWebPush.vue')['default']
|
2024-11-18 18:26:28 +02:00
|
|
|
CreatePlacementSection: typeof import('./src/components/create/CreatePlacementSection.vue')['default']
|
2024-11-19 15:50:15 +02:00
|
|
|
CreatePredefinedMessagesSection: typeof import('./src/components/create/CreatePredefinedMessagesSection.vue')['default']
|
2024-11-18 18:26:28 +02:00
|
|
|
CreateSection: typeof import('./src/components/create/CreateSection.vue')['default']
|
2024-11-20 11:26:28 +02:00
|
|
|
CreateSectionManager: typeof import('./src/components/create/CreateSectionManager.vue')['default']
|
2024-11-18 18:26:28 +02:00
|
|
|
CreateSummarySection: typeof import('./src/components/create/CreateSummarySection.vue')['default']
|
2024-11-19 21:34:11 +02:00
|
|
|
DownloadImageButton: typeof import('./src/components/manage/DownloadImageButton.vue')['default']
|
2024-11-14 15:26:44 +02:00
|
|
|
ExamplesSection: typeof import('./src/components/TheWelcome/ExamplesSection.vue')['default']
|
2024-12-02 16:08:02 +02:00
|
|
|
InputText: typeof import('primevue/inputtext')['default']
|
2024-12-06 14:07:31 +02:00
|
|
|
LinkCopyButton: typeof import('./src/components/link/LinkCopyButton.vue')['default']
|
|
|
|
|
LinkShareButton: typeof import('./src/components/link/LinkShareButton.vue')['default']
|
|
|
|
|
LinkShareTelegramButton: typeof import('./src/components/link/LinkShareTelegramButton.vue')['default']
|
2024-11-19 18:49:12 +02:00
|
|
|
ManagePlacementInstructions: typeof import('./src/components/manage/ManagePlacementInstructions.vue')['default']
|
2024-12-02 16:08:02 +02:00
|
|
|
ProgressSpinner: typeof import('primevue/progressspinner')['default']
|
2024-12-03 00:17:47 +02:00
|
|
|
QRCodeCard: typeof import('./src/components/manage/QRCodeCard.vue')['default']
|
2024-12-06 11:15:32 +02:00
|
|
|
QRCodePlacementIcon: typeof import('./src/components/manage/QRCodePlacementIcon.vue')['default']
|
2024-11-20 01:59:52 +02:00
|
|
|
QueryRender: typeof import('./src/components/QueryRender.vue')['default']
|
2024-12-05 21:06:57 +02:00
|
|
|
RadioButton: typeof import('primevue/radiobutton')['default']
|
2024-11-19 00:51:11 +02:00
|
|
|
ReadContactInfo: typeof import('./src/components/read/ReadContactInfo.vue')['default']
|
|
|
|
|
ReadMessageSender: typeof import('./src/components/read/ReadMessageSender.vue')['default']
|
2024-11-14 15:26:44 +02:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
TheWelcome: typeof import('./src/components/TheWelcome/TheWelcome.vue')['default']
|
|
|
|
|
}
|
|
|
|
|
}
|